forked from WBH/Mathe-Formelsammlung
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
49 lines
1.5 KiB
TeX
49 lines
1.5 KiB
TeX
% % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % %
|
|
% 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} |