49268ed06b3dc66e5e61ad3185fa35867aac5039
Michael F. Schönitzer Add preparations for printi...

Michael F. Schönitzer authored 7 years ago

TeX/header.tex   1) \documentclass[12pt,a4paper,foldcorr,nofoldmark,notumble]{leaflet/leaflet}
Michael F. Schönitzer kosmetik

Michael F. Schönitzer authored 9 years ago

TeX/header.tex   2) \usepackage[utf8]{luainputenc} % remove if you want to use XeTeX
Michael F. Schönitzer -krita gibts nur unter Linu...

Michael F. Schönitzer authored 9 years ago

TeX/header.tex   3) \usepackage[ngerman]{babel}
Michael F. Schönitzer added cwfs; fixed typestyle

Michael F. Schönitzer authored 9 years ago

TeX/header.tex   4) \usepackage[T1]{fontenc}
Michael F. Schönitzer feinschliff am design

Michael F. Schönitzer authored 9 years ago

header.tex       5) \usepackage{microtype}
Michael F. Schönitzer kleinigkeiten; Tex aufgeräumt

Michael F. Schönitzer authored 9 years ago

TeX/header.tex   6) \usepackage{graphicx}
Michael F. Schönitzer farbige bande hinzugefügt

Michael F. Schönitzer authored 8 years ago

TeX/header.tex   7) \usepackage[cmyk]{xcolor}
Michael F. Schönitzer kleinigkeiten; Tex aufgeräumt

Michael F. Schönitzer authored 9 years ago

TeX/header.tex   8) \xdefinecolor{gray}{gray}{.5}
TeX/header.tex   9) \xdefinecolor{darkgray}{gray}{.3}
Michael F. Schönitzer feinschliff am design

Michael F. Schönitzer authored 9 years ago

header.tex      10) \usepackage{hyperref}
Michael F. Schönitzer farbige bande hinzugefügt

Michael F. Schönitzer authored 8 years ago

TeX/header.tex  11) \usepackage{fontawesome}
TeX/header.tex  12) \usepackage{tikz}
TeX/header.tex  13) \usepackage{expl3}
Michael F. Schönitzer Tex-Code ausgelagert

Michael F. Schönitzer authored 9 years ago

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

Michael F. Schönitzer authored 9 years ago

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

Michael F. Schönitzer authored 9 years ago

header.tex      25) }
Michael F. Schönitzer Trifold

Michael F. Schönitzer authored 9 years ago

header.tex      26) \def\UrlFont{\bfseries}
Michael F. Schönitzer Add preparations for printi...

Michael F. Schönitzer authored 7 years ago

TeX/header.tex  27) \usepackage[paperwidth=101mm, paperheight=216mm]{geometry}
TeX/header.tex  28) 
Michael F. Schönitzer kleinigkeiten; Tex aufgeräumt

Michael F. Schönitzer authored 9 years ago

TeX/header.tex  29) 
Michael F. Schönitzer kosmetik

Michael F. Schönitzer authored 9 years ago

TeX/header.tex  30) %% Set a slim Tex-font:
Michael F. Schönitzer Schrift auf LiberationSansN...

Michael F. Schönitzer authored 8 years ago

TeX/header.tex  31) %\usepackage[condensed]{tgheros}
TeX/header.tex  32) %\renewcommand*\familydefault{\sfdefault}
Michael F. Schönitzer kosmetik

Michael F. Schönitzer authored 9 years ago

TeX/header.tex  33) %% When using LuaTeX you can instead set a ttf-font:
Michael F. Schönitzer Schrift auf LiberationSansN...

Michael F. Schönitzer authored 8 years ago

TeX/header.tex  34) \usepackage{fontspec}
Michael F. Schönitzer Fix bold font

Michael F. Schönitzer authored 8 years ago

TeX/header.tex  35) \setmainfont[
TeX/header.tex  36)  BoldFont={LiberationSansNarrow-Bold.ttf}, 
TeX/header.tex  37) ]{LiberationSansNarrow-Regular.ttf}
Michael F. Schönitzer kosmetik

Michael F. Schönitzer authored 9 years ago

TeX/header.tex  38) 
TeX/header.tex  39) %% Documentsettings:
Michael F. Schönitzer kleinigkeiten; Tex aufgeräumt

Michael F. Schönitzer authored 9 years ago

TeX/header.tex  40) \pagestyle{empty}
TeX/header.tex  41) \setlength{\parindent}{0pt}
Michael F. Schönitzer Remove Munich-specific logo...

Michael F. Schönitzer authored 7 years ago

TeX/header.tex  42) \setmargins{20mm}{10mm}{8mm}{8mm}
Michael F. Schönitzer kosmetik

Michael F. Schönitzer authored 9 years ago

TeX/header.tex  43) 
Michael F. Schönitzer Add preparations for printi...

Michael F. Schönitzer authored 7 years ago

TeX/header.tex  44) 
Michael F. Schönitzer kosmetik

Michael F. Schönitzer authored 9 years ago

TeX/header.tex  45) %% Add Background-image:
Michael F. Schönitzer added pussy, 'welle' now in...

Michael F. Schönitzer authored 9 years ago

TeX/header.tex  46) \AddToBackground*{2}{\put(0,25){\includegraphics[scale=1]{welle2}}}
Michael F. Schönitzer Tex-Code ausgelagert

Michael F. Schönitzer authored 9 years ago

header.tex      47) 
Michael F. Schönitzer Replaced Lightning with Cal...

Michael F. Schönitzer authored 7 years ago

TeX/header.tex  48) 
Michael F. Schönitzer farbige bande hinzugefügt

Michael F. Schönitzer authored 8 years ago

TeX/header.tex  49) %% Colored Bar at the top of the page:
TeX/header.tex  50) \ExplSyntaxOn
TeX/header.tex  51) \cs_new_eq:NN \Repeat \prg_replicate:nn
TeX/header.tex  52) \ExplSyntaxOff
TeX/header.tex  53) \newcommand{\border}[2]{
TeX/header.tex  54)   \begin{tikzpicture}[overlay,remember picture]
TeX/header.tex  55)     \node [
TeX/header.tex  56)       fill=#1,% Farbe des Randstreifens
TeX/header.tex  57)       text=white,% Textfarbe
TeX/header.tex  58)       font=\bfseries,% Einstellungen für die Schrift
TeX/header.tex  59)       inner xsep=0em,
Michael F. Schönitzer Add preparations for printi...

Michael F. Schönitzer authored 7 years ago

TeX/header.tex  60)       outer xsep=-4mm,
Michael F. Schönitzer farbige bande hinzugefügt

Michael F. Schönitzer authored 8 years ago

TeX/header.tex  61)       text width=\paperwidth,
Michael F. Schönitzer Add preparations for printi...

Michael F. Schönitzer authored 7 years ago

TeX/header.tex  62)       minimum height=13mm,% Breite des Randstreifens
Michael F. Schönitzer farbige bande hinzugefügt

Michael F. Schönitzer authored 8 years ago

TeX/header.tex  63)       anchor=north west
TeX/header.tex  64)       ]
TeX/header.tex  65)       at (current page.north west)
Michael F. Schönitzer Add preparations for printi...

Michael F. Schönitzer authored 7 years ago

TeX/header.tex  66)       {\hfil\Repeat{15}{\raisebox{-6mm}{\faicon{#2}}\hfil}};
Michael F. Schönitzer farbige bande hinzugefügt

Michael F. Schönitzer authored 8 years ago

TeX/header.tex  67)   \end{tikzpicture}
TeX/header.tex  68) }
TeX/header.tex  69) \newcommand{\borders}[2]{
TeX/header.tex  70)   \AddToBackground*{1}{\border{#1}{#2}}
TeX/header.tex  71)   \AddToBackground*{2}{\border{#1}{#2}}
TeX/header.tex  72) }
Michael F. Schönitzer Add preparations for printi...

Michael F. Schönitzer authored 7 years ago

TeX/header.tex  73) \addtolength{\hoffset}{2mm}
Michael F. Schönitzer kosmetik

Michael F. Schönitzer authored 9 years ago

TeX/header.tex  74) 
TeX/header.tex  75) %%%%%%%% Softwaretemplate %%%%%%%%
Michael F. Schönitzer Feld deutschsprachig hinzug...

Michael F. Schönitzer authored 9 years ago

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

Michael F. Schönitzer authored 9 years ago

header.tex      77) \begin{minipage}[t][0.4\textheight]{1\textwidth}
Michael F. Schönitzer Add preparations for printi...

Michael F. Schönitzer authored 7 years ago

TeX/header.tex  78) \vspace{3mm}
Michael F. Schönitzer design

Michael F. Schönitzer authored 9 years ago

header.tex      79) \flushleft
Michael F. Schönitzer Category not bold

Michael F. Schönitzer authored 9 years ago

TeX/header.tex  80) \section*{#1 \hfill \normalfont\textcolor{gray}{#2}}
Michael F. Schönitzer Formatierung geändert und T...

Michael F. Schönitzer authored 9 years ago

header.tex      81) #3 
Michael F. Schönitzer first try, inspiriert von d...

Michael F. Schönitzer authored 9 years ago

header.tex      82) \medskip
header.tex      83) 
Michael F. Schönitzer design

Michael F. Schönitzer authored 9 years ago

header.tex      84) %\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

header.tex      85) \textit{Betriebssystem:} \textbf{#4} \\
header.tex      86) \textit{Lizenz:} \textbf{#6} \\
header.tex      87) \textit{Deutschsprachig:} \textbf{#7} \\
Michael F. Schönitzer Trifold

Michael F. Schönitzer authored 9 years ago

header.tex      88) \textit{Homepage:} \url{#5} \\
header.tex      89) \vglue  2 true cm
header.tex      90) \end{minipage}
Michael F. Schönitzer Add preparations for printi...

Michael F. Schönitzer authored 7 years ago

TeX/header.tex  91) \vspace{-5mm}
Michael F. Schönitzer Tex-Code ausgelagert

Michael F. Schönitzer authored 9 years ago

header.tex      92) }
header.tex      93) 
Michael F. Schönitzer improved impressum & added...

Michael F. Schönitzer authored 9 years ago

TeX/header.tex  94) % Hack for LibreOffice/OpenOffice: Version of \software without link
TeX/header.tex  95) \newcommand{\softwaretwo}[7]{
TeX/header.tex  96) \begin{minipage}[t][0.4\textheight]{1\textwidth}
Michael F. Schönitzer Add preparations for printi...

Michael F. Schönitzer authored 7 years ago

TeX/header.tex  97) \vspace{3mm}
Michael F. Schönitzer improved impressum & added...

Michael F. Schönitzer authored 9 years ago

TeX/header.tex  98) \flushleft
Michael F. Schönitzer Category not bold

Michael F. Schönitzer authored 9 years ago

TeX/header.tex  99) \section*{#1 \hfill \normalfont\textcolor{gray}{#2}}
Michael F. Schönitzer improved impressum & added...

Michael F. Schönitzer authored 9 years ago

TeX/header.tex 100) #3 
TeX/header.tex 101) \medskip
TeX/header.tex 102) 
TeX/header.tex 103) %\scalebox{.9}[1.0]{\textit{Betriebssystem:} \textbf{#4}} \\
TeX/header.tex 104) \textit{Betriebssystem:} \textbf{#4} \\
TeX/header.tex 105) \textit{Lizenz:} \textbf{#6} \\
TeX/header.tex 106) \textit{Deutschsprachig:} \textbf{#7} \\
TeX/header.tex 107) \textit{Homepage:} \textbf{#5} \\
TeX/header.tex 108) \vglue  2 true cm
TeX/header.tex 109) \end{minipage}
Michael F. Schönitzer Add preparations for printi...

