diff options
author | Karl Berry <karl@freefriends.org> | 2013-09-24 22:34:38 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-09-24 22:34:38 +0000 |
commit | 8bf589e665b12fbe605d9e60956d67d8253a364f (patch) | |
tree | 51f4674cb649929d66a49427510bfb621b336f79 /Master/texmf-dist/doc/latex/biblatex-dw/biblatex-dw.tex | |
parent | 61ee60ad9aa2ba669734c69ebc5617a8193ff19f (diff) |
biblatex-dw (23sep13)
git-svn-id: svn://tug.org/texlive/trunk@31752 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-dw/biblatex-dw.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-dw/biblatex-dw.tex | 23 |
1 files changed, 17 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-dw/biblatex-dw.tex b/Master/texmf-dist/doc/latex/biblatex-dw/biblatex-dw.tex index 1c732b69e02..f8371dd3a7c 100644 --- a/Master/texmf-dist/doc/latex/biblatex-dw/biblatex-dw.tex +++ b/Master/texmf-dist/doc/latex/biblatex-dw/biblatex-dw.tex @@ -2,7 +2,7 @@ %!TEX encoding = UTF-8 Unicode % biblatex-dw -% Copyright (c) Dominik Waßenhoven <domwass(at)web.de>, 2012 +% Copyright (c) Dominik Waßenhoven <domwass(at)web.de>, 2013 \documentclass[english]{scrartcl} \input{biblatex-dw-preamble}% preamble @@ -333,7 +333,7 @@ edition = {2., revised} \item If both \option{annotation} and \option{library} are set to \wert{true}, the contents of the \texttt{annotation} field is placed before the contents of the \texttt{library} field. - \item In\beschreibung{inreference} + \item In\beschreibung{@inreference} normal \bl{}, the entry type \texttt{@inreference} is an alias for \texttt{@incollection} entries. In \bldw{}, this entry type can be used for articles in encyclopedias or dictionaries. The output is similar to @@ -350,14 +350,22 @@ edition = {2., revised} The \texttt{@reference} entry type still is an alias to \texttt{@collection}. Thus, you can use either \texttt{@collection} or \texttt{@reference} for a work of reference. - \item In\beschreibung{review} + \item Using the\beschreibung{inreference} option \option{inreference=full}, + \texttt{@inreference} entries are printed always in full, but are omitted + from the bibliography. Note that when using \option{xref=false}, you have to + cite the corresponding \texttt{@reference} entry manually (e.g. with \cmd{nocite}) + if you wish to include the \texttt{@reference} entry in the bibliography. The + \option{inreference} option complies with both \option{ibidtracker} and + \option{idemtracker}. The default for this option is \wert{normal}. + + \item In\beschreibung{@review} normal \bl{}, the entry type \texttt{@review} is an alias for \texttt{@article} entries. In \bldw{}, this entry type can be used for reviews. The output is similar to \texttt{@article}, with the following differences: \begin{itemize} \item The title is enclosed in quotes. - \item The bibliography string \enquote{review} (standard: + \item The bibliography string \enquote{reviewof} (standard: \enquote{Review of}) is put in front of the title. \item Instead of manually entering the data for the reviewed work in the \texttt{title} field of the \texttt{@review} entry, it is also possible to add a reference in the field @@ -523,8 +531,8 @@ edition = {2., revised} This style is similar to \xbx{verbose-inote}. It is based on the \xbx{authortitle-dw} style. Thus, you can use all options defined in -\xbx{authortitle-dw}; the only exceptions are the options \option{firstfull} -and \option{addyear}. +\xbx{authortitle-dw}; the only exceptions are the options \option{addyear}, +\option{firstfull} and \option{inreference}. Apart from that, there are the following differences between \xbx{footnote-dw} and \xbx{authortitle-dw}: \medskip @@ -721,6 +729,9 @@ file (\texttt{biblatex.cfg}). The value in parentheses shows the default. Possible values are \wert{smallcaps}, \wert{italic}, \wert{bold} and \wert{normal}. If this option is not set, the font shape indicated by the option \option{namefont} is used (this is the default behaviour). + \optlist[\xbx{authortitle-dw} only]{inreference}{normal} + If set to \wert{full}, \texttt{@inreference} entries are printed in full + in the citations, but are omitted from the bibliography. \optlist{journalnumber}{standard} Position of a journal's \texttt{number}: with \wert{standard} as in the standard styles, with \wert{afteryear} after the \texttt{year}, introduced |