Re: Lyx stuck generating PDFs

2013-06-14 Thread Julio Rojas
Hi everyone, it seems like it really was something Python-related. I
reconfigured Lyx and now everything works perfectly. Very weird as this was
a fresh installation that worked smoothly out of the box and only after a
week, with no update or package installation that I recall. But if it is a
Python-related problem, why is that pdflatex was invoked and running,
although stuck waiting for some kind of condition?

Thanks everyone.

-
Julio Rojas
jcredbe...@gmail.com


On Thu, Jun 13, 2013 at 10:15 PM, Scott Kostyshak skost...@lyx.org wrote:

   Am Thursday, 13. June 2013, 06:08:14 schrieb Julio Rojas:
  
Dear all, I am having a very weird behaviour on Lyx 2.0.6. When I
try to
  
generate any PDF, even the simplest one, nothing happens. I can
see
  
PDFLatex running in the background, eating some processor, but
nothing
  
to be worried about. This keeps going on until a message telling
me
  
that the command pdflatex newfile1.tex has not yet completed
appears.
  
If I export a LaTeX document from this same file and run pdflatex
on
  
it, everything works smoothly. Is there any way of knowing what is
  
happening? There is not even a LaTeX log on Lyx to check where the
  
problem lies. Maybe running Lyx from command line (I am on
Windows 7)
  
will help me on tracking any bug.

 I know nothing about Windows but this sounds like a Python problem
 that I've seen other Windows users have.

 Scott



Re: Lyx stuck generating PDFs

2013-06-14 Thread Scott Kostyshak
On Fri, Jun 14, 2013 at 2:56 PM, Julio Rojas jcredbe...@gmail.com wrote:
 Hi everyone, it seems like it really was something Python-related. I
 reconfigured Lyx and now everything works perfectly. Very weird as this was
 a fresh installation that worked smoothly out of the box and only after a
 week, with no update or package installation that I recall. But if it is a
 Python-related problem, why is that pdflatex was invoked and running,
 although stuck waiting for some kind of condition?

If a reconfigure solved it then I think I was wrong because
reconfigure runs a Python script.

Scott


Re: Lyx stuck generating PDFs

2013-06-14 Thread Julio Rojas
Hi everyone, it seems like it really was something Python-related. I
reconfigured Lyx and now everything works perfectly. Very weird as this was
a fresh installation that worked smoothly out of the box and only after a
week, with no update or package installation that I recall. But if it is a
Python-related problem, why is that pdflatex was invoked and running,
although stuck waiting for some kind of condition?

Thanks everyone.

-
Julio Rojas
jcredbe...@gmail.com


On Thu, Jun 13, 2013 at 10:15 PM, Scott Kostyshak skost...@lyx.org wrote:

   Am Thursday, 13. June 2013, 06:08:14 schrieb Julio Rojas:
  
Dear all, I am having a very weird behaviour on Lyx 2.0.6. When I
try to
  
generate any PDF, even the simplest one, nothing happens. I can
see
  
PDFLatex running in the background, eating some processor, but
nothing
  
to be worried about. This keeps going on until a message telling
me
  
that the command pdflatex newfile1.tex has not yet completed
appears.
  
If I export a LaTeX document from this same file and run pdflatex
on
  
it, everything works smoothly. Is there any way of knowing what is
  
happening? There is not even a LaTeX log on Lyx to check where the
  
problem lies. Maybe running Lyx from command line (I am on
Windows 7)
  
will help me on tracking any bug.

 I know nothing about Windows but this sounds like a Python problem
 that I've seen other Windows users have.

 Scott



Re: Lyx stuck generating PDFs

2013-06-14 Thread Scott Kostyshak
On Fri, Jun 14, 2013 at 2:56 PM, Julio Rojas jcredbe...@gmail.com wrote:
 Hi everyone, it seems like it really was something Python-related. I
 reconfigured Lyx and now everything works perfectly. Very weird as this was
 a fresh installation that worked smoothly out of the box and only after a
 week, with no update or package installation that I recall. But if it is a
 Python-related problem, why is that pdflatex was invoked and running,
 although stuck waiting for some kind of condition?

If a reconfigure solved it then I think I was wrong because
reconfigure runs a Python script.

Scott


Re: Lyx stuck generating PDFs

2013-06-14 Thread Julio Rojas
Hi everyone, it seems like it really was something Python-related. I
reconfigured Lyx and now everything works perfectly. Very weird as this was
a fresh installation that worked smoothly out of the box and only after a
week, with no update or package installation that I recall. But if it is a
Python-related problem, why is that pdflatex was invoked and running,
although stuck waiting for some kind of condition?

Thanks everyone.

-
Julio Rojas
jcredbe...@gmail.com


On Thu, Jun 13, 2013 at 10:15 PM, Scott Kostyshak  wrote:

> >> > Am Thursday, 13. June 2013, 06:08:14 schrieb Julio Rojas:
> >> >
> >> > > Dear all, I am having a very weird behaviour on Lyx 2.0.6. When I
> >> > > try to
> >> >
> >> > > generate any PDF, even the simplest one, nothing happens. I can
> >> > > see
> >> >
> >> > > PDFLatex running in the background, eating some processor, but
> >> > > nothing
> >> >
> >> > > to be worried about. This keeps going on until a message telling
> >> > > me
> >> >
> >> > > that the command pdflatex "newfile1.tex" has not yet completed
> >> > > appears.
> >> >
> >> > > If I export a LaTeX document from this same file and run pdflatex
> >> > > on
> >> >
> >> > > it, everything works smoothly. Is there any way of knowing what is
> >> >
> >> > > happening? There is not even a LaTeX log on Lyx to check where the
> >> >
> >> > > problem lies. Maybe running Lyx from command line (I am on
> >> > > Windows 7)
> >> >
> >> > > will help me on tracking any bug.
>
> I know nothing about Windows but this sounds like a Python problem
> that I've seen other Windows users have.
>
> Scott
>


Re: Lyx stuck generating PDFs

2013-06-14 Thread Scott Kostyshak
On Fri, Jun 14, 2013 at 2:56 PM, Julio Rojas  wrote:
> Hi everyone, it seems like it really was something Python-related. I
> reconfigured Lyx and now everything works perfectly. Very weird as this was
> a fresh installation that worked smoothly out of the box and only after a
> week, with no update or package installation that I recall. But if it is a
> Python-related problem, why is that pdflatex was invoked and running,
> although stuck waiting for some kind of condition?

If a reconfigure solved it then I think I was wrong because
reconfigure runs a Python script.

Scott


Re: Lyx stuck generating PDFs

2013-06-13 Thread Jürgen Spitzmüller
Am Donnerstag 13 Juni 2013, 00:08:14 schrieb Julio Rojas:
 Dear all, I am having a very weird behaviour on Lyx 2.0.6. When I try to
 generate any PDF, even the simplest one, nothing happens. I can see
 PDFLatex running in the background, eating some processor, but nothing to
 be worried about. This keeps going on until a message telling me that the
 command pdflatex newfile1.tex has not yet completed appears. If I export
 a LaTeX document from this same file and run pdflatex on it, everything
 works smoothly. Is there any way of knowing what is happening? There is not
 even a LaTeX log on Lyx to check where the problem lies. Maybe running Lyx
 from command line (I am on Windows 7) will help me on tracking any bug.

Is this a master/child constellation?

Jürgen


Re: Lyx stuck generating PDFs

2013-06-13 Thread Wolfgang Engelmann
Am Thursday, 13. June 2013, 06:08:14 schrieb Julio Rojas:
 Dear all, I am having a very weird behaviour on Lyx 2.0.6. When I try to
 generate any PDF, even the simplest one, nothing happens. I can see
 PDFLatex running in the background, eating some processor, but nothing
 to be worried about. This keeps going on until a message telling me
 that the command pdflatex newfile1.tex has not yet completed appears.
 If I export a LaTeX document from this same file and run pdflatex on
 it, everything works smoothly. Is there any way of knowing what is
 happening? There is not even a LaTeX log on Lyx to check where the
 problem lies. Maybe running Lyx from command line (I am on Windows 7)
 will help me on tracking any bug.
 
 Thanks for your time and help.
 -
 Julio Rojas
 jcredbe...@gmail.com

Under linux: strace 
on the command line
Wolfgang


Re: Lyx stuck generating PDFs

2013-06-13 Thread Julio Rojas
Jürgen: No, not a master/child document. Just a document with an a and
nothing else.

Wolfgang: I am on Windows 7.

-
Julio Rojas
jcredbe...@gmail.com


On Thu, Jun 13, 2013 at 5:32 AM, Wolfgang Engelmann 
engelm...@uni-tuebingen.de wrote:

 **

 Am Thursday, 13. June 2013, 06:08:14 schrieb Julio Rojas:

  Dear all, I am having a very weird behaviour on Lyx 2.0.6. When I try to

  generate any PDF, even the simplest one, nothing happens. I can see

  PDFLatex running in the background, eating some processor, but nothing

  to be worried about. This keeps going on until a message telling me

  that the command pdflatex newfile1.tex has not yet completed appears.

  If I export a LaTeX document from this same file and run pdflatex on

  it, everything works smoothly. Is there any way of knowing what is

  happening? There is not even a LaTeX log on Lyx to check where the

  problem lies. Maybe running Lyx from command line (I am on Windows 7)

  will help me on tracking any bug.

 

  Thanks for your time and help.

  -

  Julio Rojas

  jcredbe...@gmail.com



 Under linux: strace

 on the command line

 Wolfgang



Re: Lyx stuck generating PDFs

2013-06-13 Thread Steve Litt
Julio,

I'd like to take a crack at this. Could you please send me a copy of
this minimal example file?

Also Julio, what happens when you generate .dvi? What happens when you
generate .ps? The answers to these two questions will help narrow down
the root cause scope.

Thanks,

SteveT

On Thu, 13 Jun 2013 14:25:46 -0400
Julio Rojas jcredbe...@gmail.com wrote:

 Jürgen: No, not a master/child document. Just a document with an a
 and nothing else.
 
 Wolfgang: I am on Windows 7.
 
 -
 Julio Rojas
 jcredbe...@gmail.com
 
 
 On Thu, Jun 13, 2013 at 5:32 AM, Wolfgang Engelmann 
 engelm...@uni-tuebingen.de wrote:
 
  **
 
  Am Thursday, 13. June 2013, 06:08:14 schrieb Julio Rojas:
 
   Dear all, I am having a very weird behaviour on Lyx 2.0.6. When I
   try to
 
   generate any PDF, even the simplest one, nothing happens. I can
   see
 
   PDFLatex running in the background, eating some processor, but
   nothing
 
   to be worried about. This keeps going on until a message telling
   me
 
   that the command pdflatex newfile1.tex has not yet completed
   appears.
 
   If I export a LaTeX document from this same file and run pdflatex
   on
 
   it, everything works smoothly. Is there any way of knowing what is
 
   happening? There is not even a LaTeX log on Lyx to check where the
 
   problem lies. Maybe running Lyx from command line (I am on
   Windows 7)
 
   will help me on tracking any bug.
 
  
 
   Thanks for your time and help.
 
   -
 
   Julio Rojas
 
   jcredbe...@gmail.com
 
 
 
  Under linux: strace
 
  on the command line
 
  Wolfgang
 


Re: Lyx stuck generating PDFs

2013-06-13 Thread Scott Kostyshak
  Am Thursday, 13. June 2013, 06:08:14 schrieb Julio Rojas:
 
   Dear all, I am having a very weird behaviour on Lyx 2.0.6. When I
   try to
 
   generate any PDF, even the simplest one, nothing happens. I can
   see
 
   PDFLatex running in the background, eating some processor, but
   nothing
 
   to be worried about. This keeps going on until a message telling
   me
 
   that the command pdflatex newfile1.tex has not yet completed
   appears.
 
   If I export a LaTeX document from this same file and run pdflatex
   on
 
   it, everything works smoothly. Is there any way of knowing what is
 
   happening? There is not even a LaTeX log on Lyx to check where the
 
   problem lies. Maybe running Lyx from command line (I am on
   Windows 7)
 
   will help me on tracking any bug.

I know nothing about Windows but this sounds like a Python problem
that I've seen other Windows users have.

Scott


Re: Lyx stuck generating PDFs

2013-06-13 Thread Jürgen Spitzmüller
Am Donnerstag 13 Juni 2013, 00:08:14 schrieb Julio Rojas:
 Dear all, I am having a very weird behaviour on Lyx 2.0.6. When I try to
 generate any PDF, even the simplest one, nothing happens. I can see
 PDFLatex running in the background, eating some processor, but nothing to
 be worried about. This keeps going on until a message telling me that the
 command pdflatex newfile1.tex has not yet completed appears. If I export
 a LaTeX document from this same file and run pdflatex on it, everything
 works smoothly. Is there any way of knowing what is happening? There is not
 even a LaTeX log on Lyx to check where the problem lies. Maybe running Lyx
 from command line (I am on Windows 7) will help me on tracking any bug.

Is this a master/child constellation?

Jürgen


Re: Lyx stuck generating PDFs

