mirror of
https://github.com/janishutz/eth-summaries.git
synced 2026-01-12 08:08:25 +00:00
[Analysis] minor cleanup
This commit is contained in:
Binary file not shown.
@@ -1,17 +1,12 @@
|
|||||||
% Basic stuff
|
|
||||||
\documentclass[a4paper,10pt]{article}
|
\documentclass[a4paper,10pt]{article}
|
||||||
|
|
||||||
% 3 column landscape layout with fewer margins
|
|
||||||
\usepackage[landscape, left=0.75cm, top=1cm, right=0.75cm, bottom=1.5cm, footskip=15pt]{geometry}
|
\usepackage[landscape, left=0.75cm, top=1cm, right=0.75cm, bottom=1.5cm, footskip=15pt]{geometry}
|
||||||
\usepackage{flowfram}
|
\usepackage{flowfram}
|
||||||
\ffvadjustfalse
|
\ffvadjustfalse
|
||||||
\setlength{\columnsep}{1cm}
|
\setlength{\columnsep}{1cm}
|
||||||
\Ncolumn{3}
|
\Ncolumn{3}
|
||||||
|
|
||||||
% define nice looking boxes
|
% TCB boxes for important stuff
|
||||||
\usepackage[many]{tcolorbox}
|
\usepackage[many]{tcolorbox}
|
||||||
|
|
||||||
% a base set, that is then customised
|
|
||||||
\tcbset {
|
\tcbset {
|
||||||
base/.style={
|
base/.style={
|
||||||
boxrule=0mm,
|
boxrule=0mm,
|
||||||
@@ -25,12 +20,6 @@
|
|||||||
title={#1}
|
title={#1}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
\newtcolorbox{mainbox}[1]{
|
|
||||||
colframe=black,
|
|
||||||
base={#1}
|
|
||||||
}
|
|
||||||
|
|
||||||
\newtcolorbox{subbox}[1]{
|
\newtcolorbox{subbox}[1]{
|
||||||
colframe=black!20!white,
|
colframe=black!20!white,
|
||||||
base={#1}
|
base={#1}
|
||||||
@@ -56,20 +45,18 @@
|
|||||||
|
|
||||||
% For hyperlinks
|
% For hyperlinks
|
||||||
\usepackage{hyperref}
|
\usepackage{hyperref}
|
||||||
\hypersetup{
|
\hypersetup{ colorlinks=true }
|
||||||
colorlinks=true
|
|
||||||
}
|
|
||||||
|
|
||||||
% Custom
|
% Fomatting
|
||||||
\usepackage{multicol}
|
\usepackage{multicol}
|
||||||
\usepackage{parskip} % Disables new paragraph indent
|
\usepackage{parskip} % Disables new paragraph indent
|
||||||
|
|
||||||
% Metadata
|
% Metadata
|
||||||
\title{Analysis I}
|
\title{Analysis I}
|
||||||
\author{Berthold}
|
\author{Robin Bacher}
|
||||||
\date{FS 2025}
|
\date{FS 2025}
|
||||||
|
|
||||||
% Math helper stuff
|
% Math helpers
|
||||||
\def\limxo{\lim_{x\to 0}}
|
\def\limxo{\lim_{x\to 0}}
|
||||||
\def\limxi{\lim_{x\to\infty}}
|
\def\limxi{\lim_{x\to\infty}}
|
||||||
\def\limxn{\lim_{x\to-\infty}}
|
\def\limxn{\lim_{x\to-\infty}}
|
||||||
@@ -93,7 +80,7 @@
|
|||||||
\def \lims{\limsup\limits_{n \to \infty}}
|
\def \lims{\limsup\limits_{n \to \infty}}
|
||||||
|
|
||||||
% Custom resets
|
% Custom resets
|
||||||
\renewcommand{\arraystretch}{1.3} % Decrease row height
|
\renewcommand{\arraystretch}{1.3} % Decrease row height
|
||||||
\renewcommand{\familydefault}{\sfdefault}
|
\renewcommand{\familydefault}{\sfdefault}
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
|||||||
Reference in New Issue
Block a user