diff options
Diffstat (limited to 'Master/texmf-dist/doc/metapost/latexmp/lmp-mc.mp')
-rw-r--r-- | Master/texmf-dist/doc/metapost/latexmp/lmp-mc.mp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/metapost/latexmp/lmp-mc.mp b/Master/texmf-dist/doc/metapost/latexmp/lmp-mc.mp new file mode 100644 index 00000000000..3b75c270648 --- /dev/null +++ b/Master/texmf-dist/doc/metapost/latexmp/lmp-mc.mp @@ -0,0 +1,11 @@ + +input latexmp ; + +setupLaTeXMP(mode=rerun, + fontencoding="T1",inputencoding="latin1",language="ngerman", + textextlabel=enable, multicolor=enable) ; + +beginfig(1); + label("\parbox{12cm}{\input{lmp-mc-text}}", origin) ; +endfig; +end |