Ticket #1476 (closed defect: fixed)
deal with multirelation@latexml
| Reported by: | kohlhase | Owned by: | kohlhase |
|---|---|---|---|
| Priority: | normal | Milestone: | sTeX4GenCS |
| Component: | STeX/ltxml | Version: | |
| Severity: | major | Keywords: | |
| Cc: | Blocked By: | ||
| Blocking: | Due to close: | YYYY/MM/DD | |
| Include in GanttChart: | no | Dependencies: | |
| Due to assign: | YYYY/MM/DD |
Description
If LaTeXML sees something like $A=B=C$, then it creates
<om:OMOBJ>
<om:OMA>
<om:OMS cd="latexml" name="multirelation"/>
A
<om:OMS cd="relation1" name="eq"/>
B
<om:OMS cd="relation1" name="eq"/>
</om:OMA>
</om:OMOBJ>
this is reasonable, but the OMDoc we generate does not support latexml as a theory (importing it where necessary). so in particular, it is not taken into account in the rendering among others.
Change History
Note: See
TracTickets for help on using
tickets.
