summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/formula/newformula
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-03-02 01:11:14 +0000
committerKarl Berry <karl@freefriends.org>2010-03-02 01:11:14 +0000
commitdc9b6d4a82e9927c3ea409bbf5c1e7e238e15684 (patch)
treee548138e5819829840e78340c34bcb4c9ed39f3e /Master/texmf-dist/source/latex/formula/newformula
parentb90cb048d54013a5a88eeda85857a091fd5ba76f (diff)
rm formula, requires scripts to work, very old
git-svn-id: svn://tug.org/texlive/trunk@17277 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/formula/newformula')
-rw-r--r--Master/texmf-dist/source/latex/formula/newformula7
1 files changed, 0 insertions, 7 deletions
diff --git a/Master/texmf-dist/source/latex/formula/newformula b/Master/texmf-dist/source/latex/formula/newformula
deleted file mode 100644
index d88fce3161c..00000000000
--- a/Master/texmf-dist/source/latex/formula/newformula
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-cat $1 | \
- sed "s/atmath/formula/g" | \
- sed "s/atdiffdef/formuladiff/g" | \
- sed "s/atunitdef/formulaunit/g" | \
-cat > $1.$$
-mv $1.$$ $1