2013-06-13 Thread Wolfgang Engelmann
Am Thursday, 13. June 2013, 06:08:14 schrieb Julio Rojas:
 Dear all, I am having a very weird behaviour on Lyx 2.0.6. When I try to
 generate any PDF, even the simplest one, nothing happens. I can see
 PDFLatex running in the background, eating some processor, but nothing
 to be worried about. This keeps going on until a message telling me
 that the command pdflatex newfile1.tex has not yet completed appears.
 If I export a LaTeX document from this same file and run pdflatex on
 it, everything works smoothly. Is there any way of knowing what is
 happening? There is not even a LaTeX log on Lyx to check where the
 problem lies. Maybe running Lyx from command line (I am on Windows 7)
 will help me on tracking any bug.
 
 Thanks for your time and help.
 -
 Julio Rojas
 jcredbe...@gmail.com

Under linux: strace 
on the command line
Wolfgang


Re: Lyx stuck generating PDFs

2013-06-13 Thread Julio Rojas
Jürgen: No, not a master/child document. Just a document with an a and
nothing else.

Wolfgang: I am on Windows 7.

-
Julio Rojas
jcredbe...@gmail.com


On Thu, Jun 13, 2013 at 5:32 AM, Wolfgang Engelmann 
engelm...@uni-tuebingen.de wrote:

 **

 Am Thursday, 13. June 2013, 06:08:14 schrieb Julio Rojas:

  Dear all, I am having a very weird behaviour on Lyx 2.0.6. When I try to

  generate any PDF, even the simplest one, nothing happens. I can see

  PDFLatex running in the background, eating some processor, but nothing

  to be worried about. This keeps going on until a message telling me

  that the command pdflatex newfile1.tex has not yet completed appears.

  If I export a LaTeX document from this same file and run pdflatex on

  it, everything works smoothly. Is there any way of knowing what is

  happening? There is not even a LaTeX log on Lyx to check where the

  problem lies. Maybe running Lyx from command line (I am on Windows 7)

  will help me on tracking any bug.

 

  Thanks for your time and help.

  -

  Julio Rojas

  jcredbe...@gmail.com



 Under linux: strace

 on the command line

 Wolfgang



Re: Lyx stuck generating PDFs

2013-06-13 Thread Steve Litt
Julio,

I'd like to take a crack at this. Could you please send me a copy of
this minimal example file?

Also Julio, what happens when you generate .dvi? What happens when you
generate .ps? The answers to these two questions will help narrow down
the root cause scope.

Thanks,

SteveT

On Thu, 13 Jun 2013 14:25:46 -0400
Julio Rojas jcredbe...@gmail.com wrote:

 Jürgen: No, not a master/child document. Just a document with an a
 and nothing else.
 
 Wolfgang: I am on Windows 7.
 
 -
 Julio Rojas
 jcredbe...@gmail.com
 
 
 On Thu, Jun 13, 2013 at 5:32 AM, Wolfgang Engelmann 
 engelm...@uni-tuebingen.de wrote:
 
  **
 
  Am Thursday, 13. June 2013, 06:08:14 schrieb Julio Rojas:
 
   Dear all, I am having a very weird behaviour on Lyx 2.0.6. When I
   try to
 
   generate any PDF, even the simplest one, nothing happens. I can
   see
 
   PDFLatex running in the background, eating some processor, but
   nothing
 
   to be worried about. This keeps going on until a message telling
   me
 
   that the command pdflatex newfile1.tex has not yet completed
   appears.
 
   If I export a LaTeX document from this same file and run pdflatex
   on
 
   it, everything works smoothly. Is there any way of knowing what is
 
   happening? There is not even a LaTeX log on Lyx to check where the
 
   problem lies. Maybe running Lyx from command line (I am on
   Windows 7)
 
   will help me on tracking any bug.
 
  
 
   Thanks for your time and help.
 
   -
 
   Julio Rojas
 
   jcredbe...@gmail.com
 
 
 
  Under linux: strace
 
  on the command line
 
  Wolfgang
 


Re: Lyx stuck generating PDFs

2013-06-13 Thread Scott Kostyshak
  Am Thursday, 13. June 2013, 06:08:14 schrieb Julio Rojas:
 
   Dear all, I am having a very weird behaviour on Lyx 2.0.6. When I
   try to
 
   generate any PDF, even the simplest one, nothing happens. I can
   see
 
   PDFLatex running in the background, eating some processor, but
   nothing
 
   to be worried about. This keeps going on until a message telling
   me
 
   that the command pdflatex newfile1.tex has not yet completed
   appears.
 
   If I export a LaTeX document from this same file and run pdflatex
   on
 
   it, everything works smoothly. Is there any way of knowing what is
 
   happening? There is not even a LaTeX log on Lyx to check where the
 
   problem lies. Maybe running Lyx from command line (I am on
   Windows 7)
 
   will help me on tracking any bug.

