summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/metapost/featpost/example/tete.mp
blob: e669065eb3c696912f9e50545cbc65cc26ba30a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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;