2022-08-18 12:26:13 +02:00
|
|
|
\ProvidesPackage{combinatorial-game-theory}[2022/02/10 - Style file for notes of Kombinatorische Spieltheorie]
|
2022-08-18 12:30:10 +02:00
|
|
|
|
|
|
|
|
|
|
|
%General setup
|
|
|
|
\usepackage[ngerman]{babel}
|
|
|
|
\usepackage{csquotes}
|
|
|
|
|
|
|
|
|
|
|
|
%% Custom packages
|
|
|
|
\usepackage{mkessler-vocab}
|
|
|
|
\usepackage{mkessler-math}
|
|
|
|
|
|
|
|
%%% Environment setup
|
|
|
|
\usepackage[number in = chapter]{fancythm}
|
|
|
|
\NewFancyTheorem[style = thmgreenmarginandfill, group = big]{game}
|
|
|
|
\NewFancyTheorem[style = thmvioletmargin, group = big]{talk}
|
|
|
|
|
|
|
|
|
|
|
|
%%% Custom macros for this project
|
|
|
|
|
|
|
|
\NewDocumentCommand\nimber{m}{\star#1}
|
|
|
|
\NewDocumentCommand\nimsum{}{\oplus}
|
|
|
|
\NewDocumentCommand\gm{m}{\textsc{#1}}
|