From b209373d599eed84fe446fa60585944453daa4e7 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 15 Jan 2011 22:56:35 +0000 Subject: ed (15jan11) git-svn-id: svn://tug.org/texlive/trunk@21084 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/ed/README | 4 ++-- Master/texmf-dist/doc/latex/ed/ed.pdf | Bin 141215 -> 262893 bytes Master/texmf-dist/doc/latex/ed/ed.sty.ltxml | 28 ++++++++++++++++++++++++++++ 3 files changed, 30 insertions(+), 2 deletions(-) create mode 100644 Master/texmf-dist/doc/latex/ed/ed.sty.ltxml (limited to 'Master/texmf-dist/doc/latex/ed') diff --git a/Master/texmf-dist/doc/latex/ed/README b/Master/texmf-dist/doc/latex/ed/README index 5d0a3a4b0ff..7e34bf69a80 100644 --- a/Master/texmf-dist/doc/latex/ed/README +++ b/Master/texmf-dist/doc/latex/ed/README @@ -1,10 +1,10 @@ -ed.sty: Editorial Notes for LaTeX Documents +Ed.sty: Editorial Notes for LaTeX Documents This package defines a couple of editorial notes that simplify collaboration on a LaTeX text. These allow authors to annotate status information in the source. In draft mode, the annotations are shown for communication, and in publication mode these are suppressed. -Copyright(c) 2007 Michael Kohlhase +Copyright(c) 2011 Michael Kohlhase The package is distributed under the terms of the LaTeX Project Public License (LPPL) The development version of this package can be found at diff --git a/Master/texmf-dist/doc/latex/ed/ed.pdf b/Master/texmf-dist/doc/latex/ed/ed.pdf index 81d8288d61c..8af2b476228 100644 Binary files a/Master/texmf-dist/doc/latex/ed/ed.pdf and b/Master/texmf-dist/doc/latex/ed/ed.pdf differ 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; -- cgit v1.2.3