This commit is contained in:
parent
ec5a42647d
commit
41995bce2d
1 changed files with 27 additions and 0 deletions
27
main.tex
27
main.tex
|
@ -49,6 +49,33 @@
|
||||||
% \usepackage[hungarian]{babel}
|
% \usepackage[hungarian]{babel}
|
||||||
% \usepackage[greek]{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
|
% Document variables
|
||||||
\newcommand{\assignmentNumber}{1} % Assignment number
|
\newcommand{\assignmentNumber}{1} % Assignment number
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue