From 1ac1ea3bff5d606f0da120391f80c1d016df4420 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 21 Aug 2020 21:03:17 +0000 Subject: biblatex-ext (21aug20) git-svn-id: svn://tug.org/texlive/trunk@56150 c570f23f-e606-0410-a88d-b1316a301751 --- .../texmf-dist/doc/latex/biblatex-ext/CHANGES.md | 8 ++++++++ .../doc/latex/biblatex-ext/biblatex-ext.pdf | Bin 573625 -> 573680 bytes .../doc/latex/biblatex-ext/biblatex-ext.tex | 15 ++++++++++----- 3 files changed, 18 insertions(+), 5 deletions(-) (limited to 'Master/texmf-dist/doc/latex/biblatex-ext') diff --git a/Master/texmf-dist/doc/latex/biblatex-ext/CHANGES.md b/Master/texmf-dist/doc/latex/biblatex-ext/CHANGES.md index d04f597c1d0..17f0f1fb521 100644 --- a/Master/texmf-dist/doc/latex/biblatex-ext/CHANGES.md +++ b/Master/texmf-dist/doc/latex/biblatex-ext/CHANGES.md @@ -1,5 +1,13 @@ # Changelog +## Version 0.9 (2020-08-21) + +See + +### Changed +- Updated for `biblatex` v3.15 (2020/08/19). + This is now the recommended `biblatex` version. + ## Version 0.8g (2020-08-09) See diff --git a/Master/texmf-dist/doc/latex/biblatex-ext/biblatex-ext.pdf b/Master/texmf-dist/doc/latex/biblatex-ext/biblatex-ext.pdf index ad1cc6261d7..f59b6b68151 100644 Binary files a/Master/texmf-dist/doc/latex/biblatex-ext/biblatex-ext.pdf and b/Master/texmf-dist/doc/latex/biblatex-ext/biblatex-ext.pdf differ 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 faded946a33..0390a822aeb 100644 --- a/Master/texmf-dist/doc/latex/biblatex-ext/biblatex-ext.tex +++ b/Master/texmf-dist/doc/latex/biblatex-ext/biblatex-ext.tex @@ -220,6 +220,7 @@ } \AtUsedriver*{% + \delimcontext{bib}% \let\newblock\relax \let\abx@macro@bibindex\@empty \let\abx@macro@pageref\@empty} @@ -475,7 +476,7 @@ \newcommand*{\ctan}{\mkbibacro{CTAN}} \newcommand*{\gitbaseurl}{https://github.com/moewew/biblatex-ext} -\newcommand*{\extblxversion}{0.8g} +\newcommand*{\extblxversion}{0.9} \newcommand*{\biber}{Biber} \newcommand*{\gitissuelink}[1]{% \href{\gitbaseurl/issues/#1}{issue \##1 on github}} @@ -548,7 +549,7 @@ author = {Moritz Wemheuer}, link = {mwemheu@gmail.com},% revision = {\extblxversion}, - date = {\DTMDate{2020-08-09}}, + date = {\DTMDate{2020-08-21}}, } \hypersetup{% @@ -1124,17 +1125,18 @@ necessary to modify the bibmacro~\bibmacro{in:}. \begingroup \makeatletter \togglefalse{bbx:doi} -\DeclareFieldFormat{highlighthere}{% +\newcommand*{\highlighthere}[1]{% \iffieldequalstr{entrykey}{sigfridsson} {\textcolor{highlight1}{#1}} {\iffieldequalstr{entrykey}{westfahl:space} {\textcolor{highlight2}{#1}} {#1}}} +\DeclareFieldFormat{highlighthere}{\highlighthere{#1}} \renewbibmacro*{in:}{% \blx@begunit\blx@endunit \printtext[highlighthere]{% - \printtext{% - \bibstring{in}\intitlepunct}}} + \bibstring{in}}% + \printunit{\highlighthere{\intitlepunct}}} \begin{bibexample}[title={\kvopt{articlein}{true}}] \toggletrue{bbx:articlein} @@ -3538,6 +3540,9 @@ See also \filename{CHANGES.md}. The numbers on the right indicate the relevant section of the manual. \begin{changelog} +\begin{release}{0.9}{2020-08-21} + \item Synced with \sty{biblatex} 3.15 changes. +\end{release} \begin{release}{0.8g}{2020-08-09} \item Synced \hypersty{biblatex-ext-oasymb-l3draw} with 2020-08-07 \sty{l3color}/\sty{l3draw} changes.\see{sec:oa:symbol-l3draw} -- cgit v1.2.3