diff options
author | Karl Berry <karl@freefriends.org> | 2021-04-22 20:40:03 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-04-22 20:40:03 +0000 |
commit | 7b51852a5b479f57c26dd743a2b93150cc984f70 (patch) | |
tree | be35991e99596db580400b7864a166232cf62d8e /Master/texmf-dist/doc/latex | |
parent | caa6bef71273aa0344cf05a06ab0d55f79404ba3 (diff) |
biblatex-ext (22apr21)
git-svn-id: svn://tug.org/texlive/trunk@58967 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-ext/CHANGES.md | 7 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-ext/biblatex-ext.pdf | bin | 832745 -> 833034 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-ext/biblatex-ext.tex | 14 |
3 files changed, 16 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-ext/CHANGES.md b/Master/texmf-dist/doc/latex/biblatex-ext/CHANGES.md index 15974d4efd3..6e6b312b3f7 100644 --- a/Master/texmf-dist/doc/latex/biblatex-ext/CHANGES.md +++ b/Master/texmf-dist/doc/latex/biblatex-ext/CHANGES.md @@ -1,5 +1,12 @@ # Changelog +## Version 0.12a (2021-04-20) + +See <https://github.com/moewew/biblatex-ext/compare/v0.12...v0.12a> + +### Fixed +- Fixed `env` option for `\printbibtabular`. + ## Version 0.12 (2021-02-27) See <https://github.com/moewew/biblatex-ext/compare/v0.11...v0.12> 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 ede8481ae26..02d499afa67 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 521bc7bbd58..96b6b890b7f 100644 --- a/Master/texmf-dist/doc/latex/biblatex-ext/biblatex-ext.tex +++ b/Master/texmf-dist/doc/latex/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.12a} \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-20}}, } \hypersetup{% @@ -3923,6 +3923,10 @@ See also \filename{CHANGES.md}. The numbers on the right indicate the relevant section of the manual. \begin{changelog} +\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% |