summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/metapost/featpost/bashscript/laproof
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/metapost/featpost/bashscript/laproof')
-rw-r--r--Master/texmf-dist/doc/metapost/featpost/bashscript/laproof13
1 files changed, 0 insertions, 13 deletions
diff --git a/Master/texmf-dist/doc/metapost/featpost/bashscript/laproof b/Master/texmf-dist/doc/metapost/featpost/bashscript/laproof
deleted file mode 100644
index 298e99a382e..00000000000
--- a/Master/texmf-dist/doc/metapost/featpost/bashscript/laproof
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-name=`basename $1 .mp`
-figname=$name.$2
-echo \\documentclass{article}\\usepackage[dvips]{epsfig}\\begin{document}\\pagestyle{empty}\\epsfig{file=$figname}\\end{document} > $figname.latex
-latex $figname.latex
-dvips -Pcmz -Pamz -E -o $figname.eps $figname.dvi
-# epstopdf -d --nogs $figname.eps > $name.eps
-# Modification of an original by J.M.C.Esteves
-
-
-
-
-