texlive[49935] Master/texmf-dist: biblatex-lni (4feb19)

commits+karl at tug.org commits+karl at tug.org
Mon Feb 4 22:36:22 CET 2019


Revision: 49935
          http://tug.org/svn/texlive?view=revision&revision=49935
Author:   karl
Date:     2019-02-04 22:36:21 +0100 (Mon, 04 Feb 2019)
Log Message:
-----------
biblatex-lni (4feb19)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/biblatex-lni/CHANGELOG.md
    trunk/Master/texmf-dist/doc/latex/biblatex-lni/LNI-examples.bib
    trunk/Master/texmf-dist/doc/latex/biblatex-lni/LNI-test-de.tex
    trunk/Master/texmf-dist/doc/latex/biblatex-lni/LNI-test-en.tex
    trunk/Master/texmf-dist/doc/latex/biblatex-lni/README.md
    trunk/Master/texmf-dist/tex/latex/biblatex-lni/LNI.bbx

Modified: trunk/Master/texmf-dist/doc/latex/biblatex-lni/CHANGELOG.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/biblatex-lni/CHANGELOG.md	2019-02-04 21:36:09 UTC (rev 49934)
+++ trunk/Master/texmf-dist/doc/latex/biblatex-lni/CHANGELOG.md	2019-02-04 21:36:21 UTC (rev 49935)
@@ -4,21 +4,28 @@
 This project **does not** adhere to [Semantic Versioning](http://semver.org/).
 The markdown syntax is inspired by the conventions proposed by [keepachangelog.com](http://keepachangelog.com/).
 
-## [v0.4] - 2017-01-23
+## [v0.5] – 2019-02-03
+
+* Add support for ISBN and note to `@book`. Fixes [LNI/#74](https://github.com/gi-ev/LNI/issues/74).
+
+## [v0.4] – 2017-01-23
+
 * The year is now printed after the pages in InCollection.
 * url style is not changed to sans serif any more.
 
-## [v0.3] - 2016-10-30
+## [v0.3] – 2016-10-30
+
 * Support for empty editor in `InProceedings` and `InCollection`
 * Explicit support for `InCollection`
 * Improved examples in `LNI-examples.bib`
 
-## [v0.2] - 2016-10-13
+## [v0.2] – 2016-10-13
+
 * Labels do not include prefixes any more
 * `\citeauthor` prints one author if one author, two authors if two authors, and the first author + "et al." in the case of three or more
 * German: "et al." is printed instead of "u.a."
 
-## v0.1 - 2016-10-07
+## v0.1 – 2016-10-07
 
 Initial release.
 
@@ -25,4 +32,5 @@
 [v0.2]: https://github.com/latextemplates/biblatex-lni/compare/v0.1...v0.2
 [v0.3]: https://github.com/latextemplates/biblatex-lni/compare/v0.2...v0.3
 [v0.4]: https://github.com/latextemplates/biblatex-lni/compare/v0.3...v0.4
-[Unreleased]: https://github.com/latextemplates/biblatex-lni/compare/v0.4...HEAD
+[v0.5]: https://github.com/latextemplates/biblatex-lni/compare/v0.4...v0.5
+[Unreleased]: https://github.com/latextemplates/biblatex-lni/compare/v0.5...HEAD

Modified: trunk/Master/texmf-dist/doc/latex/biblatex-lni/LNI-examples.bib
===================================================================
--- trunk/Master/texmf-dist/doc/latex/biblatex-lni/LNI-examples.bib	2019-02-04 21:36:09 UTC (rev 49934)
+++ trunk/Master/texmf-dist/doc/latex/biblatex-lni/LNI-examples.bib	2019-02-04 21:36:21 UTC (rev 49935)
@@ -176,4 +176,13 @@
   langid    = {english},
 }
 
+ at Book{latexcookbook,
+  author    = {Stefan Kottwitz},
+  title     = {LaTeX Cookbook},
+  year      = {2015},
+  isbn      = {978-1784395148},
+  publisher = {Packt Publishing},
+  note      = {Quick answers to common problems},
+}
+
 @Comment{jabref-meta: databaseType:biblatex;}

Modified: trunk/Master/texmf-dist/doc/latex/biblatex-lni/LNI-test-de.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/biblatex-lni/LNI-test-de.tex	2019-02-04 21:36:09 UTC (rev 49934)
+++ trunk/Master/texmf-dist/doc/latex/biblatex-lni/LNI-test-de.tex	2019-02-04 21:36:21 UTC (rev 49935)
@@ -16,7 +16,7 @@
   \item Vier Autoren: \citeauthor{ABCD02} \cite{ABCD02}
   \item Drei Autoren: \citeauthor{ABC01} \cite{ABC01}
   \item Zwei Autoren: \citeauthor{AB00} \cite{AB00} und \citeauthor{vdAW2013} \cite{vdAW2013}.
-  \item Ein Autor: \citeauthor{Ez10} \cite{Ez10} und \citeauthor{Go10} \cite{Go10}.
+  \item Ein Autor: \citeauthor{Ez10} \cite{Ez10}, \citeauthor{Go10} \cite{Go10} und \citeauthor{latexcookbook} \cite{latexcookbook}.
   \item Am Satzanfang: \Citeauthor{Go10}.
 \end{itemize}
 

Modified: trunk/Master/texmf-dist/doc/latex/biblatex-lni/LNI-test-en.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/biblatex-lni/LNI-test-en.tex	2019-02-04 21:36:09 UTC (rev 49934)
+++ trunk/Master/texmf-dist/doc/latex/biblatex-lni/LNI-test-en.tex	2019-02-04 21:36:21 UTC (rev 49935)
@@ -16,7 +16,7 @@
   \item Four authors: \citeauthor{ABCD02} \cite{ABCD02}
   \item Three authors: \citeauthor{ABC01} \cite{ABC01}
   \item Two authors: \citeauthor{AB00} \cite{AB00} and \citeauthor{vdAW2013} \cite{vdAW2013}.
-  \item One author: \citeauthor{Ez10} \cite{Ez10} and \citeauthor{Go10} \cite{Go10}.
+  \item One author: \citeauthor{Ez10} \cite{Ez10}, \citeauthor{Go10} \cite{Go10}, and \citeauthor{latexcookbook} \cite{latexcookbook}.
   \item At the beginning of a sentence: \Citeauthor{Go10}.
 \end{itemize}
 

Modified: trunk/Master/texmf-dist/doc/latex/biblatex-lni/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/biblatex-lni/README.md	2019-02-04 21:36:09 UTC (rev 49934)
+++ trunk/Master/texmf-dist/doc/latex/biblatex-lni/README.md	2019-02-04 21:36:21 UTC (rev 49935)
@@ -1,4 +1,4 @@
-# biblatex-lni
+# biblatex-lni [![Build Status](https://circleci.com/gh/gi-ev/biblatex-lni/tree/master.svg?style=shield)](https://circleci.com/gh/gi-ev/biblatex-lni/) [![CTAN](https://img.shields.io/badge/CTAN-biblatex--lni-blue.svg?style=flat-square)](https://ctan.org/pkg/biblatex-lni)
 
 This is a [biblatex] style for [LNI], the Lecture Notes in Informatics of the [Gesellschaft für Informatik e.V.].
 It requires at least [biblatex 3.5] and [biber] 2.6.
@@ -9,7 +9,7 @@
 
 If you include the template in an existing document, following lines are recommended
 
-```
+```latex
 \usepackage[english]{babel}
 \usepackage{csquotes}
 \usepackage[
@@ -24,7 +24,7 @@
 
 ## Source and Feedback
 
-The source of this package is maintained at <https://github.com/latextemplates/biblatex-lni>.
+The source of this package is maintained at <https://github.com/gi-ev/biblatex-lni>.
 This site also allows for filing issues in case something strange is encontered.
 
 ## License

Modified: trunk/Master/texmf-dist/tex/latex/biblatex-lni/LNI.bbx
===================================================================
--- trunk/Master/texmf-dist/tex/latex/biblatex-lni/LNI.bbx	2019-02-04 21:36:09 UTC (rev 49934)
+++ trunk/Master/texmf-dist/tex/latex/biblatex-lni/LNI.bbx	2019-02-04 21:36:21 UTC (rev 49935)
@@ -9,10 +9,10 @@
 %   http://www.latex-project.org/lppl.txt
 % and version 1.3 or later is part of all distributions of LaTeX
 % version 2005/12/01 or later.
-\def\LNI at date{2017-01-23}
-\def\LNI at version{0.4}
+\def\LNI at date{2019-02-03}
+\def\LNI at version{0.5}
 \def\LNI at bbxid{\LNI at date\space v\LNI at version\space biblatex-LNI bibliography style (LCB/GD/OK)}
-\def\LNI at cbxid{\LNI at date\space v\LNI at version\space biblatex-LNI  citation style (LCB/GD/OK)}
+\def\LNI at cbxid{\LNI at date\space v\LNI at version\space biblatex-LNI citation style (LCB/GD/OK)}
 \def\LNI at lbxid{\LNI at date\space v\LNI at version\space biblatex-LNI localization (LCB/GD/OK)}
 
 \ProvidesFile{LNI.bbx}[\LNI at bbxid]
@@ -136,7 +136,10 @@
     {\usebibmacro{author}}%
   \setunit{\nametitledelim}\newblock%
   \usebibmacro{title}%
-  \printunit{\aftertitledelim}
+  \printunit{\aftertitledelim}%
+  \newunit\newblock
+  \printfield{note}%
+  \newunit\newblock
   \usebibmacro{publisher+location}%
   \printfield{year}%
   \newunit\newblock
@@ -144,6 +147,10 @@
   \setunit{\bibpagerefpunct}\newblock
   \usebibmacro{pageref}%
   \newunit\newblock
+  \iftoggle{bbx:isbn}
+    {\printfield{isbn}}
+    {}%
+  \newunit\newblock
   \iftoggle{bbx:related}
     {\usebibmacro{related:init}%
      \usebibmacro{related}}



More information about the tex-live-commits mailing list