diff options
author | Karl Berry <karl@freefriends.org> | 2018-06-04 20:52:21 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-06-04 20:52:21 +0000 |
commit | e0bd44e5ad91047ec422c1467e256bac2589e498 (patch) | |
tree | f438c2f48c549146865fa2ad027e0a0e214d5abb /Master/texmf-dist/doc/latex/biblatex-ext/CHANGES.md | |
parent | 03809020ed7271e95639d31cf0ec90f30db4e64e (diff) |
biblatex-ext (4jun18)
git-svn-id: svn://tug.org/texlive/trunk@47922 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-ext/CHANGES.md')
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-ext/CHANGES.md | 13 |
1 files changed, 13 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 1c4d3a29af1..06caa59f06e 100644 --- a/Master/texmf-dist/doc/latex/biblatex-ext/CHANGES.md +++ b/Master/texmf-dist/doc/latex/biblatex-ext/CHANGES.md @@ -1,3 +1,16 @@ +# Version 0.3 (2018-06-04) +See https://github.com/moewew/biblatex-ext/compare/v0.2...v0.3 +- Added `titlecase:<titletype>` field formats for finer control over the title + casing. The standard styles have the catch-all format `titlecase`. This + bundle now has `titlecase:title`, `titlecase:booktitle`, + `titlecase:maintitle`, `titlecase:issuetitle` and `titlecase:journaltitle`. +- Various documentation improvements. +- Added toggle `bbx:introcite:plain:keeprelated` to choose not to suppress the + `introcite=plain` cite label for default related entries (other + `relatedtype`s may already suppress the cite label without chance of getting + it back). +- Added `\jourvoldelim`, `\jourserdelim` and `\servoldelim`. + # Version 0.2 (2018-03-28) See https://github.com/moewew/biblatex-ext/compare/v0.1a...v0.2 - Fixed indentation with `introcite=label`. |