summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/metapost/featpost/example/tete.mp
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/metapost/featpost/example/tete.mp')
-rw-r--r--Master/texmf-dist/doc/metapost/featpost/example/tete.mp24
1 files changed, 24 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/metapost/featpost/example/tete.mp b/Master/texmf-dist/doc/metapost/featpost/example/tete.mp
new file mode 100644
index 00000000000..e669065eb3c
--- /dev/null
+++ b/Master/texmf-dist/doc/metapost/featpost/example/tete.mp
@@ -0,0 +1,24 @@
+
+verbatimtex
+\documentclass{article}
+\usepackage{palatino}
+\begin{document}
+etex
+
+beginfig(1);
+ picture embroncordada;
+ embroncordada = thelabel( btex
+ \begin{tabular}{c}
+ \TeX \\
+ \& \\
+ \LaTeX
+ \end{tabular}
+ etex scaled 8, (105mm,150mm) );
+ draw embroncordada;
+endfig;
+
+verbatimtex
+\end{document}
+etex
+
+end;