summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/luatex/luamplib/test-luamplib-latex.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-06-26 23:10:14 +0000
committerKarl Berry <karl@freefriends.org>2011-06-26 23:10:14 +0000
commit7362abcee87a67452082d2ce3027a547d3df9926 (patch)
treeeb8aacc40b50b2806c6cc2789ad07e163b4b2465 /Master/texmf-dist/doc/luatex/luamplib/test-luamplib-latex.tex
parent49d11ebd29b74c5f6be914e1d977de6a0303a5d7 (diff)
luamplib (24jun11)
git-svn-id: svn://tug.org/texlive/trunk@23137 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/luatex/luamplib/test-luamplib-latex.tex')
-rw-r--r--Master/texmf-dist/doc/luatex/luamplib/test-luamplib-latex.tex13
1 files changed, 12 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/luatex/luamplib/test-luamplib-latex.tex b/Master/texmf-dist/doc/luatex/luamplib/test-luamplib-latex.tex
index fc1b189169e..8438348d862 100644
--- a/Master/texmf-dist/doc/luatex/luamplib/test-luamplib-latex.tex
+++ b/Master/texmf-dist/doc/luatex/luamplib/test-luamplib-latex.tex
@@ -2,8 +2,19 @@
\usepackage{luamplib}
\begin{document}
\begin{mplibcode}
+%% test all printable ascii chars in comments
+%% ( 2 < F P Z d n x
+%% ) 3 = G Q [ e o y
+%% * 4 > H R \ f p z
+%% ! + 5 ? I S ] g q {
+%% " , 6 @ J T ^ h r |
+%% # - 7 A K U _ i s }
+%% $ . 8 B L V ` j t ~
+%% % / 9 C M W a k u DEL
+%% & 0 : D N X b l v
+%% ยด 1 ; E O Y c m w
beginfig(1);
- fill fullcircle scaled 20;
+ fill fullcircle scaled 20; %% actual <tab> to make sure it works
endfig;
\end{mplibcode}
\end{document}