Kombinatorische-Spieltheorie/combinatorial-game-theory.sty
2022-08-18 12:30:10 +02:00

24 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}}