Am Montag, den 12.02.2018, 11:14 +0100 schrieb Wolfgang Engelmann: > Am 12.02.2018 um 09:59 schrieb Jürgen Spitzmüller: > > Am Montag, den 12.02.2018, 09:44 +0100 schrieb Wolfgang Engelmann: > > > I am trying to open an older lyx file (2016, not sure, which > > > version > > > of lyx it was) with ~/lyx-2.3.0beta1$ src/lyx -dbg info > > > It won't export the pdf file, giving this: > > > File '/tmp/lyx_tmpdir.EZUiCirb6544/lyx_tmpbuf0/PBR-FINAL-n-B.tex' > > > was > > > not closed properly > > > > Can you send us the file (in PM if it is confidential)? > > > > Jürgen > I used a small part of the book and used -to be on the safe side, > Lyx 2.2.3 (17Mai2017).
I do not see a lyx2lyx error.
> I get errors, which seem to be due to
> \setkomafont{section}{\it}
> \setkomafont{subsection}{\hskip1cm\it}
> in the LaTex Preface.
> which is nowadays replaced by \itshape
> and warnings.
> The Preface is from Springer Publisher
You use in some section defitinions \uppercase or \MakeUpercase. Should
be \MakeUppercase in all cases.
Here are your errors:
> \setkomafont{chapterentry}{\mdseries\scshape\MakeUpercase}
\MakeUppercase (not the double "p")
> \addtokomafont{chapter}{\normalfont\LARGE\rmfamily\uppercase}
\MakeUppercase (not \uppercase)
> %\addtokomafont{sectioning}{\rmfamily}
> \addtokomafont{section}{\normalfont\uppercase}
dito.
> \renewcommand{\nomname}{Glossary}
> \renewcommand{\nompreamble}{\markboth{\nomname}{\nomname}}
Undefined here (nomencl not used).
Jürgen
signature.asc
Description: This is a digitally signed message part
