Allow passing a once option to scons.
[matthijs/master-project/report.git] / Utils / Formats.tex
index aae99ed81a528fa3a3a335da9148c168d2a860aa..93e9d67bff859a0376ad0920b2f38cf55f1f8c51 100644 (file)
 {\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: