Say University of Twente instead Twente University.
[matthijs/master-project/report.git] / Utils / Formats.tex
index eb30bc72f341b1163e654a5e784a9c08aeef80c7..fde79e53ac36623915a587c0602b200eb3c2e7ea 100644 (file)
 }
 
 % Define a \strikethrough command. For some reason, this does blue
-% strikethrough, sometime that still needs fixing.
+% strikethrough, sometime that still needs fixing. We add some offset,
+% since the strikethrough is just below the middle for some reason.
 \definetextbackground
   [strikethrough]
   [location=text,
    alternative=4,
+   voffset=0.5mm,
    background=,
    frame=off]
 
@@ -36,6 +38,9 @@
 % Put a bit of space betwen paragraphs, to make them easier to distinguish.
 \setupwhitespace[small]
 
+% Only show three levels in the table of contents. Passing level= to
+% setupcombinedlist didn't seem to work, so we'll do it like this.
+\definecombinedlist     [content][chapter,section,subsection]
 % Use the c alternative for the toc, which uses dots between the section
 % name and the page number.
 \setupcombinedlist      [content][alternative=c]