Last active
December 21, 2015 05:59
-
-
Save noqqe/6261011 to your computer and use it in GitHub Desktop.
TeX Document for Avery Lever Arch Filing Labels (L6061-25, 192 x 59 mm) http://www.amazon.de/gp/product/B0002S4B9G/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| %%% Packages | |
| \documentclass[paper=a4, fontsize=11pt, pdftex]{scrartcl} % Article class of KOMA-script with 11pt font and a4 format | |
| \usepackage[english]{babel} % English language/hyphenation | |
| \usepackage[protrusion=true,expansion=true]{microtype} % Better typography | |
| \usepackage[cm]{fullpage} | |
| %%% Begin document | |
| \pagestyle{empty} | |
| \begin{document} | |
| \vspace*{25mm} | |
| \usefont{OT1}{bch}{b}{n} | |
| \begin{center} | |
| \Huge Rechnungen \\ | |
| \renewcommand{\baselinestretch}{6}\normalsize | |
| \Huge Arbeit \\ | |
| \Huge Steuer \\ | |
| \Huge Versicherung | |
| \end{center} | |
| \end{document} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment