2015-05-12 16:37 GMT+02:00 Wolfgang Engelmann:
> I tried to renaming nomname to Glossar and to get the header right (it
> is at the moment taking the name of the preceeding Namensverzeichnis and
> found this one in the Internet which I put in ERT and inserted between
> Namenverzeichnis and Nomenclature
>
> \clearpage \markboth{\nomname}{\Glossar}
>
\Glossar is not a known command. Try in preamble:
\AtBeginDocument{\renewcommand\nomname{Glossar}}
plus in the text:
\clearpage \markboth{\nomname}{\nomname}
HTH
Jürgen