Juergen Spitzmueller
be945a0656
Use "Prename Surname" format for basic numeric styles.
2017-03-18 15:35:45 +01:00
Juergen Spitzmueller
5b71349450
Input stdciteformats to the cite engines directly
...
not to individual layouts.
Possibly fixes #10582
2017-03-18 11:26:23 +01:00
Juergen Spitzmueller
68ab4023cc
Support for "qualified citation lists"
...
These are biblatex-specific multicite commands that allow for multiple
pre- and postnotes, as in:
\cites(pre)(post)[pre1][post1]{key1}[pre2][post2]{key2}...
with an optional general pre- and postnote, which applies to the whole
list (like [][] in normal cite commands) and an optional pre- and
postnotes for each item, so that pagination can actually be specified in
multi-cite references, as in:
(cf. Miller 2015, 2; furthermore Smith 2013, 23-23; Jenkins 2012, 103,
also refer to chapter 6 in this book)
See the biblatex manual, sec. 3.8.3., for details.
File format change.
2017-01-21 14:25:17 +01:00
Juergen Spitzmueller
327602d01d
Implement "key only" citation style
...
File format change.
2017-01-13 11:53:22 +01:00
Juergen Spitzmueller
a751c5b846
Extend and improve name list handling
...
This allows to generate different name lists depending on the need and
context.
Also addresses #8489 .
2017-01-09 17:54:56 +01:00
Juergen Spitzmueller
a04a2f9a8a
Remove Requires and Excludes from CiteEngines
...
These are exclusive anyway.
2017-01-09 09:04:37 +01:00
Juergen Spitzmueller
8319b3e9d6
Biblatex support
...
File format change
2017-01-08 09:39:46 +01:00
Juergen Spitzmueller
378a2c8257
Outsource jurabib specials to the style file.
2017-01-07 17:40:23 +01:00
Juergen Spitzmueller
eba2f0479e
Implement display of starred cite commands
...
This entails a change of getAbbrAuthor to getAuthorList (the default is
still abbreviated with respect to MaxCiteItems, but the list can be, at
explicit request, shortened or full notwithstanding MaxCiteItems.
2017-01-07 17:32:45 +01:00
Juergen Spitzmueller
979294d5ec
New tag MaxCiteNames
...
This determines the number of authors before "et al.". We had it
hardcoded to 2, but actually the nuumber differs.
2017-01-07 16:44:27 +01:00
Juergen Spitzmueller
03ac5407a3
Extend cite engine style documentation
2017-01-04 13:30:50 +01:00
Juergen Spitzmueller
bd1b5d580b
Add some documentation to the rather esoteric style files
2017-01-03 15:35:57 +01:00
Juergen Spitzmueller
f38827b63b
whitespace
2017-01-01 08:36:13 +01:00
Juergen Spitzmueller
dc9efe3d47
Add a CiteFramework tag
...
This is to distinguish the biblatex and bibtex paradigms
2017-01-01 08:07:04 +01:00
Juergen Spitzmueller
ff93aea509
Rework default bibliography style UI
...
* Use a combo with all available styles
* Correctly reset default on engine change
* Consider that EngineTypes might have different defaults
2017-01-01 08:07:03 +01:00
Juergen Spitzmueller
59a4f263a4
Properly support the cite engines in the GUI
...
Instead of hardcoding 3 engines, we now support all engines which are
defined in the *.citeengines files.
2017-01-01 07:56:24 +01:00
Juergen Spitzmueller
97aea7e5b1
Disentangle CiteEngines and Modules
...
These two are different beasts and thus should be handled differently.
2017-01-01 07:56:24 +01:00