I know nothing about Windows but this sounds like a Python problem
that I've seen other Windows users have.

Scott


Re: Lyx stuck generating PDFs

2013-06-13 Thread Jürgen Spitzmüller
Am Donnerstag 13 Juni 2013, 00:08:14 schrieb Julio Rojas:
> Dear all, I am having a very weird behaviour on Lyx 2.0.6. When I try to
> generate any PDF, even the simplest one, nothing happens. I can see
> PDFLatex running in the background, eating some processor, but nothing to
> be worried about. This keeps going on until a message telling me that the
> command pdflatex "newfile1.tex" has not yet completed appears. If I export
> a LaTeX document from this same file and run pdflatex on it, everything
> works smoothly. Is there any way of knowing what is happening? There is not
> even a LaTeX log on Lyx to check where the problem lies. Maybe running Lyx
> from command line (I am on Windows 7) will help me on tracking any bug.

Is this a master/child constellation?

Jürgen


Re: Lyx stuck generating PDFs

2013-06-13 Thread Wolfgang Engelmann
Am Thursday, 13. June 2013, 06:08:14 schrieb Julio Rojas:
> Dear all, I am having a very weird behaviour on Lyx 2.0.6. When I try to
> generate any PDF, even the simplest one, nothing happens. I can see
> PDFLatex running in the background, eating some processor, but nothing
> to be worried about. This keeps going on until a message telling me
> that the command pdflatex "newfile1.tex" has not yet completed appears.
> If I export a LaTeX document from this same file and run pdflatex on
> it, everything works smoothly. Is there any way of knowing what is
> happening? There is not even a LaTeX log on Lyx to check where the
> problem lies. Maybe running Lyx from command line (I am on Windows 7)
> will help me on tracking any bug.
> 
> Thanks for your time and help.
> -
> Julio Rojas
> jcredbe...@gmail.com

Under linux: strace 
on the command line
Wolfgang


Re: Lyx stuck generating PDFs

2013-06-13 Thread Julio Rojas
Jürgen: No, not a master/child document. Just a document with an "a" and
nothing else.

Wolfgang: I am on Windows 7.

-
Julio Rojas
jcredbe...@gmail.com


On Thu, Jun 13, 2013 at 5:32 AM, Wolfgang Engelmann <
engelm...@uni-tuebingen.de> wrote:

> **
>
> Am Thursday, 13. June 2013, 06:08:14 schrieb Julio Rojas:
>
> > Dear all, I am having a very weird behaviour on Lyx 2.0.6. When I try to
>
> > generate any PDF, even the simplest one, nothing happens. I can see
>
> > PDFLatex running in the background, eating some processor, but nothing
>
> > to be worried about. This keeps going on until a message telling me
>
> > that the command pdflatex "newfile1.tex" has not yet completed appears.
>
> > If I export a LaTeX document from this same file and run pdflatex on
>
> > it, everything works smoothly. Is there any way of knowing what is
>
> > happening? There is not even a LaTeX log on Lyx to check where the
>
> > problem lies. Maybe running Lyx from command line (I am on Windows 7)
>
> > will help me on tracking any bug.
>
> >
>
> > Thanks for your time and help.
>
> > -
>
> > Julio Rojas
>
> > jcredbe...@gmail.com
>
>
>
> Under linux: strace
>
> on the command line
>
> Wolfgang
>


Re: Lyx stuck generating PDFs

2013-06-13 Thread Steve Litt
Julio,

I'd like to take a crack at this. Could you please send me a copy of
this minimal example file?

Also Julio, what happens when you generate .dvi? What happens when you
generate .ps? The answers to these two questions will help narrow down
the root cause scope.

Thanks,

SteveT

On Thu, 13 Jun 2013 14:25:46 -0400
Julio Rojas  wrote:

