summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex-ext
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-03-20 21:59:43 +0000
committerKarl Berry <karl@freefriends.org>2018-03-20 21:59:43 +0000
commit0572809ff2da349a70f53551dba2ec7bb2b0e930 (patch)
tree26d328156e3ad15b044f400759fe610019f892f7 /Master/texmf-dist/doc/latex/biblatex-ext
parent88e44c506b22f502671d4b4c84d29a5f517fd4d1 (diff)
biblatex-ext (20mar18)
git-svn-id: svn://tug.org/texlive/trunk@47046 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-ext')
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-ext/CHANGES.md6
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-ext/biblatex-ext-examples.bib2
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-ext/biblatex-ext.pdfbin512047 -> 513437 bytes
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-ext/biblatex-ext.tex9
4 files changed, 14 insertions, 3 deletions
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
--- 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 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}