summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/genmisc/quotation.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/generic/genmisc/quotation.tex')
-rw-r--r--Master/texmf-dist/tex/generic/genmisc/quotation.tex5
1 files changed, 5 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/generic/genmisc/quotation.tex b/Master/texmf-dist/tex/generic/genmisc/quotation.tex
new file mode 100644
index 00000000000..357a113816c
--- /dev/null
+++ b/Master/texmf-dist/tex/generic/genmisc/quotation.tex
@@ -0,0 +1,5 @@
+\def\quotation#1#2{{% An extra group to keep changes to \tabskip local
+ \tabskip=0pt plus 1fill\let\\=\cr
+ \halign to\hsize{##\hfil\cr
+ #1\cr
+ \hfill#2\crcr}}}