mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-15 07:16:48 +00:00
0ffcff55f3
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. |
||
---|---|---|
.. | ||
bash_completion | ||
clean_dvi.py | ||
CMakeLists.txt | ||
convert_pdf.py | ||
convertDefault.py | ||
csv2lyx.py | ||
ext_copy.py | ||
fen2ascii.py | ||
fig2pdftex.py | ||
fig2pstex.py | ||
fig_copy.py | ||
gnuplot2pdf.py | ||
html2latexwrapper.py | ||
include_bib.py | ||
layout2layout.py | ||
legacy_lyxpreview2ppm.py | ||
listerrors | ||
lyxknitr.R | ||
lyxpak.py | ||
lyxpreview2bitmap.py | ||
lyxpreview_tools.py | ||
lyxstangle.R | ||
lyxsweave.R | ||
prefs2prefs_lfuns.py | ||
prefs2prefs_prefs.py | ||
prefs2prefs.py | ||
prefTest.pl.in | ||
prefTest.pm | ||
svg2pdftex.py | ||
svg2pstex.py | ||
tex_copy.py | ||
TeXFiles.py |