-
Notifications
You must be signed in to change notification settings - Fork 1
/
CheatsheetTemplate.tex
59 lines (40 loc) · 1.59 KB
/
CheatsheetTemplate.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
% % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % %
% LaTeX4EI Template for Cheat Sheets Version 1.1
%
% Authors: Markus Hofbauer
% Contact: [email protected]
% Encode: UTF-8
% % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % %
% ======================================================================
% Document Settings
% ======================================================================
% possible options: color/nocolor, english/german, threecolumn
% defaults: color, english
\documentclass[english]{latex4ei/latex4ei_sheet}
% set document information
\title{LaTeX4EI \\ Cheat Sheet}
\author{LaTeX4EI} % optional, delete if unchanged
\myemail{[email protected]} % optional, delete if unchanged
\mywebsite{www.latex4ei.de} % optional, delete if unchanged
% ======================================================================
% Begin
% ======================================================================
\begin{document}
% Title
% ----------------------------------------------------------------------
\maketitle % requires ./img/Logo.pdf
% Section
% ----------------------------------------------------------------------
\section{Math}
\begin{sectionbox}
\subsection{Sinus}
Text goes here ...
\end{sectionbox}
\begin{sectionbox}
\subsection{Cosinus}
Text goes here ...
\end{sectionbox}
% ======================================================================
% End
% ======================================================================
\end{document}