diff options
author | Karl Berry <karl@freefriends.org> | 2016-10-30 21:54:46 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-10-30 21:54:46 +0000 |
commit | dd9adab98211466c5c4d4e0866497e9938516f1a (patch) | |
tree | 80a37a8a756f3747ba34c4960b18329909ef0713 /Master | |
parent | 0af27b4800d1199d1e9f9535a6654a1ad4eb9137 (diff) |
biblatex-realauthor
git-svn-id: svn://tug.org/texlive/trunk@42390 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/biblatex-realauthor.pdf | bin | 71364 -> 73320 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/biblatex-realauthor.tex | 17 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/example-realauthor.pdf | bin | 17952 -> 17955 bytes | |||
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-realauthor/realauthor.bbx | 65 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/biblatex-realauthor/realauthor.dbx | 2 |
5 files changed, 63 insertions, 21 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/biblatex-realauthor.pdf b/Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/biblatex-realauthor.pdf Binary files differindex 6ec794d27d0..32144ee1fea 100644 --- a/Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/biblatex-realauthor.pdf +++ b/Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/biblatex-realauthor.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/biblatex-realauthor.tex b/Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/biblatex-realauthor.tex index 11643821b4b..e247de01612 100644 --- a/Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/biblatex-realauthor.tex +++ b/Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/biblatex-realauthor.tex @@ -9,6 +9,7 @@ \usepackage{shortvrb} \usepackage{pifont} \usepackage{minted} +\setminted{breaklines} % Usefull commands \newcommand{\biblatex}{biblatex\xspace} \pretocmd{\bibfield}{\sloppy}{}{} @@ -20,8 +21,8 @@ subtitle={New data field}, email={maieul <at> maieul <dot> net}, author={Maïeul Rouquette}, - revision={2.6.0}, - date={08/09/2016}, + revision={2.7.0}, + date={23/10/2016}, url={https://github.com/maieul/biblatex-realauthor}} % biblatex @@ -106,6 +107,9 @@ The default sorting schemes \verb+nty+ is problematic, because it doesn't consid \end{itemize} See the example file to have an illustration. + + +The package also provides \verb-realauthor+manuscripts- and \verb-realauthor+anonymous+manuscripts- sorting schemes to use in combination with the \emph{biblatex-manuscripts-philology} package (please read handbook of this package for more details about it). + \section{Disable realauthor use}\label{userealauthor} The package, or rather \biblatex, defines an \verb+userealauthor+ option, which can be settable on a per-entry basis in the \bibfield{options} field, or by entrytype, using \cmd{ExecuteBibliographyOptions}, or globally, when loading \biblatex. @@ -154,8 +158,13 @@ All issues can be submitted, in French or English, in the GitHub issues page\foo \section{Change history} \begin{changelog} + +\begin{release}{2.7.0}{2016-10-23} + \item New sorting schemes. +\end{release} + \begin{release}{2.6.0}{2016-09-08} - \item Take account of \bibtype{realauthor} to manage dash in bibliography. + \item Take account of \bibfield{realauthor} to manage dash in bibliography. \item Require \biblatex\ 3.5. \end{release} @@ -188,7 +197,7 @@ All issues can be submitted, in French or English, in the GitHub issues page\foo \end{release} \begin{release}{2.1.0}{2014-10-30} - \item Add new \verb|realauthor| scheme. \see{sorting} + \item Add new \verb|realauthor| sorting scheme. \see{sorting} \end{release} diff --git a/Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/example-realauthor.pdf b/Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/example-realauthor.pdf Binary files differindex ba2aba511bc..7ef325ce0f3 100644 --- a/Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/example-realauthor.pdf +++ b/Master/texmf-dist/doc/latex/biblatex-realauthor/documentation/example-realauthor.pdf diff --git a/Master/texmf-dist/tex/latex/biblatex-realauthor/realauthor.bbx b/Master/texmf-dist/tex/latex/biblatex-realauthor/realauthor.bbx index cf8c70e9061..5d80a9c1b4a 100644 --- a/Master/texmf-dist/tex/latex/biblatex-realauthor/realauthor.bbx +++ b/Master/texmf-dist/tex/latex/biblatex-realauthor/realauthor.bbx @@ -13,7 +13,7 @@ % The Current Maintainer of this work is Maïeul Rouquette % This work consists of the files realauthor.dbx, realauthor.bbx \ProvidesFile{realauthor.dbx} -[2016/09/08 v2.6.0 biblatex bibliography style (MR)] +[2016/10/23 v2.7.0 biblatex bibliography style (MR)] \ifdef{\biblatexmultipledm@bibstyle} {\RequireBibliographyStyle{\biblatexmultipledm@bibstyle}} @@ -307,14 +307,7 @@ } % Sorting - -\DeclareSortingScheme{realauthor}{ - \sort{ - \field{presort} - } - \sort[final]{ - \field{sortkey} - } +\def\bbx@realauthor@sorting{ \sort{ \field{sortname} \field{author} @@ -339,13 +332,7 @@ } } -\DeclareSortingScheme{anonymous+realauthor}{ - \sort{ - \field{presort} - } - \sort[final]{ - \field{sortkey} - } +\def\bbx@realauthor@sorting@anonymous{ \sort{ \field{sortname} \field{author} @@ -369,5 +356,51 @@ } } +\DeclareSortingScheme{realauthor}{ + \sort{ + \field{presort} + } + \sort[final]{ + \field{sortkey} + } + \bbx@realauthor@sorting +} + +\DeclareSortingScheme{anonymous+realauthor}{ + \sort{ + \field{presort} + } + \sort[final]{ + \field{sortkey} + } + \bbx@realauthor@sorting@anonymous +} + + +\AtEndPreamble{ + \ifundef{\bbx@manuscripts@sorting}{}% + { + \DeclareSortingScheme{realauthor+manuscripts}{ + \sort{ + \field{presort} + } + \sort[final]{ + \field{sortkey} + } + \bbx@realauthor@sorting + \bbx@manuscripts@sorting + } + \DeclareSortingScheme{anonymous+realauthor+manuscripts}{ + \sort{ + \field{presort} + } + \sort[final]{ + \field{sortkey} + } + \bbx@realauthor@sorting@anonymous + \bbx@manuscripts@sorting + } + } +} \endinput diff --git a/Master/texmf-dist/tex/latex/biblatex-realauthor/realauthor.dbx b/Master/texmf-dist/tex/latex/biblatex-realauthor/realauthor.dbx index 206a3d09b53..0681bf3b3c4 100644 --- a/Master/texmf-dist/tex/latex/biblatex-realauthor/realauthor.dbx +++ b/Master/texmf-dist/tex/latex/biblatex-realauthor/realauthor.dbx @@ -13,7 +13,7 @@ % The Current Maintainer of this work is Maïeul Rouquette % This work consists of the files realauthor.dbx, realauthor.bbx \ProvidesFile{realauthor.dbx} -[2016/09/08 v2.6.0 biblatex bibliography style (MR)] +[2016/10/23 v2.7.0 biblatex bibliography style (MR)] \DeclareDatamodelFields[type=list,datatype=name]{realauthor,realeditor} \DeclareDatamodelEntryfields{realauthor,realeditor} |