File: README

package info (click to toggle)
libjlatexmath-java 1.0.7-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 5,268 kB
  • sloc: xml: 23,113; java: 13,399; makefile: 37; cpp: 30; sh: 10
file content (9 lines) | stat: -rw-r--r-- 484 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
Put the archive jlatexmath-embedded-fop-...jar in a directory accesible by FOP. 

To see the Docbook example (you should eventually modify the include in latex.xsl to include fo/docbook.xsl) you need the CM Unicode fonts available at http://sourceforge.net/projects/cm-unicode/ (if you don't want to use it, you must modify latex.xsl) :

fop -c conf.xml -xml latex_docbook.xml -xsl latex.xsl -pdf latex_docbook.pdf

to see the fo example :

fop -c conf.xml -fo latex.fo -pdf latex.pdf