summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/biblatex-contrib/biblatex-ext/biblatex-ext.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-04-23 03:01:11 +0000
committerNorbert Preining <norbert@preining.info>2021-04-23 03:01:11 +0000
commit24c5753beaf378d35553785f02c3110a1c0fe293 (patch)
treebe3619b21e63117ba3cb279efb65081b600e74b9 /macros/latex/contrib/biblatex-contrib/biblatex-ext/biblatex-ext.tex
parent39a0cee90a81b676f789f5599ec8a4fb5e5bbd52 (diff)
CTAN sync 202104230301
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.tex18
1 files changed, 13 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 521bc7bbd5..b128723479 100644
--- a/macros/latex/contrib/biblatex-contrib/biblatex-ext/biblatex-ext.tex
+++ b/macros/latex/contrib/biblatex-contrib/biblatex-ext/biblatex-ext.tex
@@ -300,7 +300,7 @@
\define@key{ltd@ttp}{subtitle}{\def\ltd@title@subtitle{#1}}
\define@key{ltd@ttp}{url}{\def\ltd@title@url{#1}}
\define@key{ltd@ttp}{author}{\def\ltd@title@author{#1}}
-\define@key{ltd@ttp}{link}{\def\ltd@title@link{#1}}
+\define@key{ltd@ttp}{email}{\def\ltd@title@email{#1}}
\define@key{ltd@ttp}{revision}{\def\ltd@title@revision{#1}}
\define@key{ltd@ttp}{date}{\def\ltd@title@date{#1}}
@@ -322,7 +322,7 @@
\begin{multicols}{2}
\raggedleft
\ltd@title@author\par
- \expandafter\email\expandafter{\ltd@title@link}\par
+ \expandafter\email\expandafter{\ltd@title@email}\par
\raggedright
Version \ltd@title@revision\par\ltd@title@date
\end{multicols}
@@ -586,7 +586,7 @@
\newcommand*{\ctan}{\mkbibacro{CTAN}}
\newcommand*{\gitbaseurl}{https://github.com/moewew/biblatex-ext}
-\newcommand*{\extblxversion}{0.12}
+\newcommand*{\extblxversion}{0.12b}
\newcommand*{\biber}{Biber}
\newcommand*{\gitissuelink}[1]{%
\href{\gitbaseurl/issues/#1}{issue \##1 on github}}
@@ -657,9 +657,9 @@
subtitle = {Extensions for the \sty{biblatex} standard styles},
url = {\gitbaseurl},
author = {Moritz Wemheuer},
- link = {mwemheu@posteo.de},%
+ email = {mwemheu@posteo.de},%
revision = {\extblxversion},
- date = {\DTMDate{2021-02-27}},
+ date = {\DTMDate{2021-04-22}},
}
\hypersetup{%
@@ -3923,6 +3923,14 @@ See also \filename{CHANGES.md}.
The numbers on the right indicate the relevant section of the manual.
\begin{changelog}
+\begin{release}{0.12b}{2021-04-22}
+ \item Fixed bug with refcontext assignment in
+ \hypercmd{printbibtabular}\see{sec:tabularbib}
+\end{release}
+\begin{release}{0.12a}{2021-04-20}
+ \item Fixed bug with \opt{env} option for
+ \hypercmd{printbibtabular}\see{sec:tabularbib}
+\end{release}
\begin{release}{0.12}{2021-02-27}
\item Added \hypercmd{UndeclareCiteDelims}\see{sec:opt:citedelims}
\item Clarified \hyperopt{innamebeforetitle} documentation%