Zeilenumbruch Symbolverzeichnis
Verfasst: So 27. Mai 2012, 19:33
Hallo ich bin neu hier und habe eine Frage bzgl. des Symbolverzeichnisses! Ich habe 2 Erklärungen zu Symbolen, die zu lang sind und dementsprechend über die Zeile hinausgehen ohne Umbruch. Mit \newline o.ä. habe ich schon erfolglos experimentiert. Wird das ein allgemeines Problem meines Symbolverzeichnistypes sein oder kann man das manuell ändern?
Danke im Vorhinein für eure Hilfe
Danke im Vorhinein für eure Hilfe

\usepackage[nonumberlist]{glossaries} \setStyleFile{Glossar_style} \newglossary[fls]{formulas}{fli}{flo}{Symbolverzeichnis} \newglossaryentry{greeksymbolslist}{name={griechische Symbole}, description={\nopostdesc}} \newglossaryentry{symbolslist}{name={lateinische Symbole}, description={\nopostdesc}} \renewcommand*{\glspostdescription}{} \newglossarystyle{super_MW}{% \renewenvironment{theglossary}% {\tablehead{}\tabletail{}% \begin{longtable}{lp{\glsdescwidth}}} {\end{longtable}}% \renewcommand*{\glossaryheader}{}% \renewcommand*{\glsgroupheading}[1]{}% \renewcommand*{\glossaryentryfield}[5]{% \glstarget{\textbf{##1}}{\textbf{##2} } & ##3\glspostdescription\space ##5\\} \renewcommand*{\glossarysubentryfield}[6]{% \glossaryentryfield{##2}{##3}{##4}{##5}{##6}}% \renewcommand*{\glsgroupskip}{ & \\}% \renewcommand{\arraystretch}{1.4} } \glossarystyle{super_MW} \makeglossaries \loadglsentries{Glossardefinitionen.tex}