texlive[45856] Master/texmf-dist: biblatex-bookinother (19nov17)

commits+karl at tug.org commits+karl at tug.org
Sun Nov 19 23:18:21 CET 2017


Revision: 45856
          http://tug.org/svn/texlive?view=revision&revision=45856
Author:   karl
Date:     2017-11-19 23:18:21 +0100 (Sun, 19 Nov 2017)
Log Message:
-----------
biblatex-bookinother (19nov17)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/biblatex-bookinother/documentation/biblatex-bookinother.pdf
    trunk/Master/texmf-dist/doc/latex/biblatex-bookinother/documentation/biblatex-bookinother.tex
    trunk/Master/texmf-dist/doc/latex/biblatex-bookinother/documentation/example-bookinarticle.pdf
    trunk/Master/texmf-dist/doc/latex/biblatex-bookinother/documentation/example-bookincollection.pdf
    trunk/Master/texmf-dist/doc/latex/biblatex-bookinother/documentation/example-bookininarticle.pdf
    trunk/Master/texmf-dist/doc/latex/biblatex-bookinother/documentation/example-bookininbook.pdf
    trunk/Master/texmf-dist/doc/latex/biblatex-bookinother/documentation/example-bookinincollection.pdf
    trunk/Master/texmf-dist/doc/latex/biblatex-bookinother/documentation/example-bookininproceedings.pdf
    trunk/Master/texmf-dist/doc/latex/biblatex-bookinother/documentation/example-bookinjournal.pdf
    trunk/Master/texmf-dist/doc/latex/biblatex-bookinother/documentation/example-bookinproceedings.pdf
    trunk/Master/texmf-dist/doc/latex/biblatex-bookinother/documentation/example-bookinthesis.pdf
    trunk/Master/texmf-dist/doc/latex/biblatex-bookinother/documentation/generate-crossref-graphs.py
    trunk/Master/texmf-dist/tex/latex/biblatex-bookinother/bookinother.bbx
    trunk/Master/texmf-dist/tex/latex/biblatex-bookinother/bookinother.dbx

Modified: trunk/Master/texmf-dist/doc/latex/biblatex-bookinother/documentation/biblatex-bookinother.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/biblatex-bookinother/documentation/biblatex-bookinother.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/biblatex-bookinother/documentation/biblatex-bookinother.tex	2017-11-19 22:18:03 UTC (rev 45855)
+++ trunk/Master/texmf-dist/doc/latex/biblatex-bookinother/documentation/biblatex-bookinother.tex	2017-11-19 22:18:21 UTC (rev 45856)
@@ -24,8 +24,8 @@
 	subtitle={New data types},
 	email={maieul <at> maieul <dot> net},
 	author={Maïeul Rouquette},
-	revision={2.3.0},
-	date={27/03/2017},
+	revision={2.3.1},
+	date={19/11/2017},
 	url={https://github.com/maieul/biblatex-bookinarticle}}
 
 % biblatex
@@ -221,9 +221,12 @@
 
 \begin{changelog}
 
-\begin{release}{2.3.0}{2016-03-27}
-  \item Improve compatibility with \emph{biblatex-opcit-booktitle} package for \cs{inarticle} and related entrytypes.
+\begin{release}{2.3.1}{2017-11-19}
+  \item Fix volume format for \bibtype{bookinjournal} type.
 \end{release}
+\begin{release}{2.3.0}{2017-03-27}
+  \item Improve compatibility with \emph{biblatex-opcit-booktitle} package for \bibtype{inarticle} and related entrytypes.
+\end{release}
 
 \begin{release}{2.2.1}{2016-02-08}
   \item Use `title' bibmacro and not directly the field in \bibtype{ininbook} driver.

Modified: trunk/Master/texmf-dist/doc/latex/biblatex-bookinother/documentation/example-bookinarticle.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/biblatex-bookinother/documentation/example-bookincollection.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/biblatex-bookinother/documentation/example-bookininarticle.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/biblatex-bookinother/documentation/example-bookininbook.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/biblatex-bookinother/documentation/example-bookinincollection.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/biblatex-bookinother/documentation/example-bookininproceedings.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/biblatex-bookinother/documentation/example-bookinjournal.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/biblatex-bookinother/documentation/example-bookinproceedings.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/biblatex-bookinother/documentation/example-bookinthesis.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/biblatex-bookinother/documentation/generate-crossref-graphs.py
===================================================================
--- trunk/Master/texmf-dist/doc/latex/biblatex-bookinother/documentation/generate-crossref-graphs.py	2017-11-19 22:18:03 UTC (rev 45855)
+++ trunk/Master/texmf-dist/doc/latex/biblatex-bookinother/documentation/generate-crossref-graphs.py	2017-11-19 22:18:21 UTC (rev 45856)
@@ -34,7 +34,7 @@
     tex_file_file.close()
 
     # generate the .bcf, .dot and .pdf file
-    os.system("pdflatex " + basename)
+    os.system("xelatex -no-pdf " + basename)
     os.system("biber -output-format=dot --dot-include=crossref,field " + basename)
     os.system("dot -Gsplines=polyline -Tpdf " + basename + ".dot " + "-o " + basename + ".pdf")
 

Modified: trunk/Master/texmf-dist/tex/latex/biblatex-bookinother/bookinother.bbx
===================================================================
--- trunk/Master/texmf-dist/tex/latex/biblatex-bookinother/bookinother.bbx	2017-11-19 22:18:03 UTC (rev 45855)
+++ trunk/Master/texmf-dist/tex/latex/biblatex-bookinother/bookinother.bbx	2017-11-19 22:18:21 UTC (rev 45856)
@@ -14,7 +14,7 @@
 %0. Preamble
 
 \ProvidesFile{bookinother.bbx}
-[2017/03/27 v2.3.0 biblatex bibliography style to have entry type for book edited in other entry type (MR)]
+[2017/11/19 v2.3.1 biblatex bibliography style to have entry type for book edited in other entry type (MR)]
 
 \RequireBiber
 \RequirePackage{xpatch}
@@ -481,12 +481,12 @@
 
 
 % Inspired from biblatex.def
-\DeclareFieldFormat[inarticle,bookinarticle]{series}{% series of a journal
+\DeclareFieldFormat[inarticle,bookinjournal,bookinarticle]{series}{% series of a journal
   \ifinteger{#1}
     {\mkbibordseries{#1}~\bibstring{jourser}}
     {\ifbibstring{#1}{\bibstring{#1}}{#1}}}
-\DeclareFieldFormat[inarticle,bookinarticle]{volume}{#1}% volume of a journal
-\DeclareFieldFormat[inarticle,bookinarticle]{number}{#1}% number of a journal
+\DeclareFieldFormat[inarticle,bookinjournal,bookinarticle]{volume}{#1}% volume of a journal
+\DeclareFieldFormat[inarticle,bookinjournal,bookinarticle]{number}{#1}% number of a journal
 
 % 5. Inheritance
 

Modified: trunk/Master/texmf-dist/tex/latex/biblatex-bookinother/bookinother.dbx
===================================================================
--- trunk/Master/texmf-dist/tex/latex/biblatex-bookinother/bookinother.dbx	2017-11-19 22:18:03 UTC (rev 45855)
+++ trunk/Master/texmf-dist/tex/latex/biblatex-bookinother/bookinother.dbx	2017-11-19 22:18:21 UTC (rev 45856)
@@ -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{bookinother.dbx}
-[2017/03/27 v2.3.0 biblatex bibliography style to have entry type for book edited in other entry type (MR)]
+[2017/11/19 v2.3.1 biblatex bibliography style to have entry type for book edited in other entry type (MR)]
 
 %1. New fields
 
@@ -70,4 +70,4 @@
 }
 
 
-\endinput
\ No newline at end of file
+\endinput



More information about the tex-live-commits mailing list