X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fmaster-project%2Freport.git;a=blobdiff_plain;f=Utils%2FFormats.tex;h=eb30bc72f341b1163e654a5e784a9c08aeef80c7;hp=993a9883a901bb16f35e440e19d7f50bccf73cea;hb=0ab64c5ce2ab968001c96475b310cf6f020bd475;hpb=f9bffdc572bf7657f969b82a372339a640f0844a diff --git a/Utils/Formats.tex b/Utils/Formats.tex index 993a988..eb30bc7 100644 --- a/Utils/Formats.tex +++ b/Utils/Formats.tex @@ -25,3 +25,19 @@ background=, frame=off] +\def\setwidthof#1\to#2% +{\bgroup +\setbox\scratchbox\hbox{#1}% +\expanded{\egroup\def\noexpand#2{\the\wd\scratchbox}}} + +% 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: