On 2018-11-10, jezZiFeR wrote:
> Also the lines:
> \urlstyle{%<same>}
> \usepackage{%<polyglossia>}
> \begin{%<document>}
> caused some errors – do I really have to remove all of them? Is there
> is one obvious reason for this?
In TeX (and the LyX-user-preamble), a % starts a comment that stretches till
the end of line. Therefore, all these lines produce unbalanced braces, for
TeX the code becomes:
\urlstyle{
\usepackage{
\begin{
Günter
