diff options
author | Karl Berry <karl@freefriends.org> | 2011-12-03 16:47:39 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-12-03 16:47:39 +0000 |
commit | 97e4684a37e4899e8cdd42ab670b6e25dd319d1a (patch) | |
tree | bc263a56d75c177b79ae13c6e6ec7a3c30278dbf /Master/texmf-dist/doc/metapost/featpost/bashscript/lbproof | |
parent | a2c8654f8955a0d35c8b0c2d1752a506a426681b (diff) |
featpost (17nov11)
git-svn-id: svn://tug.org/texlive/trunk@24738 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/metapost/featpost/bashscript/lbproof')
-rw-r--r-- | Master/texmf-dist/doc/metapost/featpost/bashscript/lbproof | 16 |
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 - - - - - |