Ticket #1492 (closed defect: fixed)
complex operators
| Reported by: | kohlhase | Owned by: | deyan |
|---|---|---|---|
| Priority: | normal | Milestone: | LTXML parity |
| Component: | STeX/ltxml | Version: | |
| Severity: | major | Keywords: | |
| Cc: | miller | Blocked By: | |
| Blocking: | 1672 | Due to close: | YYYY/MM/DD |
| Include in GanttChart: | no | Dependencies: | |
| Due to assign: | YYYY/MM/DD |
Description
I am sure I remember that this is already implemented, but I cannot find the documentation for it. My Problem is that \symdef{eqdFN}{=:} is converted to
<notation cd="mathtalk-definitions" name="eqdFN" xml:id="mathtalk-definitions.p2">
<prototype>
<om:OMS cd="mathtalk-definitions" name="eqdFN"/>
</prototype>
<rendering>
<m:mrow>
<m:mo>=</m:mo>
<m:mo></m:mo>
<m:mo>:</m:mo>
</m:mrow>
</rendering>
</notation>
where I would have liked
<notation cd="mathtalk-definitions" name="eqdFN" xml:id="mathtalk-definitions.p2">
<prototype>
<om:OMS cd="mathtalk-definitions" name="eqdFN"/>
</prototype>
<rendering>
<m:mo>=:</m:mo>
</rendering>
</notation>
I have the feeling that I would have to write \symdef{\complexmo{eqdFN}} to indicate that this is a complex operator, but as I said, I cannot find the documentation on this. The obvious test case for this is [source slides/dmath/en/mathtalk-definitions.tex]
But something weird is going on here, since \symdef{defeqFN}{:=} is converted to
<notation cd="mathtalk-definitions" name="defeqFN" xml:id="mathtalk-definitions.p10">
<prototype>
<om:OMS cd="mathtalk-definitions" name="defeqFN"/>
</prototype>
<rendering>
<m:mo>:=</m:mo>
</rendering>
</notation>
Change History
Note: See
TracTickets for help on using
tickets.
