summaryrefslogtreecommitdiff
path: root/graphics/pstricks/contrib/pst-mirror/doc/createEPS/make2.sh
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/pstricks/contrib/pst-mirror/doc/createEPS/make2.sh')
-rwxr-xr-xgraphics/pstricks/contrib/pst-mirror/doc/createEPS/make2.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/pstricks/contrib/pst-mirror/doc/createEPS/make2.sh b/graphics/pstricks/contrib/pst-mirror/doc/createEPS/make2.sh
new file mode 100755
index 0000000000..496aeb3569
--- /dev/null
+++ b/graphics/pstricks/contrib/pst-mirror/doc/createEPS/make2.sh
@@ -0,0 +1,10 @@
+#latex xa.tex && rm -f xa.log xa.aux
+#dvips -E xa.dvi -o xa.eps
+#pstoedit -dt -xscale "-1" -xshift -150 -f ps xa.eps xb.eps
+pstoedit -dt -xscale "-1" -xshift -150 -f ps $1.eps $1-b.eps
+scripts/filtre.pl 1 $1-b.eps
+pstoedit -f ps $1-b.eps $1-c.eps
+scripts/filtre.pl 2 $1-c.eps
+#./test.sh
+#latex xxx && dvips xxx && ps2pdf xxx.ps
+rm -f *.ps *.dvi \ No newline at end of file