Skip to content

Rhaptos Software Development

Personal tools
You are here: Home » Developer Blog » Brian's Sooth » Hermes notes

Hermes notes Hermes notes

Document Actions
Submitted by bnwest. on 2007-08-20 10:47. Development
Hermes notes

Hermes can be found here : http://hermes.roua.org/

Installation was straightforward: download source and run make.  Needed to add bison and flex to get the make to work.

sudo apt-get install bison
sudo apt-get install flex

Need to put latex files in the build directory, which is not real user friendly.  latex must be able to run successfully with the target .tex file.

  1. latex my.tex
  2. ./seed my.tex # semantically seeds a copy of your TeX source
  3. latex my.s.tex # tex semantically enriched source
  4. ./hermes my.s.dvi > my.lib.xml # parses the resulting semantic dvi
  5. xsltproc pub.xslt my.lib.xml > my.pub.xml # generates the XML reference document
  6. open my.pub.xml in FF or IE.

Pfiefer's content : 9 of the 33 .tex files can be latex-ed; all can be pdflatex-ed. These 9 all generated a xhtml (.xml) file.  Most of the math looked correct, except for some symbols.

Rod Devore's content: 8 of 11 .tex files generated a xhtml (.xml) file.  All of the math looked good.

Ray's content: The one .tex file did not generate a xhtml (.xml) file. We modified the .tex file to make it an article (no double column, no floating figures) and then hermes was able to process it. All of the math looked good.

hermes does not handle images.  This is the same status we have with the undocumented Scientific Workplace import path.

The hermes generated MathML has many subscript and superscript problems.


Developer Blog
« July 2008 »
Su Mo Tu We Th Fr Sa
    1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31    
2008-07-02
12:53-12:53 Performance tests of module PDF generation
Categories:
Content (55)
Copyright (0)
Deep Code (3)
Development (198)
Markup (22)
Metadata (1)
Printing (7)
Style (9)
Testing (2)
Usability (6)