Glossar direkt auf der Seite unter footnote?
Verfasst: So 19. Apr 2015, 20:28
Hallo - ich habe ein Problem und weiß nicht wie ich es lösen kann... ich habe folgenden Beispielcode:
Hätte aber gerne, dass es so aussieht wie auf dem Bild im Anhang..
Ich hoffe mir kann dabei wer helfen.
Vielen Dank!
\documentclass{scrartcl} \usepackage{fancyhdr} \pagestyle{fancy} \lhead{............................................} \chead{} \rhead{} \lfoot{}\cfoot{\thepage} \rfoot{\today} \renewcommand\headrulewidth{0.8pt} \renewcommand\footrulewidth{1pt} \renewcommand{\footnotesize}{\small} \usepackage[acronym,toc,section=chapter,style=indexgroup,sanitize={name=false,description=false,symbol=true}]{glossaries} \glsdisablehyper \defglsdisplayfirst[main]{#1#4\protect\footnote{#2}} \makeglossaries \newglossaryentry{TEXT}{name=TEXT,description={TEXT description}} \usepackage{footnote} \makesavenoteenv{description} \begin{document} \begin{titlepage} \end{titlepage} \newpage \tableofcontents \newpage \section{TEST} Das ist ein \gls{TEXT}. \end{document}
Ich hoffe mir kann dabei wer helfen.
Vielen Dank!