Skip to content
Snippets Groups Projects
Commit 863fc808 authored by Hugo Hörnquist's avatar Hugo Hörnquist
Browse files

Trim infomöte theme to the m.v.p.

This also speeded up compilation times a fair bit.
parent 4dc97e78
No related branches found
No related tags found
No related merge requests found
Pipeline #932 failed
\usepackage{amsthm}
\usepackage{amsfonts}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{mathtools}
\usepackage{bbm}
\usepackage{pgfplots}
\usepackage{tikz}
\usepackage{physics}
\usepackage{calligra}
\usepackage{csquotes} \usepackage{csquotes}
\usepackage{tensor}
\usepackage[thicklines]{cancel}
\usepackage{tcolorbox}
\usepackage{pstricks}
\usepackage{textpos} \usepackage{textpos}
% \usepackage[backend=biber, bibstyle=nature, sorting=nty, citestyle=numeric-comp]{biblatex} %Custom bibliography
% \addbibresource{bib.bib} %Load references
\DeclareMathAlphabet{\mathcalligra}{T1}{calligra}{m}{n}
\DeclareFontShape{T1}{calligra}{m}{n}{<->s*[2.2]callig15}{}
\newcommand{\scriptr}{\mathcalligra{r}\,}
\newcommand{\boldscriptr}{\pmb{\mathcalligra{r}}\,}
\def\rc{\scriptr}
\def\brc{\boldscriptr}
\def\hrc{\hat\brc}
\newcommand{\ie}{\emph{i.e.}} %id est
\newcommand{\eg}{\emph{e.g.}} %exempli gratia
\newcommand{\rtd}[1]{\ensuremath{\left\lfloor #1 \right\rfloor}}
\newcommand{\dirac}[1]{\ensuremath{\delta \left( #1 \right)}}
\newcommand{\diract}[1]{\ensuremath{\delta^3 \left( #1 \right)}}
\newcommand{\e}{\ensuremath{\epsilon_0}}
\newcommand{\m}{\ensuremath{\mu_0}}
\newcommand{\V}{\ensuremath{\mathcal{V}}}
\newcommand{\prnt}[1]{\ensuremath{\left(#1\right)}} %parentheses
\newcommand{\colch}[1]{\ensuremath{\left[#1\right]}} %square brackets
\newcommand{\chave}[1]{\ensuremath{\left\{#1\right\}}} %curly brackets
\newcommand\eqdef{\stackrel{\mathclap{\normalfont \tiny\mbox{\textrm{def}}}}{=}}
\useoutertheme{infolines} \useoutertheme{infolines}
\useinnertheme{rectangles} \useinnertheme{rectangles}
\usefonttheme{professionalfonts} \usefonttheme{professionalfonts}
\definecolor{blue2}{HTML}{045FB4} \definecolor{blue2}{HTML}{045FB4}
\definecolor{green2}{HTML}{46C235} \definecolor{green2}{HTML}{46C235}
\definecolor{red2}{HTML}{EE4848} \definecolor{red2}{HTML}{EE4848}
...@@ -53,23 +15,6 @@ ...@@ -53,23 +15,6 @@
\definecolor{yellow}{HTML}{FFFF00} \definecolor{yellow}{HTML}{FFFF00}
\definecolor{lightdarkgold}{HTML}{EEBC1D} \definecolor{lightdarkgold}{HTML}{EEBC1D}
\renewcommand{\CancelColor}{\color{darkred}}
\makeatletter
\newcommand{\mybox}[1]{%
\setbox0=\hbox{#1}%
\setlength{\@tempdima}{\dimexpr\wd0+13pt}%
\begin{tcolorbox}[colback=darkred,colframe=darkred,boxrule=0.5pt,arc=4pt,
left=6pt,right=6pt,top=6pt,bottom=6pt,boxsep=0pt,width=\@tempdima]
\textcolor{yellow}{#1}
\end{tcolorbox}
}
\makeatother
\pgfplotsset{my style/.append style={axis x line=middle, axis y line=
middle, xlabel={$x$}, ylabel={$y$}, axis equal }}
\usecolortheme[named=darkred]{structure} \usecolortheme[named=darkred]{structure}
\usecolortheme{sidebartab} \usecolortheme{sidebartab}
\usecolortheme{orchid} \usecolortheme{orchid}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment