1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
% mpost examples.tex
\documentclass[11pt]{article}
\usepackage{times,boxdims,pstricks}
\usepackage{rotating}
\usepackage{graphicx}
\usepackage{siunitx}
\input ../header
\global\mposttrue
\begin{document}
\hfill
{\large\bf Examples:
\input{../../doc/Version.tex}
}
\hfill\break
The source files have been processed with m4, dpic -s, and MetaPost to
produce this file.
At present ``File file.1 not found'' warnings are given even if the file
is found.
\input ../files.tex
|