Add changes package

This commit is contained in:
2024-04-16 21:04:08 +02:00
parent da1193acfe
commit 9bb767562b
2 changed files with 7 additions and 2 deletions

View File

@@ -16,6 +16,8 @@
\let\bibcloseparen=\bibclosebracket%
}
\usepackage[draft, defaultColor=BlueViolet, xcolor=dvipsnames]{changes} % Track changes
\usepackage{enumitem} % Customise lists
\usepackage{etoc} % Local table of contents
@@ -36,6 +38,8 @@
uncertainty-mode=separate % Separate uncertainty with +- instead of ()
}
\usepackage[dvipsnames]{xcolor} % More colors
%% Typography
% babel, csquotes, fontenc, microtype, lmodern, textcomp are already loaded by the class
\usepackage[varqu, varl]{inconsolata} % Better monospace font (with alternative quote [varqu] and l [varl])
@@ -47,7 +51,9 @@
%% Custom commands
\input{utils/commands}
\newcommand{\CP}[1]{{\footnote{\textcolor{red}{CP: #1}}}}
\definechangesauthor[color=RawSienna]{CP}
\newcommand{\CP}[1]{\comment[id=CP]{#1}}
\newcommand{\inputchapter}[1]{\clearemptydoublepage\input{#1}}