-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathabout.txt
85 lines (63 loc) · 2.44 KB
/
about.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
Rename file plugin v1.6.2.
This plugin can be used to rename/copy/delete files attached
to the BibTex entries (stored in the field "file").
1. Name patterns
Files can be renamed according to their BibTeX entry.
The rename pattern uses the same syntax as the BibTeX
key generator of JabRef. For more details see
http://jabref.sourceforge.net/help/LabelPatterns.php
Additionally to the existing keys there is a key [type]
for an entry type.
Additionally to the existing modifiers (:lower, :upper, :abbr)
there is a modifier :regex:str1:str2 that replaces string str1
by string str2. One can apply several modifiers to one field.
Some examples of name patterns:
[bibtexkey]
folder/subfolder/[auth]. [shorttitle]
[type]/[auth]-[year]-[title]
[authors]. [title]
[auth]-[year]-[shorttitle]
[auth:lower]_[veryshorttitle:lower]_[year]
[auth]_[title:regex: :_] - replaces spaces by underscores
[authors:regex:':] - removes ' from all names
2. Folders
2.1. One can move files relative to their current position:
Uncheck "Use folder".
2.2 One can move files relative to the file directory:
Check "Use folder" and specify the relative folder.
Example: folder/subfolder or folder\subfolder.
The file directory should be defined in
Options/Preferences/External programs/Main file directory
If it is empty, then the location of the bib file is used.
2.3 One can move files using absolute paths:
Check "Use folder" and specify the absolute folder.
Example c:\folder\subfolder.
3. Several files in one entry
If there are several files attached to one entry, then
numbers are added at the end of file names.
History
Version 1.6.2 (Jul 2014)
* Substitution for \ss, \aa, \AA, \o, \i, \l, \L
* Remove accents \", \', \^, \v, \H, etc.
* Remove all latex commands like \mathrm, \mathbb, etc.
Version 1.6.1 (Jul 2014)
* Bug fixes
* Added modifier :regex:str1:str2
* Compatibilty with JabRef 2.10.
Version 1.5 (Feb 2014)
* Added key [type] for an entry type.
* Remove symbols \,/,<,>,?,{,},$,",:,\n from file names
Version 1.4 (Jul 2012)
* Help is added
* Compatibility with JabRef 2.6
* Dialog if file can not be deleted
* Add numbers at the end of file names (with a confirmation
dialog) if files to be created already exist.
* No base change mark after copying of files.
Version 1.3 (Jul 2012)
* Compatibility with JabRef 2.8.1
* Update entry editor after renaming of files.
Version 1.2 (Sep 2011)
* Remove some symbols from filenames.
Version 1.1 (Nov 2010)
* Rename/Copy/Delete implementation