summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/ed/ed.sty.ltxml
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-01-15 22:56:35 +0000
committerKarl Berry <karl@freefriends.org>2011-01-15 22:56:35 +0000
commitb209373d599eed84fe446fa60585944453daa4e7 (patch)
tree0f5f95b546afb09a15dc58f6778bffc8c9cc60fa /Master/texmf-dist/doc/latex/ed/ed.sty.ltxml
parentbfd95dc36c55d124a75cedff96e3322a71129880 (diff)
ed (15jan11)
git-svn-id: svn://tug.org/texlive/trunk@21084 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/ed/ed.sty.ltxml')
-rw-r--r--Master/texmf-dist/doc/latex/ed/ed.sty.ltxml28
1 files changed, 28 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/ed/ed.sty.ltxml b/Master/texmf-dist/doc/latex/ed/ed.sty.ltxml
new file mode 100644
index 00000000000..ba0a7928832
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/ed/ed.sty.ltxml
@@ -0,0 +1,28 @@
+# -*- CPERL -*-
+# /=======================================================\ #
+# | ed.sty - Implementation for LaTeXML | #
+# | | #
+# |=======================================================| #
+# | Part of LaTeXML : http://dlmf.nist.gov/LaTeXML/ | #
+# | Copyright (c) 2006 arXMLiv group | #
+# | Released under the GNU Public License | #
+# \=======================================================/ #
+
+package LaTeXML::Package::Pool;
+use strict;
+use LaTeXML::Package;
+DefConstructor('\ednote[]{}','');
+DefConstructor('\Ednote[]{}','');
+DefConstructor('\tweak[]{}','');
+DefConstructor('\Tweak[]{}','');
+DefConstructor('\issue[]{}','');
+DefConstructor('\Issue[]{}','');
+DefEnvironment('{newpart}[]','#body');
+DefEnvironment('{Newpart}[]','#body');
+DefEnvironment('{oldpart}[]','#body');
+DefEnvironment('{Oldpart}[]','#body');
+DefEnvironment('{todo}[]','');
+DefEnvironment('{Todo}[]','');
+DefConstructor('\ednotemessage','');
+#**********************************************************************
+1;