mirror of
https://github.com/janishutz/eth-summaries.git
synced 2026-01-12 14:18:23 +00:00
[Analysis] Cleaner structure
This commit is contained in:
37
semester3/analysis-ii/cheat-sheet-rb/util/setup.tex
Normal file
37
semester3/analysis-ii/cheat-sheet-rb/util/setup.tex
Normal file
@@ -0,0 +1,37 @@
|
||||
\usepackage{flowfram}
|
||||
\ffvadjustfalse
|
||||
\setlength{\columnsep}{1cm}
|
||||
\Ncolumn{3}
|
||||
|
||||
% TCB boxes for important stuff
|
||||
\usepackage[many]{tcolorbox}
|
||||
|
||||
% Mathematical typesetting & symbols
|
||||
\usepackage{amsthm, mathtools, amssymb}
|
||||
\usepackage{marvosym, wasysym}
|
||||
\allowdisplaybreaks
|
||||
|
||||
% Tables
|
||||
\usepackage{tabularx, multirow}
|
||||
\usepackage{booktabs}
|
||||
\renewcommand*{\arraystretch}{2}
|
||||
|
||||
% Make enumerations more compact
|
||||
\usepackage{enumitem}
|
||||
\setitemize{itemsep=0.5pt}
|
||||
\setenumerate{itemsep=0.75pt}
|
||||
|
||||
% To include sketches & PDFs
|
||||
\usepackage{graphicx}
|
||||
|
||||
% For hyperlinks
|
||||
\usepackage{hyperref}
|
||||
\hypersetup{ colorlinks=true }
|
||||
|
||||
% Fomatting
|
||||
\usepackage{multicol}
|
||||
\usepackage{parskip} % Disables new paragraph indent
|
||||
|
||||
% Custom resets
|
||||
\renewcommand{\arraystretch}{1.3} % Decrease row height
|
||||
\renewcommand{\familydefault}{\sfdefault}
|
||||
Reference in New Issue
Block a user