From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- macros/latex/contrib/ed/ed.sty.ltxml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 macros/latex/contrib/ed/ed.sty.ltxml (limited to 'macros/latex/contrib/ed/ed.sty.ltxml') diff --git a/macros/latex/contrib/ed/ed.sty.ltxml b/macros/latex/contrib/ed/ed.sty.ltxml new file mode 100644 index 0000000000..ba0a792883 --- /dev/null +++ b/macros/latex/contrib/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; -- cgit v1.2.3