Re: Mysterious LaTeX Error

2008-05-21 Thread Rich Shepard
On Wed, 21 May 2008, José Matos wrote: The usual culprit in these cases is the underscore. Jose, Sure was. My suggestion is to replace the calls to str(left) and str(right) by a call to a new function that escapes all the usual suspects. Good idea. I am not sure if the latex code

Mysterious LaTeX Error

2008-05-21 Thread Rich Shepard
Folks here have been exceptionally helpful in seeing errors that I miss. This new error may well be the most challenging. My embedded LaTeX is trying to print a two-column table with text (strings) in each column, no numbers. Here's the relevant code:

Re: Mysterious LaTeX Error -- SOLVED

2008-05-21 Thread Rich Shepard
On Wed, 21 May 2008, Rich Shepard wrote: l.1963 IIA1 & if impervioussurface_ amount is little then goodness is greatly... What other character might be seen by LaTeX as a command to enter math mode when that's not my intention? OK. Got it. LaTeX sees the

Re: Mysterious LaTeX Error

2008-05-21 Thread José Matos
On Wednesday 21 May 2008 17:24:04 Rich Shepard wrote: >    The 'Missing $ inserted' error message is generated when there is a math > symbol (e.g., $) in the text string that causes LaTeX to enter math mode. I > do not have any monetary amounts in the text. What other character might be > seen by

Re: Mysterious LaTeX Error

2008-05-21 Thread Rich Shepard
On Wed, 21 May 2008, José Matos wrote: The usual culprit in these cases is the underscore. Jose, Sure was. My suggestion is to replace the calls to str(left) and str(right) by a call to a new function that escapes all the usual suspects. Good idea. I am not sure if the latex code

Re: Output track changes in pdf with latex error

2008-04-01 Thread Peter Sutovsky
yes, I have xcolor package installed. Peter On Mon, Mar 31, 2008 at 6:55 PM, Joost Verburg [EMAIL PROTECTED] wrote: Peter Sutovsky wrote: I get error message when I try to get output in pdf with show changes in output is on. Output to dvi and ps works well. Is it way to make it work

Re: Output track changes in pdf with latex error

2008-04-01 Thread Bo Peng
On Mon, Mar 31, 2008 at 5:30 PM, Peter Sutovsky [EMAIL PROTECTED] wrote: I get error message when I try to get output in pdf with show changes in output is on. Output to dvi and ps works well. Is it way to make it work with pdf? Thanks. What does Document-LaTeX log say? Bo

Re: Output track changes in pdf with latex error

2008-04-01 Thread Peter Sutovsky
First error in Document-LaTeX log: ! Argument of [EMAIL PROTECTED] has an extra }. inserted text \par l.256 ...31 2008}{PANDA-CDCA \citep{CooperSS2006}} I've run across a `}' that doesn't seem to match anything. For example,

Re: Output track changes in pdf with latex error

2008-04-01 Thread Peter Sutovsky
There seems to be problem if citation is in the deleted text. On Tue, Apr 1, 2008 at 5:30 PM, Bo Peng [EMAIL PROTECTED] wrote: On Mon, Mar 31, 2008 at 5:30 PM, Peter Sutovsky [EMAIL PROTECTED] wrote: I get error message when I try to get output in pdf with show changes in output is on.

Re: Output track changes in pdf with latex error

2008-04-01 Thread Peter Sutovsky
yes, I have xcolor package installed. Peter On Mon, Mar 31, 2008 at 6:55 PM, Joost Verburg [EMAIL PROTECTED] wrote: Peter Sutovsky wrote: I get error message when I try to get output in pdf with show changes in output is on. Output to dvi and ps works well. Is it way to make it work

Re: Output track changes in pdf with latex error

2008-04-01 Thread Bo Peng
On Mon, Mar 31, 2008 at 5:30 PM, Peter Sutovsky [EMAIL PROTECTED] wrote: I get error message when I try to get output in pdf with show changes in output is on. Output to dvi and ps works well. Is it way to make it work with pdf? Thanks. What does Document-LaTeX log say? Bo

Re: Output track changes in pdf with latex error

2008-04-01 Thread Peter Sutovsky
First error in Document-LaTeX log: ! Argument of [EMAIL PROTECTED] has an extra }. inserted text \par l.256 ...31 2008}{PANDA-CDCA \citep{CooperSS2006}} I've run across a `}' that doesn't seem to match anything. For example,

Re: Output track changes in pdf with latex error

2008-04-01 Thread Peter Sutovsky
There seems to be problem if citation is in the deleted text. On Tue, Apr 1, 2008 at 5:30 PM, Bo Peng [EMAIL PROTECTED] wrote: On Mon, Mar 31, 2008 at 5:30 PM, Peter Sutovsky [EMAIL PROTECTED] wrote: I get error message when I try to get output in pdf with show changes in output is on.

Re: Output track changes in pdf with latex error

2008-04-01 Thread Peter Sutovsky
yes, I have xcolor package installed. Peter On Mon, Mar 31, 2008 at 6:55 PM, Joost Verburg <[EMAIL PROTECTED]> wrote: > > > > Peter Sutovsky wrote: > > I get error message when I try to get output in pdf with "show changes in > > output " is on. Output to dvi and ps works well. Is it way to make

Re: Output track changes in pdf with latex error

2008-04-01 Thread Bo Peng
On Mon, Mar 31, 2008 at 5:30 PM, Peter Sutovsky <[EMAIL PROTECTED]> wrote: > I get error message when I try to get output in pdf with "show changes in > output " is on. Output to dvi and ps works well. Is it way to make it work > with pdf? Thanks. What does Document->LaTeX log say? Bo

Re: Output track changes in pdf with latex error

2008-04-01 Thread Peter Sutovsky
First error in Document->LaTeX log: ! Argument of [EMAIL PROTECTED] has an extra }. \par l.256 ...31 2008}{PANDA-CDCA \citep{CooperSS2006}} I've run across a `}' that doesn't seem to match anything. For example, `\def\a#1{...}'

Re: Output track changes in pdf with latex error

2008-04-01 Thread Peter Sutovsky
There seems to be problem if citation is in the deleted text. On Tue, Apr 1, 2008 at 5:30 PM, Bo Peng <[EMAIL PROTECTED]> wrote: > > On Mon, Mar 31, 2008 at 5:30 PM, Peter Sutovsky <[EMAIL PROTECTED]> wrote: > > I get error message when I try to get output in pdf with "show changes in > >

Output track changes in pdf with latex error

2008-03-31 Thread Peter Sutovsky
I get error message when I try to get output in pdf with show changes in output is on. Output to dvi and ps works well. Is it way to make it work with pdf? Thanks. Peter

Re: Output track changes in pdf with latex error

2008-03-31 Thread Joost Verburg
Peter Sutovsky wrote: I get error message when I try to get output in pdf with show changes in output is on. Output to dvi and ps works well. Is it way to make it work with pdf? Thanks. Do you have the xcolor package installed? Joost

Output track changes in pdf with latex error

2008-03-31 Thread Peter Sutovsky
I get error message when I try to get output in pdf with show changes in output is on. Output to dvi and ps works well. Is it way to make it work with pdf? Thanks. Peter

Re: Output track changes in pdf with latex error

2008-03-31 Thread Joost Verburg
Peter Sutovsky wrote: I get error message when I try to get output in pdf with show changes in output is on. Output to dvi and ps works well. Is it way to make it work with pdf? Thanks. Do you have the xcolor package installed? Joost

Output track changes in pdf with latex error

2008-03-31 Thread Peter Sutovsky
I get error message when I try to get output in pdf with "show changes in output " is on. Output to dvi and ps works well. Is it way to make it work with pdf? Thanks. Peter

Re: Output track changes in pdf with latex error

2008-03-31 Thread Joost Verburg
Peter Sutovsky wrote: I get error message when I try to get output in pdf with "show changes in output " is on. Output to dvi and ps works well. Is it way to make it work with pdf? Thanks. Do you have the xcolor package installed? Joost

Re: LaTeX error, \prevdepth with Figure

2008-02-27 Thread David Hewitt
\citealt{cbsac2007advreport}).} \end{figure} \par\end{center} Thanks for any help, Dave - David Hewitt Virginia Institute of Marine Science http://www.vims.edu/fish/students/dhewitt/ -- View this message in context: http://www.nabble.com/LaTeX-error%2C-%5Cprevdepth-with-Figure

Re: LaTeX error, \prevdepth with Figure

2008-02-27 Thread David Hewitt
\citealt{cbsac2007advreport}).} \end{figure} \par\end{center} Thanks for any help, Dave - David Hewitt Virginia Institute of Marine Science http://www.vims.edu/fish/students/dhewitt/ -- View this message in context: http://www.nabble.com/LaTeX-error%2C-%5Cprevdepth-with-Figure

Re: LaTeX error, \prevdepth with Figure

2008-02-27 Thread David Hewitt
eport}).} > > > > \end{figure} > > \par\end{center} > > > Thanks for any help, > Dave > - David Hewitt Virginia Institute of Marine Science http://www.vims.edu/fish/students/dhewitt/ -- View this message in context: http://www.nabble.com/LaTeX-error%2C-%5Cprevdepth-with-Figure-tp15705637p15716599.html Sent from the LyX - Users mailing list archive at Nabble.com.

LaTeX error, \prevdepth with Figure

2008-02-26 Thread David Hewitt
{cbsac2007advreport}).} \end{figure} \par\end{center} Thanks for any help, Dave - David Hewitt Virginia Institute of Marine Science http://www.vims.edu/fish/students/dhewitt/ -- View this message in context: http://www.nabble.com/LaTeX-error%2C-%5Cprevdepth-with-Figure-tp15705637p15705637.html

LaTeX error, \prevdepth with Figure

2008-02-26 Thread David Hewitt
{cbsac2007advreport}).} \end{figure} \par\end{center} Thanks for any help, Dave - David Hewitt Virginia Institute of Marine Science http://www.vims.edu/fish/students/dhewitt/ -- View this message in context: http://www.nabble.com/LaTeX-error%2C-%5Cprevdepth-with-Figure-tp15705637p15705637.html

LaTeX error, \prevdepth with Figure

2008-02-26 Thread David Hewitt
{cbsac2007advreport}).} \end{figure} \par\end{center} Thanks for any help, Dave - David Hewitt Virginia Institute of Marine Science http://www.vims.edu/fish/students/dhewitt/ -- View this message in context: http://www.nabble.com/LaTeX-error%2C-%5Cprevdepth-with-Figure-tp15705637p15705637.html

Re: latex error with use of code listing

2008-02-14 Thread cedricg
Hello, I've looked around and learned that there is an incompatibility between the 'listings' and the 'babel' package. A sort of fix to avoid the LAtex error message I was speaking in my previous message is to load the 'listings' package before the 'babel' one, like reported here : http

Re: latex error with use of code listing

2008-02-14 Thread cedricg
Hello, I've looked around and learned that there is an incompatibility between the 'listings' and the 'babel' package. A sort of fix to avoid the LAtex error message I was speaking in my previous message is to load the 'listings' package before the 'babel' one, like reported here : http

Re: latex error with use of code listing

2008-02-14 Thread cedricg
Hello, I've looked around and learned that there is an incompatibility between the 'listings' and the 'babel' package. A sort of fix to avoid the LAtex error message I was speaking in my previous message is to load the 'listings' package before the 'babel' one, like reported here : http

latex error while code listing

2008-02-13 Thread cedricg
Hello, I'm using the 'code listing' box and found some random unpredictable error message while generating the document to DVI, PS or PDF. The Latex messages are some of the following : Incomplete \iffalse: all text was ignored after line 1000 Forbidden control sequence found while scanning

latex error while code listing

2008-02-13 Thread cedricg
Hello, I'm using the 'code listing' box and found some random unpredictable error message while generating the document to DVI, PS or PDF. The Latex messages are some of the following : Incomplete \iffalse: all text was ignored after line 1000 Forbidden control sequence found while scanning

latex error while code listing

2008-02-13 Thread cedricg
Hello, I'm using the 'code listing' box and found some random unpredictable error message while generating the document to DVI, PS or PDF. The Latex messages are some of the following : Incomplete \iffalse: all text was ignored after line 1000 Forbidden control sequence found while scanning

Latex error Missing \endcsname inserted

2008-01-08 Thread Falk Sticken
Hi, I am using the latest Miktex 2.6 and LyX 1.5.3. When I try to compile my document I get an error Missing \endcsname inserted. and TeX capacity exceeded, sorry [input stack size=5000]. I am totally unfamilar with LateX, so I would appreciate any hints what to do now. I also tried to truncate

Re: Latex error Missing \endcsname inserted

2008-01-08 Thread Falk Sticken
Solved. I used 'Paragraph' for paragraphs, but this style is only for paragraph titles. bye, Falk Sticken

Latex error Missing \endcsname inserted

