-
Notifications
You must be signed in to change notification settings - Fork 86
Open
Description
Text containing asterisks is wrongly encoded when the "Escape special characters" option is enabled. (Tested in the web version.)
Input:
@misc{asterisk, title = {What the f*ck} }Expected:
@misc{asterisk,
title = {What the f{\textasteriskcentered}ck}
}Or instead (which looks typographically closer to how it's rendered in most common fonts):
@misc{asterisk,
title = {What the f{*}ck}
}Actual:
@misc{asterisk,
title = {What the f\textasteriskcenteredck}
}(BTW: Thanks for this useful tool.)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels