3319690c68a1ae27de7c9866011bb3c686257819
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}
Michael F. Schönitzer design

Michael F. Schönitzer authored 9 years ago

10) \usepackage[condensed]{tgheros}
11) \setmargins{2cm}{1cm}{8mm}{8mm}
Michael F. Schönitzer feinschliff am design

Michael F. Schönitzer authored 10 years ago

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

Michael F. Schönitzer authored 10 years ago

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

Michael F. Schönitzer authored 9 years ago

24)     urlcolor=black
Michael F. Schönitzer Tex-Code ausgelagert

Michael F. Schönitzer authored 10 years ago

25) }
Michael F. Schönitzer Trifold

Michael F. Schönitzer authored 9 years ago

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

Michael F. Schönitzer authored 10 years ago

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

Michael F. Schönitzer authored 10 years ago

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

Michael F. Schönitzer authored 10 years ago

29) \newcommand{\software}[7]{
Michael F. Schönitzer design

Michael F. Schönitzer authored 9 years ago

30) \begin{minipage}[t][0.4\textheight]{1\textwidth}
31) \flushleft
Michael F. Schönitzer first try, inspiriert von d...

Michael F. Schönitzer authored 9 years ago

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

Michael F. Schönitzer authored 9 years ago

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

Michael F. Schönitzer authored 9 years ago

34) \medskip
35) 
Michael F. Schönitzer design

Michael F. Schönitzer authored 9 years ago

36) %\scalebox{.9}[1.0]{\textit{Betriebssystem:} \textbf{#4}} \\
Michael F. Schönitzer first try, inspiriert von d...

Michael F. Schönitzer authored 9 years ago

37) \textit{Betriebssystem:} \textbf{#4} \\
38) \textit{Lizenz:} \textbf{#6} \\
39) \textit{Deutschsprachig:} \textbf{#7} \\
Michael F. Schönitzer Trifold

Michael F. Schönitzer authored 9 years ago

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

Michael F. Schönitzer authored 10 years ago

43) }
44) 
Michael F. Schönitzer Trifold

Michael F. Schönitzer authored 9 years ago

45) \newcommand{\frontpage}[1]{
46) \begin{titlepage}
47) \begin{flushleft}
48) \vglue  2 true cm
49) 
50) \textsc{\LARGE Freie Software} 
51) \newcommand{\HRule}{\rule{0.9\linewidth}{0.5mm}}
52) \HRule \\[0.4cm]
53) \textsc{\textbf{\LARGE #1}}
54) 
55) \vglue  2 true cm
56) 
57) { \large\it
58) Acht Freie \\
59) Computerprogramme, \\
60) die Deine Rechte \\
61) als Nutzer/-in \\
62) respektieren \\
63) und schützen. }
64) \end{flushleft}
65) \vfill
66) \end{titlepage}
Michael F. Schönitzer design

Michael F. Schönitzer authored 9 years ago

67) 
68) \flushleft