old questions: no error message

2008-09-01 Thread wangyq
Dear all:
 I found it is really boring that the lyx system outputs no error message.
 I am working a book with lyx. Now I want export it to pdf and forward it 
to others. But I found all export functions in lyx are dead, including 
exporting to dvi, pdf, ps, latex etc.  After I run these export functions, they 
immediately dies without error message.
 Someone suggest that I delelte some paragraphs and find errors. Of course 
the method can not work well for a long long book. 
 Why not let lyx output error messages? The module is very important for 
all programming language.




2008-09-01 



wangyq 


Re: old questions: no error message

2008-09-01 Thread Jürgen Spitzmüller
wangyq wrote:
 Why not let lyx output error messages? The module is very important for all
 programming language.

LyX outputs LaTeX error messages. In your case, however, it looks like LaTeX 
itself is not installed properly.

What OS are you on?

Jürgen


Re: old questions: no error message

2008-09-01 Thread Daniel Lohmann


On 01.09.2008, at 14:58, wangyq wrote:


Dear all:
I found it is really boring that the lyx system outputs no error  
message.
I am working a book with lyx. Now I want export it to pdf and  
forward it to others. But I found all export functions in lyx are  
dead, including exporting to dvi, pdf, ps, latex etc.  After I run  
these export functions, they immediately dies without error message.
Someone suggest that I delelte some paragraphs and find errors.  
Of course the method can not work well for a long long book.
Why not let lyx output error messages? The module is very  
important for all programming language.


Wang,
I usually solve this kind of problems by starting LyX in debug mode.
Just start it from the console with:

lyx -dbg feature[,feature]...

Where features can be taken from the following list (printed out by  
just invoking lyx -dbg):


List of supported debug flags:
 0 none  No debugging message
 1 info  General information
 2 init  Program initialisation
 4  key  Keyboard events handling
 8  gui  GUI handling
16   parser  Lyxlex grammar parser
32lyxrc  Configuration files reading
64kbmap  Custom keyboard definition
   128latex  LaTeX generation/execution
   256   mathed  Math editor
   512 font  Font handling
  1024   tclass  Textclass files reading
  2048lyxvc  Version control
  4096lyxserver  External control interface
  8192 roff  Keep *roff temporary files
 16384   action  User commands
 32768   lyxlex  The LyX Lexxer
 65536   depend  Dependency information
131072   insets  LyX Insets
262144files  Files used by LyX
524288 workarea  Workarea events
   1048576insettext  Insettext/tabular messages
   2097152 graphics  Graphics conversion and loading
   4194304  changes  Change tracking
   8388608 external  External template/inset messages
  16777216 painting  RowPainter profiling
2147483648debug  Developers' general debug messages
4294967295  any  All debugging messages



You probably should start with lyx -dbg latex, if that does not help  
try lyx -dbg any. However, in the latter case, LyX will dump tons of  
messages to the console.


 Daniel


Re: Re: old questions: no error message

2008-09-01 Thread wangyq
 My OS is winxp. 
 Lyx works well if the document is a simple hello-world.  So I don't think 
the problem is due to uncorrect installation of latex.  There must be some 
grammar errors in the document. But the document is too long, I cannot deteck 
the locations.  


2008-09-01 



wangyq 



发件人: Jürgen_Spitzmüller 
发送时间: 2008-09-01  21:42:02 
收件人: lyx-users 
抄送: 
主题: Re: old questions: no error message 
 
wangyq wrote:
 Why not let lyx output error messages? The module is very important for all
 programming language.
LyX outputs LaTeX error messages. In your case, however, it looks like LaTeX 
itself is not installed properly.
What OS are you on?
Jürgen


Re: old questions: no error message

2008-09-01 Thread Jürgen Spitzmüller
wangyq wrote:
  My OS is winxp.
      Lyx works well if the document is a simple hello-world.  So I don't
 think the problem is due to uncorrect installation of latex.  There must be
 some grammar errors in the document. But the document is too long, I cannot
 deteck the locations.  

What version of LyX?
What does View-LaTeX Log say?
Are there error messages when you run lyx from a terminal window?

Jürgen


Re: Re: old questions: no error message

2008-09-01 Thread wangyq
Thank you very much for your detailed information.
I use lyx -dbg latex and try View DVI.  A lot of information item scrolled. 
The latex information item is 

makeLaTeXFile...done
File 'C:/Documents and Settings/wangyq/Local Settings/Temp/lyx_tmpdir1720a00820/
lyx_tmpbuf0/creditrisk.tex' was not closed properly.


I don't know how to interpret it? 

Many thanks! 



2008-09-01 



wangyq 



发件人: Daniel Lohmann 
发送时间: 2008-09-01  21:43:00 
收件人: LyX 
抄送: 
主题: Re: old questions: no error message 
 
On 01.09.2008, at 14:58, wangyq wrote:
 Dear all:
 I found it is really boring that the lyx system outputs no error  
 message.
 I am working a book with lyx. Now I want export it to pdf and  
 forward it to others. But I found all export functions in lyx are  
 dead, including exporting to dvi, pdf, ps, latex etc.  After I run  
 these export functions, they immediately dies without error message.
 Someone suggest that I delelte some paragraphs and find errors.  
 Of course the method can not work well for a long long book.
 Why not let lyx output error messages? The module is very  
 important for all programming language.
Wang,
I usually solve this kind of problems by starting LyX in debug mode.
Just start it from the console with:
lyx -dbg feature[,feature]...
Where features can be taken from the following list (printed out by  
just invoking lyx -dbg):
List of supported debug flags:
  0 none  No debugging message
  1 info  General information
  2 init  Program initialisation
  4  key  Keyboard events handling
  8  gui  GUI handling
 16   parser  Lyxlex grammar parser
 32lyxrc  Configuration files reading
 64kbmap  Custom keyboard definition
128latex  LaTeX generation/execution
256   mathed  Math editor
512 font  Font handling
   1024   tclass  Textclass files reading
   2048lyxvc  Version control
   4096lyxserver  External control interface
   8192 roff  Keep *roff temporary files
  16384   action  User commands
  32768   lyxlex  The LyX Lexxer
  65536   depend  Dependency information
 131072   insets  LyX Insets
 262144files  Files used by LyX
 524288 workarea  Workarea events
1048576insettext  Insettext/tabular messages
2097152 graphics  Graphics conversion and loading
4194304  changes  Change tracking
8388608 external  External template/inset messages
   16777216 painting  RowPainter profiling
2147483648debug  Developers' general debug messages
4294967295  any  All debugging messages
You probably should start with lyx -dbg latex, if that does not help  
try lyx -dbg any. However, in the latter case, LyX will dump tons of  
messages to the console.
  Daniel


Re: Re: Re: old questions: no error message

2008-09-01 Thread wangyq
If I open lyx with lyx -dbg any. When I export the document to plainlatex 
file, the following messages (just the end) are found in the console. 



SimpleTeXOnePar... 02445720
SimpleTeXOnePar...done 02445720
makeLaTeXFile...done
Finished making LaTeX file.
Row count was 1587.
File 'C:/Documents and Settings/wangyq/Local Settings/Temp/lyx_tmpdir5460a05916/
lyx_tmpbuf0/creditrisk.tex' was not closed properly.


2008-09-01 



wangyq 



发件人: wangyq 
发送时间: 2008-09-01  22:08:21 
收件人: LyX 
抄送: 
主题: Re: Re: old questions: no error message 
 
 My OS is winxp. 
 Lyx works well if the document is a simple hello-world.  So I don't think 
the problem is due to uncorrect installation of latex.  There must be some 
grammar errors in the document. But the document is too long, I cannot deteck 
the locations.  
2008-09-01 
wangyq 
发件人: Jürgen_Spitzmüller 
发送时间: 2008-09-01  21:42:02 
收件人: lyx-users 
抄送: 
主题: Re: old questions: no error message 

wangyq wrote:
 Why not let lyx output error messages? The module is very important for all
 programming language.
LyX outputs LaTeX error messages. In your case, however, it looks like LaTeX 
itself is not installed properly.
What OS are you on?
Jürgen


