lyx_mirror/lib/scripts
Enrico Forestieri 0ffcff55f3 Use \ifthenelse instead of relying on TeX primitives
This fixes the issue reported here:
https://www.mail-archive.com/lyx-users@lists.lyx.org/msg115156.html

The problem is due to the use of the mathpazo package because
it defines the macro \f@family as "ppl\n", i.e., it appends a
newline character at the end. Now, the "\if" TeX primitive
expands its arguments for comparing them and the newline causes
a "missing \begin{document}" error. Instead of complicating the
code to account for this, it is better using the ifthen package.
2023-06-19 19:53:16 +02:00
..
bash_completion
clean_dvi.py
CMakeLists.txt
convert_pdf.py
convertDefault.py Remove code that is redudant. 2020-02-25 18:24:41 -05:00
csv2lyx.py
ext_copy.py scripts/ext_copy.py: add option to copy directly to the document directory 2017-08-08 15:23:03 +01:00
fen2ascii.py Update scripts to support simultaneously python 2 and 3 2018-04-28 11:24:28 +01:00
fig2pdftex.py Update scripts to support simultaneously python 2 and 3 2018-04-28 11:24:28 +01:00
fig2pstex.py Update scripts to support simultaneously python 2 and 3 2018-04-28 11:24:28 +01:00
fig_copy.py Update scripts to support simultaneously python 2 and 3 2018-04-28 11:24:28 +01:00
gnuplot2pdf.py Enable graphics generation from external gnuplot scripts. 2017-05-04 00:44:00 +02:00
html2latexwrapper.py
include_bib.py Update scripts to support simultaneously python 2 and 3 2018-04-28 11:24:28 +01:00
layout2layout.py Make layout2layout compatible with Python 2 and 3 2023-01-08 11:26:27 -05:00
legacy_lyxpreview2ppm.py Use \ifthenelse instead of relying on TeX primitives 2023-06-19 19:53:16 +02:00
listerrors Update scripts to support simultaneously python 2 and 3 2018-04-28 11:24:28 +01:00
lyxknitr.R
lyxpak.py lyxpak.py: Python 3 compatibility 2017-04-15 00:05:40 +02:00
lyxpreview2bitmap.py Attempt to fix #11457 2019-10-30 19:27:50 -04:00
lyxpreview_tools.py Fix Python 3 issues when generating preview snippets 2020-05-18 20:44:33 +02:00
lyxstangle.R
lyxsweave.R
prefs2prefs_lfuns.py
prefs2prefs_prefs.py Collapsable -> Collapsible (part 5) 2017-11-02 16:51:23 +01:00
prefs2prefs.py prefs2prefs.py: whitespace changes 2017-05-12 15:29:29 +01:00
prefTest.pl.in Cmake export tests: Modularisation of prefTest.pl 2017-06-18 12:13:57 +02:00
prefTest.pm Cmake export tests: Missed second parameter for writeConverters() 2017-06-21 00:09:50 +02:00
svg2pdftex.py Add support for inkscape 1.0 2020-05-18 13:19:30 +02:00
svg2pstex.py Amend 74f831e06d 2020-05-18 13:20:57 +02:00
tex_copy.py Update scripts to support simultaneously python 2 and 3 2018-04-28 11:24:28 +01:00
TeXFiles.py Fix bug #11750. 2020-02-24 19:09:31 -05:00