summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex-lni
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-02-04 21:36:21 +0000
committerKarl Berry <karl@freefriends.org>2019-02-04 21:36:21 +0000
commite5c35879e655b37a1b5c2ae23cbaf0d8eebf359a (patch)
tree9da3a003c2fb55b3151ba7f7aad70d0e26c02735 /Master/texmf-dist/doc/latex/biblatex-lni
parent215192d4520ba482f2c8ba1e9ef8f4fe5d36d420 (diff)
biblatex-lni (4feb19)
git-svn-id: svn://tug.org/texlive/trunk@49935 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-lni')
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-lni/CHANGELOG.md18
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-lni/LNI-examples.bib9
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-lni/LNI-test-de.tex2
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-lni/LNI-test-en.tex2
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-lni/README.md6
5 files changed, 27 insertions, 10 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-lni/CHANGELOG.md b/Master/texmf-dist/doc/latex/biblatex-lni/CHANGELOG.md
index 851486623b5..e1862cdf155 100644
--- a/Master/texmf-dist/doc/latex/biblatex-lni/CHANGELOG.md
+++ b/Master/texmf-dist/doc/latex/biblatex-lni/CHANGELOG.md
@@ -4,25 +4,33 @@ All notable changes to this project will be documented in this file.
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.
[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
diff --git a/Master/texmf-dist/doc/latex/biblatex-lni/LNI-examples.bib b/Master/texmf-dist/doc/latex/biblatex-lni/LNI-examples.bib
index 5fa26ca5d85..70d6bd39146 100644
--- a/Master/texmf-dist/doc/latex/biblatex-lni/LNI-examples.bib
+++ b/Master/texmf-dist/doc/latex/biblatex-lni/LNI-examples.bib
@@ -176,4 +176,13 @@
langid = {english},
}
+@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;}
diff --git a/Master/texmf-dist/doc/latex/biblatex-lni/LNI-test-de.tex b/Master/texmf-dist/doc/latex/biblatex-lni/LNI-test-de.tex
index e50ba4be5f9..1e9abc1243e 100644
--- a/Master/texmf-dist/doc/latex/biblatex-lni/LNI-test-de.tex
+++ b/Master/texmf-dist/doc/latex/biblatex-lni/LNI-test-de.tex
@@ -16,7 +16,7 @@ Verlinkte Autoren:
\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}
diff --git a/Master/texmf-dist/doc/latex/biblatex-lni/LNI-test-en.tex b/Master/texmf-dist/doc/latex/biblatex-lni/LNI-test-en.tex
index 3539e92006e..e4f5abcf81f 100644
--- a/Master/texmf-dist/doc/latex/biblatex-lni/LNI-test-en.tex
+++ b/Master/texmf-dist/doc/latex/biblatex-lni/LNI-test-en.tex
@@ -16,7 +16,7 @@ Hyperlinked authors:
\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}
diff --git a/Master/texmf-dist/doc/latex/biblatex-lni/README.md b/Master/texmf-dist/doc/latex/biblatex-lni/README.md
index 0f4fec5cf30..16f91d70a55 100644
--- a/Master/texmf-dist/doc/latex/biblatex-lni/README.md
+++ b/Master/texmf-dist/doc/latex/biblatex-lni/README.md
@@ -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 @@ This style has no specific requirements, thus you can just pass `style=LNI` as p
If you include the template in an existing document, following lines are recommended
-```
+```latex
\usepackage[english]{babel}
\usepackage{csquotes}
\usepackage[
@@ -24,7 +24,7 @@ Use `biber` instead of `bibtex` to generate the bibliography entries.
## 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