summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/metapost/featpost/bashscript/lbproof
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/metapost/featpost/bashscript/lbproof')
-rw-r--r--Master/texmf-dist/doc/metapost/featpost/bashscript/lbproof16
1 files changed, 0 insertions, 16 deletions
diff --git a/Master/texmf-dist/doc/metapost/featpost/bashscript/lbproof b/Master/texmf-dist/doc/metapost/featpost/bashscript/lbproof
deleted file mode 100644
index 491bdb66a83..00000000000
--- a/Master/texmf-dist/doc/metapost/featpost/bashscript/lbproof
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-name=`basename $1 .mp`
-figname=$name.$2
-#mpost -mem featpost $name
-echo \\documentclass{article}\\usepackage[dvips]{epsfig}\\setlength{\\paperwidth}{8.2in}\\setlength{\\paperheight}{11.2in}\\setlength{\\textwidth}{8in}\\setlength{\\textheight}{11in}\\setlength{\\voffset}{-1in}\\setlength{\\hoffset}{-1in}\\setlength{\\topmargin}{0pt}\\setlength{\\headheight}{0pt}\\setlength{\\headsep}{0pt}\\setlength{\\oddsidemargin}{0pt}\\begin{document}\\pagestyle{empty}\\epsfig{file=$figname,width=\\columnwidth,clip=}\\end{document} > $figname.latex
-latex $figname.latex
-dvips -Pcmz -Pamz -E -o $figname.eps $figname.dvi
-#epstopdf -d --nogs $figname.eps > tmp.eps
-#gs -sDEVICE=jpeggray -dNOPAUSE -sOutputFile=$name.jpeg tmp.eps </dev/null
-#rm -v tmp.eps
-# Modification of an original by J.M.C.Esteves
-
-
-
-
-