X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fmaster-project%2Freport.git;a=blobdiff_plain;f=Utils%2FFormats.tex;h=8836a9628327d9c53bdad5d30f44c5e16ad91184;hp=d42a496126d87afcc12bdf55d3c162435637472d;hb=313351372e8c609c2875902d9c9a2b89f7c97032;hpb=5b689412be9865239fa0ad0303f36e21963a6adf diff --git a/Utils/Formats.tex b/Utils/Formats.tex index d42a496..8836a96 100644 --- a/Utils/Formats.tex +++ b/Utils/Formats.tex @@ -17,11 +17,13 @@ } % 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] @@ -32,3 +34,12 @@ % Allow \emph{foo} (and {\emph foo}, but that's not really needed). \definealternativestyle[emph][\em][] + +% Put a bit of space betwen paragraphs, to make them easier to distinguish. +\setupwhitespace[small] + +% Use the c alternative for the toc, which uses dots between the section +% name and the page number. +\setupcombinedlist [content][alternative=c] + +% vim: set sw=2 sts=2 expandtab: