X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fmaster-project%2Freport.git;a=blobdiff_plain;f=Utils%2FLambda.tex;h=f88dfb435c3134b24ae0f94a47c846ebdfbdfc80;hp=319b4249697ca79ab4ebad3f806f44f4be00bf05;hb=b92b16b7e4ab854699bcd151bad0be7c5d73c0ae;hpb=68e92ccd2b456b9ce81b0617417bc8abdaff6fa3 diff --git a/Utils/Lambda.tex b/Utils/Lambda.tex index 319b424..f88dfb4 100644 --- a/Utils/Lambda.tex +++ b/Utils/Lambda.tex @@ -138,4 +138,17 @@ draw b; \setupcaption[intermezzo][location=top,number=no] % Put captions on top \setupheads[aligntitle=float] + +% A variant of \startquotation that puts a citation directly after the +% quote. +\long\def\startcitedquotation[#1]#2\stopcitedquotation + {\bgroup \par + \startnarrower + \symbol[leftquotation]% + #2\removeunwantedspaces + \symbol[rightquotation]% + \mbox{ }\cite[#1] + \stopnarrower + \par \egroup} + % vim: set sw=2 sts=2 expandtab: