summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/biblatex-contrib/biblatex-ext/biblatex-ext.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2020-08-22 03:03:28 +0000
committerNorbert Preining <norbert@preining.info>2020-08-22 03:03:28 +0000
commit55119febaa69f5ffba8fb68fb0d126a6e510088e (patch)
tree6d624a34404d268ea929c6a3fc67f8c2c258426d /macros/latex/contrib/biblatex-contrib/biblatex-ext/biblatex-ext.tex
parent53aa98594549cfbdb62a637d3c30cb9235c22621 (diff)
CTAN sync 202008220303
Diffstat (limited to 'macros/latex/contrib/biblatex-contrib/biblatex-ext/biblatex-ext.tex')
-rw-r--r--macros/latex/contrib/biblatex-contrib/biblatex-ext/biblatex-ext.tex15
1 files changed, 10 insertions, 5 deletions
diff --git a/macros/latex/contrib/biblatex-contrib/biblatex-ext/biblatex-ext.tex b/macros/latex/contrib/biblatex-contrib/biblatex-ext/biblatex-ext.tex
index faded946a3..0390a822ae 100644
--- a/macros/latex/contrib/biblatex-contrib/biblatex-ext/biblatex-ext.tex
+++ b/macros/latex/contrib/biblatex-contrib/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}