diff options
author | Karl Berry <karl@freefriends.org> | 2016-03-24 22:26:48 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-03-24 22:26:48 +0000 |
commit | 0062ac57f73dc90d1b3784ab8a05a5c7c4f4d45b (patch) | |
tree | c6ab31f0bf4067e2be43aaa2efec41292785970d /Master/texmf-dist/doc/latex/biblatex-chicago/biblatex-chicago.tex | |
parent | 1196ba45d8b7f20df149107b5e22d3a83ca00ad0 (diff) |
biblatex-chicago (22mar16)
git-svn-id: svn://tug.org/texlive/trunk@40123 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-chicago/biblatex-chicago.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-chicago/biblatex-chicago.tex | 55 |
1 files changed, 40 insertions, 15 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-chicago/biblatex-chicago.tex b/Master/texmf-dist/doc/latex/biblatex-chicago/biblatex-chicago.tex index b0156d3ae5a..e3a3cdeeb72 100644 --- a/Master/texmf-dist/doc/latex/biblatex-chicago/biblatex-chicago.tex +++ b/Master/texmf-dist/doc/latex/biblatex-chicago/biblatex-chicago.tex @@ -63,7 +63,7 @@ Style files for biblatex \vspace{.3\baselineskip} -\sffamily\normalsize\bfseries David Fussner\qquad Version 0.9.9g (beta) \\ +\sffamily\normalsize\bfseries David Fussner\qquad Version 0.9.9h (beta) \\ \href{mailto:djf027@googlemail.com}{djf027@googlemail.com}\\ \today \end{center} @@ -157,12 +157,13 @@ release. \textsf{biblatex-chicago}: \begin{itemize}{}{} -\item Philipp Lehman's \textsf{biblatex} package, of course! You - should use the current version(s) --- 1.7 or 2.9a at the time of - writing --- as my code has been most extensively tested with, and - relies on features and bug fixes only available in, this current - release. Lehman's tools require several packages, and he strongly - recommends several more: +\item Philipp Lehman's \textsf{biblatex} package, of course! The + current version(s) --- 1.7 or 3.3 at the time of writing --- work + well, but the older 2.9a has been somewhat more extensively tested, + so please try it if you have any issues with the latest + \textsf{biblatex}. Both of these versions contain features and bug + fixes upon which my code relies. Lehman's tools require several + packages, and he strongly recommends several more: \begin{itemize}{}{} \item e-\TeX\ (required) \item \textsf{etoolbox} --- available from CTAN (required) @@ -185,8 +186,9 @@ release. use the following: \item \textsf{Biber} --- the next-generation \textsc{Bib}\TeX\ replacement, which is available from SourceForge. You should use - the latest version, 1.9, to work with \textsf{biblatex} 2.9a and - \textsf{biblatex-chicago}, and it is required for users who are + the latest version, 2.4, to work with \textsf{biblatex} 3.3 and + \textsf{biblatex-chicago} (or \textsf{Biber} 1.9 with + \textsf{biblatex} 2.9a), and it is required for users who are either using the author-date styles or processing a .bib file in Unicode. See \textsf{cms-dates-sample.pdf} and, for example, the \textsf{crossref} documentation in section~\ref{sec:entryfields}, @@ -216,10 +218,11 @@ release. automatically. You can also load the package via the usual \cmd{usepackage\{biblatex\}}, adding either \texttt{style=chicago\-notes} or \texttt{style=chicago-authordate}, - but this is mainly for those who wish to set much of the low-level - formatting of their document themselves. Please see - sections~\ref{sec:loading} and \ref{sec:loading:auth} below for a - fuller discussion of the issues involved here. + but this is mainly for those, probably experienced users, who wish + to set much of the low-level formatting of their documents + themselves. Please see sections~\ref{sec:loading} and + \ref{sec:loading:auth} below for a fuller discussion of the issues + involved here. \item You can use \cmd{usepackage[notes,short]\{biblatex-chicago\}} to get the short note format even in the first reference of a notes \&\ bibliography document, letting the bibliography provide the full @@ -326,7 +329,7 @@ release. \subsection{License} \label{sec:lppl} -Copyright © 2008--2014 David Fussner. This package is +Copyright © 2008--2016 David Fussner. This package is author-maintained. This work may be copied, distributed and/or modified under the conditions of the \LaTeX\ Project Public License, either version 1.3 of this license or (at your option) any later @@ -10850,7 +10853,29 @@ code for it, let me know, and I'll look into it. \section{Revision History} \label{sec:history} -\textbf{0.9.9g: Released \today} +\textbf{0.9.9h: Released \today} +\begin{itemize} +\item This is an interim bug-fix release, updating the styles so that + they will work with \textsf{biblatex} 3.3. The notes \&\ + bibliography style, as pointed out by several users, wouldn't + compile at all with the newest \textsf{biblatex} version, and all + styles had inaccuracies in the presentation of names due to changes + in the name-handling code in \textsf{biblatex}. I've done some + testing against \textsf{biblatex} 3.3, and fixed all the errors I've + spotted, but there may still be parts of my code that need updating + to work well with the current version, so you can still downgrade to + an earlier \textsf{biblatex} --- I recommend 2.9a --- if 3.3 doesn't + work for you. The next release will be a feature release, so if + you've made a request, it should be fulfilled then. + +\item I've also fixed a couple of long-standing bugs, one in the entry + options controlling abbreviated cross-references and another in the + formatting of the \textsf{prenote} field, the latter identified + (ages ago) by Bernd Rellermeyer. + +\end{itemize} + +\textbf{0.9.9g: Released August 21, 2014} \begin{itemize} \item Alexandre Roberts found a showstopper in the functionality related to the new \mycolor{\texttt{inheritshorthand}} option in the |