summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/latex-graphics-companion/3-4-2.ltx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex-graphics-companion/3-4-2.ltx')
-rw-r--r--Master/texmf-dist/doc/latex/latex-graphics-companion/3-4-2.ltx14
1 files changed, 14 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/latex-graphics-companion/3-4-2.ltx b/Master/texmf-dist/doc/latex/latex-graphics-companion/3-4-2.ltx
new file mode 100644
index 00000000000..62f96d991bf
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/latex-graphics-companion/3-4-2.ltx
@@ -0,0 +1,14 @@
+\documentclass{ppex}
+\nonstopmode
+\usepackage {mfpic}
+\pagestyle{empty}
+\setlength\textwidth{207.0pt}
+\begin{document}
+\ResetPreambleCommands
+\ReadyForTheFray
+\usepackage {mfpic}
+\begin{mfpic}[15]{-3}{3}{-3}{3}
+\axes
+\function{-2,2,0.1}{((x**3)-x)/2}
+\end{mfpic}
+\end{document}