summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-03-15 21:31:31 +0000
committerKarl Berry <karl@freefriends.org>2020-03-15 21:31:31 +0000
commit976ae3e04c523075e8fea26c04fe5cc8253604d5 (patch)
tree41590baa61b53ff92d179e6b03b6d9749d719d48 /Master/texmf-dist/doc
parent22da77d512a3339e8c347c1632c42a9126af57bf (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')
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-ext/CHANGES.md11
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-ext/README.md2
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-ext/biblatex-ext.pdfbin528139 -> 551082 bytes
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-ext/biblatex-ext.tex15
4 files changed, 21 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-ext/CHANGES.md b/Master/texmf-dist/doc/latex/biblatex-ext/CHANGES.md
index e2733ecc1a9..c317295d773 100644
--- a/Master/texmf-dist/doc/latex/biblatex-ext/CHANGES.md
+++ b/Master/texmf-dist/doc/latex/biblatex-ext/CHANGES.md
@@ -1,5 +1,16 @@
# Changelog
+## Version 0.8d (2020-03-15)
+
+See <https://github.com/moewew/biblatex-ext/compare/v0.8c...v0.8d>
+
+### Fixed
+- Avoid an error about the bibmacro `labeltitle` being undefined
+ in some contexts.
+ Define and use `tabular:labeltitle` in 'tabular:sortname`.
+ If available `tabular:labeltitle` is just `labeltitle`,
+ if not we recreate the definition from `authoryear.bbx`.
+
## Version 0.8c (2019-11-30)
See <https://github.com/moewew/biblatex-ext/compare/v0.8b...v0.8c>
diff --git a/Master/texmf-dist/doc/latex/biblatex-ext/README.md b/Master/texmf-dist/doc/latex/biblatex-ext/README.md
index 369bb0ebb75..589aca46bdd 100644
--- a/Master/texmf-dist/doc/latex/biblatex-ext/README.md
+++ b/Master/texmf-dist/doc/latex/biblatex-ext/README.md
@@ -83,7 +83,7 @@ installation instructions.
## Licence
-Copyright 2017-2019 Moritz Wemheuer
+Copyright 2017-2020 Moritz Wemheuer
This work consists of the `.bbx`, `.cbx`, `.def`, `.sty` and `.lua`
files mentioned above.
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 a0a1d3fe8e3..f040de55f1b 100644
--- a/Master/texmf-dist/doc/latex/biblatex-ext/biblatex-ext.pdf
+++ b/Master/texmf-dist/doc/latex/biblatex-ext/biblatex-ext.pdf
Binary files 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 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}%