-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Citation key pattern generator should remove $ by default #12536
Copy link
Copy link
Closed
Labels
good first issueAn issue intended for project-newcomers. Varies in difficulty.An issue intended for project-newcomers. Varies in difficulty.status: has-workaroundBugs where a workaround existBugs where a workaround exist📌 Pinned📍 AssignedAssigned by assign-issue-action (or manually assigned)Assigned by assign-issue-action (or manually assigned)
Metadata
Metadata
Assignees
Labels
good first issueAn issue intended for project-newcomers. Varies in difficulty.An issue intended for project-newcomers. Varies in difficulty.status: has-workaroundBugs where a workaround existBugs where a workaround exist📌 Pinned📍 AssignedAssigned by assign-issue-action (or manually assigned)Assigned by assign-issue-action (or manually assigned)
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
StatusShow more project fields
Done
Is your suggestion for improvement related to a problem? Please describe.
I had an entry with the "title = {The {$N$}-vortex problem: Analytical techniques},", where the use of [veryshorttitle:lower] resulted in the name "newton2001$n$" instead of the expected "newton2001n" until I added $ to the list of characters to be removed.
Describe the solution you'd like
I can't imagine there's many people who would like the dollar signs here, so I see no reason not to add $ to the list by default.