Re: [LyX/master] Do not protect \\ as of LaTeX 2021/06/01

2021-12-27 Thread Jean-Marc Lasgouttes
Le 27/12/2021 à 16:03, Juergen Spitzmueller a écrit : + bool const fragile = LaTeXFeatures::isAvailable("LaTeX-2021/06/01") ? + false : os.fragile(); Maybe this form? > + bool const fragile = os.fragile() && ! LaTeXFeatures::isAvailable("LaTeX-2021/06/01"); JMarc -- lyx-c

[LyX/master] Do not protect \\ as of LaTeX 2021/06/01

2021-12-27 Thread Juergen Spitzmueller
commit a7905c5b960cc07ddc801cbc217600e5cd4812f0 Author: Juergen Spitzmueller Date: Mon Dec 27 16:31:09 2021 +0100 Do not protect \\ as of LaTeX 2021/06/01 --- lib/chkconfig.ltx|2 ++ src/mathed/InsetMathGrid.cpp | 12 +++- 2 files changed, 9 insertions(+), 5 delet