summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex-bookinarticle/documentation/biblatex-bookinarticle.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-02-07 23:47:42 +0000
committerKarl Berry <karl@freefriends.org>2016-02-07 23:47:42 +0000
commit8c91e2403bf36f6c4501689845f327d0285cfe54 (patch)
treee723b2f3794c0e724c8e253254eef91ad5aa561f /Master/texmf-dist/doc/latex/biblatex-bookinarticle/documentation/biblatex-bookinarticle.tex
parenta908ff5c62ddcb63bf13dd3dc195c837f612ca1a (diff)
biblatex-bookinarticle (7feb16)
git-svn-id: svn://tug.org/texlive/trunk@39617 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-bookinarticle/documentation/biblatex-bookinarticle.tex')
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-bookinarticle/documentation/biblatex-bookinarticle.tex36
1 files changed, 22 insertions, 14 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-bookinarticle/documentation/biblatex-bookinarticle.tex b/Master/texmf-dist/doc/latex/biblatex-bookinarticle/documentation/biblatex-bookinarticle.tex
index 7d467f1ba87..4a5453156e4 100644
--- a/Master/texmf-dist/doc/latex/biblatex-bookinarticle/documentation/biblatex-bookinarticle.tex
+++ b/Master/texmf-dist/doc/latex/biblatex-bookinarticle/documentation/biblatex-bookinarticle.tex
@@ -9,6 +9,7 @@
\usepackage{shortvrb}
\usepackage{pifont}
\usepackage{minted}
+\usepackage{graphics}
% Usefull commands
\newcommand{\biblatex}{biblatex\xspace}
\pretocmd{\bibfield}{\sloppy}{}{}
@@ -20,15 +21,15 @@
subtitle={New data types},
email={maieul <at> maieul <dot> net},
author={Maïeul Rouquette},
- revision={1.2.0},
- date={05/02/2016},
+ revision={1.2.0a},
+ date={07/02/2016},
url={https://github.com/maieul/biblatex-bookinarticle}}
% biblatex
\usepackage[citestyle=verbose]{biblatex}
\usepackage{biblatex-bookinarticle}
\addbibresource{example-bookinarticle.bib}
-
+\addbibresource{example-bookinincollection.bib}
\begin{document}
\printtitlepage
@@ -77,12 +78,12 @@ A new entrytype is defined: \bibtype{bookinincollection}. It use the standard fi
\item \bibfield{author} means the author of the ancient book.
\item \textbf{\bibfield{bookauthor} means the author of the article where the book is edited, e.g. the modern editor of the book}.
\item \bibfield{booksubtitle} means the subtitle of the article where the book is edited.
- \item \bibfield{booktitle} means the title of the article where the book is edited.
- \item \bibfield{maintitle} means the title of the collection were the article is published.
- \item \bibfield{mainsubtitle} means the subtitle of the collection were the article is published.
+ \item \bibfield{booktitle} means the title of the article where the book is edited, in our example \enquote{\enquote{Non tibi proderit hec eruditio}. La versione latina degli \emph{Acta} greci del discepolo Tito}.
+ \item \bibfield{maintitle} means the title of the collection were the article is published, in our example \enquote{Suave mari magno\ldots}.
+ \item \bibfield{mainsubtitle} means the subtitle of the collection were the article is published, in our example \enquote{studi offerti dai colleghi udinesi a Ernesto Berti}.
\item \bibfield{pages} means the pages where the book is edited.
\item \bibfield{substitle} means the subtitle of the edited book.
- \item \bibfield{title} means the title of the edited book. In our example \enquote{Mémoire sur le saint apôtre Barnabé}.
+ \item \bibfield{title} means the title of the edited book. In our example \enquote{Passio Sancti Titi Apostoli, Mense Ianurii die Quarto}.
\end{itemize}
@@ -121,7 +122,16 @@ The \bibfield{crossfield} of a \bibtype{bookinincollection} entry refering to a
See the following example:
-\inputminted{latex}{example-bookinincollection.bib}
+\inputminted[breaklines]{latex}{example-bookinincollection.bib}
+\subsubsection{Summary}
+The graphs~\ref{crossref} summaries the use of cross-referencing.
+
+\begin{figure}
+ \centering
+\includegraphics[height=0.99\textheight]{biblatex-bookinarticle-crossref.pdf}
+\label{crossref}
+\caption{Using crossref's mechanism with \emph{biblatex-bookinarticle}}
+\end{figure}
\subsection{\bibtype{inarticle} Entry Type}
The package also provides a \bibtype{inarticle} Entry Type, to show a section of an article with its own title. It's like \bibtype{bookinarticle}, but the \bibtype{title} field is printed with italic, and not with quotation marks.
@@ -131,13 +141,7 @@ The package also provides a \bibtype{inarticle} Entry Type, to show a section of
The package also provides a \bibtype{inincollection} Entry Type, to show a section of an article with its own title. It's like \bibtype{bookinincollection}, but the \bibtype{title} field is printed with italic, and not with quotation marks.
-\subsection{Loading package}
-The package must be loaded after the \biblatex package:
-\begin{minted}{latex}
-\usepackage[…]{biblatex}
-\usepackage{biblatex-bookinarticle}
-\end{minted}
\subsection{Loading package}
@@ -165,6 +169,10 @@ All issues can be submitted, in French or English, in the GitHub issues page\foo
\begin{changelog}
+\begin{release}{1.2.0a}{2016-02-07}
+\item Fix handbook.
+\end{release}
+
\begin{release}{1.2.0}{2016-02-05}
\item Formate \bibfield{series}, \bibfield{volume} and \bibfield{number} fields of \bibtype{inarticle} and \bibtype{bookinarticle} entries as \bibfield{series}, \bibfield{volume} and \bibfield{number} fields of \bibtype{article} entries.
\end{release}