Re: Windows 8

2013-09-17 Thread Jacob Bishop
On Tue, Sep 17, 2013 at 1:58 PM, Christer wrote: > Hello, > > How does LyX work with Windows 8? > I use it with XP and Windows 7, so I'm not sure, though I think it probably works fine. My guess is the OS is not really the direct source of the problem you are having. I tried to make a a paper

Re: exporting tex for newbies

2013-09-17 Thread Steve Litt
On Tue, 17 Sep 2013 12:23:10 -0700 Bob Alvarez wrote: > I recently had a paper accepted by an American Institute of Physics > journal. The paper was reviewed from pdf documents created by Lyx but > now the AIP emails: "Please upload your article file as a Word or Tex > file. AIP production can

Re: exporting tex for newbies

2013-09-17 Thread Bob Alvarez
On 9/17/13 1:01 PM, Murat Yildizoglu wrote: Dear Bob, In general, providing the exported latex file (File/Export/Latex menu item), the bbl file that contains your bibliography (if you use bibtex), and the figures in a format accepted by the journal is sufficient. Thanks for your reply. Some q

Re: exporting tex for newbies

2013-09-17 Thread PhilipPirrip
export latex (pdflatex) run pdflatex on the name of your tex file (once or twice) run bibtex on the same, but without .tex extension (i think) bibtex will produce .bbl file copy the contents of the .bbl file to the end of your .tex (replacing bibliography command that's already there) chec

Windows 8

2013-09-17 Thread Christer
Hello, How does LyX work with Windows 8? I tried to make a a paper with the tufte handout document class on a computer with W8 but I got error reports a "?.sty" file was missing, I saved the LyX-file and opened it on a computer with Windows XP and then it worked without problems. I think it wa

Re: exporting tex for newbies

2013-09-17 Thread Murat Yildizoglu
Dear Bob, In general, providing the exported latex file (File/Export/Latex menu item), the bbl file that contains your bibliography (if you use bibtex), and the figures in a format accepted by the journal is sufficient. Le mardi 17 septembre 2013, Bob Alvarez a écrit : > I recently had a paper a

exporting tex for newbies

2013-09-17 Thread Bob Alvarez
I recently had a paper accepted by an American Institute of Physics journal. The paper was reviewed from pdf documents created by Lyx but now the AIP emails: "Please upload your article file as a Word or Tex file. AIP production cannot use a PDF as the article source file." I assume they want t

Re: enumitem module, enumerate start= lyx bug?

2013-09-17 Thread Jürgen Spitzmüller
2013/9/17 Jean-Marc Lasgouttes > Juergen, > > Is there something like PassThru for insets arguments? > Not yet (I was running out of time). We "inherit" the PassThru status of the parent layout (which is a tricky task). For the argument itself, the use of ERT is currently needed. Jürgen > JMa

Re: enumitem module, enumerate start= lyx bug?

2013-09-17 Thread Csikos Bela
Guenter Milde írta: >On 2013-09-14, Csikos Bela wrote: >> >> Hello: >> >>I am trying to make enumerated lists with optional argument start=x, >> >>where x is the item number. >> >>Using normal fonts it works, but if I use eg. smal font for the list, I >> >>get error messages, since the optional

Re: enumitem module, enumerate start= lyx bug?

2013-09-17 Thread Jean-Marc Lasgouttes
Le 17/09/13 08:33, Guenter Milde a écrit : Using normal fonts it works, but if I use eg. small font for the list, I get error messages, since the optional "start=x" argument is put inside \small{}, like: \begin{enumerate}[{\small{start=3}}] and latex chokes on this. I think this is an e