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
the Polish ł is not properly protected with the option replacement_latex_protection='braces-after-macro'
In [1]: from pylatexenc.latexencode import unicode_to_latex
In [2]: unicode_to_latex('Jabłoński', replacement_latex_protection='braces-after-macro')
Out[2]: "Jab\\lo\\'nski"
it should be "Jab\\l{}o\\'nski". This is with pylatexenc==2.7
Thanks for this very useful package
T.
The text was updated successfully, but these errors were encountered:
Hi,
the Polish ł is not properly protected with the option
replacement_latex_protection='braces-after-macro'
it should be
"Jab\\l{}o\\'nski"
. This is withpylatexenc==2.7
Thanks for this very useful package
T.
The text was updated successfully, but these errors were encountered: