diff options
author | Karl Berry <karl@freefriends.org> | 2020-03-15 21:31:31 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-03-15 21:31:31 +0000 |
commit | 976ae3e04c523075e8fea26c04fe5cc8253604d5 (patch) | |
tree | 41590baa61b53ff92d179e6b03b6d9749d719d48 /Master/texmf-dist/doc/latex/biblatex-ext/biblatex-ext.tex | |
parent | 22da77d512a3339e8c347c1632c42a9126af57bf (diff) |
biblatex-ext (15mar20)
git-svn-id: svn://tug.org/texlive/trunk@54327 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-ext/biblatex-ext.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-ext/biblatex-ext.tex | 15 |
1 files changed, 9 insertions, 6 deletions
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 9361fd6f065..a3485ec19b2 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.8c} +\newcommand*{\extblxversion}{0.8d} \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{2019-11-30}}, + date = {\DTMDate{2020-03-15}}, } \hypersetup{% @@ -693,7 +693,7 @@ under the terms of the \lppl, version 1.3c% \fnurl{https://www.latex-project.org/lppl/lppl-1-3c.txt} or (at your option) any later version% \fnurl{https://www.latex-project.org/lppl.txt}. -This bundle is maintained by Moritz Wemheuer (\textcopyright 2017--2019). +This bundle is maintained by Moritz Wemheuer (\textcopyright 2017--2020). \subsection{Feedback}\label{sec:feedback} @@ -2403,8 +2403,8 @@ You may want to look into fixed-width flush-left or flush-right columns% The package also defines two helpful bibliography macros. \begin{keymarglistbook} - \item[tabular:sortname] Prints the labelname/sortname. - \item[tabular:omitsortname] Suppresses the labelname/sortname in the current + \keyitem[tabular:sortname] Prints the labelname/sortname. + \keyitem[tabular:omitsortname] Suppresses the labelname/sortname in the current group. \end{keymarglistbook} @@ -3176,9 +3176,12 @@ See also \filename{CHANGES.md}. The numbers on the right indicate the relevant section of the manual. \begin{changelog} +\begin{release}{0.8d}{2020-03-15} + \item Fixed issue with \hyperbibmacro{tabular:sortname}\see{sec:tabularbib} +\end{release} \begin{release}{0.8c}{2019-11-30} \item Stopped querying \url{https://doi.org} API for DOI - verification \hypersty{biblatex-ext-oa-doiapi}\see{sec:oa:doiapi} + verification\see{sec:oa:doiapi} \end{release} \begin{release}{0.8b}{2019-11-01} \item Fixed bug in \blxstyle{ext-verbose-trad2}% |