-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Labels
component: bib(la)texcomponent: cleanup-opscomponent: unicodeunicode related issuesunicode related issuesgood first issueAn issue intended for project-newcomers. Varies in difficulty.An issue intended for project-newcomers. Varies in difficulty.
Description
Problem:
- Want to prepare entries to be used with LaTeX
- Want to not start math-mode, but instead simply render
$
character in my bibliography
Describe the solution you'd like
- Add cleanup action that adds a backslash in front of $
- Name this cleanup action:
Make LaTeX ready: Escape $
- Add to the documentation:
Adds backslash to $ characters. \$ will be rendered by LaTeX as $ instead of starting math-mode. Do not use this cleanup action, if you have entries that require usage of LaTeX math-mode.
Additional context
- Why not add this function to
Make LaTeX ready: Cleanup
orMake LaTeX ready: Unicode to LaTeX
? Both allow the usage of math-mode, which is fine. This seems to be a zero-sum game and there is no heuristic that can find out if the user wants to use math-mode or simply render the $.
Related to #8490 (comment) and #8650
Metadata
Metadata
Assignees
Labels
component: bib(la)texcomponent: cleanup-opscomponent: unicodeunicode related issuesunicode related issuesgood first issueAn issue intended for project-newcomers. Varies in difficulty.An issue intended for project-newcomers. Varies in difficulty.
Type
Projects
Status
Done