Michael F. Schönitzer commited on 2016-06-13 21:35:01
Zeige 1 geänderte Dateien mit 13 Einfügungen und 4 Löschungen.
... | ... |
@@ -1,4 +1,4 @@ |
1 |
-\documentclass[12pt,a4paper,foldcorr]{leaflet/leaflet} |
|
1 |
+\documentclass[12pt,a4paper,foldcorr,nofoldmark,notumble]{leaflet/leaflet} |
|
2 | 2 |
\usepackage[utf8]{luainputenc} % remove if you want to use XeTeX |
3 | 3 |
\usepackage[ngerman]{babel} |
4 | 4 |
\usepackage[T1]{fontenc} |
... | ... |
@@ -24,6 +24,8 @@ |
24 | 24 |
urlcolor=black |
25 | 25 |
} |
26 | 26 |
\def\UrlFont{\bfseries} |
27 |
+\usepackage[paperwidth=101mm, paperheight=216mm]{geometry} |
|
28 |
+ |
|
27 | 29 |
|
28 | 30 |
%% Set a slim Tex-font: |
29 | 31 |
%\usepackage[condensed]{tgheros} |
... | ... |
@@ -54,22 +57,25 @@ |
54 | 57 |
text=white,% Textfarbe |
55 | 58 |
font=\bfseries,% Einstellungen für die Schrift |
56 | 59 |
inner xsep=0em, |
60 |
+ outer xsep=-4mm, |
|
57 | 61 |
text width=\paperwidth, |
58 |
- minimum height=7mm,% Breite des Randstreifens |
|
62 |
+ minimum height=13mm,% Breite des Randstreifens |
|
59 | 63 |
anchor=north west |
60 | 64 |
] |
61 | 65 |
at (current page.north west) |
62 |
- {\hfil\Repeat{13}{\faicon{#2}\hfil}}; |
|
66 |
+ {\hfil\Repeat{15}{\raisebox{-6mm}{\faicon{#2}}\hfil}}; |
|
63 | 67 |
\end{tikzpicture} |
64 | 68 |
} |
65 | 69 |
\newcommand{\borders}[2]{ |
66 | 70 |
\AddToBackground*{1}{\border{#1}{#2}} |
67 | 71 |
\AddToBackground*{2}{\border{#1}{#2}} |
68 | 72 |
} |
73 |
+\addtolength{\hoffset}{2mm} |
|
69 | 74 |
|
70 | 75 |
%%%%%%%% Softwaretemplate %%%%%%%% |
71 | 76 |
\newcommand{\software}[7]{ |
72 | 77 |
\begin{minipage}[t][0.4\textheight]{1\textwidth} |
78 |
+\vspace{3mm} |
|
73 | 79 |
\flushleft |
74 | 80 |
\section*{#1 \hfill \normalfont\textcolor{gray}{#2}} |
75 | 81 |
#3 |
... | ... |
@@ -82,11 +88,13 @@ |
82 | 88 |
\textit{Homepage:} \url{#5} \\ |
83 | 89 |
\vglue 2 true cm |
84 | 90 |
\end{minipage} |
91 |
+\vspace{-5mm} |
|
85 | 92 |
} |
86 | 93 |
|
87 | 94 |
% Hack for LibreOffice/OpenOffice: Version of \software without link |
88 | 95 |
\newcommand{\softwaretwo}[7]{ |
89 | 96 |
\begin{minipage}[t][0.4\textheight]{1\textwidth} |
97 |
+\vspace{3mm} |
|
90 | 98 |
\flushleft |
91 | 99 |
\section*{#1 \hfill \normalfont\textcolor{gray}{#2}} |
92 | 100 |
#3 |
... | ... |
@@ -99,6 +107,7 @@ |
99 | 107 |
\textit{Homepage:} \textbf{#5} \\ |
100 | 108 |
\vglue 2 true cm |
101 | 109 |
\end{minipage} |
110 |
+\vspace{-5mm} |
|
102 | 111 |
} |
103 | 112 |
|
104 | 113 |
|
... | ... |
@@ -136,6 +145,7 @@ und schützen. \\ |
136 | 145 |
\vglue 1 true cm |
137 | 146 |
\begin{flushright} |
138 | 147 |
\includegraphics[width=2.3cm]{logo_plain} |
148 |
+\hspace*{3mm} |
|
139 | 149 |
\end{flushright} |
140 | 150 |
\end{titlepage} |
141 | 151 |
|
... | ... |
@@ -175,7 +185,7 @@ findest Du unter \url{https://fsfe.org}. |
175 | 185 |
|
176 | 186 |
Diese Flyer und mehr findest du unter \url{https://mehr-freiheit.org}. |
177 | 187 |
|
178 |
-\vglue 0.5 true cm |
|
188 |
+\vglue 1.0 true cm |
|
179 | 189 |
\textcolor{darkgray}{\scriptsize |
180 | 190 |
\textbf{Stand:} \ \today \ | \ Lizenz: CC-0 \\ |
181 | 191 |
\textbf{Impressum:} \ |
182 | 192 |