diff options
author | Karl Berry <karl@freefriends.org> | 2013-08-04 23:27:56 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-08-04 23:27:56 +0000 |
commit | 45685e2c30714eae1fb1e722a26ca3d24b2f679e (patch) | |
tree | 34e73fd5f0b271a853a975e9b0afb91a1daf0715 /Master/texmf-dist/doc/metapost/featpost/bash/laproof.sh | |
parent | e2b5fb5b3af29ba822d3c923b88353508331b8e7 (diff) |
featpost
git-svn-id: svn://tug.org/texlive/trunk@31346 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/metapost/featpost/bash/laproof.sh')
-rwxr-xr-x | Master/texmf-dist/doc/metapost/featpost/bash/laproof.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/metapost/featpost/bash/laproof.sh b/Master/texmf-dist/doc/metapost/featpost/bash/laproof.sh new file mode 100755 index 00000000000..92b089d52e0 --- /dev/null +++ b/Master/texmf-dist/doc/metapost/featpost/bash/laproof.sh @@ -0,0 +1,8 @@ +#!/bin/bash +echo \\documentclass{minimal} > $1.latex +echo \\usepackage[dvips]{epsfig} >> $1.latex +echo \\begin{document} >> $1.latex +echo \\epsfig{file=$1} >> $1.latex +echo \\end{document} >> $1.latex +latex $1.latex +dvips -E -o $1.eps $1.dvi
\ No newline at end of file |