htlatex won't accept existing .png image

2007-05-22 Thread Andrew Harrington


I could not get htlatex to accept my png images.  Conversion to pdf with 
pdflatex worked fine.  It is strange, since nothing needs to be done to 
the png images to use them in html.


The beginning and the end of the console output are shown below.  It was 
not willing to consider png images.  One of the links, with the file 
included in the same directory, is IdleEditWindow.png.  If I force 
continuation, it just leaves the pictures out of the final html file.


I am running Lyx 1.4.4 on Windows XP, with all the standard extra 
downloads, including miktex 2.5.


As I remember, I had no such problem with html output under Lyx 1.3.7.

Thanks!

- - - - - - - - - - - -

C:\anh\hands-on\handsonHtmlcall htlatex handson.tex html,1

C:\anh\hands-on\handsonHtmllatex  
\makeatletter\def\HCode{\futurelet\HCode\HCha

r}\def\HChar{\ifx\HCode\def\HCode##1{\Link##1}\expandafter\HCode\else\expanda
[EMAIL PROTECTED]@[EMAIL PROTECTED]
e[#1,html]{tex4ht}}\let\HCode\documentstyle\def\documentstyle{\let\documentstyle
\HCode\expandafter\def\csname 
tex4ht\endcsname{#1,html}\def\HCode1{\document

style[tex4ht,[EMAIL PROTECTED]
html.a.b.c.\input  handson.tex


...


! LaTeX Error: File `IdleEditWindow' not found.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H return  for immediate help.
...

l.554 \includegraphics{IdleEditWindow}

? h
I could not locate the file with any of these extensions:
.eps,.ps,.eps.gz,.ps.gz,.eps.Z
Try typing  return  to proceed.

--
 Andrew N. Harrington
 Computer Science Department  Director of Academic Programs
 Loyola University Chicagohttp://www.cs.luc.edu/~anh
 512B Lewis Towers (office)   Phone: 312-915-7999
 Snail mail to Lewis Towers 416   Fax:312-915-7998
 820 North Michigan Avenue[EMAIL PROTECTED] for graduate admin
 Chicago, Illinois 60611  [EMAIL PROTECTED] for undergrad admin
  [EMAIL PROTECTED] as professor



htlatex won't accept existing .png image

2007-05-22 Thread Andrew Harrington

I just sent a message on this topic, and I have a partial answer:
In Lyx my graphics file names are listed with the .png suffix.  In the 
export of the tex file (plain or pdflatex), the .png gets dropped.


I went back in and manually changed the tex file from Lyx in all places like
   \includegraphics{IdleEditWindow}
to
   \includegraphics{IdleEditWindow.png}

Then htlatex worked fine.

The new question is, why does the Lyx's tex conversion drop the .png? 
Is there a way to stop it without resorting to manual conversions?


Thanks

- - - - - - - - - - - - - - - -

previous email:

I could not get htlatex to accept my png images.  Conversion to pdf with
pdflatex worked fine.  It is strange, since nothing needs to be done to
the png images to use them in html.

The beginning and the end of the console output are shown below.  It was
not willing to consider png images.  One of the links, with the file
included in the same directory, is IdleEditWindow.png.  If I force
continuation, it just leaves the pictures out of the final html file.

I am running Lyx 1.4.4 on Windows XP, with all the standard extra
downloads, including miktex 2.5.

As I remember, I had no such problem with html output under Lyx 1.3.7.

Thanks!

- - - - - - - - - - - -

C:\anh\hands-on\handsonHtmlcall htlatex handson.tex html,1

C:\anh\hands-on\handsonHtmllatex
\makeatletter\def\HCode{\futurelet\HCode\HCha
r}\def\HChar{\ifx\HCode\def\HCode##1{\Link##1}\expandafter\HCode\else\expanda
[EMAIL PROTECTED]@[EMAIL PROTECTED]
e[#1,html]{tex4ht}}\let\HCode\documentstyle\def\documentstyle{\let\documentstyle
\HCode\expandafter\def\csname
tex4ht\endcsname{#1,html}\def\HCode1{\document
style[tex4ht,[EMAIL PROTECTED]
html.a.b.c.\input  handson.tex


...


! LaTeX Error: File `IdleEditWindow' not found.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H return  for immediate help.
...

l.554 \includegraphics{IdleEditWindow}

? h
I could not locate the file with any of these extensions:
.eps,.ps,.eps.gz,.ps.gz,.eps.Z
Try typing  return  to proceed.

--
 Andrew N. Harrington
 Computer Science Department  Director of Academic Programs
 Loyola University Chicagohttp://www.cs.luc.edu/~anh
 512B Lewis Towers (office)   Phone: 312-915-7999
 Snail mail to Lewis Towers 416   Fax:312-915-7998
 820 North Michigan Avenue[EMAIL PROTECTED] for graduate admin
 Chicago, Illinois 60611  [EMAIL PROTECTED] for undergrad admin
  [EMAIL PROTECTED] as professor




Re: htlatex won't accept existing .png image

2007-05-22 Thread Andrew Harrington

Thanks, adding this to the preamble stopped the errors:

\DeclareGraphicsExtensions{.png,}

Alan L Tyree wrote:

On Tue, 22 May 2007 13:22:34 -0500
Andrew Harrington [EMAIL PROTECTED] wrote:

  

I just sent a message on this topic, and I have a partial answer:
In Lyx my graphics file names are listed with the .png suffix.  In
the export of the tex file (plain or pdflatex), the .png gets dropped.

I went back in and manually changed the tex file from Lyx in all
places like \includegraphics{IdleEditWindow}
to
\includegraphics{IdleEditWindow.png}

Then htlatex worked fine.

The new question is, why does the Lyx's tex conversion drop the .png? 
Is there a way to stop it without resorting to manual conversions?



I'm not sure that this is the same problem, but it looks similar to a
problem that I had exporting pdflatex from LyX. The resulting file
wouldn't compile because the graphic files did not have .jpeg as part
of the name.

I solved it with \DeclareGraphicsRule{.jpeg}{jpg}{.jpeg}{} and
\DeclareGraphicsExtensions{.jpeg,.png,.jpg,} commands in the Preamble.

This suggests that something similar might work for you. See the
documentation that you get with a texdoc graphicx command.

HTH,
Alan

  

Thanks

- - - - - - - - - - - - - - - -

previous email:

I could not get htlatex to accept my png images.  Conversion to pdf
with pdflatex worked fine.  It is strange, since nothing needs to be
done to the png images to use them in html.

The beginning and the end of the console output are shown below.  It
was not willing to consider png images.  One of the links, with the
file included in the same directory, is IdleEditWindow.png.  If I
force continuation, it just leaves the pictures out of the final html
file.

I am running Lyx 1.4.4 on Windows XP, with all the standard extra
downloads, including miktex 2.5.

As I remember, I had no such problem with html output under Lyx 1.3.7.

Thanks!

- - - - - - - - - - - -

C:\anh\hands-on\handsonHtmlcall htlatex handson.tex html,1

C:\anh\hands-on\handsonHtmllatex
\makeatletter\def\HCode{\futurelet\HCode\HCha
r}\def\HChar{\ifx\HCode\def\HCode##1{\Link##1}\expandafter\HCode
\else\expanda [EMAIL PROTECTED]@macro
[EMAIL PROTECTED] e[#1,html]{tex4ht}}\let\HCode
\documentstyle\def\documentstyle{\let\documentstyle \HCode\expandafter
\def\csname tex4ht\endcsname{#1,html}\def\HCode1{\document
style[tex4ht,[EMAIL PROTECTED]
\makeatother\HCode html.a.b.c.\input  handson.tex


...


! LaTeX Error: File `IdleEditWindow' not found.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H return  for immediate help.
...

l.554 \includegraphics{IdleEditWindow}

? h
I could not locate the file with any of these extensions:
.eps,.ps,.eps.gz,.ps.gz,.eps.Z
Try typing  return  to proceed.

--
  Andrew N. Harrington
  Computer Science Department  Director of Academic Programs
  Loyola University Chicagohttp://www.cs.luc.edu/~anh
  512B Lewis Towers (office)   Phone: 312-915-7999
  Snail mail to Lewis Towers 416   Fax:312-915-7998
  820 North Michigan Avenue[EMAIL PROTECTED] for graduate admin
  Chicago, Illinois 60611  [EMAIL PROTECTED] for undergrad admin
   [EMAIL PROTECTED] as professor







  



--
 Andrew N. Harrington
 Computer Science Department  Director of Academic Programs
 Loyola University Chicagohttp://www.cs.luc.edu/~anh
 512B Lewis Towers (office)   Phone: 312-915-7999
 Snail mail to Lewis Towers 416   Fax:312-915-7998
 820 North Michigan Avenue[EMAIL PROTECTED] for graduate admin
 Chicago, Illinois 60611  [EMAIL PROTECTED] for undergrad admin
  [EMAIL PROTECTED] as professor



htlatex won't accept existing .png image

2007-05-22 Thread Andrew Harrington


I could not get htlatex to accept my png images.  Conversion to pdf with 
pdflatex worked fine.  It is strange, since nothing needs to be done to 
the png images to use them in html.


The beginning and the end of the console output are shown below.  It was 
not willing to consider png images.  One of the links, with the file 
included in the same directory, is IdleEditWindow.png.  If I force 
continuation, it just leaves the pictures out of the final html file.


I am running Lyx 1.4.4 on Windows XP, with all the standard extra 
downloads, including miktex 2.5.


As I remember, I had no such problem with html output under Lyx 1.3.7.

Thanks!

- - - - - - - - - - - -

C:\anh\hands-on\handsonHtmlcall htlatex handson.tex html,1

C:\anh\hands-on\handsonHtmllatex  
\makeatletter\def\HCode{\futurelet\HCode\HCha

r}\def\HChar{\ifx\HCode\def\HCode##1{\Link##1}\expandafter\HCode\else\expanda
[EMAIL PROTECTED]@[EMAIL PROTECTED]
e[#1,html]{tex4ht}}\let\HCode\documentstyle\def\documentstyle{\let\documentstyle
\HCode\expandafter\def\csname 
tex4ht\endcsname{#1,html}\def\HCode1{\document

style[tex4ht,[EMAIL PROTECTED]
html.a.b.c.\input  handson.tex


...


! LaTeX Error: File `IdleEditWindow' not found.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H return  for immediate help.
...

l.554 \includegraphics{IdleEditWindow}

? h
I could not locate the file with any of these extensions:
.eps,.ps,.eps.gz,.ps.gz,.eps.Z
Try typing  return  to proceed.

--
 Andrew N. Harrington
 Computer Science Department  Director of Academic Programs
 Loyola University Chicagohttp://www.cs.luc.edu/~anh
 512B Lewis Towers (office)   Phone: 312-915-7999
 Snail mail to Lewis Towers 416   Fax:312-915-7998
 820 North Michigan Avenue[EMAIL PROTECTED] for graduate admin
 Chicago, Illinois 60611  [EMAIL PROTECTED] for undergrad admin
  [EMAIL PROTECTED] as professor



htlatex won't accept existing .png image

2007-05-22 Thread Andrew Harrington

I just sent a message on this topic, and I have a partial answer:
In Lyx my graphics file names are listed with the .png suffix.  In the 
export of the tex file (plain or pdflatex), the .png gets dropped.


I went back in and manually changed the tex file from Lyx in all places like
   \includegraphics{IdleEditWindow}
to
   \includegraphics{IdleEditWindow.png}

Then htlatex worked fine.

The new question is, why does the Lyx's tex conversion drop the .png? 
Is there a way to stop it without resorting to manual conversions?


Thanks

- - - - - - - - - - - - - - - -

previous email:

I could not get htlatex to accept my png images.  Conversion to pdf with
pdflatex worked fine.  It is strange, since nothing needs to be done to
the png images to use them in html.

The beginning and the end of the console output are shown below.  It was
not willing to consider png images.  One of the links, with the file
included in the same directory, is IdleEditWindow.png.  If I force
continuation, it just leaves the pictures out of the final html file.

I am running Lyx 1.4.4 on Windows XP, with all the standard extra
downloads, including miktex 2.5.

As I remember, I had no such problem with html output under Lyx 1.3.7.

Thanks!

- - - - - - - - - - - -

C:\anh\hands-on\handsonHtmlcall htlatex handson.tex html,1

C:\anh\hands-on\handsonHtmllatex
\makeatletter\def\HCode{\futurelet\HCode\HCha
r}\def\HChar{\ifx\HCode\def\HCode##1{\Link##1}\expandafter\HCode\else\expanda
[EMAIL PROTECTED]@[EMAIL PROTECTED]
e[#1,html]{tex4ht}}\let\HCode\documentstyle\def\documentstyle{\let\documentstyle
\HCode\expandafter\def\csname
tex4ht\endcsname{#1,html}\def\HCode1{\document
style[tex4ht,[EMAIL PROTECTED]
html.a.b.c.\input  handson.tex


...


! LaTeX Error: File `IdleEditWindow' not found.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H return  for immediate help.
...

l.554 \includegraphics{IdleEditWindow}

? h
I could not locate the file with any of these extensions:
.eps,.ps,.eps.gz,.ps.gz,.eps.Z
Try typing  return  to proceed.

--
 Andrew N. Harrington
 Computer Science Department  Director of Academic Programs
 Loyola University Chicagohttp://www.cs.luc.edu/~anh
 512B Lewis Towers (office)   Phone: 312-915-7999
 Snail mail to Lewis Towers 416   Fax:312-915-7998
 820 North Michigan Avenue[EMAIL PROTECTED] for graduate admin
 Chicago, Illinois 60611  [EMAIL PROTECTED] for undergrad admin
  [EMAIL PROTECTED] as professor




Re: htlatex won't accept existing .png image

2007-05-22 Thread Andrew Harrington

Thanks, adding this to the preamble stopped the errors:

\DeclareGraphicsExtensions{.png,}

Alan L Tyree wrote:

On Tue, 22 May 2007 13:22:34 -0500
Andrew Harrington [EMAIL PROTECTED] wrote:

  

I just sent a message on this topic, and I have a partial answer:
In Lyx my graphics file names are listed with the .png suffix.  In
the export of the tex file (plain or pdflatex), the .png gets dropped.

I went back in and manually changed the tex file from Lyx in all
places like \includegraphics{IdleEditWindow}
to
\includegraphics{IdleEditWindow.png}

Then htlatex worked fine.

The new question is, why does the Lyx's tex conversion drop the .png? 
Is there a way to stop it without resorting to manual conversions?



I'm not sure that this is the same problem, but it looks similar to a
problem that I had exporting pdflatex from LyX. The resulting file
wouldn't compile because the graphic files did not have .jpeg as part
of the name.

I solved it with \DeclareGraphicsRule{.jpeg}{jpg}{.jpeg}{} and
\DeclareGraphicsExtensions{.jpeg,.png,.jpg,} commands in the Preamble.

This suggests that something similar might work for you. See the
documentation that you get with a texdoc graphicx command.

HTH,
Alan

  

Thanks

- - - - - - - - - - - - - - - -

previous email:

I could not get htlatex to accept my png images.  Conversion to pdf
with pdflatex worked fine.  It is strange, since nothing needs to be
done to the png images to use them in html.

The beginning and the end of the console output are shown below.  It
was not willing to consider png images.  One of the links, with the
file included in the same directory, is IdleEditWindow.png.  If I
force continuation, it just leaves the pictures out of the final html
file.

I am running Lyx 1.4.4 on Windows XP, with all the standard extra
downloads, including miktex 2.5.

As I remember, I had no such problem with html output under Lyx 1.3.7.

Thanks!

- - - - - - - - - - - -

C:\anh\hands-on\handsonHtmlcall htlatex handson.tex html,1

C:\anh\hands-on\handsonHtmllatex
\makeatletter\def\HCode{\futurelet\HCode\HCha
r}\def\HChar{\ifx\HCode\def\HCode##1{\Link##1}\expandafter\HCode
\else\expanda [EMAIL PROTECTED]@macro
[EMAIL PROTECTED] e[#1,html]{tex4ht}}\let\HCode
\documentstyle\def\documentstyle{\let\documentstyle \HCode\expandafter
\def\csname tex4ht\endcsname{#1,html}\def\HCode1{\document
style[tex4ht,[EMAIL PROTECTED]
\makeatother\HCode html.a.b.c.\input  handson.tex


...


! LaTeX Error: File `IdleEditWindow' not found.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H return  for immediate help.
...

l.554 \includegraphics{IdleEditWindow}

? h
I could not locate the file with any of these extensions:
.eps,.ps,.eps.gz,.ps.gz,.eps.Z
Try typing  return  to proceed.

--
  Andrew N. Harrington
  Computer Science Department  Director of Academic Programs
  Loyola University Chicagohttp://www.cs.luc.edu/~anh
  512B Lewis Towers (office)   Phone: 312-915-7999
  Snail mail to Lewis Towers 416   Fax:312-915-7998
  820 North Michigan Avenue[EMAIL PROTECTED] for graduate admin
  Chicago, Illinois 60611  [EMAIL PROTECTED] for undergrad admin
   [EMAIL PROTECTED] as professor







  



--
 Andrew N. Harrington
 Computer Science Department  Director of Academic Programs
 Loyola University Chicagohttp://www.cs.luc.edu/~anh
 512B Lewis Towers (office)   Phone: 312-915-7999
 Snail mail to Lewis Towers 416   Fax:312-915-7998
 820 North Michigan Avenue[EMAIL PROTECTED] for graduate admin
 Chicago, Illinois 60611  [EMAIL PROTECTED] for undergrad admin
  [EMAIL PROTECTED] as professor



htlatex won't accept existing .png image

2007-05-22 Thread Andrew Harrington


I could not get htlatex to accept my png images.  Conversion to pdf with 
pdflatex worked fine.  It is strange, since nothing needs to be done to 
the png images to use them in html.


The beginning and the end of the console output are shown below.  It was 
not willing to consider png images.  One of the links, with the file 
included in the same directory, is IdleEditWindow.png.  If I force 
continuation, it just leaves the pictures out of the final html file.


I am running Lyx 1.4.4 on Windows XP, with all the standard extra 
downloads, including miktex 2.5.


As I remember, I had no such problem with html output under Lyx 1.3.7.

Thanks!

- - - - - - - - - - - -

C:\anh\hands-on\handsonHtml>call htlatex handson.tex "html,1"

C:\anh\hands-on\handsonHtml>latex  
\makeatletter\def\HCode{\futurelet\HCode\HCha

r}\def\HChar{\ifx"\HCode\def\HCode"##1"{\Link##1}\expandafter\HCode\else\expanda
[EMAIL PROTECTED]@[EMAIL PROTECTED]
e[#1,html]{tex4ht}}\let\HCode\documentstyle\def\documentstyle{\let\documentstyle
\HCode\expandafter\def\csname 
tex4ht\endcsname{#1,html}\def\HCode1{\document

style[tex4ht,[EMAIL PROTECTED]
html.a.b.c.\input  handson.tex


...


! LaTeX Error: File `IdleEditWindow' not found.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H   for immediate help.
...

l.554 \includegraphics{IdleEditWindow}

? h
I could not locate the file with any of these extensions:
.eps,.ps,.eps.gz,.ps.gz,.eps.Z
Try typingto proceed.

--
 Andrew N. Harrington
 Computer Science Department  Director of Academic Programs
 Loyola University Chicagohttp://www.cs.luc.edu/~anh
 512B Lewis Towers (office)   Phone: 312-915-7999
 Snail mail to Lewis Towers 416   Fax:312-915-7998
 820 North Michigan Avenue[EMAIL PROTECTED] for graduate admin
 Chicago, Illinois 60611  [EMAIL PROTECTED] for undergrad admin
  [EMAIL PROTECTED] as professor



htlatex won't accept existing .png image

2007-05-22 Thread Andrew Harrington

I just sent a message on this topic, and I have a partial answer:
In Lyx my graphics file names are listed with the .png suffix.  In the 
export of the tex file (plain or pdflatex), the .png gets dropped.


I went back in and manually changed the tex file from Lyx in all places like
   \includegraphics{IdleEditWindow}
to
   \includegraphics{IdleEditWindow.png}

Then htlatex worked fine.

The new question is, why does the Lyx's tex conversion drop the .png? 
Is there a way to stop it without resorting to manual conversions?


Thanks

- - - - - - - - - - - - - - - -

previous email:

I could not get htlatex to accept my png images.  Conversion to pdf with
pdflatex worked fine.  It is strange, since nothing needs to be done to
the png images to use them in html.

The beginning and the end of the console output are shown below.  It was
not willing to consider png images.  One of the links, with the file
included in the same directory, is IdleEditWindow.png.  If I force
continuation, it just leaves the pictures out of the final html file.

I am running Lyx 1.4.4 on Windows XP, with all the standard extra
downloads, including miktex 2.5.

As I remember, I had no such problem with html output under Lyx 1.3.7.

Thanks!

- - - - - - - - - - - -

C:\anh\hands-on\handsonHtml>call htlatex handson.tex "html,1"

C:\anh\hands-on\handsonHtml>latex
\makeatletter\def\HCode{\futurelet\HCode\HCha
r}\def\HChar{\ifx"\HCode\def\HCode"##1"{\Link##1}\expandafter\HCode\else\expanda
[EMAIL PROTECTED]@[EMAIL PROTECTED]
e[#1,html]{tex4ht}}\let\HCode\documentstyle\def\documentstyle{\let\documentstyle
\HCode\expandafter\def\csname
tex4ht\endcsname{#1,html}\def\HCode1{\document
style[tex4ht,[EMAIL PROTECTED]
html.a.b.c.\input  handson.tex


...


! LaTeX Error: File `IdleEditWindow' not found.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H   for immediate help.
...

l.554 \includegraphics{IdleEditWindow}

? h
I could not locate the file with any of these extensions:
.eps,.ps,.eps.gz,.ps.gz,.eps.Z
Try typingto proceed.

--
 Andrew N. Harrington
 Computer Science Department  Director of Academic Programs
 Loyola University Chicagohttp://www.cs.luc.edu/~anh
 512B Lewis Towers (office)   Phone: 312-915-7999
 Snail mail to Lewis Towers 416   Fax:312-915-7998
 820 North Michigan Avenue[EMAIL PROTECTED] for graduate admin
 Chicago, Illinois 60611  [EMAIL PROTECTED] for undergrad admin
  [EMAIL PROTECTED] as professor




Re: htlatex won't accept existing .png image

2007-05-22 Thread Andrew Harrington

Thanks, adding this to the preamble stopped the errors:

\DeclareGraphicsExtensions{.png,}

Alan L Tyree wrote:

On Tue, 22 May 2007 13:22:34 -0500
Andrew Harrington <[EMAIL PROTECTED]> wrote:

  

I just sent a message on this topic, and I have a partial answer:
In Lyx my graphics file names are listed with the .png suffix.  In
the export of the tex file (plain or pdflatex), the .png gets dropped.

I went back in and manually changed the tex file from Lyx in all
places like \includegraphics{IdleEditWindow}
to
\includegraphics{IdleEditWindow.png}

Then htlatex worked fine.

The new question is, why does the Lyx's tex conversion drop the .png? 
Is there a way to stop it without resorting to manual conversions?



I'm not sure that this is the same problem, but it looks similar to a
problem that I had exporting pdflatex from LyX. The resulting file
wouldn't compile because the graphic files did not have .jpeg as part
of the name.

I solved it with \DeclareGraphicsRule{.jpeg}{jpg}{.jpeg}{} and
\DeclareGraphicsExtensions{.jpeg,.png,.jpg,} commands in the Preamble.

This suggests that something similar might work for you. See the
documentation that you get with a "texdoc graphicx" command.

HTH,
Alan

  

Thanks

- - - - - - - - - - - - - - - -

previous email:

I could not get htlatex to accept my png images.  Conversion to pdf
with pdflatex worked fine.  It is strange, since nothing needs to be
done to the png images to use them in html.

The beginning and the end of the console output are shown below.  It
was not willing to consider png images.  One of the links, with the
file included in the same directory, is IdleEditWindow.png.  If I
force continuation, it just leaves the pictures out of the final html
file.

I am running Lyx 1.4.4 on Windows XP, with all the standard extra
downloads, including miktex 2.5.

As I remember, I had no such problem with html output under Lyx 1.3.7.

Thanks!

- - - - - - - - - - - -

C:\anh\hands-on\handsonHtml>call htlatex handson.tex "html,1"

C:\anh\hands-on\handsonHtml>latex
\makeatletter\def\HCode{\futurelet\HCode\HCha
r}\def\HChar{\ifx"\HCode\def\HCode"##1"{\Link##1}\expandafter\HCode
\else\expanda [EMAIL PROTECTED]@macro
[EMAIL PROTECTED] e[#1,html]{tex4ht}}\let\HCode
\documentstyle\def\documentstyle{\let\documentstyle \HCode\expandafter
\def\csname tex4ht\endcsname{#1,html}\def\HCode1{\document
style[tex4ht,[EMAIL PROTECTED]
\makeatother\HCode html.a.b.c.\input  handson.tex


...


! LaTeX Error: File `IdleEditWindow' not found.

See the LaTeX manual or LaTeX Companion for explanation.
Type  H   for immediate help.
...

l.554 \includegraphics{IdleEditWindow}

? h
I could not locate the file with any of these extensions:
.eps,.ps,.eps.gz,.ps.gz,.eps.Z
Try typingto proceed.

--
  Andrew N. Harrington
  Computer Science Department  Director of Academic Programs
  Loyola University Chicagohttp://www.cs.luc.edu/~anh
  512B Lewis Towers (office)   Phone: 312-915-7999
  Snail mail to Lewis Towers 416   Fax:312-915-7998
  820 North Michigan Avenue[EMAIL PROTECTED] for graduate admin
  Chicago, Illinois 60611  [EMAIL PROTECTED] for undergrad admin
   [EMAIL PROTECTED] as professor







  



--
 Andrew N. Harrington
 Computer Science Department  Director of Academic Programs
 Loyola University Chicagohttp://www.cs.luc.edu/~anh
 512B Lewis Towers (office)   Phone: 312-915-7999
 Snail mail to Lewis Towers 416   Fax:312-915-7998
 820 North Michigan Avenue[EMAIL PROTECTED] for graduate admin
 Chicago, Illinois 60611  [EMAIL PROTECTED] for undergrad admin
  [EMAIL PROTECTED] as professor



Typewriter font not fixed width on screen

2006-08-15 Thread Andrew Harrington
I just loaded Lyx 1.4.2 onto a new Windows machine and copied over a 
document I was working on under Lyx 1.3.7 on another Windows XP machine.
Under 1.3.7 typewriter font displayed in a fixed width font on the 
screen.  With 1.4.2, it does not.  I may have loaded some fonts I forgot 
about on the old machine some time ago.


Suggestions appreciated so I see a fixed width font.

--
 Andrew N. Harrington
 Computer Science Department  Director of Academic Programs
 Loyola University Chicagohttp://www.cs.luc.edu/~anh
 512B Lewis Towers (office)   Office Phone: 312-915-7982
 Snail mail to Lewis Towers 416   Dept. Fax:312-915-7998
 820 North Michigan Avenue[EMAIL PROTECTED]
 Chicago, Illinois 60611  



Typewriter font not fixed width on screen

2006-08-15 Thread Andrew Harrington
I just loaded Lyx 1.4.2 onto a new Windows machine and copied over a 
document I was working on under Lyx 1.3.7 on another Windows XP machine.
Under 1.3.7 typewriter font displayed in a fixed width font on the 
screen.  With 1.4.2, it does not.  I may have loaded some fonts I forgot 
about on the old machine some time ago.


Suggestions appreciated so I see a fixed width font.

--
 Andrew N. Harrington
 Computer Science Department  Director of Academic Programs
 Loyola University Chicagohttp://www.cs.luc.edu/~anh
 512B Lewis Towers (office)   Office Phone: 312-915-7982
 Snail mail to Lewis Towers 416   Dept. Fax:312-915-7998
 820 North Michigan Avenue[EMAIL PROTECTED]
 Chicago, Illinois 60611  



Typewriter font not fixed width on screen

2006-08-15 Thread Andrew Harrington
I just loaded Lyx 1.4.2 onto a new Windows machine and copied over a 
document I was working on under Lyx 1.3.7 on another Windows XP machine.
Under 1.3.7 typewriter font displayed in a fixed width font on the 
screen.  With 1.4.2, it does not.  I may have loaded some fonts I forgot 
about on the old machine some time ago.


Suggestions appreciated so I see a fixed width font.

--
 Andrew N. Harrington
 Computer Science Department  Director of Academic Programs
 Loyola University Chicagohttp://www.cs.luc.edu/~anh
 512B Lewis Towers (office)   Office Phone: 312-915-7982
 Snail mail to Lewis Towers 416   Dept. Fax:312-915-7998
 820 North Michigan Avenue[EMAIL PROTECTED]
 Chicago, Illinois 60611  



different ref forms for pdf and html

2006-06-28 Thread Andrew Harrington
I have a lot of internal references and I am generating both pdf and 
multi-file html documents.
I like section +page numbers in the pdf, but I get a useless reference 
for the page number in the html.
I could write a filter to pull all the page number references from all 
the html pages, but is that already done or is there a neater solution?


Another place there are page references is in the index.  It appears the 
index is not exported to html at all, and of course the page numbers 
would be useless, but some other approach would still be nice in html: 
like having the section or the index ref displayed with a link to it.  
Is there a way to do this?


Thanks again.
Andy Harrington

PS.  This is a great users' community.  I have really appreciated that 
all my questions have been answered so far!




different ref forms for pdf and html

2006-06-28 Thread Andrew Harrington
I have a lot of internal references and I am generating both pdf and 
multi-file html documents.
I like section +page numbers in the pdf, but I get a useless reference 
for the page number in the html.
I could write a filter to pull all the page number references from all 
the html pages, but is that already done or is there a neater solution?


Another place there are page references is in the index.  It appears the 
index is not exported to html at all, and of course the page numbers 
would be useless, but some other approach would still be nice in html: 
like having the section or the index ref displayed with a link to it.  
Is there a way to do this?


Thanks again.
Andy Harrington

PS.  This is a great users' community.  I have really appreciated that 
all my questions have been answered so far!




different ref forms for pdf and html

2006-06-28 Thread Andrew Harrington
I have a lot of internal references and I am generating both pdf and 
multi-file html documents.
I like section +page numbers in the pdf, but I get a useless reference 
for the page number in the html.
I could write a filter to pull all the page number references from all 
the html pages, but is that already done or is there a neater solution?


Another place there are page references is in the index.  It appears the 
index is not exported to html at all, and of course the page numbers 
would be useless, but some other approach would still be nice in html: 
like having the section or the index ref displayed with a link to it.  
Is there a way to do this?


Thanks again.
Andy Harrington

PS.  This is a great users' community.  I have really appreciated that 
all my questions have been answered so far!




Numbered exercises within a section with ams-book

2006-06-26 Thread Andrew Harrington
Thanks, Paul.  The additions work to number exercises within sections.  
I still find one strange thing:  I cannot have one exercise directly 
following another.  Lyx want to make them be one combined exercise.  I 
found the obvious workabound of putting a standard paragraph in between 
with non-breaking space, but that throws off the spacing.  I also found 
that if I nest each successive problem one more level, I get 
consecutively numbered exercises and everything looks fine!  I guess 
that works as long as I do not want numbered lists within the problems  
Isn't there something more direct?


Thanks
Andy Harrington

Paul A. Rubin wrote:




Andrew Harrington wrote:

I am new to Lyx and have no LaTeX experience.  I am writing a 
sequence of Python tutorials in a book document.  I tried switching 
from default book to AMS book because it supports numbered exercises 
and examples, however in the AMS system, each exercise appears to 
generate a new section number.  I do not want exercises to alter the 
section numbering.  I would ideally like exercises to either be 
numbered sequentually throughout the whole tutorial, or probably 
better, start again from 1 in each chapter or maybe section.  
Something viewable easily in LyX would be good, though I am willing 
to handle my first ERT's.


Help appreciated.

Thanks,
Andy Harrington




If you put the following in the document preamble, exercises should be 
numbered within sections (but I think with the section number included):


\newtheorem{xcc}{Exercise}[section]
\renewcommand{\xca}{\xcc}

/Paul






--
 Andrew N. Harrington
 Computer Science Department  Undergraduate Program Director
 Loyola University Chicagohttp://www.cs.luc.edu/~anh
 512B Lewis Towers (office)   Office Phone: 312-915-7982
 Snail mail to Lewis Towers 416   Dept. Fax:312-915-7998
 820 North Michigan Avenue[EMAIL PROTECTED]
 Chicago, Illinois 60611  



Numbered exercises within a section with ams-book

2006-06-26 Thread Andrew Harrington
Thanks, Paul.  The additions work to number exercises within sections.  
I still find one strange thing:  I cannot have one exercise directly 
following another.  Lyx want to make them be one combined exercise.  I 
found the obvious workabound of putting a standard paragraph in between 
with non-breaking space, but that throws off the spacing.  I also found 
that if I nest each successive problem one more level, I get 
consecutively numbered exercises and everything looks fine!  I guess 
that works as long as I do not want numbered lists within the problems  
Isn't there something more direct?


Thanks
Andy Harrington

Paul A. Rubin wrote:




Andrew Harrington wrote:

I am new to Lyx and have no LaTeX experience.  I am writing a 
sequence of Python tutorials in a book document.  I tried switching 
from default book to AMS book because it supports numbered exercises 
and examples, however in the AMS system, each exercise appears to 
generate a new section number.  I do not want exercises to alter the 
section numbering.  I would ideally like exercises to either be 
numbered sequentually throughout the whole tutorial, or probably 
better, start again from 1 in each chapter or maybe section.  
Something viewable easily in LyX would be good, though I am willing 
to handle my first ERT's.


Help appreciated.

Thanks,
Andy Harrington




If you put the following in the document preamble, exercises should be 
numbered within sections (but I think with the section number included):


\newtheorem{xcc}{Exercise}[section]
\renewcommand{\xca}{\xcc}

/Paul






--
 Andrew N. Harrington
 Computer Science Department  Undergraduate Program Director
 Loyola University Chicagohttp://www.cs.luc.edu/~anh
 512B Lewis Towers (office)   Office Phone: 312-915-7982
 Snail mail to Lewis Towers 416   Dept. Fax:312-915-7998
 820 North Michigan Avenue[EMAIL PROTECTED]
 Chicago, Illinois 60611  



Numbered exercises within a section with ams-book

2006-06-26 Thread Andrew Harrington
Thanks, Paul.  The additions work to number exercises within sections.  
I still find one strange thing:  I cannot have one exercise directly 
following another.  Lyx want to make them be one combined exercise.  I 
found the obvious workabound of putting a standard paragraph in between 
with non-breaking space, but that throws off the spacing.  I also found 
that if I nest each successive problem one more level, I get 
consecutively numbered exercises and everything looks fine!  I guess 
that works as long as I do not want numbered lists within the problems  
Isn't there something more direct?


Thanks
Andy Harrington

Paul A. Rubin wrote:




Andrew Harrington wrote:

I am new to Lyx and have no LaTeX experience.  I am writing a 
sequence of Python tutorials in a book document.  I tried switching 
from default book to AMS book because it supports numbered exercises 
and examples, however in the AMS system, each exercise appears to 
generate a new section number.  I do not want exercises to alter the 
section numbering.  I would ideally like exercises to either be 
numbered sequentually throughout the whole tutorial, or probably 
better, start again from 1 in each chapter or maybe section.  
Something viewable easily in LyX would be good, though I am willing 
to handle my first ERT's.


Help appreciated.

Thanks,
Andy Harrington




If you put the following in the document preamble, exercises should be 
numbered within sections (but I think with the section number included):


\newtheorem{xcc}{Exercise}[section]
\renewcommand{\xca}{\xcc}

/Paul






--
 Andrew N. Harrington
 Computer Science Department  Undergraduate Program Director
 Loyola University Chicagohttp://www.cs.luc.edu/~anh
 512B Lewis Towers (office)   Office Phone: 312-915-7982
 Snail mail to Lewis Towers 416   Dept. Fax:312-915-7998
 820 North Michigan Avenue[EMAIL PROTECTED]
 Chicago, Illinois 60611  



importing program code

2006-06-18 Thread Andrew Harrington
I am new to Lyx and have no LaTeX experience.  I am writing a sequence 
of Python tutorials in a book document.  I tried switching from default 
book to AMS book because it supports numbered exercises and examples, 
however in the AMS system, each exercise appears to generate a new 
section number.  I do not want exercises to alter the section 
numbering.  I would ideally like exercises to either be numbered 
sequentually throughout the whole tutorial, or probably better, start 
again from 1 in each chapter or maybe section.  Something viewable 
easily in LyX would be good, though I am willing to handle my first ERT's.


Help appreciated.

Thanks,
Andy Harrington



importing program code

2006-06-18 Thread Andrew Harrington
I am new to Lyx and have no LaTeX experience.  I am writing a sequence 
of Python tutorials in a book document.  I tried switching from default 
book to AMS book because it supports numbered exercises and examples, 
however in the AMS system, each exercise appears to generate a new 
section number.  I do not want exercises to alter the section 
numbering.  I would ideally like exercises to either be numbered 
sequentually throughout the whole tutorial, or probably better, start 
again from 1 in each chapter or maybe section.  Something viewable 
easily in LyX would be good, though I am willing to handle my first ERT's.


Help appreciated.

Thanks,
Andy Harrington



importing program code

2006-06-18 Thread Andrew Harrington
I am new to Lyx and have no LaTeX experience.  I am writing a sequence 
of Python tutorials in a book document.  I tried switching from default 
book to AMS book because it supports numbered exercises and examples, 
however in the AMS system, each exercise appears to generate a new 
section number.  I do not want exercises to alter the section 
numbering.  I would ideally like exercises to either be numbered 
sequentually throughout the whole tutorial, or probably better, start 
again from 1 in each chapter or maybe section.  Something viewable 
easily in LyX would be good, though I am willing to handle my first ERT's.


Help appreciated.

Thanks,
Andy Harrington



typing Lyx-code quotes

2006-06-16 Thread Andrew Harrington

Thanks, Jurgen, for the updated font!
That still leaves a Lyx question.

To put quotes in Lyx-code, I know plain quote does not work.  I tried 
both C-quotekey and C-S-quotekey, and each gives me a *single* quote.  I 
could copy the typewrite double quote character from the UserGuide 
example, and it looks fine, but I do not know how to enter it directly.


Thanks,
Andy Harrington

Juergen Spitzmueller wrote:


Andrew Harrington wrote:
 


I am not managing to get two things I want with fonts:
I want English text + .png graphics to look decent in Acroread.  I get
complete output using pdflatex, but as the Extended Features Guide
5.3.6.2 mentions, the fonts look awful, so I followed the suggestion and
put in my preamble
\usepackage{ae,aecompl}
Then I get a decent font in Acroread.
   



\usepackage{lmodern}
(the Latin Modern fonts) is a much better choice nowadays.
 


HTH,
Jürgen


 




--
 Andrew N. Harrington
 Computer Science Department  Undergraduate Program Director
 Loyola University Chicagohttp://www.cs.luc.edu/~anh
 512B Lewis Towers (office)   Office Phone: 312-915-7982
 Snail mail to Lewis Towers 416   Dept. Fax:312-915-7998
 820 North Michigan Avenue[EMAIL PROTECTED]
 Chicago, Illinois 60611  



typing Lyx-code quotes

2006-06-16 Thread Andrew Harrington

Thanks, Jurgen, for the updated font!
That still leaves a Lyx question.

To put quotes in Lyx-code, I know plain quote does not work.  I tried 
both C-quotekey and C-S-quotekey, and each gives me a *single* quote.  I 
could copy the typewrite double quote character from the UserGuide 
example, and it looks fine, but I do not know how to enter it directly.


Thanks,
Andy Harrington

Juergen Spitzmueller wrote:


Andrew Harrington wrote:
 


I am not managing to get two things I want with fonts:
I want English text + .png graphics to look decent in Acroread.  I get
complete output using pdflatex, but as the Extended Features Guide
5.3.6.2 mentions, the fonts look awful, so I followed the suggestion and
put in my preamble
\usepackage{ae,aecompl}
Then I get a decent font in Acroread.
   



\usepackage{lmodern}
(the Latin Modern fonts) is a much better choice nowadays.
 


HTH,
Jürgen


 




--
 Andrew N. Harrington
 Computer Science Department  Undergraduate Program Director
 Loyola University Chicagohttp://www.cs.luc.edu/~anh
 512B Lewis Towers (office)   Office Phone: 312-915-7982
 Snail mail to Lewis Towers 416   Dept. Fax:312-915-7998
 820 North Michigan Avenue[EMAIL PROTECTED]
 Chicago, Illinois 60611  



typing Lyx-code quotes

2006-06-16 Thread Andrew Harrington

Thanks, Jurgen, for the updated font!
That still leaves a Lyx question.

To put quotes in Lyx-code, I know plain quote does not work.  I tried 
both C-quotekey and C-S-quotekey, and each gives me a *single* quote.  I 
could copy the typewrite double quote character from the UserGuide 
example, and it looks fine, but I do not know how to enter it directly.


Thanks,
Andy Harrington

Juergen Spitzmueller wrote:


Andrew Harrington wrote:
 


I am not managing to get two things I want with fonts:
I want English text + .png graphics to look decent in Acroread.  I get
complete output using pdflatex, but as the Extended Features Guide
5.3.6.2 mentions, the fonts look awful, so I followed the suggestion and
put in my preamble
\usepackage{ae,aecompl}
Then I get a decent font in Acroread.
   



\usepackage{lmodern}
(the Latin Modern fonts) is a much better choice nowadays.
 


HTH,
Jürgen


 




--
 Andrew N. Harrington
 Computer Science Department  Undergraduate Program Director
 Loyola University Chicagohttp://www.cs.luc.edu/~anh
 512B Lewis Towers (office)   Office Phone: 312-915-7982
 Snail mail to Lewis Towers 416   Dept. Fax:312-915-7998
 820 North Michigan Avenue[EMAIL PROTECTED]
 Chicago, Illinois 60611  



conflict with good font for Acroread and Lyx-code quotes

2006-06-15 Thread Andrew Harrington

I am not managing to get two things I want with fonts:
I want English text + .png graphics to look decent in Acroread.  I get 
complete output using pdflatex, but as the Extended Features Guide 
5.3.6.2 mentions, the fonts look awful, so I followed the suggestion and 
put in my preamble

\usepackage{ae,aecompl}
Then I get a decent font in Acroread.

However, when I put a double quote character in Lyx-code, I get a black 
square as output for the quotes. (Single quotes are OK, though two 
single quotes together gives the same problem.)  I do not know how many 
other characters would give the same problem.


If I remove the preamble addition,
\usepackage{ae,aecompl}
The font in Acroread goes back to awful, but at least I do see all 
versions of quotes in Lyx-code.


I am running the binary for Lyx 1.3.7 on Windows XP.

There are other suggestions in the same section 5.3.6.2 on the Extended 
Features.  There is a reference to adding a ~/.dvipsrc.  I am not sure 
if that location is only for Linux.  I assume the the directory ~ for me 
in XP is

C:\Documents and Settings\Andrew Harrington
and I put .dvipsrc there, but adding it did not seem to make any difference.

Thanks,
Andy Harrington



conflict with good font for Acroread and Lyx-code quotes

2006-06-15 Thread Andrew Harrington

I am not managing to get two things I want with fonts:
I want English text + .png graphics to look decent in Acroread.  I get 
complete output using pdflatex, but as the Extended Features Guide 
5.3.6.2 mentions, the fonts look awful, so I followed the suggestion and 
put in my preamble

\usepackage{ae,aecompl}
Then I get a decent font in Acroread.

However, when I put a double quote character in Lyx-code, I get a black 
square as output for the quotes. (Single quotes are OK, though two 
single quotes together gives the same problem.)  I do not know how many 
other characters would give the same problem.


If I remove the preamble addition,
\usepackage{ae,aecompl}
The font in Acroread goes back to awful, but at least I do see all 
versions of quotes in Lyx-code.


I am running the binary for Lyx 1.3.7 on Windows XP.

There are other suggestions in the same section 5.3.6.2 on the Extended 
Features.  There is a reference to adding a ~/.dvipsrc.  I am not sure 
if that location is only for Linux.  I assume the the directory ~ for me 
in XP is

C:\Documents and Settings\Andrew Harrington
and I put .dvipsrc there, but adding it did not seem to make any difference.

Thanks,
Andy Harrington



conflict with good font for Acroread and Lyx-code quotes

2006-06-15 Thread Andrew Harrington

I am not managing to get two things I want with fonts:
I want English text + .png graphics to look decent in Acroread.  I get 
complete output using pdflatex, but as the Extended Features Guide 
5.3.6.2 mentions, the fonts look awful, so I followed the suggestion and 
put in my preamble

\usepackage{ae,aecompl}
Then I get a decent font in Acroread.

However, when I put a double quote character in Lyx-code, I get a black 
square as output for the quotes. (Single quotes are OK, though two 
single quotes together gives the same problem.)  I do not know how many 
other characters would give the same problem.


If I remove the preamble addition,
\usepackage{ae,aecompl}
The font in Acroread goes back to awful, but at least I do see all 
versions of quotes in Lyx-code.


I am running the binary for Lyx 1.3.7 on Windows XP.

There are other suggestions in the same section 5.3.6.2 on the Extended 
Features.  There is a reference to adding a ~/.dvipsrc.  I am not sure 
if that location is only for Linux.  I assume the the directory ~ for me 
in XP is

C:\Documents and Settings\Andrew Harrington
and I put .dvipsrc there, but adding it did not seem to make any difference.

Thanks,
Andy Harrington



embedding bitmaps/png and generating pdf

2006-06-13 Thread Andrew Harrington
The users guide talks about xfig at length for figures.  What if you 
have a bitmap of a computer screen for instance.  I can embed it as a 
png file and display it in html via htlatex, but what if I want to be 
able to generate a pdf file version, too?


I am running 1.3.7 on Windows XP.

Thanks

--
 Andrew N. Harrington
 Computer Science Department  Undergraduate Program Director
 Loyola University Chicagohttp://www.cs.luc.edu/~anh
 512B Lewis Towers (office)   Office Phone: 312-915-7982
 Snail mail to Lewis Towers 416   Dept. Fax:312-915-7998
 820 North Michigan Avenue[EMAIL PROTECTED]
 Chicago, Illinois 60611  



embedding bitmaps/png and generating pdf

2006-06-13 Thread Andrew Harrington
The users guide talks about xfig at length for figures.  What if you 
have a bitmap of a computer screen for instance.  I can embed it as a 
png file and display it in html via htlatex, but what if I want to be 
able to generate a pdf file version, too?


I am running 1.3.7 on Windows XP.

Thanks

--
 Andrew N. Harrington
 Computer Science Department  Undergraduate Program Director
 Loyola University Chicagohttp://www.cs.luc.edu/~anh
 512B Lewis Towers (office)   Office Phone: 312-915-7982
 Snail mail to Lewis Towers 416   Dept. Fax:312-915-7998
 820 North Michigan Avenue[EMAIL PROTECTED]
 Chicago, Illinois 60611  



embedding bitmaps/png and generating pdf

2006-06-13 Thread Andrew Harrington
The users guide talks about xfig at length for figures.  What if you 
have a bitmap of a computer screen for instance.  I can embed it as a 
png file and display it in html via htlatex, but what if I want to be 
able to generate a pdf file version, too?


I am running 1.3.7 on Windows XP.

Thanks

--
 Andrew N. Harrington
 Computer Science Department  Undergraduate Program Director
 Loyola University Chicagohttp://www.cs.luc.edu/~anh
 512B Lewis Towers (office)   Office Phone: 312-915-7982
 Snail mail to Lewis Towers 416   Dept. Fax:312-915-7998
 820 North Michigan Avenue[EMAIL PROTECTED]
 Chicago, Illinois 60611  



can't find lyxrc.defaults

2006-05-26 Thread Andrew Harrington

Help request:

I just installed Lyx apparently successfully using the LyxWinInstaller 
on Win XP. 


However, running
lyx -dbg any

I get several comments, and a popup termination window about lyxrc.defaults:

Could not find  Qt translations for locale en_US
LoaderQueue:  priority set to 10 images at a time, 100 milliseconds 
between calls

Initializing LyX::init...
About to read lyxrc.defaults...
Warning: Could not read configuration file
Please check your installation.


This directory is empty:
C:\Documents and Settings\Andrew Harrington\Application Data\LyX1.4.x

The Windows documentation says this should happen the first time:


   The first run

Start Lyx from the Start Menu or Desktop shortcut that was just created.

   * LyX should configure itself and create a |LyX| folder in
 |C:\Documents and Settings\username\Application Data| holding each
 users preferences.


Help appreciated.

Thanks

--
 Andrew N. Harrington
 Computer Science Department  Undergraduate Program Director
 Loyola University Chicagohttp://www.cs.luc.edu/~anh
 512B Lewis Towers (office)   Office Phone: 312-915-7982
 Snail mail to Lewis Towers 416   Dept. Fax:312-915-7998
 820 North Michigan Avenue[EMAIL PROTECTED]
 Chicago, Illinois 60611  



can't find lyxrc.defaults

2006-05-26 Thread Andrew Harrington

Help request:

I just installed Lyx apparently successfully using the LyxWinInstaller 
on Win XP. 


However, running
lyx -dbg any

I get several comments, and a popup termination window about lyxrc.defaults:

Could not find  Qt translations for locale en_US
LoaderQueue:  priority set to 10 images at a time, 100 milliseconds 
between calls

Initializing LyX::init...
About to read lyxrc.defaults...
Warning: Could not read configuration file
Please check your installation.


This directory is empty:
C:\Documents and Settings\Andrew Harrington\Application Data\LyX1.4.x

The Windows documentation says this should happen the first time:


   The first run

Start Lyx from the Start Menu or Desktop shortcut that was just created.

   * LyX should configure itself and create a |LyX| folder in
 |C:\Documents and Settings\username\Application Data| holding each
 users preferences.


Help appreciated.

Thanks

--
 Andrew N. Harrington
 Computer Science Department  Undergraduate Program Director
 Loyola University Chicagohttp://www.cs.luc.edu/~anh
 512B Lewis Towers (office)   Office Phone: 312-915-7982
 Snail mail to Lewis Towers 416   Dept. Fax:312-915-7998
 820 North Michigan Avenue[EMAIL PROTECTED]
 Chicago, Illinois 60611  



can't find lyxrc.defaults

2006-05-26 Thread Andrew Harrington

Help request:

I just installed Lyx apparently successfully using the LyxWinInstaller 
on Win XP. 


However, running
lyx -dbg any

I get several comments, and a popup termination window about lyxrc.defaults:

Could not find  Qt translations for locale en_US
LoaderQueue:  priority set to 10 images at a time, 100 milliseconds 
between calls

Initializing LyX::init...
About to read lyxrc.defaults...
Warning: Could not read configuration file
Please check your installation.


This directory is empty:
C:\Documents and Settings\Andrew Harrington\Application Data\LyX1.4.x

The Windows documentation says this should happen the first time:


   The first run

Start Lyx from the Start Menu or Desktop shortcut that was just created.

   * LyX should configure itself and create a |LyX| folder in
 |C:\Documents and Settings\username\Application Data| holding each
 users preferences.


Help appreciated.

Thanks

--
 Andrew N. Harrington
 Computer Science Department  Undergraduate Program Director
 Loyola University Chicagohttp://www.cs.luc.edu/~anh
 512B Lewis Towers (office)   Office Phone: 312-915-7982
 Snail mail to Lewis Towers 416   Dept. Fax:312-915-7998
 820 North Michigan Avenue[EMAIL PROTECTED]
 Chicago, Illinois 60611