-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Description
Is your suggestion for improvement related to a problem? Please describe.
For linked files, when they are renamed automatically according to filename format pattern, the fields that are used to generate the new filename are not stripped of LaTeX commands, so these LaTeX commands show up in the filename.
Consider the following example:
@Article{BrayBuildingCommunity,
author = {David Bray},
date = {2006},
journaltitle = {Economy and Society},
number = {4},
pages = {530--549},
title = {Building \mkbibquote{Community}},
volume = {35},
doi = {10.1080/03085140600960799},
subtitle = {New Strategies of Governance in Urban China},
}If the pattern is set to [bibtexkey] - [fulltitle], then the generated filename will be BrayBuildingCommunity - Building _mkbibquote_Community_.pdf. In this case, only \ and {} are sanitized to _ but the command name mkbibquote remains.
Describe the solution you'd like
The filename generation function should be able to strip fields that are used to create the filename of LaTeX commands (even if only optionally). In the above example, the generated filename should then be BrayBuildingCommunity - Building Community.pdf.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Status