texlive[43032] Master/texmf-dist: biblatex-lni (23jan17)

commits+karl at tug.org commits+karl at tug.org
Mon Jan 23 23:19:09 CET 2017


Revision: 43032
          http://tug.org/svn/texlive?view=revision&revision=43032
Author:   karl
Date:     2017-01-23 23:19:09 +0100 (Mon, 23 Jan 2017)
Log Message:
-----------
biblatex-lni (23jan17)

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/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	2017-01-23 22:18:55 UTC (rev 43031)
+++ trunk/Master/texmf-dist/doc/latex/biblatex-lni/CHANGELOG.md	2017-01-23 22:19:09 UTC (rev 43032)
@@ -4,6 +4,10 @@
 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
+* 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
 * Support for empty editor in `InProceedings` and `InCollection`
 * Explicit support for `InCollection`
@@ -18,5 +22,7 @@
 
 Initial release.
 
+[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.2]: https://github.com/latextemplates/biblatex-lni/compare/v0.1...v0.2
+[v0.4]: https://github.com/latextemplates/biblatex-lni/compare/v0.3...v0.4
+[Unreleased]: https://github.com/latextemplates/biblatex-lni/compare/v0.4...HEAD

Modified: trunk/Master/texmf-dist/doc/latex/biblatex-lni/LNI-examples.bib
===================================================================
--- trunk/Master/texmf-dist/doc/latex/biblatex-lni/LNI-examples.bib	2017-01-23 22:18:55 UTC (rev 43031)
+++ trunk/Master/texmf-dist/doc/latex/biblatex-lni/LNI-examples.bib	2017-01-23 22:19:09 UTC (rev 43032)
@@ -7,6 +7,41 @@
   crossref = {Gl01},
 }
 
