diff --git a/main.tex b/main.tex index ed18c81..c99f8bb 100644 --- a/main.tex +++ b/main.tex @@ -49,6 +49,33 @@ % \usepackage[hungarian]{babel} % \usepackage[greek]{babel} +% Custom Colors +\definecolor{mygray}{HTML}{808080} +\definecolor{mygreen}{HTML}{00843D} +\definecolor{myorange}{HTML}{FF7F00} +\definecolor{myred}{HTML}{E10600} +\definecolor{myblue}{HTML}{005BBB} +\definecolor{prettypurple}{HTML}{800080} +\definecolor{prettypink}{HTML}{DA167F} + +% Custom Color Text Aliases +\newcommand{\green}[1]{\textcolor{mygreen}{#1}} +\newcommand{\orange}[1]{\textcolor{myorange}{#1}} +\newcommand{\red}[1]{\textcolor{myred}{#1}} +\newcommand{\blue}[1]{\textcolor{myblue}{#1}} +\newcommand{\purple}[1]{\textcolor{prettypurple}{#1}} +\newcommand{\pink}[1]{\textcolor{prettypink}{#1}} +\newcommand{\gray}[1]{\textcolor{mygray}{#1}} + +% Math Macros +\newcommand{\limes}[1]{\lim\limits_{#1}} +\newcommand{\summe}{\sum\limits} +\newcommand{\nat}{{n\in\mathbb{N}}} +\newcommand{\limity}{\limes{n\to\infty}} +\newcommand{\integral}{\int\limits} +\newcommand{\N}{\mathbb{N}} +\newcommand{\R}{\mathbb{R}} + % Document variables \newcommand{\assignmentNumber}{1} % Assignment number