-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathwunderkarte.tex
38 lines (38 loc) · 1.04 KB
/
wunderkarte.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
\documentclass[10pt,a4paper]{article}
\usepackage[paperheight=9.4in]{geometry}
% Nice color names
\usepackage[usenames,dvipsnames]{xcolor}
% Font encoding of the custom font
\usepackage[T1]{fontenc}
% Used for the wundering and fitting of the text
\usepackage{graphics}
% No page numbers
\thispagestyle{empty}
% Stretch everything to page width
\newcommand{\wunder}[1]{\resizebox{\textwidth}{!}{#1}}
% Color shorthand
\newcommand{\blue}[1]{{\color{MidnightBlue} #1}}
% Fine tuning of vertical space
\newcommand{\vsp}[1]{\vspace*{#1\baselineskip}}
\begin{document}
\noindent
\usefont{T1}{custom}{m}{n}
\color{Bittersweet}
\wunder{Now look at \blue{that!}}
\vsp{-.3}
\wunder{A \blue{beautiful} minimalistic style}
\vsp{-.8}
\wunder{long \blue{stretching}}
\vsp{-.5}
\wunder{typography}
\wunder{that also works \blue{well} on}
\wunder{BIG LETTERS}
\wunder{\blue{all} over the \blue{entire} line!}
\vsp{-.4}
\wunder{with fine tuning of}
\vsp{-.5}
\wunder{\blue{vertical} Space}
\vsp{-.6}
\wunder{at disposal to \blue{your} very}
\wunder{\blue{imagination}}
\end{document}