> Jürgen: No, not a master/child document. Just a document with an "a"
> and nothing else.
> 
> Wolfgang: I am on Windows 7.
> 
> -
> Julio Rojas
> jcredbe...@gmail.com
> 
> 
> On Thu, Jun 13, 2013 at 5:32 AM, Wolfgang Engelmann <
> engelm...@uni-tuebingen.de> wrote:
> 
> > **
> >
> > Am Thursday, 13. June 2013, 06:08:14 schrieb Julio Rojas:
> >
> > > Dear all, I am having a very weird behaviour on Lyx 2.0.6. When I
> > > try to
> >
> > > generate any PDF, even the simplest one, nothing happens. I can
> > > see
> >
> > > PDFLatex running in the background, eating some processor, but
> > > nothing
> >
> > > to be worried about. This keeps going on until a message telling
> > > me
> >
> > > that the command pdflatex "newfile1.tex" has not yet completed
> > > appears.
> >
> > > If I export a LaTeX document from this same file and run pdflatex
> > > on
> >
> > > it, everything works smoothly. Is there any way of knowing what is
> >
> > > happening? There is not even a LaTeX log on Lyx to check where the
> >
> > > problem lies. Maybe running Lyx from command line (I am on
> > > Windows 7)
> >
> > > will help me on tracking any bug.
> >
> > >
> >
> > > Thanks for your time and help.
> >
> > > -
> >
> > > Julio Rojas
> >
> > > jcredbe...@gmail.com
> >
> >
> >
> > Under linux: strace
> >
> > on the command line
> >
> > Wolfgang
> >


Re: Lyx stuck generating PDFs

2013-06-13 Thread Scott Kostyshak
>> > Am Thursday, 13. June 2013, 06:08:14 schrieb Julio Rojas:
>> >
>> > > Dear all, I am having a very weird behaviour on Lyx 2.0.6. When I
>> > > try to
>> >
>> > > generate any PDF, even the simplest one, nothing happens. I can
>> > > see
>> >
>> > > PDFLatex running in the background, eating some processor, but
>> > > nothing
>> >
>> > > to be worried about. This keeps going on until a message telling
>> > > me
>> >
>> > > that the command pdflatex "newfile1.tex" has not yet completed
>> > > appears.
>> >
>> > > If I export a LaTeX document from this same file and run pdflatex
>> > > on
>> >
>> > > it, everything works smoothly. Is there any way of knowing what is
>> >
>> > > happening? There is not even a LaTeX log on Lyx to check where the
>> >
>> > > problem lies. Maybe running Lyx from command line (I am on
>> > > Windows 7)
>> >
>> > > will help me on tracking any bug.

I know nothing about Windows but this sounds like a Python problem
that I've seen other Windows users have.

Scott


Lyx stuck generating PDFs

2013-06-12 Thread Julio Rojas
Dear all, I am having a very weird behaviour on Lyx 2.0.6. When I try to
generate any PDF, even the simplest one, nothing happens. I can see
PDFLatex running in the background, eating some processor, but nothing to
be worried about. This keeps going on until a message telling me that the
command pdflatex newfile1.tex has not yet completed appears. If I export
a LaTeX document from this same file and run pdflatex on it, everything
works smoothly. Is there any way of knowing what is happening? There is not
even a LaTeX log on Lyx to check where the problem lies. Maybe running Lyx
from command line (I am on Windows 7) will help me on tracking any bug.

Thanks for your time and help.
-
Julio Rojas
jcredbe...@gmail.com


Lyx stuck generating PDFs

2013-06-12 Thread Julio Rojas
Dear all, I am having a very weird behaviour on Lyx 2.0.6. When I try to
generate any PDF, even the simplest one, nothing happens. I can see
PDFLatex running in the background, eating some processor, but nothing to
be worried about. This keeps going on until a message telling me that the
command pdflatex newfile1.tex has not yet completed appears. If I export
a LaTeX document from this same file and run pdflatex on it, everything
works smoothly. Is there any way of knowing what is happening? There is not
even a LaTeX log on Lyx to check where the problem lies. Maybe running Lyx
from command line (I am on Windows 7) will help me on tracking any bug.

Thanks for your time and help.
-
Julio Rojas
jcredbe...@gmail.com


Lyx stuck generating PDFs

2013-06-12 Thread Julio Rojas
Dear all, I am having a very weird behaviour on Lyx 2.0.6. When I try to
generate any PDF, even the simplest one, nothing happens. I can see
PDFLatex running in the background, eating some processor, but nothing to
be worried about. This keeps going on until a message telling me that the
command pdflatex "newfile1.tex" has not yet completed appears. If I export
a LaTeX document from this same file and run pdflatex on it, everything
works smoothly. Is there any way of knowing what is happening? There is not
even a LaTeX log on Lyx to check where the problem lies. Maybe running Lyx
from command line (I am on Windows 7) will help me on tracking any bug.

Thanks for your time and help.
-
Julio Rojas
jcredbe...@gmail.com