| | |
| | | \documentclass[ |
| | | headheight=2cm, |
| | | headinclude, |
| | | paper=a4, |
| | | paper=a4, |
| | | %headheight=2cm, |
| | | %headinclude, |
| | | openany, |
| | | final, |
| | | 10pt, |
| | | DIV13, |
| | | DIV=15, |
| | | BCOR=1cm, |
| | | parskip=full, |
| | | twoside] |
| | | {scrreprt} |
| | | {scrbook} |
| | | %{scrreprt} |
| | | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Schrift-Codierung |
| | | \usepackage{fontspec} % UNICODE für Umlauten |
| | | |
| | | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% minted muss vor polyglosia laden |
| | | \usepackage{minted} |
| | | \newminted{latex} |
| | | {fontsize=\small,tabsize=2,linenos} % definition von umgebung kann man |
| | | % nach polyglossia platzieren |
| | | \newmintedfile[inputtexcode]{latex} |
| | | {fontsize=\small,tabsize=2,linenos} |
| | | \newminted{latex}{% |
| | | fontsize=\small% |
| | | ,tabsize=2 |
| | | %,linenos |
| | | } |
| | | |
| | | \newmintedfile[inputtexcode]{latex}{% |
| | | fontsize=\small% |
| | | ,tabsize=2% |
| | | %,linenos |
| | | } |
| | | |
| | | \newminted{bibtex} |
| | | {fontsize=\small,tabsize=4} |
| | |
| | | ,style=authoryear |
| | | ,language=german |
| | | ]{biblatex} |
| | | \addbibresource{literatur.bib} |
| | | \addbibresource{literatur2.bib} |
| | | \bibliography{literatur} |
| | | \bibliography{literatur2} |
| | | |
| | | %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Seiten-Layout |
| | | \usepackage[automark,autooneside=false]{scrlayer-scrpage} |
| | |
| | | \newcommand{\menu}[1]{\textsf{#1}} |
| | | |
| | | |
| | | % title |
| | | \title{Kurze Einführung in \LaTeX} |
| | | \subtitle{zusammengefasst während des \latex-Kurses an der HTW Saar} |
| | | \date{Wintersemester 2018/2019} |
| | | \author{Hong-Phuc Bui} |
| | | |
| | | |
| | | |
| | | |
| | |
| | | \newcommand{\dreiDStrahlung}{3D"=Strah"-lung\xspace} |
| | | \newcommand{\LW}{Latex"=Wörter"-buch\xspace} |
| | | |
| | | % title |
| | | \title{Kurze Einführung in \LaTeX} |
| | | \subtitle{zusammengefasst während des \latex-Kurses an der HTW Saar} |
| | | \date{Wintersemester 2019/2020} |
| | | \author{Hồng-Phúc Bùi} |
| | | |
| | | |
| | | \maketitle |
| | | \tableofcontents |
| | | |
| | |
| | | \include{chap/text-strukture} |
| | | \include{chap/graphik} |
| | | \include{chap/table} |
| | | \include{chap/zitate} |
| | | \include{chap/zitat} |
| | | \include{chap/einheitliche-formatierung} |
| | | |
| | | \include{chap/silbentrennung} |
| | | \include{chap/mathematische-formel} |
| | | |
| | | \backmatter |
| | | \include{chap/latex-indeepth} |
| | | \include{chap/literatur-attribute} |
| | | |
| | | %%%%%%%%%%%%%%%%%%%%% Test-Bereich |
| | | |
| | | \printbibliography |