From 7835706d922bccc9873eeee671ae119e51768daf Mon Sep 17 00:00:00 2001 From: Philipp Le Date: Sun, 3 May 2020 01:04:23 +0200 Subject: Completing chapter 0 --- common/settings.tex | 45 +++++++++++++++------------------------------ 1 file changed, 15 insertions(+), 30 deletions(-) (limited to 'common') diff --git a/common/settings.tex b/common/settings.tex index e98b536..94f97d6 100644 --- a/common/settings.tex +++ b/common/settings.tex @@ -177,38 +177,8 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Bibliography -%\usepackage[square, numbers, sectionbib]{natbib} -%\usepackage{chapterbib} -%\def\thebibfile{../DCS} -%\def\thebibstyle{unsrtnat} -% -%\makeatletter -%\renewenvironment{thebibliography}[1] -%{\section*{\bibname}% <-- this line was changed from \chapter* to \section* -% \@mkboth{\MakeUppercase\bibname}{\MakeUppercase\bibname}% -% \list{\@biblabel{\@arabic\c@enumiv}}% -% {\settowidth\labelwidth{\@biblabel{#1}}% -% \leftmargin\labelwidth -% \advance\leftmargin\labelsep -% \@openbib@code -% \usecounter{enumiv}% -% \let\p@enumiv\@empty -% \renewcommand\theenumiv{\@arabic\c@enumiv}}% -% \sloppy -% \clubpenalty4000 -% \@clubpenalty \clubpenalty -% \widowpenalty4000% -% \sfcode`\.\@m} -%{\def\@noitemerr -% {\@latex@warning{Empty `thebibliography' environment}}% -% \endlist} -%\makeatother - -%\usepackage[square, numbers, sectionbib]{natbib} -%\usepackage[backend=bibtex,style=unsrtnat]{biblatex} \usepackage[backend=biber,sorting=none]{biblatex} \addbibresource{../DCS.bib} -%\bibliography{../DCS} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Directories @@ -241,6 +211,21 @@ \usepackage{listings} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Exercises + +\usepackage{exsheets} +\SetupExSheets{ + headings = block-subtitle, + headings-format = \bfseries\sffamily, + subtitle-format = \bfseries\sffamily, + counter-within = chapter, + counter-format = ch.qu\IfQuestionSubtitleT{:}, + toc-level = {subsection}, + % solution/print = true % uncomment for tutors +} + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % PDF Metadata -- cgit v1.1