summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/latex-tipps-und-tricks/mfpic.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex-tipps-und-tricks/mfpic.tex')
-rw-r--r--Master/texmf-dist/doc/latex/latex-tipps-und-tricks/mfpic.tex30
1 files changed, 30 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/latex-tipps-und-tricks/mfpic.tex b/Master/texmf-dist/doc/latex/latex-tipps-und-tricks/mfpic.tex
new file mode 100644
index 00000000000..d271360f14d
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/latex-tipps-und-tricks/mfpic.tex
@@ -0,0 +1,30 @@
+\documentclass[a4paper,12pt]{report}
+\input mfpic
+\begin{document}
+
+\opengraphsfile{latex}\mfpicunit=1mm
+
+\begin{mfpic}[3]{0}{10}{-2}{10}
+ \arrow\lines{(0,0),(0,10)} \lines{(0,0),(10,0)}
+ \xmarks{2,5,8}
+ \shade\rect{(1,0),(3,5)}
+ \rect{(4,0),(6,3)}
+ \fill\rect{(7,0),(9,7)}
+ \lines{(2,3),(3,2),(4,6),(5,7),(6,10),
+ (7,8),(8,9)}
+\end{mfpic}
+%
+\begin{mfpic}[7]{0}{10}{0}{7}
+ \label[tr](1,1){[bl]} \label[tl](9,1){[br]}
+ \label[br](1,5){[tl]} \label[bl](9,5){[tr]}
+ \label[bc](5,5){[t]}
+ \label[cc](5,3){\Large Text}
+ \rect{(2,2), (8,4)}
+ \point{(2,2), (8,2), (2,4), (5,4), (8,4)}
+ \arrow\lines{(1,1),(2,2)} \arrow\lines{(9,1),(8,2)}
+ \arrow\lines{(1,5),(2,4)} \arrow\lines{(9,5),(8,4)}
+ \arrow\lines{(5,5),(5,4)}
+\end{mfpic}
+\closegraphsfile
+
+\end{document} \ No newline at end of file