diff options
Diffstat (limited to 'Master/texmf-dist/doc/metapost/base/source-tutorial/conclusion.tex')
-rw-r--r-- | Master/texmf-dist/doc/metapost/base/source-tutorial/conclusion.tex | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/metapost/base/source-tutorial/conclusion.tex b/Master/texmf-dist/doc/metapost/base/source-tutorial/conclusion.tex new file mode 100644 index 00000000000..4caa87bcc71 --- /dev/null +++ b/Master/texmf-dist/doc/metapost/base/source-tutorial/conclusion.tex @@ -0,0 +1,13 @@ +\section{Conclusion} +\label{sec:conclusion} + +\MP{} is an elegant programming language, and it produces beautiful +graphics. The graphics are vectorial and thus can be scaled to any +resolution without degradation. There are many advanced topics that are +not discussed in this article (e.g., loops, flow control, subpaths, +intersections, etc.), and the \MP{} manual~\cite{hobby:user} is an +excellent resource for these advanced topics. However, the \MP{} manual +may seem daunting for beginners. There are many websites containing +\MP{} examples, and several of these are referenced at +\url{http://www.tug.org/metapost}. Finally, we mention that Knuth uses +nothing but \MP{} for his diagrams. |