This repository has been archived by the owner on Nov 6, 2024. It is now read-only.
forked from kenfehling/latex-cheatsheet
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcheat-sheet.tex
51 lines (47 loc) · 1.43 KB
/
cheat-sheet.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
\documentclass[10pt,landscape,a4paper]{article}
\usepackage[utf8]{inputenc}
\usepackage[ngerman]{babel}
\usepackage[T1]{fontenc}
%\usepackage[LY1,T1]{fontenc}
%\usepackage{frutigernext}
%\usepackage[lf,minionint]{MinionPro}
\usepackage{tikz}
\usetikzlibrary{shapes,positioning,arrows,fit,calc,graphs,graphs.standard}
\usepackage[nosf]{kpfonts}
\usepackage[t1]{sourcesanspro}
\usepackage{multicol}
\usepackage{wrapfig}
\usepackage[top=0mm,bottom=1mm,left=0mm,right=1mm]{geometry}
\usepackage[framemethod=tikz]{mdframed}
\usepackage{microtype}
\usepackage{pdfpages}
\usepackage{amsmath}
\DeclareMathOperator*{\argmax}{arg\,max}
\DeclareMathOperator*{\argmin}{arg\,min}
\let\bar\overline
\include{content/def}
\begin{document}
%\footnotesize
\footnotesize
\begin{multicols*}{5}
\input{content/1_probability_theory.tex}
\input{content/2_random_variables.tex}
\input{content/3_multivariate_distributions.tex}
\input{content/4_sampling.tex}
\input{content/5_asymptotic_theory.tex}
\input{content/6_ml_estimation.tex}
\input{content/7_hypothesis_testing.tex}
\input{content/8_regression_casusality_identification.tex}
\input{content/0_common_distributions.tex}
\input{content/9_least_squares.tex}
% \input{content/aussagen}
% \input{content/mengen}
% \input{content/relationen}
% \input{content/abbildungen}
%\input{content/beweise}
%\input{content/graphen}
%\input{content/graphalgo}
%\input{content/bool}
%\input{content/formeln}
\end{multicols*}
\end{document}