[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]
Subject: Re: [docbook-apps] Equations in docbook not working
Hello,
First make sure your DOCTYPEs are correctly used. I corrected the included
file's DOCTYPE before it would legally compile.
Next, you can use mathphrase:
<!DOCTYPE equation
PUBLIC "-//OASIS//DTD DocBook
XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"> <equation><title>Fermat's Last Theorem</title> <alt>x^n + y^n ≠ z^n ∀ n > 2</alt> <mathphrase>x<superscript>n</superscript> + y<superscript>n</superscript> ≠ z<superscript>n</superscript> ∀ n ≠ 2</mathphrase> </equation> This compiled correctly on my system.
I use MathML for all of my equations. See Bob Stayton's book for a better
explanation of how to integrate MathML equations.
Hope this helps.
Regards,
Dean Nelson
In a message dated 10/1/2013 1:13:59 P.M. Pacific Daylight Time,
rodrigues.joachim@gmail.com writes:
|
[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]