howto export with batch mode
How would I use batch mode to process a lyx file, exporting with lualatex to pdf? -- Those who fail to understand recursion are doomed to repeat it
Re: howto export with batch mode
Am Dienstag, 10. März 2015 um 10:04:07, schrieb Neal Becker ndbeck...@gmail.com How would I use batch mode to process a lyx file, exporting with lualatex to pdf? Your source lyx-file: x.lyx Your dest pdf file : xy.pdf # lyx -E pdf5 xy.pdf x.lyx Kornel signature.asc Description: This is a digitally signed message part.
Re: Cannot edit LaTeX child document in LyX 2.1
To see more descriptive error messages enable debug output for Files used by LyX. To do so you have to: 1. Enable the message pane - go to the View menu and select Messages Pane 2. There you'll see the log window. At the right you select the Settings Tab. 3. Choose the Selected option at the left and then Files used by LyX at the right. 4. Go back to Output tab to watch the log messages while working with LyX. Stephan Hi Stephan, Thanks for your suggestion. I did as you said and Files used by LyX are now set to Yes for debug messages. However, the message it is showing in the Output pane gives no further detail than the pop-up box! (Auto-edit file file path failed (time stamp) Automatic save done. Error: Cannot edit file) Any further help is welcome. thanks, Kelly
Re: New version 2.1.3
2015-03-09 18:36 GMT+01:00 Jürgen Spitzmüller: Jean-Marc Lasgouttes lasgout...@lyx.org wrote: I checked that the \protect bug is fixed, but now we have to deal with another one, seen above in the caption. I do not know what caused this actually, neither why LaTeX complains. Is it the \par? Yes. I have not tested (and unfortunately no time to do so), but I suppose we need to adjust this commit: http://www.lyx.org/trac/changeset/2eeed6cf/lyxgit Looking more closely, I suspect the reason is that InsetLayout:Caption does not have MultiPar explicitly disabled. Rather than that, LFUN_PARAGRAPH_BREAK is explicitly disabled in InsetCaption::getStatus. This looks like a forgotten bit in the InsetLayout-ification of the caption inset. Jürgen JMarc
Removal From Lyx-users Lists
*ATTENTION* *To:* *List Administrator* *Message: * *Please remove my details from the lyx-users@lists.lyx.org lyx-users@lists.lyx.org* *Email address:* *j.gei...@gmail.com j.gei...@gmail.com* *From:* James Geikie +61413552906
Re: Removal From Lyx-users Lists
On Tue, Mar 10, 2015 at 10:18 PM, J Geikie j.gei...@gmail.com wrote: ATTENTION To: List Administrator Message: Please remove my details from the lyx-users@lists.lyx.org Email address: j.gei...@gmail.com From: James Geikie +61413552906 Hi James, Send an empty email message to lyx-users-unsubscr...@lists.lyx.org (from the email address that was subscribed). Best, Scott
Re: New version 2.1.3
On 03/10/2015 01:36 PM, Jürgen Spitzmüller wrote: 2015-03-10 17:55 GMT+01:00 Jürgen Spitzmüller: 2015-03-09 18:36 GMT+01:00 Jürgen Spitzmüller: Jean-Marc Lasgouttes lasgout...@lyx.org mailto:lasgout...@lyx.org wrote: I checked that the \protect bug is fixed, but now we have to deal with another one, seen above in the caption. I do not know what caused this actually, neither why LaTeX complains. Is it the \par? Yes. I have not tested (and unfortunately no time to do so), but I suppose we need to adjust this commit: http://www.lyx.org/trac/changeset/2eeed6cf/lyxgit Looking more closely, I suspect the reason is that InsetLayout:Caption does not have MultiPar explicitly disabled. Rather than that, LFUN_PARAGRAPH_BREAK is explicitly disabled in InsetCaption::getStatus. This looks like a forgotten bit in the InsetLayout-ification of the caption inset. I verified my hypothesis and committed the respective fix at http://www.lyx.org/trac/changeset/9d824a04d11c3223db26d2fe146e86e90a432a6e/lyxgit This should also go to branch IMHO. OK. rh
howto export with batch mode
How would I use batch mode to process a lyx file, exporting with lualatex to pdf? -- Those who fail to understand recursion are doomed to repeat it
Re: howto export with batch mode
Am Dienstag, 10. März 2015 um 10:04:07, schrieb Neal Becker ndbeck...@gmail.com How would I use batch mode to process a lyx file, exporting with lualatex to pdf? Your source lyx-file: x.lyx Your dest pdf file : xy.pdf # lyx -E pdf5 xy.pdf x.lyx Kornel signature.asc Description: This is a digitally signed message part.
Re: Cannot edit LaTeX child document in LyX 2.1
To see more descriptive error messages enable debug output for Files used by LyX. To do so you have to: 1. Enable the message pane - go to the View menu and select Messages Pane 2. There you'll see the log window. At the right you select the Settings Tab. 3. Choose the Selected option at the left and then Files used by LyX at the right. 4. Go back to Output tab to watch the log messages while working with LyX. Stephan Hi Stephan, Thanks for your suggestion. I did as you said and Files used by LyX are now set to Yes for debug messages. However, the message it is showing in the Output pane gives no further detail than the pop-up box! (Auto-edit file file path failed (time stamp) Automatic save done. Error: Cannot edit file) Any further help is welcome. thanks, Kelly
Re: New version 2.1.3
2015-03-09 18:36 GMT+01:00 Jürgen Spitzmüller: Jean-Marc Lasgouttes lasgout...@lyx.org wrote: I checked that the \protect bug is fixed, but now we have to deal with another one, seen above in the caption. I do not know what caused this actually, neither why LaTeX complains. Is it the \par? Yes. I have not tested (and unfortunately no time to do so), but I suppose we need to adjust this commit: http://www.lyx.org/trac/changeset/2eeed6cf/lyxgit Looking more closely, I suspect the reason is that InsetLayout:Caption does not have MultiPar explicitly disabled. Rather than that, LFUN_PARAGRAPH_BREAK is explicitly disabled in InsetCaption::getStatus. This looks like a forgotten bit in the InsetLayout-ification of the caption inset. Jürgen JMarc
Re: New version 2.1.3
On 03/10/2015 01:36 PM, Jürgen Spitzmüller wrote: 2015-03-10 17:55 GMT+01:00 Jürgen Spitzmüller: 2015-03-09 18:36 GMT+01:00 Jürgen Spitzmüller: Jean-Marc Lasgouttes lasgout...@lyx.org mailto:lasgout...@lyx.org wrote: I checked that the \protect bug is fixed, but now we have to deal with another one, seen above in the caption. I do not know what caused this actually, neither why LaTeX complains. Is it the \par? Yes. I have not tested (and unfortunately no time to do so), but I suppose we need to adjust this commit: http://www.lyx.org/trac/changeset/2eeed6cf/lyxgit Looking more closely, I suspect the reason is that InsetLayout:Caption does not have MultiPar explicitly disabled. Rather than that, LFUN_PARAGRAPH_BREAK is explicitly disabled in InsetCaption::getStatus. This looks like a forgotten bit in the InsetLayout-ification of the caption inset. I verified my hypothesis and committed the respective fix at http://www.lyx.org/trac/changeset/9d824a04d11c3223db26d2fe146e86e90a432a6e/lyxgit This should also go to branch IMHO. OK. rh
Removal From Lyx-users Lists
*ATTENTION* *To:* *List Administrator* *Message: * *Please remove my details from the lyx-users@lists.lyx.org lyx-users@lists.lyx.org* *Email address:* *j.gei...@gmail.com j.gei...@gmail.com* *From:* James Geikie +61413552906
Re: Removal From Lyx-users Lists
On Tue, Mar 10, 2015 at 10:18 PM, J Geikie j.gei...@gmail.com wrote: ATTENTION To: List Administrator Message: Please remove my details from the lyx-users@lists.lyx.org Email address: j.gei...@gmail.com From: James Geikie +61413552906 Hi James, Send an empty email message to lyx-users-unsubscr...@lists.lyx.org (from the email address that was subscribed). Best, Scott
howto export with batch mode
How would I use batch mode to process a lyx file, exporting with lualatex to pdf? -- Those who fail to understand recursion are doomed to repeat it
Re: howto export with batch mode
Am Dienstag, 10. März 2015 um 10:04:07, schrieb Neal Becker> How would I use batch mode to process a lyx file, exporting with lualatex to > pdf? > Your source lyx-file: x.lyx Your dest pdf file : xy.pdf # lyx -E pdf5 xy.pdf x.lyx Kornel signature.asc Description: This is a digitally signed message part.
Re: Cannot edit LaTeX child document in LyX 2.1
> > To see more descriptive error messages enable debug output for "Files used by LyX". > > To do so you have to: > 1. Enable the message pane - go to the View menu and select "Messages Pane" > 2. There you'll see the log window. At the right you select the "Settings" Tab. > 3. Choose the "Selected" option at the left and then "Files used by LyX" at the right. > 4. Go back to "Output" tab to watch the log messages while working with LyX. > > Stephan > Hi Stephan, Thanks for your suggestion. I did as you said and "Files used by LyX" are now set to Yes for debug messages. However, the message it is showing in the Output pane gives no further detail than the pop-up box! ("Auto-edit file "file path" failed (time stamp) Automatic save done. Error: Cannot edit file") Any further help is welcome. thanks, Kelly
Re: New version 2.1.3
2015-03-09 18:36 GMT+01:00 Jürgen Spitzmüller: > Jean-Marc Lasgoutteswrote: > >> I checked that the \protect bug is fixed, but now we have to deal with >> another one, seen above in the caption. I do not know what caused this >> actually, neither why LaTeX complains. Is it the \par? >> > > Yes. I have not tested (and unfortunately no time to do so), but I suppose > we need to adjust this commit: > http://www.lyx.org/trac/changeset/2eeed6cf/lyxgit > Looking more closely, I suspect the reason is that InsetLayout:Caption does not have MultiPar explicitly disabled. Rather than that, LFUN_PARAGRAPH_BREAK is explicitly disabled in InsetCaption::getStatus. This looks like a forgotten bit in the InsetLayout-ification of the caption inset. Jürgen > > >> >> JMarc >> >> >
Re: New version 2.1.3
On 03/10/2015 01:36 PM, Jürgen Spitzmüller wrote: 2015-03-10 17:55 GMT+01:00 Jürgen Spitzmüller: 2015-03-09 18:36 GMT+01:00 Jürgen Spitzmüller: Jean-Marc Lasgouttes> wrote: I checked that the \protect bug is fixed, but now we have to deal with another one, seen above in the caption. I do not know what caused this actually, neither why LaTeX complains. Is it the \par? Yes. I have not tested (and unfortunately no time to do so), but I suppose we need to adjust this commit: http://www.lyx.org/trac/changeset/2eeed6cf/lyxgit Looking more closely, I suspect the reason is that InsetLayout:Caption does not have MultiPar explicitly disabled. Rather than that, LFUN_PARAGRAPH_BREAK is explicitly disabled in InsetCaption::getStatus. This looks like a forgotten bit in the InsetLayout-ification of the caption inset. I verified my hypothesis and committed the respective fix at http://www.lyx.org/trac/changeset/9d824a04d11c3223db26d2fe146e86e90a432a6e/lyxgit This should also go to branch IMHO. OK. rh
Removal From Lyx-users Lists
*ATTENTION* *To:* *List Administrator* *Message: * *Please remove my details from the lyx-users@lists.lyx.org* *Email address:* *j.gei...@gmail.com * *From:* James Geikie +61413552906
Re: Removal From Lyx-users Lists
On Tue, Mar 10, 2015 at 10:18 PM, J Geikiewrote: > > > ATTENTION > > To: > List Administrator > > Message: > Please remove my details from the lyx-users@lists.lyx.org > > Email address: > j.gei...@gmail.com > > From: > James Geikie > +61413552906 Hi James, Send an empty email message to lyx-users-unsubscr...@lists.lyx.org (from the email address that was subscribed). Best, Scott