diff options
Diffstat (limited to 'Master/texmf-dist/doc/metapost/epsincl/testincl.sh')
-rw-r--r-- | Master/texmf-dist/doc/metapost/epsincl/testincl.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/metapost/epsincl/testincl.sh b/Master/texmf-dist/doc/metapost/epsincl/testincl.sh new file mode 100644 index 00000000000..c5de96e7c59 --- /dev/null +++ b/Master/texmf-dist/doc/metapost/epsincl/testincl.sh @@ -0,0 +1,4 @@ +#!/bin/sh +## test of EPS inclusion in METAPOST file +mpost testincl.mp +gawk -f epsincl.awk testincl.100 > testincl.eps |