The file name is currently derived from the paper title with the following modifications:
truncate to maxlen (default 250)
replace \n with ` and/with_`
append .pdf
This issue is to improve this by replacing other special characters that might cause problems on a mirrored local file system, and also using a regexp to replace a sequence of white space with a single space.
The file name is currently derived from the paper title with the following modifications:
maxlen
(default 250)\n
with` and
/with
_`.pdf
This issue is to improve this by replacing other special characters that might cause problems on a mirrored local file system, and also using a regexp to replace a sequence of white space with a single space.