Hi Aline,

the following example patches package `nomencl` to use the commands available with KOMA-script. Please test the example in it presented way, then implement it in LyX.

You can find more information about KOMA-script in the manual.

Please keep the list in cc.


Johannes


% >8 %%
\documentclass[listof=totoc]{scrbook}
\usepackage{etoolbox}
\usepackage{nomencl}
\makenomenclature
%\tracingpatches%for debugging
%\patchcmd{\thenomenclature}{\chapter*}{\addchap*}{}{}
%removes any preset header, no toc-entry
\patchcmd{\thenomenclature}{\chapter*}{\addchap}{}{}
%sets headers and toc entry
\usepackage{scrlayer-scrpage}
\ihead*{\leftmark}%for debugging visualization
\usepackage{blindtext}
\begin{document}
\tableofcontents
\listoftables
\listoffigures
\printnomenclature

\chapter{Aline}
\nomenclature{h}{Ein Buchstabe}
\captionof{figure}{Beschriftung}
\captionof{table}{andere Beschriftung}
\blindtext[2]
\end{document}
% >8 %%

On 02.03.2015 21:05, Aline Gautrein wrote:
Hi Johannes,

thanks for the quick answer.
I have already generated bot: the List of Tables, as well as the List of
Abbrevations. They are both in the table of contents. I used :

\renewcommand{\nomname}{}
\addcontentsline{toc}{chapter}{}

If I use this command, the header of the List of Abbrevations is "List of
Tables"

If I use

\addchap{}

I will get an empty page just with the chapter title and then a new page
with the chapter title and the corresponding list.

Do you have any idea?

Thanks a lot!
Aline

Am 2. März 2015 um 20:41 schrieb Johannes Böttcher <
johannesbottc...@gmail.com>:

Hi,

How can you clear the header when issuing an unnumbered chapter/section?

The generic way would be to use `\markboth{}{}`. Depending on how you are
generating the List of Abbreviations, you could use `\addchap*` (or
`\addsec*` for scrartcl) which is the correct way with KOMA script. If you,
by any chance, want to have a numbered list, use `\addchap` (`\addsec`).


Best regards
Johannes

PS: Please note, this is an english speaking list.


On 02.03.2015 19:52, Aline Gautrein wrote:

Hallo liebe Lyx-User,

ich schreibe gerade eine Abschlussarbeit mit Lyx.
Ich schreibe mit KOMA Skript.
Ich habe an den Anfang des Dokumentes Listen für Abbildungen, Tabellen
usw.
gesetzt.
Im Ausgabedokument steht im Seitenkopf, wo man sich gerade befindet, also
zB.: "List of Figures" oder "List of Tables".


Jetzt mein Problem:
Nach der "List of Tables" folgt noch "List of Abbrevations".
Das Problem: Alle Seiten der "List of Abbrevations" sind mit "List of
Tables" überschriftet.
Weiß jemand, welchen Trenner ich einfügen kann, dass dies nicht mehr
auftritt?
Sowas wie

\endcommand

oder so?

Danke und Grüße
NewUSER



  • KOMA Skript Aline Gautrein
    • Re: KOMA Skript Johannes Böttcher

Reply via email to