From 0572809ff2da349a70f53551dba2ec7bb2b0e930 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 20 Mar 2018 21:59:43 +0000 Subject: biblatex-ext (20mar18) git-svn-id: svn://tug.org/texlive/trunk@47046 c570f23f-e606-0410-a88d-b1316a301751 --- .../texmf-dist/doc/latex/biblatex-ext/CHANGES.md | 6 ++++++ .../latex/biblatex-ext/biblatex-ext-examples.bib | 2 +- .../doc/latex/biblatex-ext/biblatex-ext.pdf | Bin 512047 -> 513437 bytes .../doc/latex/biblatex-ext/biblatex-ext.tex | 9 +++++++-- 4 files changed, 14 insertions(+), 3 deletions(-) (limited to 'Master/texmf-dist/doc/latex/biblatex-ext') diff --git a/Master/texmf-dist/doc/latex/biblatex-ext/CHANGES.md b/Master/texmf-dist/doc/latex/biblatex-ext/CHANGES.md index 1266c271260..ee3148cdfad 100644 --- a/Master/texmf-dist/doc/latex/biblatex-ext/CHANGES.md +++ b/Master/texmf-dist/doc/latex/biblatex-ext/CHANGES.md @@ -1,2 +1,8 @@ +# Version 0.1a (2018-03-20) +- Fixed inner cite delims for authoryear/authortitle and their ibid versions. +- Fixed delimiters for `\smartcite`. + `\smartcite` really behaves like `\parencite` and `\footcite` now. + This needed some trickery to get the delimiter context right. + # Version 0.1 (2018-03-18) - First public release. diff --git a/Master/texmf-dist/doc/latex/biblatex-ext/biblatex-ext-examples.bib b/Master/texmf-dist/doc/latex/biblatex-ext/biblatex-ext-examples.bib index db2841814d2..c63234d418b 100644 --- a/Master/texmf-dist/doc/latex/biblatex-ext/biblatex-ext-examples.bib +++ b/Master/texmf-dist/doc/latex/biblatex-ext/biblatex-ext-examples.bib @@ -22,4 +22,4 @@ title = {On the Theory of Einiosauruses}, date = {1973}, options = {maxnames=1, uniquelist=false}, -} \ No newline at end of file +} 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 38fa9dd3b54..4e2591e103d 100644 Binary files a/Master/texmf-dist/doc/latex/biblatex-ext/biblatex-ext.pdf and b/Master/texmf-dist/doc/latex/biblatex-ext/biblatex-ext.pdf 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 919677aab40..3b12f971709 100644 --- a/Master/texmf-dist/doc/latex/biblatex-ext/biblatex-ext.tex +++ b/Master/texmf-dist/doc/latex/biblatex-ext/biblatex-ext.tex @@ -315,7 +315,7 @@ \newcommand*{\gitbaseurl}{https://github.com/moewew/biblatex-ext} -\newcommand*{\extblxversion}{0.1} +\newcommand*{\extblxversion}{0.1a} \newcommand*{\biber}{Biber} \newcommand*{\gitissuelink}[1]{% \href{\gitbaseurl/issues/#1}{issue \##1 on github}} @@ -327,7 +327,7 @@ author = {Moritz Wemheuer}, link = {mwemheu@gmail.com},% revision = {\extblxversion}, - date = {\DTMDate{2018-03-18}}, + date = {\DTMDate{2018-03-20}}, } \hypersetup{% @@ -1563,6 +1563,11 @@ The GitHub repository of this project uses release tags, so you can compare the changes in source code there.\footnote{\url{\gitbaseurl/compare/}} See also \sty{CHANGES.md}. \begin{changelog} +\begin{release}{0.1a}{2018-03-20} +\item Fixed inner citation delimiters for \sty{ext-authoryear}, + \sty{ext-authortitle} and their \sty{-ibid} versions. +\item Fixed \cmd{smartcite} delimiters. +\end{release} \begin{release}{0.1}{2018-03-18} \item First public release. \end{release} -- cgit v1.2.3