https://github.com/oxygenxml/dita-latex
DITA Open Toolkit plugin which allows publishing embedded Latex mathematical equations to HTML and PDF
https://github.com/oxygenxml/dita-latex
dita-ot-plugin
Last synced: 5 months ago
JSON representation
DITA Open Toolkit plugin which allows publishing embedded Latex mathematical equations to HTML and PDF
- Host: GitHub
- URL: https://github.com/oxygenxml/dita-latex
- Owner: oxygenxml
- License: apache-2.0
- Created: 2019-03-12T06:18:45.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-13T08:44:04.000Z (over 1 year ago)
- Last Synced: 2024-11-13T09:31:07.824Z (over 1 year ago)
- Topics: dita-ot-plugin
- Language: Java
- Size: 1.61 MB
- Stars: 7
- Watchers: 9
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# dita-latex
DITA Open Toolkit plugin which allows publishing embedded Latex mathematical equations to HTML and PDF.
The plugin was tested and works with DITA OT 3.x and 4.x.
If you set the @outputclass="embed-latex" attribute on a DITA element the plugin will attempt to convert it to SVG.
The "samples" folder contains a sample DITA topic with a Latex equation which is properly displayed when converted to HTML and PDF-based outputs.

## Installation steps
- Download a zip containing the entire project: https://github.com/oxygenxml/dita-latex/archive/refs/heads/master.zip
- Unzip and copy the sub-folder **com.oxygenxml.latex.svg** to the **DITA-OT\plugins** installation folder. If you are using the DITA OT bundled with Oxygen, it is located in the **OXYGEN_INSTALL_DIR/frameworks/dita/DITA-OT** folder.
- Install the DITA OT plugin running the **DITA-OT\bin\dita --install** command.
Copyright and License
---------------------
Copyright 2019 Syncro Soft SRL.
This project is licensed under [Apache License 2.0](https://github.com/oxygenxml/dita-latex/blob/master/LICENSE).
The plugin contains a Java library provided by the JLatexMath under the GNU General Public License v2.0 w/Classpath exception license: https://github.com/opencollab/jlatexmath/blob/master/LICENSE