Rich Shepard schrieb: > On Sat, 9 Oct 2021, Dr Eberhard W Lisse wrote: > >> you need to figure out a way of updating KOMA Script to the latest >> version >> (the versions coming with the linux distributions are years behind). > > EL, > > Installed here are > texlive-2020.200608-x86_64-2_SBo > texlive-extra-2020.200608-x86_64-1_SBo > > These are only a year behind the current release. > >> And if that doesn't work you need to post a MWE here, and I mean MINIMAL >> :-)-O > > See attached. What puzzles me is that pdflatex produces output but also > shows errors. And there are no page numbers. Sigh.
You had some problems:
\cleardoublepddpage
it is \cleardoubleoddpage
In the documents preamble (Document->Setting->Preamble)
you also had the wrong
\pagestyle{default}
However,
\usepackage{palatino}
makes no sense, it is superseeded by the following
\usepackage{mathpazo}
attached your now working mwe.
Herbert
rich.lyx
Description: application/lyx
-- lyx-users mailing list [email protected] http://lists.lyx.org/mailman/listinfo/lyx-users
