--
You received this message because you are subscribed to the Google Groups "DITA-OT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dita-ot-user...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
https://github.com/dita-community/dita13-dita-ot-1.x-support/issues/1
--
To add DITA support for MathML:
Download jeuclid-core-3.1.9.jar, jeuclid-fop-3.1.9.jar and put them in DITA-OT/plugins/org.dita.pdf2.fop/fop/lib
Install dita community plugins:
Download the archive:
Unpack and copy 3 directories to DITA-OT/plugins/ (doctypes plugin is not needed since DITA-OT 2.2.0):
org.dita-community.common.xslt
org.dita-community.dita13.html
org.dita-community.dita13.pdf
Enable character entities by replacing “IGNORE” with “INCLUDE” on line 81:
DITA-OT/plugins/org.oasis-open.dita.v1_3/dtd/technicalContent/dtd/mathml/mathml3-ditadriver.dtd |
<!ENTITY % mathml-charent.module "INCLUDE" > |
Hi Ivan,
Thanks so much for the detailed instructions. This worked perfectly.
Best regards,
Anna
From: dita-o...@googlegroups.com [mailto:dita-o...@googlegroups.com]
On Behalf Of Ivan Lagunov
Sent: Friday, January 06, 2017 12:57 PM
To: DITA-OT Users <dita-o...@googlegroups.com>
Cc: eki...@contrext.com
Subject: Re: [dita-ot] Re: Using MathML in DITA
Hi Anna,
Yes, embedded MathML works fine for me with DITA-OT 2.2.x. Please follow these steps:
1. To add DITA support for MathML:
a. Download jeuclid-core-3.1.9.jar, jeuclid-fop-3.1.9.jar and put them in DITA-OT/plugins/org.dita.pdf2.fop/fop/lib
b. Install dita community plugins:
i. Download the archive:
ii. Unpack and copy 3 directories to DITA-OT/plugins/ (doctypes plugin is not needed since DITA-OT 2.2.0):
· org.dita-community.common.xslt
· org.dita-community.dita13.html
· org.dita-community.dita13.pdf
c. Enable character entities by replacing “IGNORE” with “INCLUDE” on line 81: