summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/misc/mproof.tex
diff options
context:
space:
mode:
authorTaco Hoekwater <taco@elvenkind.com>2009-05-27 13:45:19 +0000
committerTaco Hoekwater <taco@elvenkind.com>2009-05-27 13:45:19 +0000
commita6de62371f5f16b69c8acb1302df944de36db154 (patch)
tree945c77ea0b229d83db080d0eff034fc5ae8b4ecf /Master/texmf-dist/tex/generic/misc/mproof.tex
parenta26d67f7f3f19cd6cbc3d16a94bc75a4513f09df (diff)
move the metapost proof files from misc/ to metapost/
git-svn-id: svn://tug.org/texlive/trunk@13494 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/misc/mproof.tex')
-rw-r--r--Master/texmf-dist/tex/generic/misc/mproof.tex28
1 files changed, 0 insertions, 28 deletions
diff --git a/Master/texmf-dist/tex/generic/misc/mproof.tex b/Master/texmf-dist/tex/generic/misc/mproof.tex
deleted file mode 100644
index aac809db3ab..00000000000
--- a/Master/texmf-dist/tex/generic/misc/mproof.tex
+++ /dev/null
@@ -1,28 +0,0 @@
-% To produce proof sheets from MetaPost output (includes date and time):
-% tex mproof <MetaPost output file names>
-
-\input epsf
-\font\textt=cmtex10 \textt
-\def\okbreak{\vfil\penalty2000\vfilneg}
-
-\def\today{\ifcase\month\or
- January\or February\or March\or April\or May\or June\or
- July\or August\or September\or October\or November\or December\fi
- \space\number\day, \number\year}
-\newcount\m \newcount\n
-\n=\time \divide\n 60 \m=-\n \multiply\m 60 \advance\m \time
-\def\hours{\twodigits\n\twodigits\m}
-\def\twodigits#1{\ifnum #1<10 0\fi \number#1}
-
-\footline={\sevenrm\today\ at \hours\hss\tenrm\folio\hss}
-
-\def\endit{\\}
-\def\munch#1 {\def\next{#1}\ifx\next\endit\endit
- \else#1$$\epsfverbosetrue\epsfbox{#1}$$\par\okbreak\fi\munch}
-
-\def\\{\let\munch=\relax\def\\{}}
-
-\everypar{\everypar{}\munchline}
-
-\obeylines\def\munchline#1
-{\catcode`\^^M=5 \munch#1\\ \vfill\end}%