Skip to content

Instantly share code, notes, and snippets.

@noqqe
Last active December 21, 2015 05:59
Show Gist options
  • Select an option

  • Save noqqe/6261011 to your computer and use it in GitHub Desktop.

Select an option

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/
%%% 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