X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fmaster-project%2Freport.git;a=blobdiff_plain;f=Utils%2FFormats.tex;h=93e9d67bff859a0376ad0920b2f38cf55f1f8c51;hp=aae99ed81a528fa3a3a335da9148c168d2a860aa;hb=b92b16b7e4ab854699bcd151bad0be7c5d73c0ae;hpb=41753b358251eb737709bbc4172cb551ef41ef87 diff --git a/Utils/Formats.tex b/Utils/Formats.tex index aae99ed..93e9d67 100644 --- a/Utils/Formats.tex +++ b/Utils/Formats.tex @@ -29,3 +29,11 @@ {\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] + +% vim: set sw=2 sts=2 expandtab: