Berndxxx
20-07-2008, 00:22
Hallo,
ich kann jetzt einen glossar erstellen, es wird allerdings auch die Seitenzahl bei jedem Stichwort angezeigt. wie kriege ich das weg?
\documentclass[a4paper]{scrbook}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage[ngerman]{babel}
\usepackage{glossary}
% \glentry{Stichwort}{Erklärungstext}
\newcommand{\glentry}[2]{\glossary{name={#1},description={#2}}}
%\newcommand{\glentry}[2]{\glossary{name={[#1]},description={#2}}} %eckige Klammern
\makeglossary
%\usepackage{expdlist}
\begin{document}
Text mit Glossar \dots
\glossary{name={Auto},description={Auto ist eine Kurzform von Automobil}}%
\glossary{name={VW},description={Abkürzung von Volkswagen}}
\glentry{BMW}{Kurz für Bayrische Motorenwerke}
\newpage
\printglossary
\end{document}
Dann mache ich 2 latex läufe und einen makeindex
pdflatex myfile
makeindex -s myfile.ist -t myfile.glg -o myfile.gls myfile.glo
pdflatex myfile
pdflatex myfile
ich kann jetzt einen glossar erstellen, es wird allerdings auch die Seitenzahl bei jedem Stichwort angezeigt. wie kriege ich das weg?
\documentclass[a4paper]{scrbook}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage[ngerman]{babel}
\usepackage{glossary}
% \glentry{Stichwort}{Erklärungstext}
\newcommand{\glentry}[2]{\glossary{name={#1},description={#2}}}
%\newcommand{\glentry}[2]{\glossary{name={[#1]},description={#2}}} %eckige Klammern
\makeglossary
%\usepackage{expdlist}
\begin{document}
Text mit Glossar \dots
\glossary{name={Auto},description={Auto ist eine Kurzform von Automobil}}%
\glossary{name={VW},description={Abkürzung von Volkswagen}}
\glentry{BMW}{Kurz für Bayrische Motorenwerke}
\newpage
\printglossary
\end{document}
Dann mache ich 2 latex läufe und einen makeindex
pdflatex myfile
makeindex -s myfile.ist -t myfile.glg -o myfile.gls myfile.glo
pdflatex myfile
pdflatex myfile