old questions: no error message

2008-09-01 Thread wangyq
Dear all:
 I found it is really boring that the lyx system outputs no error message.
 I am working a book with lyx. Now I want export it to pdf and forward it 
to others. But I found all export functions in lyx are dead, including 
exporting to dvi, pdf, ps, latex etc.  After I run these export functions, they 
immediately dies without error message.
 Someone suggest that I delelte some paragraphs and find errors. Of course 
the method can not work well for a long long book. 
 Why not let lyx output error messages? The module is very important for 
all programming language.




2008-09-01 



wangyq 


Re: old questions: no error message

2008-09-01 Thread Jürgen Spitzmüller
wangyq wrote:
 Why not let lyx output error messages? The module is very important for all
 programming language.

LyX outputs LaTeX error messages. In your case, however, it looks like LaTeX 
itself is not installed properly.

What OS are you on?

Jürgen


Re: old questions: no error message

2008-09-01 Thread Daniel Lohmann


On 01.09.2008, at 14:58, wangyq wrote:


Dear all:
I found it is really boring that the lyx system outputs no error  
message.
I am working a book with lyx. Now I want export it to pdf and  
forward it to others. But I found all export functions in lyx are  
dead, including exporting to dvi, pdf, ps, latex etc.  After I run  
these export functions, they immediately dies without error message.
Someone suggest that I delelte some paragraphs and find errors.  
Of course the method can not work well for a long long book.
Why not let lyx output error messages? The module is very  
important for all programming language.


Wang,
I usually solve this kind of problems by starting LyX in debug mode.
Just start it from the console with:

lyx -dbg feature[,feature]...

Where features can be taken from the following list (printed out by  
just invoking lyx -dbg):


List of supported debug flags:
 0 none  No debugging message
 1 info  General information
 2 init  Program initialisation
 4  key  Keyboard events handling
 8  gui  GUI handling
16   parser  Lyxlex grammar parser
32lyxrc  Configuration files reading
64kbmap  Custom keyboard definition
   128latex  LaTeX generation/execution
   256   mathed  Math editor
   512 font  Font handling
  1024   tclass  Textclass files reading
  2048lyxvc  Version control
  4096lyxserver  External control interface
  8192 roff  Keep *roff temporary files
 16384   action  User commands
 32768   lyxlex  The LyX Lexxer
 65536   depend  Dependency information
131072   insets  LyX Insets
262144files  Files used by LyX
524288 workarea  Workarea events
   1048576insettext  Insettext/tabular messages
   2097152 graphics  Graphics conversion and loading
   4194304  changes  Change tracking
   8388608 external  External template/inset messages
  16777216 painting  RowPainter profiling
2147483648debug  Developers' general debug messages
4294967295  any  All debugging messages



You probably should start with lyx -dbg latex, if that does not help  
try lyx -dbg any. However, in the latter case, LyX will dump tons of  
messages to the console.


 Daniel


Re: Re: old questions: no error message

2008-09-01 Thread wangyq
 My OS is winxp. 
 Lyx works well if the document is a simple hello-world.  So I don't think 
the problem is due to uncorrect installation of latex.  There must be some 
grammar errors in the document. But the document is too long, I cannot deteck 
the locations.  


2008-09-01 



wangyq 



发件人: Jürgen_Spitzmüller 
发送时间: 2008-09-01  21:42:02 
收件人: lyx-users 
抄送: 
主题: Re: old questions: no error message 
 
wangyq wrote:
 Why not let lyx output error messages? The module is very important for all
 programming language.
LyX outputs LaTeX error messages. In your case, however, it looks like LaTeX 
itself is not installed properly.
What OS are you on?
Jürgen


Re: old questions: no error message

2008-09-01 Thread Jürgen Spitzmüller
wangyq wrote:
  My OS is winxp.
      Lyx works well if the document is a simple hello-world.  So I don't
 think the problem is due to uncorrect installation of latex.  There must be
 some grammar errors in the document. But the document is too long, I cannot
 deteck the locations.  

What version of LyX?
What does View-LaTeX Log say?
Are there error messages when you run lyx from a terminal window?

Jürgen


