summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-06-09 20:32:56 +0000
committerKarl Berry <karl@freefriends.org>2021-06-09 20:32:56 +0000
commit586b2d598545dae1594b62d3d9b6021d7afe906d (patch)
treeb5af12fb5d9ac4f2a130260795cf9f46f6706b1c /Master/texmf-dist/doc
parentcdd9cecfd76d306563b2bb748b17b177e3adbf3f (diff)
biblatex-ext (9jun21)
git-svn-id: svn://tug.org/texlive/trunk@59532 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-ext/CHANGES.md13
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-ext/biblatex-ext.pdfbin833265 -> 835302 bytes
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-ext/biblatex-ext.tex25
3 files changed, 36 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-ext/CHANGES.md b/Master/texmf-dist/doc/latex/biblatex-ext/CHANGES.md
index 38eed64a6d5..f869b92791f 100644
--- a/Master/texmf-dist/doc/latex/biblatex-ext/CHANGES.md
+++ b/Master/texmf-dist/doc/latex/biblatex-ext/CHANGES.md
@@ -1,5 +1,18 @@
# Changelog
+## Version 0.13 (2021-06-08)
+
+See <https://github.com/moewew/biblatex-ext/compare/v0.12b...v0.13>
+
+### Added
+- `titlecase:biblabeltitle` and `biblabeltitle` formats to format
+ (replacement) title printed in `authoryear` styles instead of
+ missing author/editor.
+
+### Fixed
+- Fixed title printing for related entries in `authoryear` style family
+ <https://github.com/moewew/biblatex-ext/issues/22>.
+
## Version 0.12b (2021-04-22)
See <https://github.com/moewew/biblatex-ext/compare/v0.12a...v0.12b>
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 0c64772d895..0557c4d30c4 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 b128723479d..bc425aebd38 100644
--- a/Master/texmf-dist/doc/latex/biblatex-ext/biblatex-ext.tex
+++ b/Master/texmf-dist/doc/latex/biblatex-ext/biblatex-ext.tex
@@ -586,7 +586,7 @@
\newcommand*{\ctan}{\mkbibacro{CTAN}}
\newcommand*{\gitbaseurl}{https://github.com/moewew/biblatex-ext}
-\newcommand*{\extblxversion}{0.12b}
+\newcommand*{\extblxversion}{0.13}
\newcommand*{\biber}{Biber}
\newcommand*{\gitissuelink}[1]{%
\href{\gitbaseurl/issues/#1}{issue \##1 on github}}
@@ -659,7 +659,7 @@
author = {Moritz Wemheuer},
email = {mwemheu@posteo.de},%
revision = {\extblxversion},
- date = {\DTMDate{2021-04-22}},
+ date = {\DTMDate{2021-06-08}},
}
\hypersetup{%
@@ -2182,6 +2182,15 @@ A customisation example for \bibfield{issuedate} can be found in the
\exampleprintbib{knuth:ct:a}
\end{bibexample}
+\bibfieldformatitem{biblabeltitle}
+ The format for the title when it is used in \blxstyle{authoryear}
+ styles to replace a missing author/editor.
+ By default this field format is an alias for \bibfieldformat{title}.
+ \begin{bibexample}
+ \DeclareFieldFormat{biblabeltitle}{\highlight[1]{#1}}%
+ \exampleprintbib{jcg}
+ \end{bibexample}
+
\bibfieldformatitem{titlecase:title} The standard styles follow an
all-or-nothing approach when it comes to title casing. The field format
\bibfieldformat{titlecase} intended to enable sentence case with
@@ -2208,6 +2217,11 @@ A customisation example for \bibfield{issuedate} can be found in the
Like \hyperbibfieldformat{titlecase:title}, but controls the title casing
of the \bibfield{issuetitle} and \bibfield{issuesubtitle} fields.
+\bibfieldformatitem{titlecase:biblabeltitle}
+ Like \hyperbibfieldformat{titlecase:title}, but controls the title casing
+ of the title printed instead of missing author/editor name in
+ \blxstyle{authoryear} styles.
+
The \bibfieldformat{citetitle} field format can be used to change the title
case in author-title citations, so there is no
\bibfieldformat{citetitle:labeltitle}.
@@ -3923,6 +3937,13 @@ See also \filename{CHANGES.md}.
The numbers on the right indicate the relevant section of the manual.
\begin{changelog}
+\begin{release}{0.13}{2021-06-08}
+ \item Fixed title formatting with related entries in
+ \blxstyle{authoryear} style family
+ \item Added \hyperbibfieldformat{biblabeltitle} and
+ \hyperbibfieldformat{titlecase:biblabeltitle} field formats
+ \see{sec:opt:field}
+\end{release}
\begin{release}{0.12b}{2021-04-22}
\item Fixed bug with refcontext assignment in
\hypercmd{printbibtabular}\see{sec:tabularbib}