23 lines
601 B
TeX
23 lines
601 B
TeX
\ProvidesPackage{combinatorial-game-theory}[2022/02/10 - Style file for notes of Kombinatorische Spieltheorie]
|
|
|
|
|
|
%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}}
|