~ubuntu-branches/ubuntu/oneiric/latexml/oneiric

« back to all changes in this revision

Viewing changes to debian/README.Debian

  • Committer: Bazaar Package Importer
  • Author(s): Atsuhito KOHDA
  • Date: 2010-06-09 08:15:06 UTC
  • Revision ID: james.westby@ubuntu.com-20100609081506-221h9h5gkxedly57
Tags: 0.7.0-1
* Initial release.  (Closes: #585702)
* Added comments on the files with different copyright in debian/copyright.
 + t/theorem/amstheorem.tex (generated from thmtest.tex)
   This file is used only for test latexml.
 + files under lib/LaTeXML/Package/.  There are three kind of groups.
  - revsymb.sty.ltxml revtex.cls.ltxml amscd.sty.ltxml amsthm.sty.ltxml
  - revtex.sty.ltxml
  - revtex4_support.sty.ltxml revtex4.cls.ltxml revtex4.sty.ltxml
    revtex3_support.sty.ltxml

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
latexml for Debian
 
2
------------------
 
3
 
 
4
To convert a TeX file, mydoc.tex to XML, and then to XHTML+MathML would be:
 
5
 
 
6
   latexml --dest=mydoc.xml mydoc
 
7
   latexmlpost -dest=somewhere/mydoc.xhtml mydoc.xml
 
8
 
 
9
This will carry out a default transformation into XHTML+MathML. 
 
10
If you give the destination extension with html, it will generate HTML+images. 
 
11
 
 
12
 -- Atsuhito KOHDA <kohda@pm.tokushima-u.ac.jp>  Wed, 09 Jun 2010 08:15:06 +0900