summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex-publist/README
blob: 1340222fe1c946c17a90bf20ce720095b3b9aea0 (plain)
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
==================================================================
The biblatex-publist package

A biblatex bibliography style file to produce academic
publication lists.

Maintained by Jürgen Spitzmüller
E-mail: juergen (at) spitzmueller (dot) org
Code repository and issue tracker:
    https://github.com/jspitz/biblatex-publist

Released under the LaTeX Project Public License v1.3 or later
See http://www.latex-project.org/lppl.txt
==================================================================

== PURPOSE ==

The biblatex-publist package provides a biblatex bibliography
style file (*.bbx) for publication lists, i.e. a bibliography
containing one's own publications. The style file draws on
biblatex's authoryear style per default (which can be changed),
but provides some extra features needed for publication lists,
such as the omission of the own name from author or editor data.

The package requires at least version 3.4 of the biblatex
package.


== CONTENTS ==

The package consists of the following files:

* publist.bbx (biblatex bibliography style file)
* publist.cbx (biblatex citation style file)
* biblatex-publist.pdf (package documentation)
* biblatex-publist.tex (documentation source)
* README (this very file)


== DOCUMENTATION ==

See the included manual biblatex-publist.pdf for usage
instructions.


== CHANGES ==

* V. 1.3 (2016-08-06):
	- It is now possible to change the base style that is used.
	- Proper sorting of pubstates.
	- Add possibility to increase the indentation of items (by means
          of the length extralabelnumberwidth).
	- Use pagetracker=true instead of pagetracker=spread by default
	  (avoids warning, no change in functionality).

* V. 1.2 (2016-05-12):
	- Accomodate to the backwards-incompatible changes of biblatex 3.4
	  (prefixnumber > labelprefix, \ifempty > \ifdefvoid).
	  This version of biblatex is now required.

* V. 1.1 (2016-03-09):
	- Adapt to the \Declare*Name changes of biblatex 3.3.

* V. 1.0 (2015-01-04):
	- Add portmanteau *.cbx file to allow loading biblatex-publist
	  also via the "style" option (next to "bibstyle").

* V. 0.9 (2014-03-13):
	- Fix problem with multi-token names.
	- Support name prefix in \omitname.
	- Support for pubstate.

* V. 0.8 (2013-08-16):
	- Add custom sorting schemes "ddnt", "ydmdnt" and "dnt".
	- Revise the documentation.

* V. 0.7 (2013-07-25):
	- Support full dates.

* V. 0.6 (2013-07-21):
	- Fix numbering with recent biblatex versions.

* V. 0.5 (2013-05-03):
	- Fix numbering if \printbibliography is used multiple
	  times without refsection.

* V. 0.4 (2012-10-30):
	- More robust name parsing (especially for names with
	  non-ASCII characters encoded with LaTeX macros).
	- Add \omitname command.
	- Support "firstinits" option.

* V. 0.3 (2012-10-23):
	- Bug fix: Add missing "and" if omitted name was last
	  minus one.
	- Bug fix: Fix output with "et al." if omitted name is
	  first and liststop is 1.
	- Set maxnames default to 4.
	- Add filter possibility.
	- Add French localization.
	- Some corrections to the manual.

* V. 0.2 (2012-10-21): Initial release to CTAN.