24b3cf9e0f0401f082fe95fe1f91da6939c3118e
Michael F. Schönitzer Trifold

Michael F. Schönitzer authored 9 years ago

1) \documentclass[12pt,a4paper]{leaflet}
Michael F. Schönitzer Tex-Code ausgelagert

Michael F. Schönitzer authored 10 years ago

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

Michael F. Schönitzer authored 10 years ago

4) \usepackage{microtype}
Michael F. Schönitzer Trifold

Michael F. Schönitzer authored 9 years ago

5) \usepackage{graphicx}
Michael F. Schönitzer first try, inspiriert von d...

Michael F. Schönitzer authored 9 years ago

6) \usepackage{color}
7) \definecolor{gray}{gray}{.5}
8) \setlength{\parindent}{0pt} 
Michael F. Schönitzer Trifold

Michael F. Schönitzer authored 9 years ago

9) \usepackage{blindtext}
10) \setmargins{2cm}{1cm}{0.15\textwidth}{1cm}
Michael F. Schönitzer feinschliff am design

Michael F. Schönitzer authored 10 years ago

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

Michael F. Schönitzer authored 10 years ago

13) \hypersetup{
14)     pdftoolbar=true,
15)     pdfmenubar=true,
16)     pdffitwindow=false,
17)     pdfstartview={FitH},
18)     pdfnewwindow=true,
19)     colorlinks=true,
20)     linkcolor=black,
21)     citecolor=black,
22)     filecolor=black,
23)     urlcolor=blue
24) }
Michael F. Schönitzer Trifold

Michael F. Schönitzer authored 9 years ago

25) \def\UrlFont{\bfseries}
Michael F. Schönitzer feinschliff am design

Michael F. Schönitzer authored 10 years ago

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

Michael F. Schönitzer authored 10 years ago

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

Michael F. Schönitzer authored 10 years ago

28) \newcommand{\software}[7]{
Michael F. Schönitzer Trifold

Michael F. Schönitzer authored 9 years ago

29) \begin{minipage}[t][0.4\textheight]{\textwidth}
30) 
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 10 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} \\
Michael F. Schönitzer Trifold

Michael F. Schönitzer authored 9 years ago

38) \textit{Homepage:} \url{#5} \\
39) \vglue  2 true cm
40) \end{minipage}
Michael F. Schönitzer Tex-Code ausgelagert

Michael F. Schönitzer authored 10 years ago

41) }
42)