From 38b305d3983e9f6bf193cf73e4f70f29fbf38fd8 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 20 Mar 2014 22:50:39 +0000 Subject: biblatex-manuscripts-philology (20mar14) git-svn-id: svn://tug.org/texlive/trunk@33235 c570f23f-e606-0410-a88d-b1316a301751 --- .../biblatex-manuscripts-philology.pdf | Bin 76483 -> 76092 bytes .../biblatex-manuscripts-philology.tex | 48 ++++++++++----------- .../documentation/example.pdf | Bin 6321 -> 34121 bytes .../documentation/example.tex | 2 +- 4 files changed, 24 insertions(+), 26 deletions(-) (limited to 'Master/texmf-dist/doc/latex/biblatex-manuscripts-philology/documentation') diff --git a/Master/texmf-dist/doc/latex/biblatex-manuscripts-philology/documentation/biblatex-manuscripts-philology.pdf b/Master/texmf-dist/doc/latex/biblatex-manuscripts-philology/documentation/biblatex-manuscripts-philology.pdf index b32b36d2b74..28812afef2d 100644 Binary files a/Master/texmf-dist/doc/latex/biblatex-manuscripts-philology/documentation/biblatex-manuscripts-philology.pdf and b/Master/texmf-dist/doc/latex/biblatex-manuscripts-philology/documentation/biblatex-manuscripts-philology.pdf differ diff --git a/Master/texmf-dist/doc/latex/biblatex-manuscripts-philology/documentation/biblatex-manuscripts-philology.tex b/Master/texmf-dist/doc/latex/biblatex-manuscripts-philology/documentation/biblatex-manuscripts-philology.tex index 965f8b476e4..9651ec2d04e 100644 --- a/Master/texmf-dist/doc/latex/biblatex-manuscripts-philology/documentation/biblatex-manuscripts-philology.tex +++ b/Master/texmf-dist/doc/latex/biblatex-manuscripts-philology/documentation/biblatex-manuscripts-philology.tex @@ -19,8 +19,8 @@ subtitle={New data types}, email={maieul maieul net}, author={Maïeul Rouquette}, - revision={1.1.0}, - date={15/03/2014}, + revision={1.1.1}, + date={20/03/2014}, url={https://github.com/maieul/biblatex-manuscripts-philology}} @@ -53,7 +53,7 @@ All issues can be submitted, in French or English, in the GitHub issues page\foo \section{New type and fields} -This package defines one new bibtype \bibtype{manuscript}, which is to be used to defined a manuscript. +This package defines one new bibtype \bibtype{manuscript}, which is to be used to define a manuscript. \subsection{Mandatory} This bibtype has these mandatory fields: @@ -95,7 +95,7 @@ This bibtype can use the optional fields: \fielditem{pagination}{key} the pagination of part of manuscript which is studied. The standard pagination key are allowed, but the package add a new key: \verb+folio+. -\fielditem{shorthand}{litteral} the shorthand of the manuscript. If this field is empty, the entry key will be used as shorthand, except if the option \opt{msnoautoshorthand} is loaded. See \secref{opt:msnoautoshorthand}. +\fielditem{shorthand}{litteral} the shorthand of the manuscript. If this field is empty, the entry key will be used as shorthand, except if the version \opt{manuscript-noauthoshorthand} is loaded. See \secref{noauthoshorthand}. \fielditem{support}{key} the support of the manuscript, which will be translated in your work language. These keys are defined: \texttt{papyrus}, \texttt{paper}, \texttt{pergament}. @@ -135,17 +135,11 @@ When loading the \biblatex package, use the option \opt{bibstyle} with value equ \usepackage[bibstyle=manuscripts,otheroption…]{biblatex} \end{minted} -\subsubsection{Options} +\label{noautoshorthand}If you don't want the \bibfield{shorthand} of the manuscript be auto-defined from the entry key, use \opt{manuscripts-noautoshorthand instead}. - -Loading \biblatex, you can use all the standard \biblatex options. But you can also use these specific options: - -\begin{optionlist} - -\boolitem[false]{msnoautoshorthand}\label{opt:msnoautoshorthand} - -Disable the auto definition of manuscript's shorthand by using the citation key. -\end{optionlist} +\begin{minted}{latex} +\usepackage[bibstyle=manuscripts-noautoshorthand,otheroption…]{biblatex} +\end{minted} \subsection{Citation of one manuscript} The manuscript description is supposed to be used with a \opt{citestyle} of the \emph{verbose} family (see the \biblatex handbook). @@ -182,21 +176,21 @@ If you want to print a list of manuscripts with detailed fields listed in \secre In this case, you must run two times biber: one after the first run of \LaTeX\ and one after the second run, to add in the \file{.bbl} the catalogues. After that, run a three time \LaTeX. -If you use \opt{msnoautoshorthand} option, this list could contain manuscripts without shorthand. By default, the descriptions of such manuscripts will be aligned on the left of the shorthands column. +If you use \opt{manuscripts-noautoshorthand} version, this list could contain manuscripts without shorthand. By default, the descriptions of such manuscripts will be aligned on the left of the shorthands column. \label{bibcheck}An other solution is to make two lists: one with manuscripts with shorthand and one with manuscript withoutshortands. You can add to your \cmd{printbiblography} commands a \opt{bibcheck} option, equal to \opt{withshorthand} or \opt{withoutshorthand}: \begin{minted}{latex} \printbibliography[ - type=manuscript, - env=details, - title=Description of used manuscripts, - check=withshorthand - ] + type=manuscript, + env=details, + title=Description of used manuscripts, + check=withshorthand +] \printbibliography[ - type=manuscript, - title=Description of other manuscripts, - check=withoutshorthand - ] + type=manuscript, + title=Description of other manuscripts, + check=withoutshorthand +] \end{minted} \section{Customization} @@ -244,9 +238,13 @@ The \file{manuscripts.bbx} file defines bibmacros and field formats (read the \b \begin{changelog} +\begin{release}{1.1.1}{2014-03-20} + \item Delete \opt{msnoautoshorthand} option and replace it by the \opt{manuscripts-noautoshorthand} style. \see{noautoshorthand} +\end{release} + \begin{release}{1.1.0}{2014-03-15} +\item Add \opt{msnoautoshorthand} option. \item Add \bibfield{shortcollection} field.\see{field:shortcollection} -\item Add \opt{msnoautoshorthand} option. \see{opt:msnoautoshorthand} \item Add \opt{withshorthand} and \opt{withoutshorthand} bibcheck. \see{bibcheck} \end{release} diff --git a/Master/texmf-dist/doc/latex/biblatex-manuscripts-philology/documentation/example.pdf b/Master/texmf-dist/doc/latex/biblatex-manuscripts-philology/documentation/example.pdf index 8e8ceeb8389..b0b88b7cb3c 100644 Binary files a/Master/texmf-dist/doc/latex/biblatex-manuscripts-philology/documentation/example.pdf and b/Master/texmf-dist/doc/latex/biblatex-manuscripts-philology/documentation/example.pdf differ diff --git a/Master/texmf-dist/doc/latex/biblatex-manuscripts-philology/documentation/example.tex b/Master/texmf-dist/doc/latex/biblatex-manuscripts-philology/documentation/example.tex index d9214964154..1e0d9e88d16 100644 --- a/Master/texmf-dist/doc/latex/biblatex-manuscripts-philology/documentation/example.tex +++ b/Master/texmf-dist/doc/latex/biblatex-manuscripts-philology/documentation/example.tex @@ -3,7 +3,7 @@ \usepackage{polyglossia} \setmainlanguage{english} \setmainfont{Linux Libertine O} -\usepackage[backend=biber,bibstyle=manuscripts,citestyle=verbose,datamodel=manuscripts]{biblatex} +\usepackage[backend=biber,bibstyle=manuscripts,citestyle=verbose]{biblatex} \addbibresource{example.bib} \begin{document} \title{Examples} -- cgit v1.2.3