diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-ext/CHANGES.md | 21 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-ext/biblatex-ext.pdf | bin | 551082 -> 551630 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-ext/biblatex-ext.tex | 10 |
3 files changed, 28 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-ext/CHANGES.md b/Master/texmf-dist/doc/latex/biblatex-ext/CHANGES.md index c317295d773..2aa2f2c4e15 100644 --- a/Master/texmf-dist/doc/latex/biblatex-ext/CHANGES.md +++ b/Master/texmf-dist/doc/latex/biblatex-ext/CHANGES.md @@ -1,5 +1,19 @@ # Changelog + +## Version 0.8e (2020-05-05) + +See <https://github.com/moewew/biblatex-ext/compare/v0.8d...v0.8e> + +### Fixed +- Fixed `bbx:introcite` definition for `ext-numeric-comp`. +- Fixed issue with `labelprefix` in `\printbibtabular` (#18). + +### Changed +- `biblatex-ext-tabular` now checks for the recommended `biblatex` + version and aborts if loaded before `biblatex`. + + ## Version 0.8d (2020-03-15) See <https://github.com/moewew/biblatex-ext/compare/v0.8c...v0.8d> @@ -7,10 +21,11 @@ See <https://github.com/moewew/biblatex-ext/compare/v0.8c...v0.8d> ### Fixed - Avoid an error about the bibmacro `labeltitle` being undefined in some contexts. - Define and use `tabular:labeltitle` in 'tabular:sortname`. + Define and use `tabular:labeltitle` in `tabular:sortname`. If available `tabular:labeltitle` is just `labeltitle`, if not we recreate the definition from `authoryear.bbx`. + ## Version 0.8c (2019-11-30) See <https://github.com/moewew/biblatex-ext/compare/v0.8b...v0.8c> @@ -23,6 +38,7 @@ See <https://github.com/moewew/biblatex-ext/compare/v0.8b...v0.8c> macros documented that would expose the answer of the DOI.org query, so we can simply drop that function. + ## Version 0.8b (2019-11-01) See <https://github.com/moewew/biblatex-ext/compare/v0.8a...v0.8b> @@ -30,6 +46,7 @@ See <https://github.com/moewew/biblatex-ext/compare/v0.8a...v0.8b> ### Fixed - Call to removed option in `ext-verbose-trad2`. + ## Version 0.8a (2019-10-31) See <https://github.com/moewew/biblatex-ext/compare/v0.8...v0.8a> @@ -53,6 +70,7 @@ See <https://github.com/moewew/biblatex-ext/compare/v0.7a...v0.8> ### Changed - Require `biblatex` v3.13 (some backwards compatiblity is in place). + ## Version 0.7a (2019-04-04) See <https://github.com/moewew/biblatex-ext/compare/v0.7...v0.7a> @@ -67,6 +85,7 @@ See <https://github.com/moewew/biblatex-ext/compare/v0.7...v0.7a> ### Changed - `biblatex-ext-doiapi` warns about missing email just a tad earlier. + ## Version 0.7 (2019-02-08) See <https://github.com/moewew/biblatex-ext/compare/v0.6b...v0.7> diff --git a/Master/texmf-dist/doc/latex/biblatex-ext/biblatex-ext.pdf b/Master/texmf-dist/doc/latex/biblatex-ext/biblatex-ext.pdf Binary files differindex f040de55f1b..5753cb029d1 100644 --- a/Master/texmf-dist/doc/latex/biblatex-ext/biblatex-ext.pdf +++ b/Master/texmf-dist/doc/latex/biblatex-ext/biblatex-ext.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex-ext/biblatex-ext.tex b/Master/texmf-dist/doc/latex/biblatex-ext/biblatex-ext.tex index a3485ec19b2..e66aa4e21c5 100644 --- a/Master/texmf-dist/doc/latex/biblatex-ext/biblatex-ext.tex +++ b/Master/texmf-dist/doc/latex/biblatex-ext/biblatex-ext.tex @@ -455,7 +455,7 @@ \newcommand*{\ctan}{\mkbibacro{CTAN}} \newcommand*{\gitbaseurl}{https://github.com/moewew/biblatex-ext} -\newcommand*{\extblxversion}{0.8d} +\newcommand*{\extblxversion}{0.8e} \newcommand*{\biber}{Biber} \newcommand*{\gitissuelink}[1]{% \href{\gitbaseurl/issues/#1}{issue \##1 on github}} @@ -528,7 +528,7 @@ author = {Moritz Wemheuer}, link = {mwemheu@gmail.com},% revision = {\extblxversion}, - date = {\DTMDate{2020-03-15}}, + date = {\DTMDate{2020-05-05}}, } \hypersetup{% @@ -3176,6 +3176,12 @@ See also \filename{CHANGES.md}. The numbers on the right indicate the relevant section of the manual. \begin{changelog} +\begin{release}{0.8e}{2020-05-05} + \item Fixed \hyperopt{introcite} definition for + \blxstyle{ext-numeric-comp}\see{sec:opt:style} + \item Fixed issue with \bibfield{labelprefix} in + \hypercmd{printbibtabular}\see{sec:tabularbib} +\end{release} \begin{release}{0.8d}{2020-03-15} \item Fixed issue with \hyperbibmacro{tabular:sortname}\see{sec:tabularbib} \end{release} |