Add another reference.
[matthijs/master-project/report.git] / Utils / Lambda.tex
index 319b4249697ca79ab4ebad3f806f44f4be00bf05..f88dfb435c3134b24ae0f94a47c846ebdfbdfc80 100644 (file)
@@ -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: