X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fmaster-project%2Freport.git;a=blobdiff_plain;f=Utils%2FLambda.tex;fp=Utils%2FLambda.tex;h=f88dfb435c3134b24ae0f94a47c846ebdfbdfc80;hp=319b4249697ca79ab4ebad3f806f44f4be00bf05;hb=8ec0a2193fa53fd7bc15c2118e676f82e904f493;hpb=5a403dc7395ffaa580c6d673ebd2debb638643b8 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: