diff options
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-subseries/documentation/biblatex-subseries-example.pdf | bin | 6789 -> 8321 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-subseries/documentation/biblatex-subseries.pdf | bin | 59973 -> 60643 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-subseries/documentation/biblatex-subseries.tex | 24 |
3 files changed, 18 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-subseries/documentation/biblatex-subseries-example.pdf b/Master/texmf-dist/doc/latex/biblatex-subseries/documentation/biblatex-subseries-example.pdf Binary files differindex 992b25cf04a..4ed9b377817 100644 --- a/Master/texmf-dist/doc/latex/biblatex-subseries/documentation/biblatex-subseries-example.pdf +++ b/Master/texmf-dist/doc/latex/biblatex-subseries/documentation/biblatex-subseries-example.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex-subseries/documentation/biblatex-subseries.pdf b/Master/texmf-dist/doc/latex/biblatex-subseries/documentation/biblatex-subseries.pdf Binary files differindex 58845b68c26..e4419fb2cf1 100644 --- a/Master/texmf-dist/doc/latex/biblatex-subseries/documentation/biblatex-subseries.pdf +++ b/Master/texmf-dist/doc/latex/biblatex-subseries/documentation/biblatex-subseries.pdf diff --git a/Master/texmf-dist/doc/latex/biblatex-subseries/documentation/biblatex-subseries.tex b/Master/texmf-dist/doc/latex/biblatex-subseries/documentation/biblatex-subseries.tex index bf1f3af9bbf..adcb76e3503 100644 --- a/Master/texmf-dist/doc/latex/biblatex-subseries/documentation/biblatex-subseries.tex +++ b/Master/texmf-dist/doc/latex/biblatex-subseries/documentation/biblatex-subseries.tex @@ -24,8 +24,8 @@ subtitle={New data fields}, email={maieul <at> maieul <dot> net}, author={Maïeul Rouquette}, - revision={1.1.0}, - date={07/06/2016}, + revision={1.2.0}, + date={24/02/2017}, url={https://git.framasoft.org/maieul/biblatex-subseries}} % biblatex @@ -38,18 +38,24 @@ \tableofcontents \section{Introduction} -Some publishers organize book series with subseries. In this case, two numbers are associated with one volume: the number inside the series and the number inside the subseries. That is the case of the series \emph{\foreignlanguage{latin}{Corpus Scriptorium Christianorum Orientalium}} published by Peeters.\footnote{\url{http://www.peeters-leuven.be/search_serie_book.asp?nr=94}} +Some publishers organize book series with subseries. In this case, two numbers are associated with one volume: the number inside the series and the number inside the subseries. That is the case, for example, of the series \emph{\foreignlanguage{latin}{Corpus Scriptorium Christianorum Orientalium}} published by Peeters.\footnote{\url{http://www.peeters-leuven.be/search_serie_book.asp?nr=94}.} +Sometime, there is also subsubseries, and number for subsubseries. + This package provides new fields to manage such system. \section{Basic use} \subsection{The .bib file} -You can use three more fields: +You can use six additional fields: \begin{fieldlist} \fielditem{shortsubseries}{literal\LFMark} The shorthand form of the subseries. Not used by default styles. \fielditem{subnumber}{literal} The number of the book inside the subseries. \fielditem{subseries}{literal} The subseries. +\fielditem{shortsubsubseries}{literal\LFMark} The shorthand form of the subsubseries. Not used by default styles. +\fielditem{subsubnumber}{literal} The number of the book inside the subsubseries. +\fielditem{subsubseries}{literal} The subsubseries. + \end{fieldlist} @@ -72,9 +78,11 @@ Here, an example of result with the default setting: \end{quotation} \section{Customization} -You can redefine \cmd{subseriesseparator} to change the separator between series and subseries. +You can redefine \cmd{subseriesseparator} to change the separator between series and subseries. You can also redefine \cmd{subsubseriesseparator} to change the separator between subseries and subsubseries. By default, it is the same as \cmd{subseriesseparator}. + +If you want to customize the \verb+series+number+ bibmacro, do not forget to call the \verb|subseries+subnumber| bibmacro inside. -If you want to customize the \verb+series+number+ bibmacro, do not forget to call the \verb|subseries+subnumber| bibmacro inside. You can also redefine it. +You can also redefine this macro, and redefine the \verb+subsubseries+subsubnumber+ bibmacro which is called by the \verb|subseries+subnumber| bibmacro. \section{Use with other packages which provide new fields} @@ -92,6 +100,10 @@ All issues can be submitted, in French or English, in the Framagit issues page.\ \begin{changelog} +\begin{release}{1.2.0}{2017-02-24} + \item Add \bibfield{subsubseries}, \bibfield{subsubnumber} and \bibfield{shortsubsubseries} fields. +\end{release} + \begin{release}{1.1.0}{2016-06-07} \item Add error message to know more quickly break compatibility with new releases of biblatex. \end{release} |