Re: templates/aa.lyx: inputenc option clash when export with pdflatex/ps2pdf

2013-05-26 Thread Scott Kostyshak
On Sun, May 26, 2013 at 12:14 PM, Uwe Stöhr wrote: > Am 26.05.2013 05:42, schrieb Uwe Stöhr: > > >> This works for this special file but will of course fail when you use e.g. >> an umlaut in the text. So >> it turned out that adding "latin9" to the document class options is indeed >> the proper so

Re: templates/aa.lyx: inputenc option clash when export with pdflatex/ps2pdf

2013-05-26 Thread Uwe Stöhr
Am 26.05.2013 05:42, schrieb Uwe Stöhr: This works for this special file but will of course fail when you use e.g. an umlaut in the text. So it turned out that adding "latin9" to the document class options is indeed the proper solution. Maybe we should add this by default in the layout file -

Re: templates/aa.lyx: inputenc option clash when export with pdflatex/ps2pdf

2013-05-25 Thread Uwe Stöhr
Am 26.05.2013 03:13, schrieb Uwe Stöhr: The support for aa was updated the last time 5 years ago. The latest aa class loads now already the package inputenc so that you got an option clash for inputenc. So the fix was to update the layout file. This works for this special file but will of

Re: templates/aa.lyx: inputenc option clash when export with pdflatex/ps2pdf

2013-05-25 Thread Scott Kostyshak
On Sat, May 25, 2013 at 9:30 PM, Uwe Stöhr wrote: > Am 26.05.2013 03:27, schrieb Scott Kostyshak: > > >>> Scott I appreciate your work and you uncover some problems. But why do >>> you >>> want to hide the bugs you just uncovered? > > > I should have added a smiley here. > > >> Because of ignoranc

Re: templates/aa.lyx: inputenc option clash when export with pdflatex/ps2pdf

2013-05-25 Thread Uwe Stöhr
Am 26.05.2013 03:27, schrieb Scott Kostyshak: Scott I appreciate your work and you uncover some problems. But why do you want to hide the bugs you just uncovered? I should have added a smiley here. Because of ignorance :). It is never my intention to hide a bug. I know; that was meant with

Re: templates/aa.lyx: inputenc option clash when export with pdflatex/ps2pdf

2013-05-25 Thread Scott Kostyshak
On Sat, May 25, 2013 at 9:13 PM, Uwe Stöhr wrote: > Am 25.05.2013 21:58, schrieb Scott Kostyshak: > > >> On Sun, Apr 14, 2013 at 3:39 AM, Scott Kostyshak wrote: >>> >>> Exporting with luatex works fine. With pdflatex and ps2pdf I get an >>> inp

Re: templates/aa.lyx: inputenc option clash when export with pdflatex/ps2pdf

2013-05-25 Thread Uwe Stöhr
Am 25.05.2013 21:58, schrieb Scott Kostyshak: On Sun, Apr 14, 2013 at 3:39 AM, Scott Kostyshak wrote: Exporting with luatex works fine. With pdflatex and ps2pdf I get an inputenc option clash. Is there a fix? Adding 'latin9' as a class option fixes compilation for me. I will c

Re: templates/aa.lyx: inputenc option clash when export with pdflatex/ps2pdf

2013-05-25 Thread Scott Kostyshak
On Sun, Apr 14, 2013 at 3:39 AM, Scott Kostyshak wrote: > Exporting with luatex works fine. With pdflatex and ps2pdf I get an > inputenc option clash. > > Is there a fix? Adding 'latin9' as a class option fixes compilation for me. I will commit this unless someone objects. Scott

templates/aa.lyx: inputenc option clash when export with pdflatex/ps2pdf

2013-04-14 Thread Scott Kostyshak
Exporting with luatex works fine. With pdflatex and ps2pdf I get an inputenc option clash. Note that examples/aa_sample.lyx exports with pdflatex and ps2pdf fine. Is there a fix? Scott

Re: Option clash between postscript driver default and using graphicx

2003-02-14 Thread Dekel Tsur
On Fri, Feb 14, 2003 at 12:14:28AM +0100, Christian Ridderstr?m wrote: > This problem was reported earlier and I've "confirmed" it. > > I don't know if it's a lyx-bug or a latex-bug, here's the rundown: > > This file works: http://www.md.kth.se/~chr/l

Re: Option clash between postscript driver default and using graphicx

2003-02-14 Thread Christian Ridderström
On 14 Feb 2003, Jean-Marc Lasgouttes wrote: > > "Christian" == Christian Ridderström <[EMAIL PROTECTED]> writes: > > Christian> So... is this a lyx bug that I should report or? > > Please open a bug. The solution might be as simple as putting the > dvips option in documentclass, as you did.

Re: Option clash between postscript driver default and using graphicx

2003-02-14 Thread Christian Ridderström
On Fri, 14 Feb 2003, Angus Leeming wrote: > Christian Ridderström wrote: > > I guess that the real test is to export the file to latex and see if it > still dies when you move the \usepackage{graphicx} macro above the > \usepackage{rotate}. If this is the fix to the problem, then we can fix Ly

Re: Option clash between postscript driver default and using graphicx

2003-02-14 Thread Jean-Marc Lasgouttes
> "Christian" == Christian Ridderström <[EMAIL PROTECTED]> writes: Christian> so that explains why it tries to call graphicx with [dvips] Christian> the second time. The reason (I think) that grpahicx has Christian> already been called is that the document contains a table Christian> cell with

Re: Option clash between postscript driver default and using graphicx

2003-02-14 Thread Angus Leeming
Christian Ridderström wrote: > This problem was reported earlier and I've "confirmed" it. > > I don't know if it's a lyx-bug or a latex-bug, here's the rundown: > > This file works: http://www.md.kth.se/~chr/lyx/bugs/option-clash/works.lyx >

Option clash between postscript driver default and using graphicx

2003-02-13 Thread Christian Ridderström
This problem was reported earlier and I've "confirmed" it. I don't know if it's a lyx-bug or a latex-bug, here's the rundown: This file works: http://www.md.kth.se/~chr/lyx/bugs/option-clash/works.lyx This file fails: http://www.md.kth.se/~chr/lyx/bugs/option-c

Re: Option clash

2003-02-13 Thread Christian Ridderström
the other > - try to compile it > > the error message says: > > LaTeX Error: Option clash for package graphicx. > \usepackage > {setspace} > The package graphicx has already been loaded with options: >[] > There has now been an attempt to lo

Option clash

2003-02-12 Thread Pedro Tejedor
Dear developers, I downloaded and compiled recently lyx 1.3. It produces an error when I - choose interline space to be one and a half - use dvips option - use a table with a figure in one cell, and a rotated text in the other - try to compile it the error message says: LaTeX Error: Option