2023-04-13 16:14:55 +02:00
|
|
|
\ProvidesPackage{wtheo}[2022/02/10 - Style file for notes of Probability Theory]
|
2023-05-10 18:56:36 +02:00
|
|
|
\usepackage[english]{babel}
|
|
|
|
\usepackage[cache, number in = section]{fancythm}
|
|
|
|
\usepackage{mkessler-mathfont}
|
|
|
|
\usepackage{centernot}
|
|
|
|
\usepackage{enumerate}
|
|
|
|
\usepackage{mkessler-todo}
|
|
|
|
\usepackage[index]{mkessler-vocab}
|
|
|
|
\usepackage{mkessler-code}
|
|
|
|
\usepackage{jrpie-math}
|
|
|
|
\usepackage[normalem]{ulem}
|
|
|
|
\usepackage{pdflscape}
|
|
|
|
\usepackage{longtable}
|
|
|
|
\usepackage{xcolor}
|
|
|
|
\usepackage{dsfont}
|
|
|
|
\usepackage{csquotes}
|
|
|
|
\usepackage{tikz}
|
|
|
|
\usepackage{tikz-cd}
|
|
|
|
\usetikzlibrary{arrows}
|
|
|
|
%\usepackage{wrapfig}
|
|
|
|
\usepackage{listings}
|
|
|
|
\usepackage{multirow}
|
|
|
|
\usepackage{float}
|
|
|
|
%\usepackage{algorithmicx}
|
|
|
|
|
2023-05-25 00:33:14 +02:00
|
|
|
\usepackage{pgfplots}
|
|
|
|
\pgfplotsset{compat = newest}
|
|
|
|
|
|
|
|
|
2023-05-10 18:56:36 +02:00
|
|
|
\newcounter{subsubsubsection}[subsubsection]
|
|
|
|
\renewcommand\thesubsubsubsection{\thesubsubsection.\arabic{subsubsubsection}}
|
|
|
|
\newcommand\subsubsubsection[1]
|
|
|
|
{
|
|
|
|
\stepcounter{subsubsubsection}
|
|
|
|
\medskip
|
|
|
|
\textbf{\thesubsubsubsection~#1}
|
|
|
|
\medskip
|
|
|
|
}
|
|
|
|
|
|
|
|
\newcommand\todoimg[1]
|
|
|
|
{
|
|
|
|
\todo{FEHLENDES BILD: #1}
|
|
|
|
}
|
|
|
|
|
|
|
|
\usepackage{siunitx}
|
|
|
|
|
|
|
|
% Wenn auf die Klausurrelevanz EXPLIZIT hingewiesen wurde
|
|
|
|
\newcommand\klausurrelevant{
|
|
|
|
\footnote{\color{red}klausurrelevant!}
|
|
|
|
}
|
|
|
|
|
|
|
|
\usepackage{acro}
|
|
|
|
|
|
|
|
\def\alert#1{{\color{red} #1}}
|
|
|
|
|
|
|
|
|
|
|
|
\usepackage{imakeidx}
|
|
|
|
\makeindex[name = ccode, title = \texttt{C} functions and macros]
|
|
|
|
|
|
|
|
\usepackage{hyperref}
|
|
|
|
|
|
|
|
\usepackage[quotation]{knowledge}[22/02/12]
|
|
|
|
|
|
|
|
\newcommand\main[1]{\underline{#1}}
|
|
|
|
\newcommand\usage[1]{\textit{#1}}
|
|
|
|
\renewcommand\i{\mathrm{\mathbf{i}}}
|
|
|
|
\newcommand\notimplies{\centernot\implies}
|
|
|
|
|
|
|
|
\knowledgestyle{ccode}{color=purple!30!black, index style = usage, wrap = \code}
|
|
|
|
\knowledgestyle{ccode unknown}{ wrap = \code, color = brown}
|
|
|
|
\knowledgestyle{ccode unknown cont}{ wrap = \code}
|
|
|
|
\knowledgestyle{ccode intro}{color=blue, boldface, index style = main, wrap = \code}
|
|
|
|
|
|
|
|
|
|
|
|
\knowledgestyle{autoref link}{autoref link}
|
|
|
|
\knowledgestyle{autoref target}{autoref target}
|
|
|
|
|
|
|
|
\knowledgenewvariant\cc{
|
|
|
|
default style = {autoref link, ccode},
|
|
|
|
unknown style = {ccode unknown},
|
|
|
|
unknown style cont = {ccode unknown cont},
|
|
|
|
% unknown warning = false,
|
|
|
|
% unknown diagnose = false,
|
|
|
|
}
|
|
|
|
|
|
|
|
\knowledgenewvariant\ccintro {
|
|
|
|
auto knowledge = {autoref, scope=document, also now, index, index name = ccode, wrap = \code},
|
|
|
|
default style = {autoref target, ccode intro},
|
|
|
|
unknown style = ccode unknown,
|
|
|
|
unknown style cont = ccode unknown
|
|
|
|
}
|
|
|
|
|
|
|
|
\knowledgevariantmodifier{\intro*\cc}\ccintro
|
|
|
|
\knowledgevariantmodifier{\cintro*\cc}\ccintro
|
|
|
|
|
|
|
|
\hypersetup{colorlinks, citecolor=violet, urlcolor=blue!80!black, linkcolor=red!50!black, pdfauthor=\@author, pdftitle=\ifdef{\@course}{\@course}{\@title}}
|
|
|
|
|
|
|
|
\NewFancyTheorem[thmtools = { style = thmredmargin} , group = { big } ]{warning}
|
|
|
|
\DeclareSimpleMathOperator{Var}
|
2023-05-11 23:55:51 +02:00
|
|
|
|
|
|
|
\DeclareSimpleMathOperator{Bin}
|
|
|
|
\DeclareSimpleMathOperator{Ber}
|
|
|
|
\DeclareSimpleMathOperator{Exp}
|
2023-05-25 00:33:14 +02:00
|
|
|
|
|
|
|
\newcommand*\dif{\mathop{}\!\mathrm{d}}
|