Re: Re: old questions: no error message

2008-09-01 Thread wangyq
Thank you very much for your detailed information.
I use lyx -dbg latex and try View DVI.  A lot of information item scrolled. 
The latex information item is 

makeLaTeXFile...done
File 'C:/Documents and Settings/wangyq/Local Settings/Temp/lyx_tmpdir1720a00820/
lyx_tmpbuf0/creditrisk.tex' was not closed properly.


I don't know how to interpret it? 

Many thanks! 



2008-09-01 



wangyq 



发件人: Daniel Lohmann 
发送时间: 2008-09-01  21:43:00 
收件人: LyX 
抄送: 
主题: Re: old questions: no error message 
 
On 01.09.2008, at 14:58, wangyq wrote:
 Dear all:
 I found it is really boring that the lyx system outputs no error  
 message.
 I am working a book with lyx. Now I want export it to pdf and  
 forward it to others. But I found all export functions in lyx are  
 dead, including exporting to dvi, pdf, ps, latex etc.  After I run  
 these export functions, they immediately dies without error message.
 Someone suggest that I delelte some paragraphs and find errors.  
 Of course the method can not work well for a long long book.
 Why not let lyx output error messages? The module is very  
 important for all programming language.
Wang,
I usually solve this kind of problems by starting LyX in debug mode.
Just start it from the console with:
lyx -dbg feature[,feature]...
Where features can be taken from the following list (printed out by  
just invoking lyx -dbg):
List of supported debug flags:
  0 none  No debugging message
  1 info  General information
  2 init  Program initialisation
  4  key  Keyboard events handling
  8  gui  GUI handling
 16   parser  Lyxlex grammar parser
 32lyxrc  Configuration files reading
 64kbmap  Custom keyboard definition
128latex  LaTeX generation/execution
256   mathed  Math editor
512 font  Font handling
   1024   tclass  Textclass files reading
   2048lyxvc  Version control
   4096lyxserver  External control interface
   8192 roff  Keep *roff temporary files
  16384   action  User commands
  32768   lyxlex  The LyX Lexxer
  65536   depend  Dependency information
 131072   insets  LyX Insets
 262144files  Files used by LyX
 524288 workarea  Workarea events
1048576insettext  Insettext/tabular messages
2097152 graphics  Graphics conversion and loading
4194304  changes  Change tracking
8388608 external  External template/inset messages
   16777216 painting  RowPainter profiling
2147483648debug  Developers' general debug messages
4294967295  any  All debugging messages
You probably should start with lyx -dbg latex, if that does not help  
try lyx -dbg any. However, in the latter case, LyX will dump tons of  
messages to the console.
  Daniel


Re: Re: Re: old questions: no error message

2008-09-01 Thread wangyq
If I open lyx with lyx -dbg any. When I export the document to plainlatex 
file, the following messages (just the end) are found in the console. 



SimpleTeXOnePar... 02445720
SimpleTeXOnePar...done 02445720
makeLaTeXFile...done
Finished making LaTeX file.
Row count was 1587.
File 'C:/Documents and Settings/wangyq/Local Settings/Temp/lyx_tmpdir5460a05916/
lyx_tmpbuf0/creditrisk.tex' was not closed properly.


2008-09-01 



wangyq 



发件人: wangyq 
发送时间: 2008-09-01  22:08:21 
收件人: LyX 
抄送: 
主题: Re: Re: old questions: no error message 
 
 My OS is winxp. 
 Lyx works well if the document is a simple hello-world.  So I don't think 
the problem is due to uncorrect installation of latex.  There must be some 
grammar errors in the document. But the document is too long, I cannot deteck 
the locations.  
2008-09-01 
wangyq 
发件人: Jürgen_Spitzmüller 
发送时间: 2008-09-01  21:42:02 
收件人: lyx-users 
抄送: 
主题: Re: old questions: no error message 

wangyq wrote:
 Why not let lyx output error messages? The module is very important for all
 programming language.
LyX outputs LaTeX error messages. In your case, however, it looks like LaTeX 
itself is not installed properly.
What OS are you on?
Jürgen


old questions: no error message

2008-09-01 Thread wangyq
Dear all:
 I found it is really boring that the lyx system outputs no error message.
 I am working a book with lyx. Now I want export it to pdf and forward it 
to others. But I found all export functions in lyx are dead, including 
exporting to dvi, pdf, ps, latex etc.  After I run these export functions, they 
immediately dies without error message.
 Someone suggest that I delelte some paragraphs and find errors. Of course 
the method can not work well for a long long book. 
 Why not let lyx output error messages? The module is very important for 
all programming language.




2008-09-01 



wangyq 


Re: old questions: no error message

2008-09-01 Thread Jürgen Spitzmüller
wangyq wrote:
> Why not let lyx output error messages? The module is very important for all
> programming language.

LyX outputs LaTeX error messages. In your case, however, it looks like LaTeX 
itself is not installed properly.

What OS are you on?

Jürgen


Re: old questions: no error message

2008-09-01 Thread Daniel Lohmann


On 01.09.2008, at 14:58, wangyq wrote:


Dear all:
I found it is really boring that the lyx system outputs no error  
message.
I am working a book with lyx. Now I want export it to pdf and  
forward it to others. But I found all export functions in lyx are  
dead, including exporting to dvi, pdf, ps, latex etc.  After I run  
these export functions, they immediately dies without error message.
Someone suggest that I delelte some paragraphs and find errors.  
Of course the method can not work well for a long long book.
Why not let lyx output error messages? The module is very  
important for all programming language.


Wang,
I usually solve this kind of problems by starting LyX in debug mode.
Just start it from the console with:

lyx -dbg feature[,feature]...

Where features can be taken from the following list (printed out by  
just invoking "lyx -dbg"):


List of supported debug flags:
 0 none  No debugging message
 1 info  General information
 2 init  Program initialisation
 4  key  Keyboard events handling
 8  gui  GUI handling
16   parser  Lyxlex grammar parser
32lyxrc  Configuration files reading
64kbmap  Custom keyboard definition
   128latex  LaTeX generation/execution
   256   mathed  Math editor
   512 font  Font handling
  1024   tclass  Textclass files reading
  2048lyxvc  Version control
  4096lyxserver  External control interface
  8192 roff  Keep *roff temporary files
 16384   action  User commands
 32768   lyxlex  The LyX Lexxer
 65536   depend  Dependency information
131072   insets  LyX Insets
262144files  Files used by LyX
524288 workarea  Workarea events
   1048576insettext  Insettext/tabular messages
   2097152 graphics  Graphics conversion and loading
   4194304  changes  Change tracking
   8388608 external  External template/inset messages
  16777216 painting  RowPainter profiling
2147483648debug  Developers' general debug messages
4294967295  any  All debugging messages



You probably should start with "lyx -dbg latex", if that does not help  
try "lyx -dbg any". However, in the latter case, LyX will dump tons of  
messages to the console.


 Daniel


Re: Re: old questions: no error message

2008-09-01 Thread wangyq
 My OS is winxp. 
 Lyx works well if the document is a simple hello-world.  So I don't think 
the problem is due to uncorrect installation of latex.  There must be some 
grammar errors in the document. But the document is too long, I cannot deteck 
the locations.  


2008-09-01 



wangyq 



发件人: Jürgen_Spitzmüller 
发送时间: 2008-09-01  21:42:02 
收件人: lyx-users 
抄送: 
主题: Re: old questions: no error message 
 
wangyq wrote:
> Why not let lyx output error messages? The module is very important for all
> programming language.
LyX outputs LaTeX error messages. In your case, however, it looks like LaTeX 
itself is not installed properly.
What OS are you on?
Jürgen


Re: old questions: no error message

2008-09-01 Thread Jürgen Spitzmüller
wangyq wrote:
>  My OS is winxp.
>      Lyx works well if the document is a simple hello-world.  So I don't
> think the problem is due to uncorrect installation of latex.  There must be
> some grammar errors in the document. But the document is too long, I cannot
> deteck the locations.  

What version of LyX?
What does View->LaTeX Log say?
Are there error messages when you run lyx from a terminal window?

Jürgen


Re: Re: old questions: no error message

2008-09-01 Thread wangyq
Thank you very much for your detailed information.
I use "lyx -dbg latex" and try View DVI.  A lot of information item scrolled. 
The latex information item is 

makeLaTeXFile...done
File 'C:/Documents and Settings/wangyq/Local Settings/Temp/lyx_tmpdir1720a00820/
lyx_tmpbuf0/creditrisk.tex' was not closed properly.


I don't know how to interpret it? 

Many thanks! 



2008-09-01 



wangyq 



发件人: Daniel Lohmann 
发送时间: 2008-09-01  21:43:00 
收件人: LyX 
抄送: 
主题: Re: old questions: no error message 
 
On 01.09.2008, at 14:58, wangyq wrote:
> Dear all:
> I found it is really boring that the lyx system outputs no error  
> message.
> I am working a book with lyx. Now I want export it to pdf and  
> forward it to others. But I found all export functions in lyx are  
> dead, including exporting to dvi, pdf, ps, latex etc.  After I run  
> these export functions, they immediately dies without error message.
> Someone suggest that I delelte some paragraphs and find errors.  
> Of course the method can not work well for a long long book.
> Why not let lyx output error messages? The module is very  
> important for all programming language.
Wang,
I usually solve this kind of problems by starting LyX in debug mode.
Just start it from the console with:
lyx -dbg feature[,feature]...
Where features can be taken from the following list (printed out by  
just invoking "lyx -dbg"):
List of supported debug flags:
  0 none  No debugging message
  1 info  General information
  2 init  Program initialisation
  4  key  Keyboard events handling
  8  gui  GUI handling
 16   parser  Lyxlex grammar parser
 32lyxrc  Configuration files reading
 64kbmap  Custom keyboard definition
128latex  LaTeX generation/execution
256   mathed  Math editor
512 font  Font handling
   1024   tclass  Textclass files reading
   2048lyxvc  Version control
   4096lyxserver  External control interface
   8192 roff  Keep *roff temporary files
  16384   action  User commands
  32768   lyxlex  The LyX Lexxer
  65536   depend  Dependency information
 131072   insets  LyX Insets
 262144files  Files used by LyX
 524288 workarea  Workarea events
1048576insettext  Insettext/tabular messages
2097152 graphics  Graphics conversion and loading
4194304  changes  Change tracking
8388608 external  External template/inset messages
   16777216 painting  RowPainter profiling
2147483648debug  Developers' general debug messages
4294967295  any  All debugging messages
You probably should start with "lyx -dbg latex", if that does not help  
try "lyx -dbg any". However, in the latter case, LyX will dump tons of  
messages to the console.
  Daniel


Re: Re: Re: old questions: no error message

2008-09-01 Thread wangyq
If I open lyx with "lyx -dbg any". When I export the document to plainlatex 
file, the following messages (just the end) are found in the console. 



SimpleTeXOnePar... 02445720
SimpleTeXOnePar...done 02445720
makeLaTeXFile...done
Finished making LaTeX file.
Row count was 1587.
File 'C:/Documents and Settings/wangyq/Local Settings/Temp/lyx_tmpdir5460a05916/
lyx_tmpbuf0/creditrisk.tex' was not closed properly.


2008-09-01 



wangyq 



发件人: wangyq 
发送时间: 2008-09-01  22:08:21 
收件人: LyX 
抄送: 
主题: Re: Re: old questions: no error message 
 
 My OS is winxp. 
 Lyx works well if the document is a simple hello-world.  So I don't think 
the problem is due to uncorrect installation of latex.  There must be some 
grammar errors in the document. But the document is too long, I cannot deteck 
the locations.  
2008-09-01 
wangyq 
发件人: Jürgen_Spitzmüller 
发送时间: 2008-09-01  21:42:02 
收件人: lyx-users 
抄送: 
主题: Re: old questions: no error message 

wangyq wrote:
> Why not let lyx output error messages? The module is very important for all
> programming language.
LyX outputs LaTeX error messages. In your case, however, it looks like LaTeX 
itself is not installed properly.
What OS are you on?
Jürgen