Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
TeX-cooler/cooler.tex
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
54 lines (39 sloc)
1.55 KB
This file contains 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
\documentclass[oneside, a4paper, 12pt]{book} | |
\usepackage[ngerman]{babel} | |
\usepackage{graphicx} | |
\usepackage{ae} %wenn Ulaute nicht gehen | |
\pagestyle{empty} | |
\renewcommand{\familydefault}{\sfdefault} | |
\parindent-1cm | |
\begin{document} | |
\begin{minipage}{0.9\textwidth} | |
\begin{center} | |
{\fontsize{40}{48} \selectfont Kühlschrankautomatik\\[1pt] } | |
\begin{enumerate} | |
\item \textit{Der Inhalt des untersten K\"uhlfachs wird Montags entsorgt.} | |
\item \textit{Der Inhalt des untersten Gefrierfachs wird Anfang des Monats entsorgt.} | |
\end{enumerate} | |
\end{center} | |
{\Large \textbf{Einmal jeden Montag}} | |
\begin{enumerate} | |
\item Alles aus Fach 4 (UNTEN!) landet im {\bf Müll} | |
\item Der Inhalt von Fach 3 wandert in Fach 4 | |
\item Dinge aus Fach 2 wandern in Fach 3 | |
\item Alles, ausser Luft, aus Fach 1 wird in Fach 2 gelegt | |
\item Fach 1 (OBEN) ist leer | |
\end{enumerate} | |
{\Large \textbf{Einmal jeden Monat}} | |
\begin{enumerate} | |
\item Alles aus Gefrierfach 3 (GANZ UNTEN!) landet im {\bf Müll} | |
\item Dinge aus Gefrierfach 2 wandern in Fach 3 | |
\item Alles, ausser Luft, aus Gefrierfach 1 wird in Gefrierfach 2 gelegt | |
\item Gefrierfach 1 (OBEN) ist leer | |
\end{enumerate} | |
{\Large \textbf{Montag bis Sonntag und monatlich}} | |
\begin{enumerate} | |
\item Alles kann umsortiert werden | |
\end{enumerate} | |
\textbf{Mit der Nutzung des Kühlschranks erkennt man diese Entsorgungsautomatik an.} | |
{\tiny English: \textit{Keep your stuff out of the lowermost fridge and freezer shelf. It gets discarded on monday or monthly}} | |
\end{minipage} | |
\end{document} | |