And ad MWE...
\documentclass[12pt,twoside]{article}
\usepackage[danish]{babel}
\usepackage{glossary}
\makeglossary
\addto{\captionsdanish}{%
\renewcommand{\glossaryname}{Ordliste}
}
\pagestyle{myheadings}
\begin{document}
An example of something written bla bla bla \glossary{name={test ...
Search found 3 matches
- Thu Dec 18, 2008 11:33 am
- Forum: Document Classes
- Topic: Change TOC Heading
- Replies: 6
- Views: 5447
- Thu Dec 18, 2008 11:22 am
- Forum: Document Classes
- Topic: Change TOC Heading
- Replies: 6
- Views: 5447
Change TOC Heading
Thanks I got the TOC headers now.
I use the glossary package
\usepackage{glossary
\makeglossary
\begin{document}
\tableofcontents
\newpage
\input{forord.tex}
\input{indledning.tex}
\newpage
\printglossary
\addcontentsline{toc}{section}{Ordliste}
\end{document}
I haven't defined any markboth ...
I use the glossary package
\usepackage{glossary
\makeglossary
\begin{document}
\tableofcontents
\newpage
\input{forord.tex}
\input{indledning.tex}
\newpage
\printglossary
\addcontentsline{toc}{section}{Ordliste}
\end{document}
I haven't defined any markboth ...
- Thu Dec 18, 2008 12:32 am
- Forum: Document Classes
- Topic: Change TOC Heading
- Replies: 6
- Views: 5447
Re: Change TOC Heading
I have a similar problem. But I can't get the \renewcommand{\contentsname}{Indholdsfortegnelse} to work. I am using [danish]{babel}.
I have the same problem with the glossary.
In the glossary I have a problem with the header, I get the word 'gloseliste' in the header of the first page of the ...
I have the same problem with the glossary.
In the glossary I have a problem with the header, I get the word 'gloseliste' in the header of the first page of the ...