| | |
| | | babelshorthands=true]{german} |
| | | |
| | | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Schriften |
| | | \usepackage{libertine} |
| | | \setmonofont[Scale=0.8]{Luxi Mono} % Nutzung von Luxi Mono |
| | | %\setmonofont[Scale=0.9]{Source Code Pro} % Nutzung von Source Code Pro |
| | | \usepackage[mono=false]{libertine} |
| | | %\setmonofont[Scale=0.8]{Luxi Mono} % Nutzung von Luxi Mono |
| | | % für pdflatex: \usepackage[Scale=0.8]{luximono} |
| | | % \setmonofont[Scale=0.9]{Source Code Pro} % Nutzung von Source Code Pro |
| | | \setmonofont[Scale=0.8]{Hack} % Nutzung von Luxi Mono |
| | | |
| | | |
| | | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Typographische Feinheit |
| | | \usepackage{microtype} % z.B RechtenRand ausgleichen |
| | |
| | | \usepackage{mathtools} |
| | | \usepackage{nicefrac} |
| | | |
| | | % Setze Tabellesverzeichnis in zweispaltig |
| | | % Setze Tabelleverzeichnis in zweispaltig |
| | | \usepackage[toc]{multitoc} |
| | | |
| | | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Literaturverzeichnis |
| | | \usepackage[babel]{csquotes} |
| | | \usepackage[ |
| | | backend=biber |
| | | ,style=authoryear |
| | | ,style=numeric |
| | | ,language=german |
| | | ]{biblatex} |
| | | \bibliography{literatur} |
| | |
| | | \usepackage{wrapfig} |
| | | |
| | | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Macht das Doku klickbar |
| | | \usepackage[pdfencoding=auto, |
| | | hidelinks, |
| | | pdfauthor={Hong-Phuc Bui}, |
| | | pdftitle={Latex Kurs an der HTW Saar}, |
| | | pdfsubject={Eine sehr kurze Einführung in Latex}, |
| | | pdfkeywords={tex,latex,Typographie} |
| | | \usepackage[pdfencoding=auto |
| | | %,hidelinks |
| | | ,pdfauthor={Hong-Phuc Bui} |
| | | ,pdftitle={Latex Kurs an der HTW Saar} |
| | | ,pdfsubject={Eine sehr kurze Einführung in Latex} |
| | | ,pdfkeywords={tex,latex,Typographie} |
| | | ]{hyperref} |
| | | |
| | | % Eigene Anpassung |
| | |
| | | \newcommand{\latex}{\LaTeX\xspace} |
| | | \newcommand{\KOMA}{\textsf{KOMA}\xspace} |
| | | \newcommand{\menu}[1]{\textsf{#1}} |
| | | |
| | | \newcommand{\kbhat}{\biolinumKeyGlyph{asciicircum}} |
| | | |
| | | |
| | | |
| | |
| | | % title |
| | | \title{Kurze Einführung in \LaTeX} |
| | | \subtitle{zusammengefasst während des \latex-Kurses an der HTW Saar} |
| | | \date{Wintersemester 2019/2020} |
| | | \date{Wintersemester 2020/2021} |
| | | \author{Hồng-Phúc Bùi} |
| | | |
| | | |
| | |
| | | \end{document} |
| | | |
| | | |
| | | |