diff options
author | Karl Berry <karl@freefriends.org> | 2009-05-19 18:54:54 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-05-19 18:54:54 +0000 |
commit | 2d248026682e0a02fa2b004a0ad2f13f57d8535c (patch) | |
tree | 7088bbd745de030191c2d843c4b3f4d9d5c46d91 /Master/texmf-dist/doc/latex/latex-tipps-und-tricks/mfpic.tex | |
parent | eecee5a57aa7fbeb22e0df8440fb3b06c5117fc7 (diff) |
move german latex docs out of texmf-doc
git-svn-id: svn://tug.org/texlive/trunk@13264 c570f23f-e606-0410-a88d-b1316a301751
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.tex | 30 |
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 |