summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex-lni
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-01-23 22:19:09 +0000
committerKarl Berry <karl@freefriends.org>2017-01-23 22:19:09 +0000
commita6e7e67eaf91c9d379ad1bc5d91865df455187fd (patch)
treea436fd07b7fec49daddf750ba804c18e76036230 /Master/texmf-dist/doc/latex/biblatex-lni
parentf35dfb20df88fa099d64577cc73a63c4e252d4ea (diff)
biblatex-lni (23jan17)
git-svn-id: svn://tug.org/texlive/trunk@43032 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.md8
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-lni/LNI-examples.bib65
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-lni/LNI-test-de.tex13
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-lni/LNI-test-en.tex13
4 files changed, 56 insertions, 43 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-lni/CHANGELOG.md b/Master/texmf-dist/doc/latex/biblatex-lni/CHANGELOG.md
index 9a852e9f0c1..851486623b5 100644
--- a/Master/texmf-dist/doc/latex/biblatex-lni/CHANGELOG.md
+++ b/Master/texmf-dist/doc/latex/biblatex-lni/CHANGELOG.md
@@ -4,6 +4,10 @@ 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
+* 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 @@ The markdown syntax is inspired by the conventions proposed by [keepachangelog.c
Initial release.
-[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.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
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 3d1bd006bef..5fa26ca5d85 100644
--- a/Master/texmf-dist/doc/latex/biblatex-lni/LNI-examples.bib
+++ b/Master/texmf-dist/doc/latex/biblatex-lni/LNI-examples.bib
@@ -7,21 +7,6 @@
crossref = {Gl01},
}
-@InProceedings{Mustermann2015,
- author = {Max Mustermann},
- title = {Mustertitel},
- booktitle = {Musterkonferenz},
- editor = {Eva Musterfrau},
- year = {2015},
-}
-
-@InProceedings{Mustermann2016,
- author = {Max Mustermann},
- title = {Mustertitel},
- booktitle = {Musterkonferenz},
- year = {2016},
-}
-
@InBook{Az09,
pages = {135-162},
title = {Die Fußnote in LNI-Bänden},
@@ -37,6 +22,41 @@
langid = {english},
}
+@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},
+}
+
+@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},
+ booktitle = {Musterkonferenz},
+ editor = {Eva Musterfrau},
+ year = {2015},
+}
+
+@InProceedings{Mustermann2016,
+ author = {Max Mustermann},
+ title = {Mustertitel},
+ booktitle = {Musterkonferenz},
+ year = {2016},
+}
+
@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},
}
-@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;}
-
-@Comment{jabref-meta: saveOrderConfig:specified;author;false;year;false;title;false;}
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 915bdd65eb1..e50ba4be5f9 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
@@ -12,12 +12,13 @@
\chapter{Zitierungen}
Verlinkte Autoren:
-Drei und mehr: \citeauthor{ABC01} \cite{ABC01}.
-
-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}.
+\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}
\nocite{*}
\printbibliography
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 62af6876d42..3539e92006e 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
@@ -12,12 +12,13 @@
\chapter{Cites}
Hyperlinked authors:
-Three and more authors: \citeauthor{ABC01} \cite{ABC01}.
-
-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}.
+\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}
\nocite{*}
\printbibliography