Make Zotero not append a period (.) after et al when renaming pdfs?
I'm primarily using Zotero to rename linked pdfs which it can do automatically on import - yay!
I want to name single and multi author files as follows:
2000 Author. Awesome paper title.pdf
2000 Author et al. Awesome paper 2 title.pdf
But Zotero appends a period after at al, so If I use {%y }{%c. }{%t{200}}, I get the correct format for single author papers but two periods for multiple author papers :(
Any way to fix this? Zotfile renames files correctly without the period, but it's broken and always moves linked files to C:/user etc and doesn't work automatically.
I want to name single and multi author files as follows:
2000 Author. Awesome paper title.pdf
2000 Author et al. Awesome paper 2 title.pdf
But Zotero appends a period after at al, so If I use {%y }{%c. }{%t{200}}, I get the correct format for single author papers but two periods for multiple author papers :(
Any way to fix this? Zotfile renames files correctly without the period, but it's broken and always moves linked files to C:/user etc and doesn't work automatically.
This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
Upgrade Storage
%cin the format string?Or to like you suggest only include a single period if there's one after %c in the format string, better yet check if there're two periods after "et al" and remove one :)
But I've created an issue for not including a second period if the substituted value ends in a period.