diff options
author | Karl Berry <karl@freefriends.org> | 2023-03-21 21:24:45 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2023-03-21 21:24:45 +0000 |
commit | efcb20768a3c4b10e9be95c3a38cdf96e6859a63 (patch) | |
tree | a5415014642c7b0159c6edf0fe832ba2757566e8 /Master/texmf-dist/doc/latex | |
parent | 8581c3ea62b08305b6e6ea2b355aedc17b91494c (diff) |
biblatex-ext
git-svn-id: svn://tug.org/texlive/trunk@66641 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 | 9 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-ext/README.md | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-ext/biblatex-ext.pdf | bin | 842835 -> 843176 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-ext/biblatex-ext.tex | 14 |
4 files changed, 20 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 dc1cf2dbca7..5db7f997b09 100644 --- a/Master/texmf-dist/doc/latex/biblatex-ext/CHANGES.md +++ b/Master/texmf-dist/doc/latex/biblatex-ext/CHANGES.md @@ -1,5 +1,14 @@ # Changelog +## Version 0.17 (2023-03-18) + +See <https://github.com/moewew/biblatex-ext/compare/v0.16...v0.17> + +### Changed +- Synced `\textcite` implementation in `-comp` styles with + `biblatex` 3.19. +- Synced `\printbibtabular` implementation with `biblatex` 3.19. + ## Version 0.16 (2022-06-18) See <https://github.com/moewew/biblatex-ext/compare/v0.15...v0.16> diff --git a/Master/texmf-dist/doc/latex/biblatex-ext/README.md b/Master/texmf-dist/doc/latex/biblatex-ext/README.md index 12adbae3f80..0b521793f23 100644 --- a/Master/texmf-dist/doc/latex/biblatex-ext/README.md +++ b/Master/texmf-dist/doc/latex/biblatex-ext/README.md @@ -91,7 +91,7 @@ installation instructions. ## Licence -Copyright 2017-2022 Moritz Wemheuer +Copyright 2017-2023 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 Binary files differindex 825d00e6dea..5bd4760f394 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 12ee61f9557..c823940c09d 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.16} +\newcommand*{\extblxversion}{0.17} \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{2022-06-18}}, + date = {\DTMDate{2023-03-18}}, } \hypersetup{% @@ -824,7 +824,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--2022). +This bundle is maintained by Moritz Wemheuer (\textcopyright 2017--2023). \subsection{Feedback}\label{sec:feedback} @@ -3818,7 +3818,7 @@ they are always open access. } \makeatother \begin{bibexample} -\exampleprintbib{cipriani,meckes,sigfridsson} +\exampleprintbib{cipriani,meckes,sigfridsson,kastenholz} \end{bibexample} If the \opt{openaccess} option is set to one specific field only, only @@ -4078,6 +4078,12 @@ See also \filename{CHANGES.md}. The numbers on the right indicate the relevant section of the manual. \begin{changelog} +\begin{release}{0.17}{2023-03-18} + \item Synced \cmd{textcite} implementation in some styles + with \sty{biblatex} 3.19 changes. + \item Synced \hypercmd{printbibtabular} implementation + with \sty{biblatex} 3.19.\see{sec:tabularbib} +\end{release} \begin{release}{0.16}{2022-06-18} \item Reworked \hyperopt{citexref} implementation\see{sec:opt} \end{release} |