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
..
2020-01-27 11:13:05 +01:00
2023-02-28 16:51:38 +01:00
2022-11-25 08:49:23 +01:00
2020-09-03 20:42:05 +02:00
2023-03-19 23:40:15 +01:00
2022-11-22 20:57:45 -05:00
2019-06-27 23:53:03 +02:00
2019-07-25 00:05:39 -04:00
2019-08-27 17:35:54 +02:00
2022-11-22 21:16:40 -05:00