Files
ForAug/arxiv_v2_arXiv/packages.tex
Tobias Christian Nauen e8cc0ee8a6 arxiv V2
2026-02-24 11:57:25 +01:00

124 lines
3.5 KiB
TeX

\usepackage{color}
\usepackage{amssymb}
\usepackage{amsfonts}
\usepackage{amsmath}
\usepackage[capitalize,noabbrev]{cleveref}
\usepackage{amsxtra}
\usepackage{cancel}
\usepackage{dsfont}
\usepackage{graphicx}
\usepackage{tikz}
\usepackage{tikz-qtree}
\usetikzlibrary{shapes}
\usetikzlibrary{positioning}
\usetikzlibrary{trees}
\usepackage{mathcomp}
\usepackage{mathtools}
\usepackage{multirow}
\usepackage{verbatim}
\usepackage{polynom}
\usepackage{textcomp}
\usepackage{float}
\usepackage{placeins}
\usepackage{xcolor}
\usepackage{pdflscape}
\usepackage{csquotes}
\usepackage{afterpage}
\usepackage{makecell}
\usepackage{listings}
\usepackage{url}
\usepackage{enumitem}
\usepackage{minibox}
\usepackage{algorithm}
\usepackage{algorithmic}
\usepackage{shuffle}
\usepackage{svg}
\usepackage{pifont}
\usepackage{subcaption}
\usepackage{xspace}
\usepackage{siunitx}
\usepackage{booktabs}
\usepackage{microtype}
\usepackage{footmisc}
\DeclareMathSymbol{\mlq}{\mathord}{operators}{``}
\DeclareMathSymbol{\mrq}{\mathord}{operators}{`'}
\newcommand{\R}{\mathbb R}
\newcommand{\N}{\mathbb N}
\newcommand{\calN}{\mathcal{N}}
\newcommand{\D}{\mathbb D}
\newcommand{\calD}{\mathcal D}
\newcommand{\C}{\mathbb C}
\renewcommand{\P}{\mathbb{P}}
\newcommand{\A}{\mathcal A}
\newcommand{\B}{\mathcal B}
\newcommand{\I}{\mathcal I}
\newcommand{\Z}{\mathbb{Z}}
\newcommand{\Q}{\mathbb{Q}}
\newcommand{\E}{\mathbb{E}}
\newcommand{\F}{\mathcal{F}}
\newcommand{\G}{\mathcal{G}}
\newcommand{\M}{\mathcal{M}}
\renewcommand{\H}{\mathcal{H}}
\newcommand{\X}{\mathbb{X}}
\newcommand{\sigB}{\mathbb B}
\newcommand{\sigE}{\mathcal{E}}
\newcommand{\Ball}[2]{B_#1(#2)} %
\renewcommand{\L}{\mathcal{L}}
\newcommand{\eps}{\varepsilon}
\newcommand{\1}{\mathds{1}}
\newcommand{\To}{\longrightarrow}
\newcommand{\eqover}[1]{\stackrel{#1}{=}}
\newcommand{\darover}[1]{\xrightarrow{#1}}
\newcommand{\id}{\mathrm{id}}
\newcommand{\del}{\partial}
\newcommand{\indep}{\perp\!\!\!\perp}
\renewcommand{\Re}{\operatorname{Re}}
\renewcommand{\phi}{\varphi}
\renewcommand{\Im}{\operatorname{Im}}
\newcommand{\cov}{\operatorname{cov}}
\newcommand{\corr}{\operatorname{corr}}
\newcommand{\att}{\operatorname{attention}}
\newcommand{\norm}[1]{\left\lVert#1\right\rVert}
\newcommand{\abs}[1]{\left| #1 \right|}
\newcommand{\mat}[4]{\begin{pmatrix} #1 & #2 \\ #3 & #4 \end{pmatrix}}
\newcommand{\softmax}{\operatorname{softmax}}
\newcommand{\argmax}{\operatorname{argmax}}
\newcommand{\suff}{\operatorname{suff}}
\newcommand{\comp}{\operatorname{comp}}
\newcommand{\In}{\operatorname{In}}
\newcommand{\Var}{\operatorname{Var}}
\newcommand{\tensor}{\otimes}
\newcommand{\bigtensor}{\bigotimes}
\newcommand{\bx}{\mathbf{x}}
\newcommand{\by}{\mathbf{y}}
\newcommand{\bz}{\mathbf{z}}
\newcommand{\bB}{\mathbf{B}}
\newcommand{\grad}{\nabla}
\newcommand{\spanop}{\operatorname{span}}
\renewcommand{\S}{\mathcal{S}}
\newcommand{\Y}{\mathbb Y}
\newcommand{\Hoel}{\text{Höl}}
\newcommand{\Tau}{\mathcal{T}}
\newcommand{\W}{\mathcal{W}}
\renewcommand{\O}{\mathcal{O}}
\newcommand{\emptyword}{\varnothing}
\newcommand{\todo}[1]{\colorbox{red}{TODO: #1}}
\newcommand{\taylorsm}{\operatorname{T-SM}}
\newcommand{\ops}{\operatorname{ops}}
\newcommand{\entr}{\operatorname{entries}}
\newcommand{\gtxt}[1]{\text{\textcolor{gray}{#1}}}
\definecolor{DarkGreen}{RGB}{34,149,34}
\newcommand{\grntxt}[1]{\text{\textcolor{ForestGreen}{#1}}}
\newcommand{\rdtxt}[1]{\text{\textcolor{red}{#1}}}
\newcommand{\code}[1]{\texttt{#1}}
\newcommand{\cmark}{\ding{51}}%
\newcommand{\xmark}{\ding{55}}%
\newcommand*\rot{\rotatebox{90}}
\newcommand{\tldr}{\textbf{TL;DR:}\xspace}