+ at InBook{Az09,
+  pages    = {135-162},
+  title    = {Die Fußnote in LNI-Bänden},
+  author   = {Azubi, L. and others},
+  crossref = {Gl09},
+}
+
+ at InProceedings{Qu03,
+  author   = {Quan, Dennis and Bakshi, Karun and Huynh, David and Karger, David R.},
+  title    = {User Interfaces for Supporting Multiple Categorization},
+  pages    = {228-235},
+  crossref = {Ra03},
+  langid   = {english},
+}
+
+ at InCollection{BinzBKL14,
+  author    = {Tobias Binz and
+               Uwe Breitenb{\"{u}}cher and
+               Oliver Kopp and
+               Frank Leymann},
+  title     = {{TOSCA:} Portable Automated Deployment and Management of Cloud Applications},
+  pages     = {527--549},
+  crossref  = {aws2014},
+  doi       = {10.1007/978-1-4614-7535-4_22},
+  langid    = {english},
+}
+
+ at Article{ABCD02,
+  author       = {N. Abraham and U. Bibel and P. Corleone and B. Dunkel},
+  title        = {Advanced Formatting Contributions for Proceedings},
+  journaltitle = {Journal of Typography},
+  year         = {2002},
+  pages        = {47-56},
+}
+
 @InProceedings{Mustermann2015,
   author    = {Max Mustermann},
   title     = {Mustertitel},
@@ -22,21 +57,6 @@
   year      = {2016},
 }
 
- at InBook{Az09,
-  pages    = {135-162},
-  title    = {Die Fußnote in LNI-Bänden},
-  author   = {Azubi, L. and others},
-  crossref = {Gl09},
-}
-
- at InProceedings{Qu03,
-  author   = {Quan, Dennis and Bakshi, Karun and Huynh, David and Karger, David R.},
-  title    = {User Interfaces for Supporting Multiple Categorization},
-  pages    = {228-235},
-  crossref = {Ra03},
-  langid   = {english},
-}
-
 @InCollection{vdAW2013,
   author    = {Wil M. P. van der Aalst and Mathias Weske},
   title     = {The {P2P} Approach to Interorganizational Workflows},
@@ -144,18 +164,6 @@
   year         = {2014},
 }
 
- at InCollection{BinzBKL14,
-  author    = {Tobias Binz and
-               Uwe Breitenb{\"{u}}cher and
-               Oliver Kopp and
-               Frank Leymann},
-  title     = {{TOSCA:} Portable Automated Deployment and Management of Cloud Applications},
-  pages     = {527--549},
-  crossref  = {aws2014},
-  doi       = {10.1007/978-1-4614-7535-4_22},
-  langid    = {english},
-}
-
 @Collection{aws2014,
   editor    = {Athman Bouguettaya and
                Quan Z. Sheng and
@@ -168,7 +176,4 @@
   langid    = {english},
 }
 
-
 @Comment{jabref-meta: databaseType:biblatex;}
-
- at Comment{jabref-meta: saveOrderConfig:specified;author;false;year;false;title;false;}

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	2017-01-23 22:18:55 UTC (rev 43031)
+++ trunk/Master/texmf-dist/doc/latex/biblatex-lni/LNI-test-de.tex	2017-01-23 22:19:09 UTC (rev 43032)
@@ -12,13 +12,14 @@
 \chapter{Zitierungen}
 Verlinkte Autoren:
 
-Drei und mehr: \citeauthor{ABC01} \cite{ABC01}.
+\begin{itemize}
+  \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 Am Satzanfang: \Citeauthor{Go10}.
+\end{itemize}
 
-Zwei Autoren: \citeauthor{AB00} \cite{AB00} und \citeauthor{vdAW2013} \cite{vdAW2013}.
-
-Ein Autor: \citeauthor{Ez10} \cite{Ez10} und \citeauthor{Go10} \cite{Go10}.
-Am Satzanfang: \Citeauthor{Go10}.
-
 \nocite{*}
 \printbibliography
 \end{document}

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	2017-01-23 22:18:55 UTC (rev 43031)
+++ trunk/Master/texmf-dist/doc/latex/biblatex-lni/LNI-test-en.tex	2017-01-23 22:19:09 UTC (rev 43032)
@@ -12,13 +12,14 @@
 \chapter{Cites}
 Hyperlinked authors:
 
-Three and more authors: \citeauthor{ABC01} \cite{ABC01}.
+\begin{itemize}
+  \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 At the beginning of a sentence: \Citeauthor{Go10}.
+\end{itemize}
 
-Two authors: \citeauthor{AB00} \cite{AB00} and \citeauthor{vdAW2013} \cite{vdAW2013}.
-
-One author: \citeauthor{Ez10} \cite{Ez10} and \citeauthor{Go10} \cite{Go10}.
-At the beginning of a sentence: \Citeauthor{Go10}.
-
 \nocite{*}
 \printbibliography
 \end{document}

Modified: trunk/Master/texmf-dist/tex/latex/biblatex-lni/LNI.bbx
===================================================================
--- trunk/Master/texmf-dist/tex/latex/biblatex-lni/LNI.bbx	2017-01-23 22:18:55 UTC (rev 43031)
+++ trunk/Master/texmf-dist/tex/latex/biblatex-lni/LNI.bbx	2017-01-23 22:19:09 UTC (rev 43032)
@@ -9,8 +9,8 @@
 %   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{2016-10-30}
-\def\LNI at version{0.3}
+\def\LNI at date{2017-01-23}
+\def\LNI at version{0.4}
 \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 lbxid{\LNI at date\space v\LNI at version\space biblatex-LNI localization (LCB/GD/OK)}
@@ -18,7 +18,6 @@
 \ProvidesFile{LNI.bbx}[\LNI at bbxid]
 \RequireBibliographyStyle{alphabetic}
 \AtBeginDocument{%
-  \urlstyle{sf}%
   \typeout{* * * LNI * * *}
 
   %Thin spaces between initials
@@ -220,9 +219,11 @@
   \newunit\newblock
   \printfield{note}%
   \newunit\newblock
-  \usebibmacro{publisher+location+date}%
+  \usebibmacro{publisher+location}%
   \newunit\newblock
   \usebibmacro{chapter+pages}%
+  \newunit%
+  \usebibmacro{date}
   \newunit\newblock
   \iftoggle{bbx:isbn}
     {\printfield{isbn}}



More information about the tex-live-commits mailing list