"README.md" did not exist on "26acb2ee680b9a89c723b4ef0835599d93192715"
atSign has no unicode variant
Prior to this change, atSign
was defined as follows:
atSign unicode = text (if unicode then "@" else "@")
Yes, this is the same symbol '\64'
and not your font playing tricks on you. Now we define:
atSign = char '@'
Both the LaTeX and the Xhtml backend are updated accordingly.
Merge request reports
Activity
Please register or sign in to reply