Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- \documentclass[
- fontsize=11pt,
- a4paper,
- pdflatex
- ]{article}
- \usepackage[utf8]{inputenc}
- \usepackage[german]{babel}
- \usepackage[T1]{fontenc}
- \usepackage{amsmath, amsfonts, amssymb}
- \usepackage{graphicx}
- \usepackage{wrapfig}
- \usepackage[perpage]{footmisc}
- \usepackage[hidelinks]{hyperref}
- \usepackage{lmodern}
- \usepackage{fancyhdr}
- \usepackage{microtype}
- \usepackage[xindy,
- toc,
- section,
- acronym]{glossaries}
- \newglossary[slg]{symbolslist}{syi}{syg}{Symbolverzeichnis}
- \newacronym{cd}{CD}{compact disk}
- \newglossaryentry{computer}
- {
- name=computer,
- description={is a programmable machine that receives input,
- stores and manipulates data, and provides
- output in a useful format}
- }
- \makeglossaries
- %Damit ich 1.5 Zeilenabstรคnde habe
- \usepackage[onehalfspacing]{setspace}
- %Der Seitenrand
- \usepackage[left=2.5cm,
- right=5.5cm,
- top=2.5cm,
- bottom=2.5cm]
- {geometry}
- \begin{document}
- \section{Some Chapter}
- You can install \gls{computer}-software using a \gls{cd}
- \printglossaries
- \end{document}
Advertisement
Add Comment
Please, Sign In to add comment