[Analysis] minor cleanup

This commit is contained in:
RobinB27
2025-12-29 09:49:26 +01:00
parent 2c2e25161c
commit 2151deb491
2 changed files with 6 additions and 19 deletions

Binary file not shown.

View File

@@ -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}}