We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Well, I'm trying to use jeuclid-fop (#5) with docbook and the xslt20 stylesheets, but I've problem to pass the MathML unaltered into the fop output.
Consider the snippet:
<para> <math xmlns="http://www.w3.org/1998/Math/MathML"> <apply> <int/> <bvar> <ci>x</ci> </bvar> <interval> <ci>a</ci> <ci>b</ci> </interval> <apply><cos/> <ci>x</ci> </apply> </apply> </math> </para>
turns into the following FO:
</fo:block><fo:block space-before.optimum="1em" space-before.minimum="0.8em" space-before.maximum="1.2em"><fo:block font-weight="bold">Declaring the dependency in a Maven build file (i.e., pom.xml)</fo:block> <fo:block><fo:inline color="red"><math></fo:inline> <fo:block><fo:inline color="red"><apply></fo:inline> <fo:block><fo:inline color="red"><int></fo:inline><fo:inline color="red"></int></fo:inline></fo:block> <fo:block><fo:inline color="red"><bvar></fo:inline> <fo:block><fo:inline color="red"><ci></fo:inline>x<fo:inline color="red"></ci></fo:inline></fo:block> <fo:inline color="red"></bvar></fo:inline></fo:block> <fo:block><fo:inline color="red"><interval></fo:inline> <fo:block><fo:inline color="red"><ci></fo:inline>a<fo:inline color="red"></ci></fo:inline></fo:block> <fo:block><fo:inline color="red"><ci></fo:inline>b<fo:inline color="red"></ci></fo:inline></fo:block> <fo:inline color="red"></interval></fo:inline></fo:block> <fo:block><fo:inline color="red"><apply></fo:inline><fo:block><fo:inline color="red"><cos></fo:inline><fo:inline color="red"></cos></fo:inline></fo:block> <fo:block><fo:inline color="red"><ci></fo:inline>x<fo:inline color="red"></ci></fo:inline></fo:block> <fo:inline color="red"></apply></fo:inline></fo:block> <fo:inline color="red"></apply></fo:inline></fo:block> <fo:inline color="red"></math></fo:inline></fo:block> </fo:block></fo:block>
Perhaps this is more a docbook question but what to do the get the MathML to FO unaltered.
Kind regards,
aanno
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Well, I'm trying to use jeuclid-fop (#5) with docbook and the xslt20 stylesheets, but I've problem to pass the MathML unaltered into the fop output.
Consider the snippet:
turns into the following FO:
Perhaps this is more a docbook question but what to do the get the MathML to FO unaltered.
Kind regards,
aanno
The text was updated successfully, but these errors were encountered: