General ⇒ glossaries | Two Titles printed
glossaries | Two Titles printed
Thanks - and apologies for the previous problem
Ann
Hi,
I am using the glossaries package. I have finally got it to work. However, in the glossary section I now have 2 titles: A big one similar to the other chapter titles (which I want), and a smaller one in normal text size just before the glossary list starts. Any help on how to remove this second one?
This is what I am using:
\documentclass[12pt, oneside, a4paper]{memoir}
\pagenumbering{arabic}
\usepackage[acronym,toc,nonumberlist]{glossaries}
\makeglossaries
\begin{document}
\pagestyle{headings}\nouppercaseheads
\normalfont
\printglossaries
\newglossaryentry{culdesac}{name=cul-de-sac,description={passage
or street closed at one end}}
\gls{culdesac}
\end{document}
Thanks!
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
glossaries | Two Titles printed
Code: Select all
\renewcommand{\glossarymark}[1]{\markboth{#1}{#1}}
Nicola Talbot
Creating a Minimal Example: http://www.dickimaw-books.com/latex/minexample/
Re: glossaries | Two Titles printed
Thanks so much for your help Nicola on this and the other post on glossaries...and your discussion on the package was very useful. I couldn't figure it out before I found your instructions.
Thanks again
Ann