diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-ext/CHANGES.md')
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-ext/CHANGES.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-ext/CHANGES.md b/Master/texmf-dist/doc/latex/biblatex-ext/CHANGES.md index ee3148cdfad..1c4d3a29af1 100644 --- a/Master/texmf-dist/doc/latex/biblatex-ext/CHANGES.md +++ b/Master/texmf-dist/doc/latex/biblatex-ext/CHANGES.md @@ -1,4 +1,19 @@ +# Version 0.2 (2018-03-28) +See https://github.com/moewew/biblatex-ext/compare/v0.1a...v0.2 +- Fixed indentation with `introcite=label`. +- **Incompatible change** The lengths for `introcite=label` now work like + `\labelwidth` and `\labelsep` in all other lists. + `\introcitewidth` controls the maximum length of the label, while + `\introcitesep` controls the separation between the end of the label and + the beginning of the reference. + The total indentation is now `\introcitewidth`+`\introcitesep` and not + only `\introcitewidth` as before. +- **Incompatible change** `\maintitletitledelim` is now truly the punctuation + between the `maintitle` and `(book)title` field. + What was formerly `\maintitledelim` is now `\voltitledelim`. + # Version 0.1a (2018-03-20) +See https://github.com/moewew/biblatex-ext/compare/v0.1...v0.1a - Fixed inner cite delims for authoryear/authortitle and their ibid versions. - Fixed delimiters for `\smartcite`. `\smartcite` really behaves like `\parencite` and `\footcite` now. |