2008-01-08 Thread Falk Sticken
Hi, I am using the latest Miktex 2.6 and LyX 1.5.3. When I try to compile my document I get an error Missing \endcsname inserted. and TeX capacity exceeded, sorry [input stack size=5000]. I am totally unfamilar with LateX, so I would appreciate any hints what to do now. I also tried to truncate

Re: Latex error Missing \endcsname inserted

2008-01-08 Thread Falk Sticken
Solved. I used 'Paragraph' for paragraphs, but this style is only for paragraph titles. bye, Falk Sticken

Latex error "Missing \endcsname inserted"

2008-01-08 Thread Falk Sticken
Hi, I am using the latest Miktex 2.6 and LyX 1.5.3. When I try to compile my document I get an error "Missing \endcsname inserted." and "TeX capacity exceeded, sorry [input stack size=5000]". I am totally unfamilar with LateX, so I would appreciate any hints what to do now. I also tried to

Re: Latex error "Missing \endcsname inserted"

2008-01-08 Thread Falk Sticken
Solved. I used 'Paragraph' for paragraphs, but this style is only for paragraph titles. bye, Falk Sticken

Lyx / LaTex Error

2007-12-21 Thread Joerg-Michael Dettmann
Dear Lyx experts, In connection with Open SUSE 10.3 I found following software problem in Lyx 1.5.2 and 1.5.3: It is not possible to convert the template g-brief-de.lyx in a pdf format, Obviousely there is a LaTex error: Command \ Telefon already defined. As I am not acquainted with LaTex I

Re: Lyx / LaTex Error

2007-12-21 Thread Jürgen Spitzmüller
Joerg-Michael Dettmann wrote: In connection with Open SUSE 10.3 I found  following software problem in Lyx 1.5.2 and 1.5.3: It is not possible to convert the template g-brief-de.lyx in a pdf format, Obviousely there is a LaTex error: Command \ Telefon already defined. As I am not acquainted

Lyx / LaTex Error

2007-12-21 Thread Joerg-Michael Dettmann
Dear Lyx experts, In connection with Open SUSE 10.3 I found following software problem in Lyx 1.5.2 and 1.5.3: It is not possible to convert the template g-brief-de.lyx in a pdf format, Obviousely there is a LaTex error: Command \ Telefon already defined. As I am not acquainted with LaTex I

Re: Lyx / LaTex Error

2007-12-21 Thread Jürgen Spitzmüller
Joerg-Michael Dettmann wrote: In connection with Open SUSE 10.3 I found  following software problem in Lyx 1.5.2 and 1.5.3: It is not possible to convert the template g-brief-de.lyx in a pdf format, Obviousely there is a LaTex error: Command \ Telefon already defined. As I am not acquainted

Lyx / LaTex Error

2007-12-21 Thread Joerg-Michael Dettmann
Dear Lyx experts, In connection with Open SUSE 10.3 I found following software problem in Lyx 1.5.2 and 1.5.3: It is not possible to convert the template g-brief-de.lyx in a pdf format, Obviousely there is a LaTex error: "Command \ Telefon already defined". As I am not acquainted wi

Re: Lyx / LaTex Error

2007-12-21 Thread Jürgen Spitzmüller
Joerg-Michael Dettmann wrote: > In connection with Open SUSE 10.3 I found  following software problem in > Lyx 1.5.2 and 1.5.3: > It is not possible to convert the template g-brief-de.lyx in a pdf format, > Obviousely there is a LaTex error: "Command \ Telefon already de

Re: LaTeX Error: Command \thm already defined.

2007-12-05 Thread lyxCompilerError
Just got it! Thanks for your help! I was using ams* files, so I went into those files and deleted the offending theorem definitions. It now compiles just fine. (-: Thanks again! -- View this message in context: http://www.nabble.com/LaTeX-Error%3A-Command-%5Cthm-already-defined.-tf4950056

Re: LaTeX Error: Command \thm already defined.

2007-12-05 Thread Paul A. Rubin
lyxCompilerError wrote: How do I force LyX 1.5.2 to redefining the theorem environment? I'm required to use stacs.cls as my document class (and am not allowed to modify this file). Stacs.cls defines the theorem environment, and this conflicts with LyX wanting to automatically add (another)

LaTeX Error: Command \thm already defined.

2007-12-05 Thread lyxCompilerError
do I force LyX to stop adding this redundant theorem environment? Summary: * LyX always inserts this command into the TEX file. \newtheorem{thm}{Theorem}[section] * I need to stop LyX from doing this. -- View this message in context: http://www.nabble.com/LaTeX-Error%3A-Command-%5Cthm-already

Re: LaTeX Error: Command \thm already defined.

2007-12-05 Thread lyxCompilerError
Just got it! Thanks for your help! I was using ams* files, so I went into those files and deleted the offending theorem definitions. It now compiles just fine. (-: Thanks again! -- View this message in context: http://www.nabble.com/LaTeX-Error%3A-Command-%5Cthm-already-defined.-tf4950056

Re: LaTeX Error: Command \thm already defined.

2007-12-05 Thread Paul A. Rubin
lyxCompilerError wrote: How do I force LyX 1.5.2 to redefining the theorem environment? I'm required to use stacs.cls as my document class (and am not allowed to modify this file). Stacs.cls defines the theorem environment, and this conflicts with LyX wanting to automatically add (another)

LaTeX Error: Command \thm already defined.

2007-12-05 Thread lyxCompilerError
do I force LyX to stop adding this redundant theorem environment? Summary: * LyX always inserts this command into the TEX file. \newtheorem{thm}{Theorem}[section] * I need to stop LyX from doing this. -- View this message in context: http://www.nabble.com/LaTeX-Error%3A-Command-%5Cthm-already

Re: LaTeX Error: Command \thm already defined.

2007-12-05 Thread lyxCompilerError
Just got it! Thanks for your help! I was using ams* files, so I went into those files and deleted the offending theorem definitions. It now compiles just fine. (-: Thanks again! -- View this message in context: http://www.nabble.com/LaTeX-Error%3A-Command-%5Cthm-already-defined.-tf4950056

Re: LaTeX Error: Command \thm already defined.

2007-12-05 Thread Paul A. Rubin
lyxCompilerError wrote: How do I force LyX 1.5.2 to redefining the theorem environment? I'm required to use stacs.cls as my document class (and am not allowed to modify this file). Stacs.cls defines the theorem environment, and this conflicts with LyX wanting to automatically add (another)

LaTeX Error: Command \thm already defined.

2007-12-05 Thread lyxCompilerError
do I force LyX to stop adding this redundant theorem environment? Summary: * LyX always inserts this command into the TEX file. \newtheorem{thm}{Theorem}[section] * I need to stop LyX from doing this. -- View this message in context: http://www.nabble.com/LaTeX-Error%3A-Command-%5Cthm-already

LaTeX Error: no \title given

2007-11-26 Thread Emanuele Osimo
Hello, I'm a mac Lyx user with no experience. Every time I write a document and then try to export it into pdf, a window appears that states LaTeX Error: no \title given. How can I solve this problem? Attached there is an example Thanks E. Osimo attachment: error.jpg

Re: LaTeX Error: no \title given

2007-11-26 Thread G. Milde
On 26.11.07, Emanuele Osimo wrote: I'm a mac Lyx user with no experience. Every time I write a document and then try to export it into pdf, a window appears that states LaTeX Error: no \title given. How can I solve this problem? Attached there is an example It looks like you have in your

Re: LaTeX Error: no \title given

2007-11-26 Thread Jean-Marc Lasgouttes
Emanuele Osimo [EMAIL PROTECTED] writes: Hello, I'm a mac Lyx user with no experience. Every time I write a document and then try to export it into pdf, a window appears that states LaTeX Error: no \title given. How can I solve this problem? Attached there is an example It seems that you

LaTeX Error: no \title given

2007-11-26 Thread Emanuele Osimo
Hello, I'm a mac Lyx user with no experience. Every time I write a document and then try to export it into pdf, a window appears that states LaTeX Error: no \title given. How can I solve this problem? Attached there is an example Thanks E. Osimo attachment: error.jpg

Re: LaTeX Error: no \title given

2007-11-26 Thread G. Milde
On 26.11.07, Emanuele Osimo wrote: I'm a mac Lyx user with no experience. Every time I write a document and then try to export it into pdf, a window appears that states LaTeX Error: no \title given. How can I solve this problem? Attached there is an example It looks like you have in your

Re: LaTeX Error: no \title given

2007-11-26 Thread Jean-Marc Lasgouttes
Emanuele Osimo [EMAIL PROTECTED] writes: Hello, I'm a mac Lyx user with no experience. Every time I write a document and then try to export it into pdf, a window appears that states LaTeX Error: no \title given. How can I solve this problem? Attached there is an example It seems that you

LaTeX Error: no \title given

2007-11-26 Thread Emanuele Osimo
Hello, I'm a mac Lyx user with no experience. Every time I write a document and then try to export it into pdf, a window appears that states "LaTeX Error: no \title given". How can I solve this problem? Attached there is an example Thanks E. Osimo <>

Re: LaTeX Error: no \title given

2007-11-26 Thread G. Milde
On 26.11.07, Emanuele Osimo wrote: > I'm a mac Lyx user with no experience. > Every time I write a document and then try to export it into pdf, a > window appears that states "LaTeX Error: no \title given". > How can I solve this problem? > Attached there is an exampl

Re: LaTeX Error: no \title given

2007-11-26 Thread Jean-Marc Lasgouttes
"Emanuele Osimo" <[EMAIL PROTECTED]> writes: > Hello, > I'm a mac Lyx user with no experience. > Every time I write a document and then try to export it into pdf, a > window appears that states "LaTeX Error: no \title given". > How can I solve thi

Re: What is this? latex error iso-8859-7.def

2007-09-06 Thread Jean-Marc Lasgouttes
Anthony Campbell [EMAIL PROTECTED] writes: Possibly related: I posted a query here a week or so ago but had no replies. When I run lyx I get a message saying: Locale en_GB could not be set. This is because I use en_GB.UTF8. I don't see anyway to tell lyx to use a different locale but in my

Re: What is this? latex error iso-8859-7.def

2007-09-06 Thread Declan O'Byrne
Thanks for all of these comments. Actually, I was able to resolve the issue by the inelegant means of changing 2 or 3 Greek words in the text back to transliterations. This is a temporary measure, but it makes the document work again. What wasn't clear to me from the message was that it related to

Re: What is this? latex error iso-8859-7.def

2007-09-06 Thread Jean-Marc Lasgouttes
Anthony Campbell [EMAIL PROTECTED] writes: Possibly related: I posted a query here a week or so ago but had no replies. When I run lyx I get a message saying: Locale en_GB could not be set. This is because I use en_GB.UTF8. I don't see anyway to tell lyx to use a different locale but in my

Re: What is this? latex error iso-8859-7.def

2007-09-06 Thread Declan O'Byrne
Thanks for all of these comments. Actually, I was able to resolve the issue by the inelegant means of changing 2 or 3 Greek words in the text back to transliterations. This is a temporary measure, but it makes the document work again. What wasn't clear to me from the message was that it related to

Re: What is this? latex error iso-8859-7.def

2007-09-06 Thread Jean-Marc Lasgouttes
Anthony Campbell <[EMAIL PROTECTED]> writes: > Possibly related: I posted a query here a week or so ago but had no > replies. When I run lyx I get a message saying: "Locale en_GB could not > be set." This is because I use en_GB.UTF8. I don't see anyway to tell > lyx to use a different locale but

Re: What is this? latex error iso-8859-7.def

2007-09-06 Thread Declan O'Byrne
Thanks for all of these comments. Actually, I was able to resolve the issue by the inelegant means of changing 2 or 3 Greek words in the text back to transliterations. This is a temporary measure, but it makes the document work again. What wasn't clear to me from the message was that it related to

Re: What is this? latex error iso-8859-7.def

2007-09-05 Thread Paul A. Rubin
Anthony Campbell wrote: Possibly related: I posted a query here a week or so ago but had no replies. When I run lyx I get a message saying: Locale en_GB could not be set. This is because I use en_GB.UTF8. I don't see anyway to tell lyx to use a different locale but in my case it doesn't seem to

Re: What is this? latex error iso-8859-7.def

2007-09-05 Thread Paul A. Rubin
Anthony Campbell wrote: Possibly related: I posted a query here a week or so ago but had no replies. When I run lyx I get a message saying: Locale en_GB could not be set. This is because I use en_GB.UTF8. I don't see anyway to tell lyx to use a different locale but in my case it doesn't seem to

Re: What is this? latex error iso-8859-7.def

2007-09-05 Thread Paul A. Rubin
Anthony Campbell wrote: Possibly related: I posted a query here a week or so ago but had no replies. When I run lyx I get a message saying: "Locale en_GB could not be set." This is because I use en_GB.UTF8. I don't see anyway to tell lyx to use a different locale but in my case it doesn't seem

Re: What is this? latex error iso-8859-7.def

2007-09-04 Thread Paul A. Rubin
Declan O'Byrne wrote: I have this error, which prevents my document from doing anything. The same document worked fine with lyx 1.5.1 on Ubuntu 7.04. Now I'm running Ubuntu 7.10. I wonder if the problem is related to texlive, and whether there is some package I should add? Is the error that

Re: What is this? latex error iso-8859-7.def

2007-09-04 Thread Paul A. Rubin
Declan O'Byrne wrote: I have this error, which prevents my document from doing anything. The same document worked fine with lyx 1.5.1 on Ubuntu 7.04. Now I'm running Ubuntu 7.10. I wonder if the problem is related to texlive, and whether there is some package I should add? Is the error that

Re: What is this? latex error iso-8859-7.def

2007-09-04 Thread Paul A. Rubin
Declan O'Byrne wrote: I have this error, which prevents my document from doing anything. The same document worked fine with lyx 1.5.1 on Ubuntu 7.04. Now I'm running Ubuntu 7.10. I wonder if the problem is related to texlive, and whether there is some package I should add? Is the error that

What is this? latex error iso-8859-7.def

2007-09-03 Thread Declan O'Byrne
I have this error, which prevents my document from doing anything. The same document worked fine with lyx 1.5.1 on Ubuntu 7.04. Now I'm running Ubuntu 7.10. I wonder if the problem is related to texlive, and whether there is some package I should add? Thanks for any pointers, Declan

Re: What is this? latex error iso-8859-7.def

2007-09-03 Thread Anthony Campbell
On 03 Sep 2007, Declan O'Byrne wrote: I have this error, which prevents my document from doing anything. The same document worked fine with lyx 1.5.1 on Ubuntu 7.04. Now I'm running Ubuntu 7.10. I wonder if the problem is related to texlive, and whether there is some package I should add?

What is this? latex error iso-8859-7.def

2007-09-03 Thread Declan O'Byrne
I have this error, which prevents my document from doing anything. The same document worked fine with lyx 1.5.1 on Ubuntu 7.04. Now I'm running Ubuntu 7.10. I wonder if the problem is related to texlive, and whether there is some package I should add? Thanks for any pointers, Declan

Re: What is this? latex error iso-8859-7.def

2007-09-03 Thread Anthony Campbell
On 03 Sep 2007, Declan O'Byrne wrote: I have this error, which prevents my document from doing anything. The same document worked fine with lyx 1.5.1 on Ubuntu 7.04. Now I'm running Ubuntu 7.10. I wonder if the problem is related to texlive, and whether there is some package I should add?

What is this? latex error iso-8859-7.def

2007-09-03 Thread Declan O'Byrne
I have this error, which prevents my document from doing anything. The same document worked fine with lyx 1.5.1 on Ubuntu 7.04. Now I'm running Ubuntu 7.10. I wonder if the problem is related to texlive, and whether there is some package I should add? Thanks for any pointers, Declan

Re: What is this? latex error iso-8859-7.def

2007-09-03 Thread Anthony Campbell
On 03 Sep 2007, Declan O'Byrne wrote: > I have this error, which prevents my document from doing anything. The > same document worked fine with lyx 1.5.1 on Ubuntu 7.04. Now I'm > running Ubuntu 7.10. I wonder if the problem is related to texlive, > and whether there is some package I should add?

LaTeX Error: Too many unprocessed floats.

2007-06-25 Thread Bob Lounsbury
I'm trying to complete my thesis in the next few weeks. I just inserted 20 floating/sideways figures, which is one figure per page. However, when I do this I get the error in the subject line along with a bunch of other errors. If I take ten or half of the figures out and then process with

Re: LaTeX Error: Too many unprocessed floats.

2007-06-25 Thread Les Denham
On Monday 25 June 2007 14:09, Bob Lounsbury wrote: I'm trying to complete my thesis in the next few weeks. I just inserted 20 floating/sideways figures, which is one figure per page. However, when I do this I get the error in the subject line along with a bunch of other errors. Is there

Re: LaTeX Error: Too many unprocessed floats.

2007-06-25 Thread Bob Lounsbury
Thanks for the info. I randomly figured it because I put some page breaks in between the figures since they were each a page. Thanks again, Bob On 6/25/07, Les Denham [EMAIL PROTECTED] wrote: On Monday 25 June 2007 14:09, Bob Lounsbury wrote: I'm trying to complete my thesis in the next few

LaTeX Error: Too many unprocessed floats.

2007-06-25 Thread Bob Lounsbury
I'm trying to complete my thesis in the next few weeks. I just inserted 20 floating/sideways figures, which is one figure per page. However, when I do this I get the error in the subject line along with a bunch of other errors. If I take ten or half of the figures out and then process with

Re: LaTeX Error: Too many unprocessed floats.

2007-06-25 Thread Les Denham
On Monday 25 June 2007 14:09, Bob Lounsbury wrote: I'm trying to complete my thesis in the next few weeks. I just inserted 20 floating/sideways figures, which is one figure per page. However, when I do this I get the error in the subject line along with a bunch of other errors. Is there

Re: LaTeX Error: Too many unprocessed floats.

2007-06-25 Thread Bob Lounsbury
Thanks for the info. I randomly figured it because I put some page breaks in between the figures since they were each a page. Thanks again, Bob On 6/25/07, Les Denham [EMAIL PROTECTED] wrote: On Monday 25 June 2007 14:09, Bob Lounsbury wrote: I'm trying to complete my thesis in the next few

LaTeX Error: Too many unprocessed floats.

2007-06-25 Thread Bob Lounsbury
I'm trying to complete my thesis in the next few weeks. I just inserted 20 floating/sideways figures, which is one figure per page. However, when I do this I get the error in the subject line along with a bunch of other errors. If I take ten or half of the figures out and then process with

Re: LaTeX Error: Too many unprocessed floats.

2007-06-25 Thread Les Denham
On Monday 25 June 2007 14:09, Bob Lounsbury wrote: > I'm trying to complete my thesis in the next few weeks. I just > inserted 20 floating/sideways figures, which is one figure per page. > However, when I do this I get the error in the subject line along with > a bunch of other errors. > > > Is

Re: LaTeX Error: Too many unprocessed floats.

2007-06-25 Thread Bob Lounsbury
Thanks for the info. I randomly figured it because I put some page breaks in between the figures since they were each a page. Thanks again, Bob On 6/25/07, Les Denham <[EMAIL PROTECTED]> wrote: On Monday 25 June 2007 14:09, Bob Lounsbury wrote: > I'm trying to complete my thesis in the next

Re: Figure Latex Error plus input stack size

2007-06-18 Thread Jürgen Spitzmüller
[EMAIL PROTECTED] wrote: Thanks a lot Juergen, now the figures work fine, but I have 2 new problems: 1-it cannot read the superscript fonts (for example 10 to the -10 as superscript)it says: We need another test file then. Jürgen

Re: Figure Latex Error plus input stack size

2007-06-18 Thread Jürgen Spitzmüller
[EMAIL PROTECTED] wrote: Thanks a lot Juergen, now the figures work fine, but I have 2 new problems: 1-it cannot read the superscript fonts (for example 10 to the -10 as superscript)it says: We need another test file then. Jürgen

Re: Figure Latex Error plus input stack size

2007-06-18 Thread Jürgen Spitzmüller
[EMAIL PROTECTED] wrote: > Thanks a lot Juergen, now the figures work fine, but I have 2 new problems: > 1-it cannot read the superscript fonts (for example 10 to the -10 as > superscript)it says: We need another test file then. Jürgen

Re: Figure Latex error

2007-06-15 Thread M . Lingenfelder
Thanks a lot guys, all my problems are solved now ;)

Re: Figure Latex error

2007-06-15 Thread M . Lingenfelder
Thanks a lot guys, all my problems are solved now ;)

Re: Figure Latex error

2007-06-15 Thread M . Lingenfelder
Thanks a lot guys, all my problems are solved now ;)

Re: Figure Latex error

2007-06-13 Thread M . Lingenfelder
Thanks a lot Juergen and Paul for your help :) If you do have graphicx installed (and LyX sees it), try adding \usepackage{graphicx} to the preamble of your document and see if that helps. Lyx finds graphicx and I add it to the preamble, but no way. Here I post an example of one part of the

Re: Figure Latex error

2007-06-13 Thread Juergen Spitzmueller
[EMAIL PROTECTED] wrote: Lyx finds graphicx and I add it to the preamble, but no way. Here I post an example of one part of the documment with an small example figure. Probably I have everything configure in a wrong way ;(...be patient, I am just starting to lean this business... You have

<    1   2   3   4   5   6   7   8   >