diff options
author | Karl Berry <karl@freefriends.org> | 2018-11-23 21:42:39 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-11-23 21:42:39 +0000 |
commit | 65e275a0bf822d6abaa473b7768030f4f73a833b (patch) | |
tree | 58c3d03b8425f4b7b86aac14bcbae5a153ec4361 /Master/texmf-dist/doc/latex/biblatex-ext/CHANGES.md | |
parent | 34d10d7ff2122fc34d1e535106202155ca85b4ff (diff) |
biblatex-ext (23nov18)
git-svn-id: svn://tug.org/texlive/trunk@49232 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 | 20 |
1 files changed, 20 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 5c39dfeb0e1..6ce20e69573 100644 --- a/Master/texmf-dist/doc/latex/biblatex-ext/CHANGES.md +++ b/Master/texmf-dist/doc/latex/biblatex-ext/CHANGES.md @@ -1,3 +1,23 @@ +# Version 0.6 (2018-11-23) +See https://github.com/moewew/biblatex-ext/compare/v0.5a..v0.6 +- Sync `mergedate` code with `biblatex` 3.12 + (https://github.com/plk/biblatex/pull/810 + https://github.com/plk/biblatex/issues/752). +- `biblatex` 3.12 is now recommended. +- Added `\titleaddonpunct`. +- Make `introcite` and `dashed` option available on per-entry and + per-type basis. + - `introcite=label` needs support of the bibliography environment, + so it is not officially supported if its is not set globally. + - Simplify code to set options at all three levels at the same time. +- Added package for open access symbols and open access 'detection'. + See https://tex.stackexchange.com/q/459449/. + - The default detection relies on explicit configuration for all url, + doi and eprint-like and data in the `.bib` file. + - There is a Lua module that queries Unpaywall.org by DOI to find + open access info. + - A support package provides two open access symbols drawn with TikZ. + # Version 0.5a (2018-10-09) See https://github.com/moewew/biblatex-ext/compare/v0.5...v0.5a - Fixed a bug with `\footcites` and `\footcitetexts` in `ext-authoryear.cbx` |