Re: Toggle comments in Lyx->LaTeX Preamble

2018-02-23 Thread Dr Eberhard Lisse
Maye some form of LaTeX conditional (\newif), which you then pass as a Custom option in Documents->Settings? el On 22/02/2018 22:05, Joel Kulesza wrote: > On Thu, Feb 22, 2018 at 12:52 PM, Daniel Gómez Martínez > wrote: > > Hello everyone, > > I have large sections of customized TeX c

Re: Toggle comments in Lyx->LaTeX Preamble

2018-02-23 Thread Jean-Marc Lasgouttes
Le 22/02/2018 à 20:52, Daniel Gómez Martínez a écrit : Hello everyone, I have large sections of customized TeX code in the LaTeX preamble of some LyX templates I've created over time. I would like to know if there's a way to quickly toggle between commented and uncommented line for a given se

Re: Toggle comments in Lyx->LaTeX Preamble

2018-02-23 Thread Wolfgang Engelmann
Am 23.02.2018 um 10:57 schrieb Jean-Marc Lasgouttes: Le 22/02/2018 à 20:52, Daniel Gómez Martínez a écrit : Hello everyone, I have large sections of customized TeX code in the LaTeX preamble of some LyX templates I've created over time. I would like to know if there's a way to quickly toggl

Re: Toggle comments in Lyx->LaTeX Preamble

2018-02-23 Thread Jean-Marc Lasgouttes
Le 23/02/2018 à 11:47, Wolfgang Engelmann a écrit : Jean-Marc, where can I find the description and handling of "the 'title and preamble hacks' module"? I searched for it in all available Helps for Lyx, but did not find it. Wolfgang The only documentation that I know is in the document settin

Re: Toggle comments in Lyx->LaTeX Preamble

2018-02-23 Thread Wolfgang Engelmann
Am 23.02.2018 um 12:02 schrieb Jean-Marc Lasgouttes: Le 23/02/2018 à 11:47, Wolfgang Engelmann a écrit : Jean-Marc, where can I find the description and handling of "the 'title and preamble hacks' module"? I searched for it in all available Helps for Lyx, but did not find it. Wolfgang The

Re: Small poll - download speed of LyX installers

2018-02-23 Thread Dr Eberhard Lisse
The following script: #!/bin/bash clear \ && rm -f LyX-2.3.0rc2+qt5-x86_64-cocoa.dmg \ && echo "UCT:" \ && time ncftpget ftp://mirror.ufs.ac.za/applications/lyx/devel/lyx-2.3/lyx-2.3.0rc2/LyX-2.3.0rc2+qt5-x86_64-cocoa.dmg \ && rm -f LyX-2.3.0rc2+qt5-x86_64-cocoa.dmg \ && echo "LYX:" \