diff options
author | Karl Berry <karl@freefriends.org> | 2011-03-18 20:49:57 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-03-18 20:49:57 +0000 |
commit | d51ec09613a178c83641ed2072e722bf89018775 (patch) | |
tree | 3e8c01615f95e9341c6ea0904ca03de9d6cb865b /Master/texmf-dist/doc | |
parent | 7bf186da3434f9899187acefaf945f3dff959e24 (diff) |
biblatex 1.3a (18mar11)
git-svn-id: svn://tug.org/texlive/trunk@21761 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex/README | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex/RELEASE | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex/biblatex.pdf | bin | 807613 -> 807967 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex/biblatex.tex | 60 |
4 files changed, 59 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex/README b/Master/texmf-dist/doc/latex/biblatex/README index 7ea5eac31db..07bc126d967 100644 --- a/Master/texmf-dist/doc/latex/biblatex/README +++ b/Master/texmf-dist/doc/latex/biblatex/README @@ -1,4 +1,4 @@ -$Id: README,v 1.3 2011/03/14 18:25:44 lehman stable $ +$Id: README,v 1.3a 2011/03/18 12:20:20 lehman stable $ ABOUT diff --git a/Master/texmf-dist/doc/latex/biblatex/RELEASE b/Master/texmf-dist/doc/latex/biblatex/RELEASE index 917a5521c2a..7dd2cdc82e1 100644 --- a/Master/texmf-dist/doc/latex/biblatex/RELEASE +++ b/Master/texmf-dist/doc/latex/biblatex/RELEASE @@ -1,4 +1,4 @@ -$Id: RELEASE,v 1.3 2011/03/14 18:25:44 lehman stable $ +$Id: RELEASE,v 1.3a 2011/03/18 12:20:20 lehman stable $ RELEASE NOTES FOR VERSION 1.3 diff --git a/Master/texmf-dist/doc/latex/biblatex/biblatex.pdf b/Master/texmf-dist/doc/latex/biblatex/biblatex.pdf Binary files differindex 05e81e08d60..e89b789cd4f 100644 --- a/Master/texmf-dist/doc/latex/biblatex/biblatex.pdf +++ b/Master/texmf-dist/doc/latex/biblatex/biblatex.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex/biblatex.tex b/Master/texmf-dist/doc/latex/biblatex/biblatex.tex index 9c953baabe5..5c790e3cfb3 100644 --- a/Master/texmf-dist/doc/latex/biblatex/biblatex.tex +++ b/Master/texmf-dist/doc/latex/biblatex/biblatex.tex @@ -1,4 +1,4 @@ -% $Id: biblatex.tex,v 1.3 2011/03/14 18:25:44 lehman stable $ +% $Id: biblatex.tex,v 1.3a 2011/03/18 12:20:20 lehman stable $ \documentclass{ltxdockit}[2010/11/19] \usepackage{btxdockit} \usepackage[latin9]{inputenc} @@ -12,7 +12,7 @@ \MakeAutoQuote*{<}{>} \MakeShortVerb{\|} -\rcsid{$Id: biblatex.tex,v 1.3 2011/03/14 18:25:44 lehman stable $} +\rcsid{$Id: biblatex.tex,v 1.3a 2011/03/18 12:20:20 lehman stable $} \newcommand*{\biber}{Biber\xspace} \newcommand*{\biblatex}{Biblatex\xspace} @@ -161,7 +161,7 @@ The \sty{biblatex} package requires \etex. \tex distributions have been shipping By default, the \sty{biblatex} package uses \bibtex as a database backend. While a legacy \bibtex binary is sufficient to run \sty{biblatex}, using \bin{bibtex8} is recommended. If your \tex distribution does not ship with \bin{bibtex8}, you can get it from \acr{CTAN}.\fnurl{http://www.ctan.org/tex-archive/biblio/bibtex/8-bit/} \item[Biber] -Biber is the next"=generation backend of \sty{biblatex}. It is currently under development but may already be used instead of \bibtex. You only need one backend, either \bibtex or Biber. Biber is available from SourceForge.\fnurl{http://biblatex-biber.sourceforge.net/} +Biber is the next"=generation backend of \sty{biblatex}. You only need one backend, either \bibtex or Biber. Biber is available from SourceForge.\fnurl{http://biblatex-biber.sourceforge.net/} \item[etoolbox] This \latex package, which is loaded automatically, provides generic programming facilities required by \sty{biblatex}. It is available from \acr{CTAN}.\fnurl{http://www.ctan.org/tex-archive/macros/latex/contrib/etoolbox/} @@ -273,6 +273,56 @@ The \sty{ucs} package provides support for \utf encoded input. Either use \sty{i \end{marglist} +%\section{Getting Started} +%\label{get} +% +%\fixme{incomplete} +% +%\subsection{Database Files} +%\label{get:bib} +% +%\fixme{incomplete} +% +%\begin{lstlisting}[style=bibtex]{} +%@<<type>>{<<key>>, +% <<field>> = {<<value>>}, +% field = {value}, +% field = {value}, +%} +%\end{lstlisting} +% +%\begin{lstlisting}[style=bibtex]{} +%@Book{companion, +% author = {Goossens, Michel and Mittelbach, Frank and Samarin, Alexander}, +% title = {The LaTeX Companion}, +% publisher = {Addison-Wesley}, +% location = {Reading, Mass.}, +% edition = {1}, +% date = {1994}, +%} +%\end{lstlisting} +% +%\begin{lstlisting}[style=bibtex]{} +%Last +%Last, First +%Last, Suffix, First +%Prefix Last, First +%Prefix Last, Suffix, First +%\end{lstlisting} +% +%\begin{lstlisting}[style=bibtex]{} +%Aristotle +%Doe, John +%Doe, Junior, John +%van Beethoven, Ludwig +%de La Vallée Poussin, Charles-Jean Étienne Gustave Nicolas +%\end{lstlisting} +% +%\subsection{Loading and Usage} +%\label{get:bib} +% +%\fixme{incomplete} + \section{Database Guide} \label{bib} @@ -8369,6 +8419,10 @@ This revision history is a list of changes relevant to users of this package. Ch \begin{changelog} +\begin{release}{1.3a}{2011-03-18} +\item Fixed some bugs +\end{release} + \begin{release}{1.3}{2011-03-14} \item Support \bibtype{thesis} with \bibfield{isbn}\see{bib:typ:blx} \item Updated \opt{terseinits} option\see{use:opt:pre:gen} |