summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/formula/newformula
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/formula/newformula')
-rw-r--r--Master/texmf-dist/source/latex/formula/newformula7
1 files changed, 7 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/formula/newformula b/Master/texmf-dist/source/latex/formula/newformula
new file mode 100644
index 00000000000..d88fce3161c
--- /dev/null
+++ b/Master/texmf-dist/source/latex/formula/newformula
@@ -0,0 +1,7 @@
+#!/bin/sh
+cat $1 | \
+ sed "s/atmath/formula/g" | \
+ sed "s/atdiffdef/formuladiff/g" | \
+ sed "s/atunitdef/formulaunit/g" | \
+cat > $1.$$
+mv $1.$$ $1