bold and italic markup is sometimes lost in index terms #1023
Labels
Milestone
Comments
Normally, you want that inheritance (which was hard enough to get right in LaTeXML! :> ). But in the case of metadata like |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When converting
with LaTeXML version 0.8.2; revision 48de2c4
I get
In
<para xml:id="p2">
we havewhile in
<para xml:id="p5">
and<para xml:id="p8">
we haveAlso how would one distinguish
<para xml:id="p1">
from<para xml:id="p2">
?I am not sure what the expected behaviour would be. Depending on whether
text[@font='bold']/indexmark/indexphrase/text()
is supposed to inherit the boldness from thetext
ancestor I would expectin
<para xml:id="p1">
orin
<para xml:id="p2">
.italic markup shows an analog problem. I have not tested with
\emph{}
The text was updated successfully, but these errors were encountered: