You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it's a current behavior of only directive (see also #1488).
only is a 'rendering control marker' at 'writing stage' instead of 'reading stage'.
Because of that, all definitions under only directive will be parsed at 'reading stage'.
So, to avoid this error, you can use custom sty file for latex to define unicode symbols (Although I'm not familiar to latex, it will work).
I have the following markup:
I am getting the following error when I compile
make html
ormake latex
:I would expect when I make latex then the html section would not be generated and when I make html the latex section would not be generated.
Any thoughts how to fix this? BTW - I am using xelatex to generate the PDF.
The text was updated successfully, but these errors were encountered: