|
|
|
% % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % %
|
|
|
|
% LaTeX4EI Template for Cheat Sheets Version 1.0
|
|
|
|
%
|
|
|
|
% Authors: Emanuel Regnath, Martin Zellner
|
|
|
|
% Contact: info@latex4ei.de
|
|
|
|
% Encode: UTF-8, tabwidth = 4, newline = LF
|
|
|
|
% % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % %
|
|
|
|
|
|
|
|
|
|
|
|
% ======================================================================
|
|
|
|
% Document Settings
|
|
|
|
% ======================================================================
|
|
|
|
|
|
|
|
% possible options: color/nocolor, english/german, threecolumn
|
|
|
|
% defaults: color, english
|
|
|
|
\documentclass[german]{latex4ei/latex4ei_sheet}
|
|
|
|
|
|
|
|
% set document information
|
|
|
|
\title{Mathematik \\ Cheat Sheet}
|
|
|
|
\author{Sebastian Preisner} % optional, delete if unchanged
|
|
|
|
\myemail{wbh@calyrium.org} % optional, delete if unchanged
|
|
|
|
\mywebsite{www.calyrium.org} % optional, delete if unchanged
|
|
|
|
|
|
|
|
|
|
|
|
% ======================================================================
|
|
|
|
% Begin
|
|
|
|
% ======================================================================
|
|
|
|
\begin{document}
|
|
|
|
|
|
|
|
|
|
|
|
% Title
|
|
|
|
% ----------------------------------------------------------------------
|
|
|
|
\maketitle % requires ./img/Logo.pdf
|
|
|
|
|
|
|
|
|
|
|
|
% Section
|
|
|
|
% ----------------------------------------------------------------------
|
|
|
|
\input{themen/Mengenlehre/main.tex}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
% ======================================================================
|
|
|
|
% End
|
|
|
|
% ======================================================================
|
|
|
|
\end{document}
|