diff options
author | Karl Berry <karl@freefriends.org> | 2010-09-06 22:29:57 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-09-06 22:29:57 +0000 |
commit | 240dbb5ee820f2e77e4106bf872f363540c413e2 (patch) | |
tree | 3921b3f18013915f30f418d31199a3770604a0db /Master/texmf-dist/doc/latex/biblatex/examples | |
parent | 6892558c73756d9f24023e6269e025fa6f3cf15d (diff) |
biblatex 0.9d (4sep10)
git-svn-id: svn://tug.org/texlive/trunk@19592 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex/examples')
53 files changed, 870 insertions, 67 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/01-introduction.pdf b/Master/texmf-dist/doc/latex/biblatex/examples/01-introduction.pdf Binary files differindex 3b7ccdb2fae..dda31027d49 100644 --- a/Master/texmf-dist/doc/latex/biblatex/examples/01-introduction.pdf +++ b/Master/texmf-dist/doc/latex/biblatex/examples/01-introduction.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/02-annotations.pdf b/Master/texmf-dist/doc/latex/biblatex/examples/02-annotations.pdf Binary files differindex e57b9ede4c0..f87deccb833 100644 --- a/Master/texmf-dist/doc/latex/biblatex/examples/02-annotations.pdf +++ b/Master/texmf-dist/doc/latex/biblatex/examples/02-annotations.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/10-references-per-section.pdf b/Master/texmf-dist/doc/latex/biblatex/examples/10-references-per-section.pdf Binary files differindex 8243cd611bf..65f49857bd4 100644 --- a/Master/texmf-dist/doc/latex/biblatex/examples/10-references-per-section.pdf +++ b/Master/texmf-dist/doc/latex/biblatex/examples/10-references-per-section.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/11-references-by-section.pdf b/Master/texmf-dist/doc/latex/biblatex/examples/11-references-by-section.pdf Binary files differindex 314ccea8b74..8015a2d4b37 100644 --- a/Master/texmf-dist/doc/latex/biblatex/examples/11-references-by-section.pdf +++ b/Master/texmf-dist/doc/latex/biblatex/examples/11-references-by-section.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/12-references-by-segment.pdf b/Master/texmf-dist/doc/latex/biblatex/examples/12-references-by-segment.pdf Binary files differindex f0f17d2b7e5..5549b0695f6 100644 --- a/Master/texmf-dist/doc/latex/biblatex/examples/12-references-by-segment.pdf +++ b/Master/texmf-dist/doc/latex/biblatex/examples/12-references-by-segment.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/13-references-by-keyword.pdf b/Master/texmf-dist/doc/latex/biblatex/examples/13-references-by-keyword.pdf Binary files differindex 4754b8e0145..347ba84c508 100644 --- a/Master/texmf-dist/doc/latex/biblatex/examples/13-references-by-keyword.pdf +++ b/Master/texmf-dist/doc/latex/biblatex/examples/13-references-by-keyword.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/14-references-by-category.pdf b/Master/texmf-dist/doc/latex/biblatex/examples/14-references-by-category.pdf Binary files differindex 6954e0510e2..1e900c8b5d3 100644 --- a/Master/texmf-dist/doc/latex/biblatex/examples/14-references-by-category.pdf +++ b/Master/texmf-dist/doc/latex/biblatex/examples/14-references-by-category.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/15-references-by-type.pdf b/Master/texmf-dist/doc/latex/biblatex/examples/15-references-by-type.pdf Binary files differindex ec56f39a645..01218cff3d8 100644 --- a/Master/texmf-dist/doc/latex/biblatex/examples/15-references-by-type.pdf +++ b/Master/texmf-dist/doc/latex/biblatex/examples/15-references-by-type.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/16-numeric-prefixed-1.pdf b/Master/texmf-dist/doc/latex/biblatex/examples/16-numeric-prefixed-1.pdf Binary files differnew file mode 100644 index 00000000000..b5cf08f4275 --- /dev/null +++ b/Master/texmf-dist/doc/latex/biblatex/examples/16-numeric-prefixed-1.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/16-numeric-prefixed-1.tex b/Master/texmf-dist/doc/latex/biblatex/examples/16-numeric-prefixed-1.tex new file mode 100644 index 00000000000..6cc02e6d35f --- /dev/null +++ b/Master/texmf-dist/doc/latex/biblatex/examples/16-numeric-prefixed-1.tex @@ -0,0 +1,52 @@ +% +% This file demonstrates how to configure biblatex to prefix +% numerical citations with a letter or a string. This will work with +% all numerical styles which ship with biblatex. Note that you must +% set defernumbers=true globally when using prefixes. +% +% Since the prefixes are assigned as the bibliography is generated, +% you may use any filter supported by biblatex to subdivide the +% references (by type, by category, by keyword, etc.). +% +\documentclass[a4paper,oneside]{article} +\usepackage[T1]{fontenc} +\usepackage[american]{babel} +\usepackage{csquotes} +% When using prefixed numerical labels, the labels must be assigned +% as the bibliography is generated. That's why we set +% defernumbers=true here: +\usepackage[style=numeric,defernumbers]{biblatex} +\usepackage{hyperref} +\usepackage{nameref} +\bibliography{biblatex-examples} +% A catch-all filter for all items which are not assigned to a +% dedicated sub-bibliography: +\defbibfilter{other}{ + not type=article + and + not type=book + and + not type=collection +} +\begin{document} + +\section*{Prefixed numerical citations} + +% Some citations: +\cite{angenendt, kastenholz, augustine, companion, jaffe, ctan} + +\nocite{*} + +% Let's print the overall heading of the bibliography first: +\printbibheading + +% And now the sub-bibliographies: we use three of them (based on the +% entry type). Each sub-bibliography assigns a different prefix: +\printbibliography[heading=subbibliography,title={Articles},type=article,prefixnumbers={A}] +\printbibliography[heading=subbibliography,title={Books},type=book,prefixnumbers={B}] +\printbibliography[heading=subbibliography,title={Collections},type=collection,prefixnumbers={C}] + +% The catch-all sub-bibliography for all remaining types: +\printbibliography[heading=subbibliography,title={Other Sources},filter=other,prefixnumbers={O}] + +\end{document} diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/17-numeric-prefixed-2.pdf b/Master/texmf-dist/doc/latex/biblatex/examples/17-numeric-prefixed-2.pdf Binary files differnew file mode 100644 index 00000000000..c24b4a2f2a9 --- /dev/null +++ b/Master/texmf-dist/doc/latex/biblatex/examples/17-numeric-prefixed-2.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/17-numeric-prefixed-2.tex b/Master/texmf-dist/doc/latex/biblatex/examples/17-numeric-prefixed-2.tex new file mode 100644 index 00000000000..3d2071f5cf2 --- /dev/null +++ b/Master/texmf-dist/doc/latex/biblatex/examples/17-numeric-prefixed-2.tex @@ -0,0 +1,40 @@ +% +% This example is almost the same as the previous one except that +% the catch-all sub-bibliography does not assing any prefix. +% +\documentclass[a4paper,oneside]{article} +\usepackage[T1]{fontenc} +\usepackage[american]{babel} +\usepackage{csquotes} +\usepackage[style=numeric,defernumbers]{biblatex} +\usepackage{hyperref} +\usepackage{nameref} +\bibliography{biblatex-examples} +\defbibfilter{other}{ + not type=article + and + not type=book + and + not type=collection +} +\begin{document} + +\section*{Prefixed numerical citations} + +% Some citations: +\cite{angenendt, kastenholz, augustine, companion, jaffe, ctan} + +\nocite{*} + +\printbibheading + +\printbibliography[heading=subbibliography,title={Articles},type=article,prefixnumbers={A}] +\printbibliography[heading=subbibliography,title={Books},type=book,prefixnumbers={B}] +\printbibliography[heading=subbibliography,title={Collections},type=collection,prefixnumbers={C}] + +% The catch-all sub-bibliography for all remaining types. We don't +% use a prefix but we still need to set resetnumbers=true to restart +% the item numbering: +\printbibliography[heading=subbibliography,title={Other Sources},filter=other,resetnumbers] + +\end{document} diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/18-numeric-hybrid.pdf b/Master/texmf-dist/doc/latex/biblatex/examples/18-numeric-hybrid.pdf Binary files differnew file mode 100644 index 00000000000..091be2d182c --- /dev/null +++ b/Master/texmf-dist/doc/latex/biblatex/examples/18-numeric-hybrid.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/18-numeric-hybrid.tex b/Master/texmf-dist/doc/latex/biblatex/examples/18-numeric-hybrid.tex new file mode 100644 index 00000000000..7ebc8ee188e --- /dev/null +++ b/Master/texmf-dist/doc/latex/biblatex/examples/18-numeric-hybrid.tex @@ -0,0 +1,83 @@ +% +% This example demonstrates how hybrid citations, i.e., two +% citations styles in a single document, may be implemented. +% +\documentclass[a4paper,oneside]{article} +\usepackage[T1]{fontenc} +\usepackage[american]{babel} +\usepackage{csquotes} +% We use the authoryear style as a basis but we want numerical +% labels for all online references. Therefore, we request numeric +% labels by setting 'labelnumber=true'. We also set +% 'defernumbers=true'. This will be required by the 'omitnumbers' +% option used below. +\usepackage[style=authoryear,labelnumber,defernumbers]{biblatex} +\usepackage{hyperref} +\usepackage{nameref} +\bibliography{biblatex-examples} + +% We define a dedicated citation command for online references which +% uses numerical labels instead of the author-year scheme. Instead +% of defining a dedicated command, it is also possible (and usually +% preferable) to build smart citation commands which are able to +% switch citation styles depending on the entry type (or other +% criteria). It's just easier to demonstrate the point of the +% 'omitnumbers' option this way: + +\DeclareCiteCommand{\citeonline}[\mkbibbrackets] + {\usebibmacro{prenote}} + {\usebibmacro{citeindex}% + \printtext[bibhyperref]{% + \printfield{prefixnumber}% + \printfield{labelnumber}}} + {\multicitedelim} + {\usebibmacro{postnote}} + +% The matching environment for the online sub-bibliography: + +\defbibenvironment{online} + {\list + {\printtext[labelnumberwidth]{% + \iffieldundef{shorthand} + {\printfield{prefixnumber}% + \printfield{labelnumber}} + {\printfield{shorthand}}}} + {\setlength{\labelwidth}{\labelnumberwidth}% + \setlength{\leftmargin}{\labelwidth}% + \setlength{\labelsep}{\biblabelsep}% + \addtolength{\leftmargin}{\labelsep}% + \setlength{\itemsep}{\bibitemsep}% + \setlength{\parsep}{\bibparsep}}% + \renewcommand*{\makelabel}[1]{\hss##1}} + {\endlist} + {\item} + +\DeclareFieldFormat{labelnumberwidth}{\mkbibbrackets{#1}} + +\begin{document} + +\section*{Hybrid citations} + +\subsection*{Regular citations (author-year)} + +\cite{augustine}, +\cite{bertram}, +\cite{companion} + +\subsection*{Online citations (numeric)} + +\citeonline{ctan}, +\citeonline{markey} + +% Let's print the overall heading of the bibliography first: +\printbibheading + +% We set omitnumbers=true for the author-year sub-bibliography. +% Without that, the first item of the online bibliography would be +% labeled as "[4]". +\printbibliography[heading=subbibliography,title={Printed References},nottype=online,omitnumbers] + +% The online sub-bibliography requires a different environment: +\printbibliography[heading=subbibliography,title={Online References},env=online,type=online] + +\end{document} diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/20-indexing-basic.pdf b/Master/texmf-dist/doc/latex/biblatex/examples/20-indexing-basic.pdf Binary files differindex a42b408c438..4d993e8a1fc 100644 --- a/Master/texmf-dist/doc/latex/biblatex/examples/20-indexing-basic.pdf +++ b/Master/texmf-dist/doc/latex/biblatex/examples/20-indexing-basic.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/21-indexing-advanced.pdf b/Master/texmf-dist/doc/latex/biblatex/examples/21-indexing-advanced.pdf Binary files differindex fde6f177312..bb2f41ebdf3 100644 --- a/Master/texmf-dist/doc/latex/biblatex/examples/21-indexing-advanced.pdf +++ b/Master/texmf-dist/doc/latex/biblatex/examples/21-indexing-advanced.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/21-indexing-advanced.tex b/Master/texmf-dist/doc/latex/biblatex/examples/21-indexing-advanced.tex index e0ad13a4b99..36ec2afbfc7 100644 --- a/Master/texmf-dist/doc/latex/biblatex/examples/21-indexing-advanced.tex +++ b/Master/texmf-dist/doc/latex/biblatex/examples/21-indexing-advanced.tex @@ -5,9 +5,9 @@ % latex file % bibtex file % latex file -% makeindex -o file.ind -t file.ilg file.idx (= makeindex file) -% makeindex -o file.nnd -t file.nlg file.ndx -% makeindex -o file.tnd -t file.tlg file.tdx +% makeindex -o file.ind file.idx (= makeindex file) +% makeindex -o file.nnd file.ndx +% makeindex -o file.tnd file.tdx % latex file % % Note that the file name suffix may be omitted. It's `latex file' @@ -30,9 +30,9 @@ % We want three indexes: a general index, an index of names, and an % index of titles. They are defined by way of \newindex, see the % documentation of the `index' package for details. -\newindex{default}{idx}{ind}{General Index} -\newindex{names}{ndx}{nnd}{Index of Names} -\newindex{titles}{tdx}{tnd}{Index of Titles} +\newindex{default}{idx}{ind}{Subject Index} +\newindex{names}{ndx}{nnd}{Name Index} +\newindex{titles}{tdx}{tnd}{Title Index} % % We need to redefine some index formatting directives such that % biblatex adds names and titles to separate indexes. All names diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/30-style-numeric.pdf b/Master/texmf-dist/doc/latex/biblatex/examples/30-style-numeric.pdf Binary files differindex 7e95de1e0ec..88265f60bd4 100644 --- a/Master/texmf-dist/doc/latex/biblatex/examples/30-style-numeric.pdf +++ b/Master/texmf-dist/doc/latex/biblatex/examples/30-style-numeric.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/31-style-numeric-comp.pdf b/Master/texmf-dist/doc/latex/biblatex/examples/31-style-numeric-comp.pdf Binary files differindex 7d7e140d5b2..8a3a22775f1 100644 --- a/Master/texmf-dist/doc/latex/biblatex/examples/31-style-numeric-comp.pdf +++ b/Master/texmf-dist/doc/latex/biblatex/examples/31-style-numeric-comp.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/32-style-numeric-verb.pdf b/Master/texmf-dist/doc/latex/biblatex/examples/32-style-numeric-verb.pdf Binary files differindex 4d99b279626..110eee6b75c 100644 --- a/Master/texmf-dist/doc/latex/biblatex/examples/32-style-numeric-verb.pdf +++ b/Master/texmf-dist/doc/latex/biblatex/examples/32-style-numeric-verb.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/40-style-alphabetic.pdf b/Master/texmf-dist/doc/latex/biblatex/examples/40-style-alphabetic.pdf Binary files differindex 760b458390c..3e3a4766290 100644 --- a/Master/texmf-dist/doc/latex/biblatex/examples/40-style-alphabetic.pdf +++ b/Master/texmf-dist/doc/latex/biblatex/examples/40-style-alphabetic.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/41-style-alphabetic-verb.pdf b/Master/texmf-dist/doc/latex/biblatex/examples/41-style-alphabetic-verb.pdf Binary files differindex f0fcd86a15e..b99c496a202 100644 --- a/Master/texmf-dist/doc/latex/biblatex/examples/41-style-alphabetic-verb.pdf +++ b/Master/texmf-dist/doc/latex/biblatex/examples/41-style-alphabetic-verb.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/50-style-authoryear.pdf b/Master/texmf-dist/doc/latex/biblatex/examples/50-style-authoryear.pdf Binary files differindex 920d238c469..1d64fc49f1e 100644 --- a/Master/texmf-dist/doc/latex/biblatex/examples/50-style-authoryear.pdf +++ b/Master/texmf-dist/doc/latex/biblatex/examples/50-style-authoryear.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/51-style-authoryear-ibid.pdf b/Master/texmf-dist/doc/latex/biblatex/examples/51-style-authoryear-ibid.pdf Binary files differindex 9861fe7c84a..a8145fc5963 100644 --- a/Master/texmf-dist/doc/latex/biblatex/examples/51-style-authoryear-ibid.pdf +++ b/Master/texmf-dist/doc/latex/biblatex/examples/51-style-authoryear-ibid.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/52-style-authoryear-comp.pdf b/Master/texmf-dist/doc/latex/biblatex/examples/52-style-authoryear-comp.pdf Binary files differindex 9571e0249a9..614868470c3 100644 --- a/Master/texmf-dist/doc/latex/biblatex/examples/52-style-authoryear-comp.pdf +++ b/Master/texmf-dist/doc/latex/biblatex/examples/52-style-authoryear-comp.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/53-style-authoryear-icomp.pdf b/Master/texmf-dist/doc/latex/biblatex/examples/53-style-authoryear-icomp.pdf Binary files differindex 5a892bf9aea..c34ee2e831e 100644 --- a/Master/texmf-dist/doc/latex/biblatex/examples/53-style-authoryear-icomp.pdf +++ b/Master/texmf-dist/doc/latex/biblatex/examples/53-style-authoryear-icomp.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/60-style-authortitle.pdf b/Master/texmf-dist/doc/latex/biblatex/examples/60-style-authortitle.pdf Binary files differindex 6f4ce3b5464..8e0cb7cde9c 100644 --- a/Master/texmf-dist/doc/latex/biblatex/examples/60-style-authortitle.pdf +++ b/Master/texmf-dist/doc/latex/biblatex/examples/60-style-authortitle.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/61-style-authortitle-ibid.pdf b/Master/texmf-dist/doc/latex/biblatex/examples/61-style-authortitle-ibid.pdf Binary files differindex 4d77a5678fc..5cc55ab2a06 100644 --- a/Master/texmf-dist/doc/latex/biblatex/examples/61-style-authortitle-ibid.pdf +++ b/Master/texmf-dist/doc/latex/biblatex/examples/61-style-authortitle-ibid.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/62-style-authortitle-comp.pdf b/Master/texmf-dist/doc/latex/biblatex/examples/62-style-authortitle-comp.pdf Binary files differindex bb4f6b286ca..fc287c2e914 100644 --- a/Master/texmf-dist/doc/latex/biblatex/examples/62-style-authortitle-comp.pdf +++ b/Master/texmf-dist/doc/latex/biblatex/examples/62-style-authortitle-comp.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/63-style-authortitle-icomp.pdf b/Master/texmf-dist/doc/latex/biblatex/examples/63-style-authortitle-icomp.pdf Binary files differindex b60f24aede8..f4a84190f9d 100644 --- a/Master/texmf-dist/doc/latex/biblatex/examples/63-style-authortitle-icomp.pdf +++ b/Master/texmf-dist/doc/latex/biblatex/examples/63-style-authortitle-icomp.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/64-style-authortitle-terse.pdf b/Master/texmf-dist/doc/latex/biblatex/examples/64-style-authortitle-terse.pdf Binary files differindex 43feb32b484..97fd1f8fb12 100644 --- a/Master/texmf-dist/doc/latex/biblatex/examples/64-style-authortitle-terse.pdf +++ b/Master/texmf-dist/doc/latex/biblatex/examples/64-style-authortitle-terse.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/65-style-authortitle-tcomp.pdf b/Master/texmf-dist/doc/latex/biblatex/examples/65-style-authortitle-tcomp.pdf Binary files differindex 531bfad3d9a..570b4396ab3 100644 --- a/Master/texmf-dist/doc/latex/biblatex/examples/65-style-authortitle-tcomp.pdf +++ b/Master/texmf-dist/doc/latex/biblatex/examples/65-style-authortitle-tcomp.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/66-style-authortitle-ticomp.pdf b/Master/texmf-dist/doc/latex/biblatex/examples/66-style-authortitle-ticomp.pdf Binary files differnew file mode 100644 index 00000000000..e74ed0c550e --- /dev/null +++ b/Master/texmf-dist/doc/latex/biblatex/examples/66-style-authortitle-ticomp.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/66-style-authortitle-ticomp.tex b/Master/texmf-dist/doc/latex/biblatex/examples/66-style-authortitle-ticomp.tex new file mode 100644 index 00000000000..7b8e3260eae --- /dev/null +++ b/Master/texmf-dist/doc/latex/biblatex/examples/66-style-authortitle-ticomp.tex @@ -0,0 +1,60 @@ +% +% This file presents the `authortitle-ticomp' style +% +\documentclass[a4paper]{article} +\usepackage[T1]{fontenc} +\usepackage[american]{babel} +\usepackage{csquotes} +\usepackage[style=authortitle-ticomp]{biblatex} +\usepackage{hyperref} +\bibliography{biblatex-examples} +% Some generic settings. +\newcommand{\cmd}[1]{\texttt{\textbackslash #1}} +\setlength{\parindent}{0pt} +\begin{document} + +\section*{The \texttt{authortitle-ticomp} style} + +This style essentially combines \texttt{authortitle-terse} and +\texttt{authortitle-icomp}. It will implicitly enable the +\texttt{sortcites} package option at load time. + +\subsection*{Additional package options} + +\subsubsection*{The \texttt{ibidpage} option} + +The scholarly abbreviation \emph{ibidem} is sometimes taken to mean +both `same author~+ same title' and `same author~+ same title~+ same +page' in traditional citation schemes. By default, this is not the +case with this style because it may lead to ambiguous citations. If +you you prefer the wider interpretation of \emph{ibidem}, set the +package option \texttt{ibidpage=true} or simply \texttt{ibidpage} in +the preamble. The default setting is \texttt{ibidpage=false}. + +\subsubsection*{The \texttt{dashed} option} + +By default, this style replaces recurrent authors/editors in the +bibliography by a dash so that items by the same author or editor +are visually grouped. This feature is controlled by the package +option \texttt{dashed}. Setting \texttt{dashed=false} in the +preamble will disable this feature. The default setting is +\texttt{dashed=true}. + +\subsection*{\cmd{cite} examples} + +\cite{averroes/bland} + +\cite{aristotle:physics} + +\cite{aristotle:rhetoric} + +\cite{aristotle:rhetoric} + +\subsection*{Multiple citations} + +\cite{aristotle:rhetoric,averroes/bland,aristotle:physics,aristotle:poetics} + +\clearpage +\printbibliography + +\end{document} diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/70-style-verbose.pdf b/Master/texmf-dist/doc/latex/biblatex/examples/70-style-verbose.pdf Binary files differindex 87b1aed8b0e..9f94d8bbcf3 100644 --- a/Master/texmf-dist/doc/latex/biblatex/examples/70-style-verbose.pdf +++ b/Master/texmf-dist/doc/latex/biblatex/examples/70-style-verbose.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/70-style-verbose.tex b/Master/texmf-dist/doc/latex/biblatex/examples/70-style-verbose.tex index e6b82460688..27af0cb71fe 100644 --- a/Master/texmf-dist/doc/latex/biblatex/examples/70-style-verbose.tex +++ b/Master/texmf-dist/doc/latex/biblatex/examples/70-style-verbose.tex @@ -20,6 +20,82 @@ This style is intended for citations given in footnotes. \subsection*{Additional package options} +\subsubsection*{The \texttt{citepages} option} + +Use this option to fine-tune the formatting of the \texttt{pages} +and \texttt{pagetotal} fields in verbose citations. When an entry +with a \texttt{pages} field is cited for the first time and the +\texttt{postnote} is a page number or a page range, the citation +will end with two page specifications: + +\begin{quote} +Author. \enquote{Title.} In: \emph{Book,} pp.\,100--150, p.\,125. +\end{quote} +% +In this example, \enquote{125} is the \texttt{postnote} and +\enquote{100--150} is the \texttt{pages} field (there are similar +issues with the \texttt{pagetotal} field). This may be confusing to +the reader. The \texttt{citepages} option controls how to deal with +these fields in this case. The option works as follows, given these +citations as an example: + +\begin{verbatim} +\cite{key} +\cite[a note]{key} +\cite[125]{key} +\end{verbatim} +% +\texttt{citepages=permit} allows duplicates, i.e., the style will +print both the \texttt{pages}\slash \texttt{pagetotal} and the +\texttt{postnote}. This is the default setting: + +\begin{quote} +Author. \enquote{Title.} In: \emph{Book,} pp.\,100--150. + +Author. \enquote{Title.} In: \emph{Book,} pp.\,100--150, a note. + +Author. \enquote{Title.} In: \emph{Book,} pp.\,100--150, p.\,125. +\end{quote} +% +\texttt{citepages=suppress} unconditionally suppresses the +\texttt{pages}\slash \texttt{pagetotal} fields in citations, +regardless of the \texttt{postnote}: + +\begin{quote} +Author. \enquote{Title.} In: \emph{Book.} + +Author. \enquote{Title.} In: \emph{Book,} a note. + +Author. \enquote{Title.} In: \emph{Book,} p.\,125. +\end{quote} +% +\texttt{citepages=omit} suppresses the \texttt{pages}\slash +\texttt{pagetotal} in the third case only. They are still printed if +there is no \texttt{postnote} or if the \texttt{postnote} is not a +number or range: + +\begin{quote} +Author. \enquote{Title.} In: \emph{Book,} pp.\,100--150. + +Author. \enquote{Title.} In: \emph{Book,} pp.\,100--150, a note. + +Author. \enquote{Title.} In: \emph{Book,} p.\,125. +\end{quote} +% +\texttt{citepages=separate} separates the \texttt{pages}\slash +\texttt{pagetotal} from the \texttt{postnote} in the third case: + +\begin{quote} +Author. \enquote{Title.} In: \emph{Book,} pp.\,100--150. + +Author. \enquote{Title.} In: \emph{Book,} pp.\,100--150, a note. + +Author. \enquote{Title.} In: \emph{Book,} pp.\,100--150, esp. p.\,125. +\end{quote} +% +The string \enquote{especially} in the third case is the bibliography +string \texttt{thiscite}, which may be redefined. + \subsubsection*{The \texttt{dashed} option} By default, this style replaces recurrent authors/editors in the @@ -29,6 +105,8 @@ option \texttt{dashed}. Setting \texttt{dashed=false} in the preamble will disable this feature. The default setting is \texttt{dashed=true}. +\clearpage + \subsection*{\cmd{footcite} examples} % The initial citation of an entry includes all the data. diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/71-style-verbose-ibid.pdf b/Master/texmf-dist/doc/latex/biblatex/examples/71-style-verbose-ibid.pdf Binary files differindex 99414a5be27..b226f90ee5c 100644 --- a/Master/texmf-dist/doc/latex/biblatex/examples/71-style-verbose-ibid.pdf +++ b/Master/texmf-dist/doc/latex/biblatex/examples/71-style-verbose-ibid.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/71-style-verbose-ibid.tex b/Master/texmf-dist/doc/latex/biblatex/examples/71-style-verbose-ibid.tex index d716f60ee2a..a88e544a257 100644 --- a/Master/texmf-dist/doc/latex/biblatex/examples/71-style-verbose-ibid.tex +++ b/Master/texmf-dist/doc/latex/biblatex/examples/71-style-verbose-ibid.tex @@ -32,6 +32,82 @@ you you prefer the wider interpretation of \emph{ibidem}, set the package option \texttt{ibidpage=true} or simply \texttt{ibidpage} in the preamble. The default setting is \texttt{ibidpage=false}. +\subsubsection*{The \texttt{citepages} option} + +Use this option to fine-tune the formatting of the \texttt{pages} +and \texttt{pagetotal} fields in verbose citations. When an entry +with a \texttt{pages} field is cited for the first time and the +\texttt{postnote} is a page number or a page range, the citation +will end with two page specifications: + +\begin{quote} +Author. \enquote{Title.} In: \emph{Book,} pp.\,100--150, p.\,125. +\end{quote} +% +In this example, \enquote{125} is the \texttt{postnote} and +\enquote{100--150} is the \texttt{pages} field (there are similar +issues with the \texttt{pagetotal} field). This may be confusing to +the reader. The \texttt{citepages} option controls how to deal with +these fields in this case. The option works as follows, given these +citations as an example: + +\begin{verbatim} +\cite{key} +\cite[a note]{key} +\cite[125]{key} +\end{verbatim} +% +\texttt{citepages=permit} allows duplicates, i.e., the style will +print both the \texttt{pages}\slash \texttt{pagetotal} and the +\texttt{postnote}. This is the default setting: + +\begin{quote} +Author. \enquote{Title.} In: \emph{Book,} pp.\,100--150. + +Author. \enquote{Title.} In: \emph{Book,} pp.\,100--150, a note. + +Author. \enquote{Title.} In: \emph{Book,} pp.\,100--150, p.\,125. +\end{quote} +% +\texttt{citepages=suppress} unconditionally suppresses the +\texttt{pages}\slash \texttt{pagetotal} fields in citations, +regardless of the \texttt{postnote}: + +\begin{quote} +Author. \enquote{Title.} In: \emph{Book.} + +Author. \enquote{Title.} In: \emph{Book,} a note. + +Author. \enquote{Title.} In: \emph{Book,} p.\,125. +\end{quote} +% +\texttt{citepages=omit} suppresses the \texttt{pages}\slash +\texttt{pagetotal} in the third case only. They are still printed if +there is no \texttt{postnote} or if the \texttt{postnote} is not a +number or range: + +\begin{quote} +Author. \enquote{Title.} In: \emph{Book,} pp.\,100--150. + +Author. \enquote{Title.} In: \emph{Book,} pp.\,100--150, a note. + +Author. \enquote{Title.} In: \emph{Book,} p.\,125. +\end{quote} +% +\texttt{citepages=separate} separates the \texttt{pages}\slash +\texttt{pagetotal} from the \texttt{postnote} in the third case: + +\begin{quote} +Author. \enquote{Title.} In: \emph{Book,} pp.\,100--150. + +Author. \enquote{Title.} In: \emph{Book,} pp.\,100--150, a note. + +Author. \enquote{Title.} In: \emph{Book,} pp.\,100--150, esp. p.\,125. +\end{quote} +% +The string \enquote{especially} in the third case is the bibliography +string \texttt{thiscite}, which may be redefined. + \subsubsection*{The \texttt{dashed} option} By default, this style replaces recurrent authors/editors in the @@ -50,6 +126,8 @@ redefine \cmd{mkibid} as follows: \renewcommand*{\mkibid}{\emph} \end{verbatim} +\clearpage + \subsection*{\cmd{footcite} examples} % The initial citation of an entry includes all the data. diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/72-style-verbose-note.pdf b/Master/texmf-dist/doc/latex/biblatex/examples/72-style-verbose-note.pdf Binary files differindex f185fc5976f..a20ddf438f4 100644 --- a/Master/texmf-dist/doc/latex/biblatex/examples/72-style-verbose-note.pdf +++ b/Master/texmf-dist/doc/latex/biblatex/examples/72-style-verbose-note.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/72-style-verbose-note.tex b/Master/texmf-dist/doc/latex/biblatex/examples/72-style-verbose-note.tex index 6e9797fd6c9..8988849cbf3 100644 --- a/Master/texmf-dist/doc/latex/biblatex/examples/72-style-verbose-note.tex +++ b/Master/texmf-dist/doc/latex/biblatex/examples/72-style-verbose-note.tex @@ -21,15 +21,6 @@ is exclusively intended for citations given in footnotes. \subsection*{Additional package options} -\subsubsection*{The \texttt{dashed} option} - -By default, this style replaces recurrent authors/editors in the -bibliography by a dash so that items by the same author or editor -are visually grouped. This feature is controlled by the package -option \texttt{dashed}. Setting \texttt{dashed=false} in the -preamble will disable this feature. The default setting is -\texttt{dashed=true}. - \subsubsection*{The \texttt{pageref} option} By default, this style does not add a page reference to the footnote @@ -37,11 +28,98 @@ pointers, i.e., they are rendered as `see note~3'. If you want such references to be rendered as `see note~3, page~5' instead, set the package option \texttt{pageref=true} or simply \texttt{pageref} in the preamble. This will add the page number to the footnote pointer -whenever the footnote the pointer refers to is located on a +whenever the footnote to which the pointer refers is located on a different page or page spread (depending on the setting of the \texttt{pagetracker} option). The default setting is \texttt{pageref=false}. +\subsubsection*{The \texttt{citepages} option} + +Use this option to fine-tune the formatting of the \texttt{pages} +and \texttt{pagetotal} fields in verbose citations. When an entry +with a \texttt{pages} field is cited for the first time and the +\texttt{postnote} is a page number or a page range, the citation +will end with two page specifications: + +\begin{quote} +Author. \enquote{Title.} In: \emph{Book,} pp.\,100--150, p.\,125. +\end{quote} +% +In this example, \enquote{125} is the \texttt{postnote} and +\enquote{100--150} is the \texttt{pages} field (there are similar +issues with the \texttt{pagetotal} field). This may be confusing to +the reader. The \texttt{citepages} option controls how to deal with +these fields in this case. The option works as follows, given these +citations as an example: + +\begin{verbatim} +\cite{key} +\cite[a note]{key} +\cite[125]{key} +\end{verbatim} +% +\texttt{citepages=permit} allows duplicates, i.e., the style will +print both the \texttt{pages}\slash \texttt{pagetotal} and the +\texttt{postnote}. This is the default setting: + +\begin{quote} +Author. \enquote{Title.} In: \emph{Book,} pp.\,100--150. + +Author. \enquote{Title.} In: \emph{Book,} pp.\,100--150, a note. + +Author. \enquote{Title.} In: \emph{Book,} pp.\,100--150, p.\,125. +\end{quote} +% +\texttt{citepages=suppress} unconditionally suppresses the +\texttt{pages}\slash \texttt{pagetotal} fields in citations, +regardless of the \texttt{postnote}: + +\begin{quote} +Author. \enquote{Title.} In: \emph{Book.} + +Author. \enquote{Title.} In: \emph{Book,} a note. + +Author. \enquote{Title.} In: \emph{Book,} p.\,125. +\end{quote} +% +\texttt{citepages=omit} suppresses the \texttt{pages}\slash +\texttt{pagetotal} in the third case only. They are still printed if +there is no \texttt{postnote} or if the \texttt{postnote} is not a +number or range: + +\begin{quote} +Author. \enquote{Title.} In: \emph{Book,} pp.\,100--150. + +Author. \enquote{Title.} In: \emph{Book,} pp.\,100--150, a note. + +Author. \enquote{Title.} In: \emph{Book,} p.\,125. +\end{quote} +% +\texttt{citepages=separate} separates the \texttt{pages}\slash +\texttt{pagetotal} from the \texttt{postnote} in the third case: + +\begin{quote} +Author. \enquote{Title.} In: \emph{Book,} pp.\,100--150. + +Author. \enquote{Title.} In: \emph{Book,} pp.\,100--150, a note. + +Author. \enquote{Title.} In: \emph{Book,} pp.\,100--150, esp. p.\,125. +\end{quote} +% +The string \enquote{especially} in the third case is the bibliography +string \texttt{thiscite}, which may be redefined. + +\subsubsection*{The \texttt{dashed} option} + +By default, this style replaces recurrent authors/editors in the +bibliography by a dash so that items by the same author or editor +are visually grouped. This feature is controlled by the package +option \texttt{dashed}. Setting \texttt{dashed=false} in the +preamble will disable this feature. The default setting is +\texttt{dashed=true}. + +\clearpage + \subsection*{\cmd{footcite} examples} % The initial citation of an entry includes all the data. diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/73-style-verbose-inote.pdf b/Master/texmf-dist/doc/latex/biblatex/examples/73-style-verbose-inote.pdf Binary files differindex 882357be53b..f429bf8ed7c 100644 --- a/Master/texmf-dist/doc/latex/biblatex/examples/73-style-verbose-inote.pdf +++ b/Master/texmf-dist/doc/latex/biblatex/examples/73-style-verbose-inote.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/73-style-verbose-inote.tex b/Master/texmf-dist/doc/latex/biblatex/examples/73-style-verbose-inote.tex index 3f4cc7123cd..7bd051346e3 100644 --- a/Master/texmf-dist/doc/latex/biblatex/examples/73-style-verbose-inote.tex +++ b/Master/texmf-dist/doc/latex/biblatex/examples/73-style-verbose-inote.tex @@ -21,6 +21,18 @@ exclusively intended for citations given in footnotes. \subsection*{Additional package options} +\subsubsection*{The \texttt{pageref} option} + +By default, this style does not add a page reference to the footnote +pointers, i.e., they are rendered as `see note~3'. If you want such +references to be rendered as `see note~3, page~5' instead, set the +package option \texttt{pageref=true} or simply \texttt{pageref} in +the preamble. This will add the page number to the footnote pointer +whenever the footnote to which the pointer refers is located on a +different page or page spread (depending on the setting of the +\texttt{pagetracker} option). The default setting is +\texttt{pageref=false}. + \subsubsection*{The \texttt{ibidpage} option} The scholarly abbreviation \emph{ibidem} is sometimes taken to mean @@ -31,6 +43,82 @@ you you prefer the wider interpretation of \emph{ibidem}, set the package option \texttt{ibidpage=true} or simply \texttt{ibidpage} in the preamble. The default setting is \texttt{ibidpage=false}. +\subsubsection*{The \texttt{citepages} option} + +Use this option to fine-tune the formatting of the \texttt{pages} +and \texttt{pagetotal} fields in verbose citations. When an entry +with a \texttt{pages} field is cited for the first time and the +\texttt{postnote} is a page number or a page range, the citation +will end with two page specifications: + +\begin{quote} +Author. \enquote{Title.} In: \emph{Book,} pp.\,100--150, p.\,125. +\end{quote} +% +In this example, \enquote{125} is the \texttt{postnote} and +\enquote{100--150} is the \texttt{pages} field (there are similar +issues with the \texttt{pagetotal} field). This may be confusing to +the reader. The \texttt{citepages} option controls how to deal with +these fields in this case. The option works as follows, given these +citations as an example: + +\begin{verbatim} +\cite{key} +\cite[a note]{key} +\cite[125]{key} +\end{verbatim} +% +\texttt{citepages=permit} allows duplicates, i.e., the style will +print both the \texttt{pages}\slash \texttt{pagetotal} and the +\texttt{postnote}. This is the default setting: + +\begin{quote} +Author. \enquote{Title.} In: \emph{Book,} pp.\,100--150. + +Author. \enquote{Title.} In: \emph{Book,} pp.\,100--150, a note. + +Author. \enquote{Title.} In: \emph{Book,} pp.\,100--150, p.\,125. +\end{quote} +% +\texttt{citepages=suppress} unconditionally suppresses the +\texttt{pages}\slash \texttt{pagetotal} fields in citations, +regardless of the \texttt{postnote}: + +\begin{quote} +Author. \enquote{Title.} In: \emph{Book.} + +Author. \enquote{Title.} In: \emph{Book,} a note. + +Author. \enquote{Title.} In: \emph{Book,} p.\,125. +\end{quote} +% +\texttt{citepages=omit} suppresses the \texttt{pages}\slash +\texttt{pagetotal} in the third case only. They are still printed if +there is no \texttt{postnote} or if the \texttt{postnote} is not a +number or range: + +\begin{quote} +Author. \enquote{Title.} In: \emph{Book,} pp.\,100--150. + +Author. \enquote{Title.} In: \emph{Book,} pp.\,100--150, a note. + +Author. \enquote{Title.} In: \emph{Book,} p.\,125. +\end{quote} +% +\texttt{citepages=separate} separates the \texttt{pages}\slash +\texttt{pagetotal} from the \texttt{postnote} in the third case: + +\begin{quote} +Author. \enquote{Title.} In: \emph{Book,} pp.\,100--150. + +Author. \enquote{Title.} In: \emph{Book,} pp.\,100--150, a note. + +Author. \enquote{Title.} In: \emph{Book,} pp.\,100--150, esp. p.\,125. +\end{quote} +% +The string \enquote{especially} in the third case is the bibliography +string \texttt{thiscite}, which may be redefined. + \subsubsection*{The \texttt{dashed} option} By default, this style replaces recurrent authors/editors in the @@ -40,18 +128,6 @@ option \texttt{dashed}. Setting \texttt{dashed=false} in the preamble will disable this feature. The default setting is \texttt{dashed=true}. -\subsubsection*{The \texttt{pageref} option} - -By default, this style does not add a page reference to the footnote -pointers, i.e., they are rendered as `see note~3'. If you want such -references to be rendered as `see note~3, page~5' instead, set the -package option \texttt{pageref=true} or simply \texttt{pageref} in -the preamble. This will add the page number to the footnote pointer -whenever the footnote the pointer refers to is located on a -different page or page spread (depending on the setting of the -\texttt{pagetracker} option). The default setting is -\texttt{pageref=false}. - \subsection*{Hints} If you want terms such as \emph{ibidem} to be printed in italics, @@ -61,6 +137,8 @@ redefine \cmd{mkibid} as follows: \renewcommand*{\mkibid}{\emph} \end{verbatim} +\clearpage + \subsection*{\cmd{footcite} examples} % The initial citation of an entry includes all the data. diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/74-style-verbose-trad1.pdf b/Master/texmf-dist/doc/latex/biblatex/examples/74-style-verbose-trad1.pdf Binary files differindex 2b12aa53074..700dd4a2033 100644 --- a/Master/texmf-dist/doc/latex/biblatex/examples/74-style-verbose-trad1.pdf +++ b/Master/texmf-dist/doc/latex/biblatex/examples/74-style-verbose-trad1.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/74-style-verbose-trad1.tex b/Master/texmf-dist/doc/latex/biblatex/examples/74-style-verbose-trad1.tex index e682e58e7bb..adffa130154 100644 --- a/Master/texmf-dist/doc/latex/biblatex/examples/74-style-verbose-trad1.tex +++ b/Master/texmf-dist/doc/latex/biblatex/examples/74-style-verbose-trad1.tex @@ -122,15 +122,6 @@ Here's an example of how this citation scheme works: \subsection*{Additional package options} -\subsubsection*{The \texttt{dashed} option} - -By default, this style replaces recurrent authors/editors in the -bibliography by a dash so that items by the same author or editor -are visually grouped. This feature is controlled by the package -option \texttt{dashed}. Setting \texttt{dashed=false} in the -preamble will disable this feature. The default setting is -\texttt{dashed=true}. - \subsubsection*{The \texttt{ibidpage} option} The scholarly abbreviation \emph{ibidem} is sometimes taken to mean @@ -198,6 +189,91 @@ discursive citation with \cmd{mancite} when required: % This will suppress the \emph{ibidem} in the last footnote. +\subsubsection*{The \texttt{citepages} option} + +Use this option to fine-tune the formatting of the \texttt{pages} +and \texttt{pagetotal} fields in verbose citations. When an entry +with a \texttt{pages} field is cited for the first time and the +\texttt{postnote} is a page number or a page range, the citation +will end with two page specifications: + +\begin{quote} +Author. \enquote{Title.} In: \emph{Book,} pp.\,100--150, p.\,125. +\end{quote} +% +In this example, \enquote{125} is the \texttt{postnote} and +\enquote{100--150} is the \texttt{pages} field (there are similar +issues with the \texttt{pagetotal} field). This may be confusing to +the reader. The \texttt{citepages} option controls how to deal with +these fields in this case. The option works as follows, given these +citations as an example: + +\begin{verbatim} +\cite{key} +\cite[a note]{key} +\cite[125]{key} +\end{verbatim} +% +\texttt{citepages=permit} allows duplicates, i.e., the style will +print both the \texttt{pages}\slash \texttt{pagetotal} and the +\texttt{postnote}. This is the default setting: + +\begin{quote} +Author. \enquote{Title.} In: \emph{Book,} pp.\,100--150. + +Author. \enquote{Title.} In: \emph{Book,} pp.\,100--150, a note. + +Author. \enquote{Title.} In: \emph{Book,} pp.\,100--150, p.\,125. +\end{quote} +% +\texttt{citepages=suppress} unconditionally suppresses the +\texttt{pages}\slash \texttt{pagetotal} fields in citations, +regardless of the \texttt{postnote}: + +\begin{quote} +Author. \enquote{Title.} In: \emph{Book.} + +Author. \enquote{Title.} In: \emph{Book,} a note. + +Author. \enquote{Title.} In: \emph{Book,} p.\,125. +\end{quote} +% +\texttt{citepages=omit} suppresses the \texttt{pages}\slash +\texttt{pagetotal} in the third case only. They are still printed if +there is no \texttt{postnote} or if the \texttt{postnote} is not a +number or range: + +\begin{quote} +Author. \enquote{Title.} In: \emph{Book,} pp.\,100--150. + +Author. \enquote{Title.} In: \emph{Book,} pp.\,100--150, a note. + +Author. \enquote{Title.} In: \emph{Book,} p.\,125. +\end{quote} +% +\texttt{citepages=separate} separates the \texttt{pages}\slash +\texttt{pagetotal} from the \texttt{postnote} in the third case: + +\begin{quote} +Author. \enquote{Title.} In: \emph{Book,} pp.\,100--150. + +Author. \enquote{Title.} In: \emph{Book,} pp.\,100--150, a note. + +Author. \enquote{Title.} In: \emph{Book,} pp.\,100--150, esp. p.\,125. +\end{quote} +% +The string \enquote{especially} in the third case is the bibliography +string \texttt{thiscite}, which may be redefined. + +\subsubsection*{The \texttt{dashed} option} + +By default, this style replaces recurrent authors/editors in the +bibliography by a dash so that items by the same author or editor +are visually grouped. This feature is controlled by the package +option \texttt{dashed}. Setting \texttt{dashed=false} in the +preamble will disable this feature. The default setting is +\texttt{dashed=true}. + \subsection*{Hints and caveats} If you want terms such as \emph{ibidem} to be printed in italics, diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/75-style-verbose-trad2.pdf b/Master/texmf-dist/doc/latex/biblatex/examples/75-style-verbose-trad2.pdf Binary files differindex a92ba2af2e9..ddd5505ed48 100644 --- a/Master/texmf-dist/doc/latex/biblatex/examples/75-style-verbose-trad2.pdf +++ b/Master/texmf-dist/doc/latex/biblatex/examples/75-style-verbose-trad2.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/75-style-verbose-trad2.tex b/Master/texmf-dist/doc/latex/biblatex/examples/75-style-verbose-trad2.tex index fed2a5d84a9..483e9457f00 100644 --- a/Master/texmf-dist/doc/latex/biblatex/examples/75-style-verbose-trad2.tex +++ b/Master/texmf-dist/doc/latex/biblatex/examples/75-style-verbose-trad2.tex @@ -40,15 +40,6 @@ style. \subsection*{Additional package options} -\subsubsection*{The \texttt{dashed} option} - -By default, this style replaces recurrent authors/editors in the -bibliography by a dash so that items by the same author or editor -are visually grouped. This feature is controlled by the package -option \texttt{dashed}. Setting \texttt{dashed=false} in the -preamble will disable this feature. The default setting is -\texttt{dashed=true}. - \subsubsection*{The \texttt{ibidpage} option} The scholarly abbreviation \emph{ibidem} is sometimes taken to mean @@ -116,6 +107,91 @@ discursive citation with \cmd{mancite} when required: % This will suppress the \emph{ibidem} in the last footnote. +\subsubsection*{The \texttt{citepages} option} + +Use this option to fine-tune the formatting of the \texttt{pages} +and \texttt{pagetotal} fields in verbose citations. When an entry +with a \texttt{pages} field is cited for the first time and the +\texttt{postnote} is a page number or a page range, the citation +will end with two page specifications: + +\begin{quote} +Author. \enquote{Title.} In: \emph{Book,} pp.\,100--150, p.\,125. +\end{quote} +% +In this example, \enquote{125} is the \texttt{postnote} and +\enquote{100--150} is the \texttt{pages} field (there are similar +issues with the \texttt{pagetotal} field). This may be confusing to +the reader. The \texttt{citepages} option controls how to deal with +these fields in this case. The option works as follows, given these +citations as an example: + +\begin{verbatim} +\cite{key} +\cite[a note]{key} +\cite[125]{key} +\end{verbatim} +% +\texttt{citepages=permit} allows duplicates, i.e., the style will +print both the \texttt{pages}\slash \texttt{pagetotal} and the +\texttt{postnote}. This is the default setting: + +\begin{quote} +Author. \enquote{Title.} In: \emph{Book,} pp.\,100--150. + +Author. \enquote{Title.} In: \emph{Book,} pp.\,100--150, a note. + +Author. \enquote{Title.} In: \emph{Book,} pp.\,100--150, p.\,125. +\end{quote} +% +\texttt{citepages=suppress} unconditionally suppresses the +\texttt{pages}\slash \texttt{pagetotal} fields in citations, +regardless of the \texttt{postnote}: + +\begin{quote} +Author. \enquote{Title.} In: \emph{Book.} + +Author. \enquote{Title.} In: \emph{Book,} a note. + +Author. \enquote{Title.} In: \emph{Book,} p.\,125. +\end{quote} +% +\texttt{citepages=omit} suppresses the \texttt{pages}\slash +\texttt{pagetotal} in the third case only. They are still printed if +there is no \texttt{postnote} or if the \texttt{postnote} is not a +number or range: + +\begin{quote} +Author. \enquote{Title.} In: \emph{Book,} pp.\,100--150. + +Author. \enquote{Title.} In: \emph{Book,} pp.\,100--150, a note. + +Author. \enquote{Title.} In: \emph{Book,} p.\,125. +\end{quote} +% +\texttt{citepages=separate} separates the \texttt{pages}\slash +\texttt{pagetotal} from the \texttt{postnote} in the third case: + +\begin{quote} +Author. \enquote{Title.} In: \emph{Book,} pp.\,100--150. + +Author. \enquote{Title.} In: \emph{Book,} pp.\,100--150, a note. + +Author. \enquote{Title.} In: \emph{Book,} pp.\,100--150, esp. p.\,125. +\end{quote} +% +The string \enquote{especially} in the third case is the bibliography +string \texttt{thiscite}, which may be redefined. + +\subsubsection*{The \texttt{dashed} option} + +By default, this style replaces recurrent authors/editors in the +bibliography by a dash so that items by the same author or editor +are visually grouped. This feature is controlled by the package +option \texttt{dashed}. Setting \texttt{dashed=false} in the +preamble will disable this feature. The default setting is +\texttt{dashed=true}. + \subsection*{Hints} If you want terms such as \emph{ibidem} to be printed in italics, diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/76-style-verbose-trad3.pdf b/Master/texmf-dist/doc/latex/biblatex/examples/76-style-verbose-trad3.pdf Binary files differindex f6f41948d2d..ae4703c2460 100644 --- a/Master/texmf-dist/doc/latex/biblatex/examples/76-style-verbose-trad3.pdf +++ b/Master/texmf-dist/doc/latex/biblatex/examples/76-style-verbose-trad3.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/76-style-verbose-trad3.tex b/Master/texmf-dist/doc/latex/biblatex/examples/76-style-verbose-trad3.tex index d1656abcf60..408b4d9a8e9 100644 --- a/Master/texmf-dist/doc/latex/biblatex/examples/76-style-verbose-trad3.tex +++ b/Master/texmf-dist/doc/latex/biblatex/examples/76-style-verbose-trad3.tex @@ -31,19 +31,14 @@ \section*{The \texttt{verbose-trad3} style} -This is another traditional style which uses the scholarly abbreviations \emph{ibidem} and \emph{op.~cit.} In contrast to \texttt{verbose-trad2}, \emph{ibidem} denotes `same author~+ same title~+ same page' and \emph{op.~cit.} denotes `same author~+ same title' in this style. All other citations are based on the title. +This is another traditional style which uses the scholarly +abbreviations \emph{ibidem} and \emph{op.~cit.} In contrast to +\texttt{verbose-trad2}, \emph{ibidem} denotes `same author~+ same +title~+ same page' and \emph{op.~cit.} denotes `same author~+ same +title' in this style. All other citations are based on the title. \subsection*{Additional package options} -\subsubsection*{The \texttt{dashed} option} - -By default, this style replaces recurrent authors/editors in the -bibliography by a dash so that items by the same author or editor -are visually grouped. This feature is controlled by the package -option \texttt{dashed}. Setting \texttt{dashed=false} in the -preamble will disable this feature. The default setting is -\texttt{dashed=true}. - \subsubsection*{The \texttt{strict} option} By default, this style will only use \emph{ibidem} and @@ -68,7 +63,12 @@ This could be rendered as follows: \footcite{aristotle:anima} \end{pseudofootnotes} % -What does the \emph{op.~cit.} in the last footnote refer to? The last formal citation, as given in the first and the second footnote (\emph{De Anima}), or the informal reference in the third one (\emph{Rhetoric})? Too avoid such citations, this style will only use abbreviations if the respective citations are given in the same footnote or in consecutive footnotes: +What does the \emph{op.~cit.} in the last footnote refer to? The +last formal citation, as given in the first and the second footnote +(\emph{De Anima}), or the informal reference in the third one +(\emph{Rhetoric})? Too avoid such citations, this style will only +use abbreviations if the respective citations are given in the same +footnote or in consecutive footnotes: \begin{pseudofootnotes*} \footcite{aristotle:anima} @@ -92,6 +92,91 @@ discursive citation with \cmd{mancite} when required: % This will suppress the \emph{op.~cit.} in the last footnote. +\subsubsection*{The \texttt{citepages} option} + +Use this option to fine-tune the formatting of the \texttt{pages} +and \texttt{pagetotal} fields in verbose citations. When an entry +with a \texttt{pages} field is cited for the first time and the +\texttt{postnote} is a page number or a page range, the citation +will end with two page specifications: + +\begin{quote} +Author. \enquote{Title.} In: \emph{Book,} pp.\,100--150, p.\,125. +\end{quote} +% +In this example, \enquote{125} is the \texttt{postnote} and +\enquote{100--150} is the \texttt{pages} field (there are similar +issues with the \texttt{pagetotal} field). This may be confusing to +the reader. The \texttt{citepages} option controls how to deal with +these fields in this case. The option works as follows, given these +citations as an example: + +\begin{verbatim} +\cite{key} +\cite[a note]{key} +\cite[125]{key} +\end{verbatim} +% +\texttt{citepages=permit} allows duplicates, i.e., the style will +print both the \texttt{pages}\slash \texttt{pagetotal} and the +\texttt{postnote}. This is the default setting: + +\begin{quote} +Author. \enquote{Title.} In: \emph{Book,} pp.\,100--150. + +Author. \enquote{Title.} In: \emph{Book,} pp.\,100--150, a note. + +Author. \enquote{Title.} In: \emph{Book,} pp.\,100--150, p.\,125. +\end{quote} +% +\texttt{citepages=suppress} unconditionally suppresses the +\texttt{pages}\slash \texttt{pagetotal} fields in citations, +regardless of the \texttt{postnote}: + +\begin{quote} +Author. \enquote{Title.} In: \emph{Book.} + +Author. \enquote{Title.} In: \emph{Book,} a note. + +Author. \enquote{Title.} In: \emph{Book,} p.\,125. +\end{quote} +% +\texttt{citepages=omit} suppresses the \texttt{pages}\slash +\texttt{pagetotal} in the third case only. They are still printed if +there is no \texttt{postnote} or if the \texttt{postnote} is not a +number or range: + +\begin{quote} +Author. \enquote{Title.} In: \emph{Book,} pp.\,100--150. + +Author. \enquote{Title.} In: \emph{Book,} pp.\,100--150, a note. + +Author. \enquote{Title.} In: \emph{Book,} p.\,125. +\end{quote} +% +\texttt{citepages=separate} separates the \texttt{pages}\slash +\texttt{pagetotal} from the \texttt{postnote} in the third case: + +\begin{quote} +Author. \enquote{Title.} In: \emph{Book,} pp.\,100--150. + +Author. \enquote{Title.} In: \emph{Book,} pp.\,100--150, a note. + +Author. \enquote{Title.} In: \emph{Book,} pp.\,100--150, esp. p.\,125. +\end{quote} +% +The string \enquote{especially} in the third case is the bibliography +string \texttt{thiscite}, which may be redefined. + +\subsubsection*{The \texttt{dashed} option} + +By default, this style replaces recurrent authors/editors in the +bibliography by a dash so that items by the same author or editor +are visually grouped. This feature is controlled by the package +option \texttt{dashed}. Setting \texttt{dashed=false} in the +preamble will disable this feature. The default setting is +\texttt{dashed=true}. + \subsection*{Hints} If you want terms such as \emph{ibidem} to be printed in italics, diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/80-style-reading.pdf b/Master/texmf-dist/doc/latex/biblatex/examples/80-style-reading.pdf Binary files differindex 2c3b54a6561..7eb2685521f 100644 --- a/Master/texmf-dist/doc/latex/biblatex/examples/80-style-reading.pdf +++ b/Master/texmf-dist/doc/latex/biblatex/examples/80-style-reading.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/80-style-reading.tex b/Master/texmf-dist/doc/latex/biblatex/examples/80-style-reading.tex index b894888fa14..68ff47a59ad 100644 --- a/Master/texmf-dist/doc/latex/biblatex/examples/80-style-reading.tex +++ b/Master/texmf-dist/doc/latex/biblatex/examples/80-style-reading.tex @@ -70,7 +70,7 @@ On the next page, there are some examples with all options at their default sett \clearpage -\nocite{laufenberg,kastenholz,padhye,sigfridsson,itzhaki} +\nocite{laufenberg,kastenholz,padhye,sigfridsson,itzhaki,wassenberg} \printbibliography \end{document} diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/81-style-draft.pdf b/Master/texmf-dist/doc/latex/biblatex/examples/81-style-draft.pdf Binary files differindex 301dab4340e..485023583f4 100644 --- a/Master/texmf-dist/doc/latex/biblatex/examples/81-style-draft.pdf +++ b/Master/texmf-dist/doc/latex/biblatex/examples/81-style-draft.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/82-style-debug.pdf b/Master/texmf-dist/doc/latex/biblatex/examples/82-style-debug.pdf Binary files differindex 112929ea441..01709d113fa 100644 --- a/Master/texmf-dist/doc/latex/biblatex/examples/82-style-debug.pdf +++ b/Master/texmf-dist/doc/latex/biblatex/examples/82-style-debug.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex/examples/biblatex-examples.bib b/Master/texmf-dist/doc/latex/biblatex/examples/biblatex-examples.bib index 97743842b86..590e74e93ae 100644 --- a/Master/texmf-dist/doc/latex/biblatex/examples/biblatex-examples.bib +++ b/Master/texmf-dist/doc/latex/biblatex/examples/biblatex-examples.bib @@ -60,11 +60,11 @@ version = {3}, date = {2004}, pages = {423--491}, - eprint = {math/0307200v3}, eprinttype = {arxiv}, + eprint = {math/0307200v3}, annotation = {An \texttt{article} with \texttt{eprint} and \texttt{eprinttype} fields. Note that the arXiv reference is transformed into a clickable link if - \texttt{hyperref} support has been enabled. Compare \texttt{baez\slash online} + \texttt{hyperref} support has been enabled. Compare \texttt{baez\slash online}, which is the same item given as an \texttt{online} entry} } @@ -212,8 +212,8 @@ volume = {93}, series = {newseries}, number = {1}, - month = {3}, date = {1991}, + month = {3}, pages = {9--27}, annotation = {An \texttt{article} entry with \texttt{series}, \texttt{volume}, and \texttt{number} fields. Note the format of the \texttt{series} which is a @@ -480,6 +480,7 @@ publisher = {Addison-Wesley}, location = {Reading, Mass.}, date = {1994}, + pagetotal = {528}, annotation = {A book with three authors. Note the formatting of the author list. By default, only the first name is reversed in the bibliography} } @@ -1082,13 +1083,11 @@ title = {Higher-Dimensional Algebra V: 2-Groups}, version = {3}, date = {2004-10-27}, - eprint = {math/0307200v3}, eprinttype = {arxiv}, + eprint = {math/0307200v3}, annotation = {An \texttt{online} reference from arXiv. Note the \texttt{eprint} and - \texttt{eprinttype} fields. Also note that the arXiv reference is transformed - into a clickable link if \texttt{hyperref} support has been enabled. Compare - \texttt{baez\slash article} which is the same item given as an \texttt{article} - entry with eprint information} + \texttt{eprinttype} fields. Compare \texttt{baez\slash article} which is the + same item given as an \texttt{article} entry with eprint information} } @Online{ctan, @@ -1113,8 +1112,8 @@ title = {Some remarks on 't Hooft's S-matrix for black holes}, version = {1}, date = {1996-03-11}, - eprint = {hep-th/9603067}, eprinttype = {arxiv}, + eprint = {hep-th/9603067}, annotation = {An \texttt{online} reference from arXiv. Note the \texttt{eprint} and \texttt{eprinttype} fields. Also note that the arXiv reference is transformed into a clickable link if \texttt{hyperref} support has been enabled}, @@ -1139,6 +1138,26 @@ field (\texttt{yyyy-mm-dd}) in the database file.} } +@Online{wassenberg, + hyphenation = {american}, + author = {Wassenberg, Jan and Sanders, Peter}, + title = {Faster Radix Sort via Virtual Memory and Write-Combining}, + version = {1}, + date = {2010-08-17}, + eprinttype = {arxiv}, + eprintclass = {cs.DS}, + eprint = {1008.2849v1}, + annotation = {A recent \texttt{online} reference from arXiv using the new (April 2007 onward) + identifier format. Note the \texttt{eprint}, \texttt{eprinttype}, and + \texttt{eprintclass} fields. Also note that the arXiv reference is transformed + into a clickable link if \texttt{hyperref} support has been enabled}, + abstract = {Sorting algorithms are the deciding factor for the performance of common + operations such as removal of duplicates or database sort-merge joins. This work + focuses on 32-bit integer keys, optionally paired with a 32-bit value. We + present a fast radix sorting algorithm that builds upon a + microarchitecture-aware variant of counting sort} +} + @Patent{almendro, hyphenation = {german}, author = {Almendro, Jos{\'e} L. and Mart{\'i}n, Jacinto and S{\'a}nchez, Alberto and |