Michael F. Schönitzer authored 7 years ago

TeX/header.tex 110) \vspace{-5mm}
Michael F. Schönitzer improved impressum & added...

Michael F. Schönitzer authored 9 years ago

TeX/header.tex 111) }
TeX/header.tex 112) 
Michael F. Schönitzer comments

Michael F. Schönitzer authored 9 years ago

TeX/header.tex 113) 
Michael F. Schönitzer kosmetik

Michael F. Schönitzer authored 9 years ago

TeX/header.tex 114) %%%%%%%% Frontpage %%%%%%%%
Michael F. Schönitzer Trifold

Michael F. Schönitzer authored 9 years ago

header.tex     115) \newcommand{\frontpage}[1]{
Michael F. Schönitzer added "FSFE-Welle" and Impr...

Michael F. Schönitzer authored 9 years ago

TeX/header.tex 116) 
Michael F. Schönitzer Trifold

Michael F. Schönitzer authored 9 years ago

header.tex     117) \begin{titlepage}
header.tex     118) \begin{flushleft}
Michael F. Schönitzer Logo geändert

Michael F. Schönitzer authored 9 years ago

TeX/header.tex 119) \vglue 1.5 true cm
Michael F. Schönitzer Trifold

Michael F. Schönitzer authored 9 years ago

header.tex     120) 
Michael F. Schönitzer Freie Software in zwei Zeilen

Michael F. Schönitzer authored 9 years ago

TeX/header.tex 121) \hspace{3mm}\textsc{\Huge Freie}
TeX/header.tex 122) 
TeX/header.tex 123) \hspace{3mm}\textsc{\Huge Software} 
Michael F. Schönitzer Linie nicht mehr bündig mit...

Michael F. Schönitzer authored 9 years ago

TeX/header.tex 124) \newcommand{\HRule}{\rule{1\linewidth}{0.5mm}}
Michael F. Schönitzer Trifold

Michael F. Schönitzer authored 9 years ago

header.tex     125) \HRule \\[0.4cm]
Michael F. Schönitzer fixed header

Michael F. Schönitzer authored 9 years ago

TeX/header.tex 126) \hspace{3mm}\parbox{0.8\textwidth}{\textsc{\textbf{\Huge #1}}}
Michael F. Schönitzer Trifold

Michael F. Schönitzer authored 9 years ago

header.tex     127) 
Michael F. Schönitzer Impressum verschoben

Michael F. Schönitzer authored 9 years ago

TeX/header.tex 128) \vglue 1 true cm
Michael F. Schönitzer Trifold

Michael F. Schönitzer authored 9 years ago

header.tex     129) 
Michael F. Schönitzer Linie nicht mehr bündig mit...

Michael F. Schönitzer authored 9 years ago

TeX/header.tex 130) \begingroup
TeX/header.tex 131) \leftskip3mm
Michael F. Schönitzer Trifold

Michael F. Schönitzer authored 9 years ago

header.tex     132) { \large\it
header.tex     133) Acht Freie \\
header.tex     134) Computerprogramme, \\
header.tex     135) die Deine Rechte \\
header.tex     136) als Nutzer/-in \\
header.tex     137) respektieren \\
Michael F. Schönitzer added cwfs; fixed typestyle

Michael F. Schönitzer authored 9 years ago

TeX/header.tex 138) und schützen. \\
TeX/header.tex 139) }
Michael F. Schönitzer Linie nicht mehr bündig mit...

Michael F. Schönitzer authored 9 years ago

TeX/header.tex 140) \endgroup
TeX/header.tex 141) 
Michael F. Schönitzer Trifold

Michael F. Schönitzer authored 9 years ago

header.tex     142) \end{flushleft}
header.tex     143) \vfill
Michael F. Schönitzer cwfs in black-white

Michael F. Schönitzer authored 9 years ago

TeX/header.tex 144) \hglue 2 true cm \includegraphics[scale=0.25]{cwfs-bw}
Michael F. Schönitzer Logo geändert

Michael F. Schönitzer authored 9 years ago

TeX/header.tex 145) \vglue 1 true cm
Michael F. Schönitzer added pussy, 'welle' now in...

Michael F. Schönitzer authored 9 years ago

TeX/header.tex 146) \begin{flushright}
Michael F. Schönitzer Ersetze Logo durch neutrale...

Michael F. Schönitzer authored 8 years ago

TeX/header.tex 147) \includegraphics[width=2.3cm]{logo_plain}
Michael F. Schönitzer Add preparations for printi...

Michael F. Schönitzer authored 7 years ago

TeX/header.tex 148) \hspace*{3mm}
Michael F. Schönitzer added pussy, 'welle' now in...

Michael F. Schönitzer authored 9 years ago

TeX/header.tex 149) \end{flushright}
Michael F. Schönitzer Trifold

Michael F. Schönitzer authored 9 years ago

header.tex     150) \end{titlepage}
Michael F. Schönitzer design

Michael F. Schönitzer authored 9 years ago

header.tex     151) 
header.tex     152) \flushleft
Michael F. Schönitzer kosmetik

Michael F. Schönitzer authored 9 years ago

TeX/header.tex 153) } % End Frontpage
Michael F. Schönitzer Trifold

Michael F. Schönitzer authored 9 years ago

header.tex     154) 
Michael F. Schönitzer comments

Michael F. Schönitzer authored 9 years ago

TeX/header.tex 155) 
Michael F. Schönitzer kosmetik

Michael F. Schönitzer authored 9 years ago

TeX/header.tex 156) %%%%%%%% Backpage %%%%%%%%
Michael F. Schönitzer Trifold

Michael F. Schönitzer authored 9 years ago

header.tex     157) \newcommand{\backpage}{
header.tex     158) \newpage
Michael F. Schönitzer k

Michael F. Schönitzer authored 8 years ago

TeX/header.tex 159) \section{Was ist >>Freie Software<<?}
Michael F. Schönitzer Anführungszeichen für LuaTe...

Michael F. Schönitzer authored 8 years ago

TeX/header.tex 160) \textbf{>>Freie Software<<} sind Computer-Programme,
Michael F. Schönitzer anderer Textvorschlag

Michael F. Schönitzer authored 9 years ago

TeX/header.tex 161) die Dir die folgenden wesentlichen
TeX/header.tex 162) \textbf{Freiheiten} gewähren:
Michael F. Schönitzer text aktuallisiert

Michael F. Schönitzer authored 9 years ago

TeX/header.tex 163) 
Michael F. Schönitzer Trifold

Michael F. Schönitzer authored 9 years ago

header.tex     164) \begin{itemize}
Christian Kalkhoff Backpage-Text überarbeitet

Christian Kalkhoff authored 9 years ago

TeX/header.tex 165) \item Die Freiheit, das Programm auf jede Weise und zu jedem beliebigen Zweck zu \textbf{verwenden}.
Michael Schönitzer small text-improvements

Michael Schönitzer authored 8 years ago

TeX/header.tex 166) \item Die Freiheit, das Programm zu \textbf{analysieren} und den eigenen Bedürfnissen \textbf{anzupassen}.
Christian Kalkhoff Backpage-Text überarbeitet

Christian Kalkhoff authored 9 years ago

TeX/header.tex 167) \item Die Freiheit, das Programm \textbf{weiterzugeben}, um Deinen Mitmenschen zu helfen.
TeX/header.tex 168) \item Die Freiheit, das Programm zu \textbf{verbessern} und diese Verbesserungen zu veröffentlichen.
Michael F. Schönitzer Trifold

Michael F. Schönitzer authored 9 years ago

header.tex     169) \end{itemize}
header.tex     170) 
Michael F. Schönitzer anderer Textvorschlag

Michael F. Schönitzer authored 9 years ago

TeX/header.tex 171) Dazu wird die Software unter einer \textbf{Freien Software-Lizenz}
TeX/header.tex 172) – wie der General Public License (GPL) – angeboten
Michael F. Schönitzer versehentlich überschrieben...

Michael F. Schönitzer authored 9 years ago

TeX/header.tex 173) und der \textbf{Quelltext} zur Verfügung gestellt.
Christian Kalkhoff Backpage-Text überarbeitet

Christian Kalkhoff authored 9 years ago

TeX/header.tex 174) 
Michael Schönitzer small text-improvements

Michael Schönitzer authored 8 years ago

TeX/header.tex 175) Während die erstellte Software damit in aller Regel auch kostenlos ist,
Michael F. Schönitzer versehentlich überschrieben...

Michael F. Schönitzer authored 9 years ago

TeX/header.tex 176) leben die Ersteller/-innen zum Beispiel von Auftragsarbeiten, Support-Verträgen mit Firmen
TeX/header.tex 177) oder auch Spenden der glücklichen Nutzer/-innen.
Christian Kalkhoff Backpage-Text überarbeitet

Christian Kalkhoff authored 9 years ago

TeX/header.tex 178) 
Michael F. Schönitzer anderer Textvorschlag

Michael F. Schönitzer authored 9 years ago

TeX/header.tex 179) Die hier aufgeführten Programme sind nur
Michael Schönitzer small text-improvements

Michael Schönitzer authored 8 years ago

TeX/header.tex 180) eine \textbf{winzige Auswahl} der verfügbaren Freien
Michael F. Schönitzer anderer Textvorschlag

Michael F. Schönitzer authored 9 years ago

TeX/header.tex 181) Software, um Dir die erste Annäherung so einfach und sicher wie möglich
TeX/header.tex 182) zu gestalten. Weitere Informationen zu Freier Software,
Michael F. Schönitzer Anführungszeichen für LuaTe...

Michael F. Schönitzer authored 8 years ago

TeX/header.tex 183) Freien Software-Lizenzen und dem >>Free Software Movement<<
Christian Kalkhoff Backpage-Text überarbeitet

Christian Kalkhoff authored 9 years ago

TeX/header.tex 184) findest Du unter \url{https://fsfe.org}.
Michael F. Schönitzer added "FSFE-Welle" and Impr...

Michael F. Schönitzer authored 9 years ago

TeX/header.tex 185) 
Michael F. Schönitzer Verweis zur Webseite eingef...

Michael F. Schönitzer authored 8 years ago

TeX/header.tex 186) Diese Flyer und mehr findest du unter \url{https://mehr-freiheit.org}.
TeX/header.tex 187) 
Michael F. Schönitzer Add preparations for printi...

Michael F. Schönitzer authored 7 years ago

TeX/header.tex 188) \vglue  1.0 true cm
Michael F. Schönitzer Impressum größer

Michael F. Schönitzer authored 9 years ago

TeX/header.tex 189) \textcolor{darkgray}{\scriptsize
Michael F. Schönitzer add licence to flyer

Michael F. Schönitzer authored 8 years ago

TeX/header.tex 190) \textbf{Stand:} \ \today \ | \ Lizenz: CC-0 \\
Michael F. Schönitzer Impressum kleiner

Michael F. Schönitzer authored 9 years ago

TeX/header.tex 191) \textbf{Impressum:} \ 
Michael F. Schönitzer Ändere Impressum auf den OS...

Michael F. Schönitzer authored 8 years ago

TeX/header.tex 192) Open-Source-Treffen e.V.  \ | \ Luisenstr. 11  \ | \  80333 München \\
Michael F. Schönitzer Impressum verschoben

Michael F. Schönitzer authored 9 years ago

TeX/header.tex 193) }
Michael F. Schönitzer Replaced Lightning with Cal...

Michael F. Schönitzer authored 7 years ago

TeX/header.tex 194) %\includegraphics[width=1.3cm]{kjr}