9d799c2e0a1d1df2355fdb65c48deb92787d659d
Michael F. Schönitzer Tex-Code ausgelagert

Michael F. Schönitzer authored 10 years ago

1) \usepackage[utf8]{inputenc}
2) \usepackage[german]{babel}
3) \usepackage{graphicx}
4) \usepackage{paralist}
Michael F. Schönitzer feinschliff am design

Michael F. Schönitzer authored 10 years ago

5) \usepackage{microtype}
6) \usepackage[a4paper,left=1.9cm,right=1.5cm,top=1cm,bottom=1cm,landscape]{geometry}
7) \usepackage{multicol}
Michael F. Schönitzer Formatierung geändert und T...

Michael F. Schönitzer authored 9 years ago

8) \setlength{\columnsep}{1.5cm}
Michael F. Schönitzer feinschliff am design

Michael F. Schönitzer authored 10 years ago

9) \usepackage{titlesec}
10) \titleformat*{\section}{\LARGE\bfseries\center}
Michael F. Schönitzer first try, inspiriert von d...

Michael F. Schönitzer authored 9 years ago

11) \usepackage{color}
12) \definecolor{gray}{gray}{.5}
13) \setlength{\parindent}{0pt} 
Michael F. Schönitzer feinschliff am design

Michael F. Schönitzer authored 10 years ago

14) 
15) \usepackage{hyperref}
Michael F. Schönitzer Tex-Code ausgelagert

Michael F. Schönitzer authored 10 years ago

16) \hypersetup{
17)     pdftoolbar=true,
18)     pdfmenubar=true,
19)     pdffitwindow=false,
20)     pdfstartview={FitH},
21)     pdfnewwindow=true,
22)     colorlinks=true,
23)     linkcolor=black,
24)     citecolor=black,
25)     filecolor=black,
26)     urlcolor=blue
27) }
Michael F. Schönitzer feinschliff am design

Michael F. Schönitzer authored 10 years ago

28) \pagestyle{empty} 
Michael F. Schönitzer Tex-Code ausgelagert

Michael F. Schönitzer authored 10 years ago

29) 
Michael F. Schönitzer Feld deutschsprachig hinzug...

Michael F. Schönitzer authored 10 years ago

30) \newcommand{\software}[7]{
Michael F. Schönitzer first try, inspiriert von d...

Michael F. Schönitzer authored 9 years ago

31) \subsection*{#1 \hfill \textcolor{gray}{#2}}
Michael F. Schönitzer Formatierung geändert und T...

Michael F. Schönitzer authored 9 years ago

32) #3 
Michael F. Schönitzer first try, inspiriert von d...

Michael F. Schönitzer authored 9 years ago

33) \medskip
34) 
35) \textit{Betriebssystem:} \textbf{#4} \\
36) \textit{Lizenz:} \textbf{#6} \\
37) \textit{Deutschsprachig:} \textbf{#7} \\
38) \textit{Homepage:} \textbf{\url{#5}} \\
Michael F. Schönitzer Tex-Code ausgelagert

Michael F. Schönitzer authored 10 years ago

39) }
40)