summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/lni
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-04-20 21:09:43 +0000
committerKarl Berry <karl@freefriends.org>2017-04-20 21:09:43 +0000
commit31bd7e8e835857044c14536e89a72f678dfd1b86 (patch)
tree039eb58c27d2b829f990e8e59002916c6c9a1b10 /Master/texmf-dist/doc/latex/lni
parenta39d7fe0e2b856b7b31c536f095d4dd5e78ddaf8 (diff)
lni (20apr17)
git-svn-id: svn://tug.org/texlive/trunk@43942 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/lni')
-rw-r--r--Master/texmf-dist/doc/latex/lni/CHANGELOG.md26
-rw-r--r--Master/texmf-dist/doc/latex/lni/CONTRIBUTING.md30
-rw-r--r--Master/texmf-dist/doc/latex/lni/README.md15
-rw-r--r--Master/texmf-dist/doc/latex/lni/lni-author-template.tex31
-rw-r--r--Master/texmf-dist/doc/latex/lni/lni.pdfbin352123 -> 353067 bytes
5 files changed, 78 insertions, 24 deletions
diff --git a/Master/texmf-dist/doc/latex/lni/CHANGELOG.md b/Master/texmf-dist/doc/latex/lni/CHANGELOG.md
new file mode 100644
index 00000000000..25bc084ebcc
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/lni/CHANGELOG.md
@@ -0,0 +1,26 @@
+# Change Log
+All notable changes to this project will be documented in this file.
+
+The format is based on [Keep a Changelog](http://keepachangelog.com/)
+and this project adheres to [Semantic Versioning](http://semver.org/).
+
+## [1.1.0] - 2017-04-19
+### Added
+- New macro `\subtitle` ([#44](https://github.com/gi-ev/LNI/issues/44))
+- New Keyword delimiter `\and` ([#43](https://github.com/gi-ev/LNI/issues/43))
+- New files CHANGELOG.md and CONTRIBUTING.md
+- New option `crop` for crop marks
+- Check for latest German hyphenation patterns ([#47](https://github.com/gi-ev/LNI/issues/47))
+
+### Changed
+- CTAN script to include new files
+- Documentation
+
+### Fixed
+- Definition of `\Crefname` to always get "Abb." instead of "ABB." etc. ([#45](https://github.com/gi-ev/LNI/pull/45))
+
+## [1.0.0] - 2017-04-07
+First release of the revised files
+
+[1.0.0]: https://github.com/gi-ev/LNI/releases/tag/v1.0
+[1.1.0]: https://github.com/gi-ev/LNI/releases/tag/v1.1
diff --git a/Master/texmf-dist/doc/latex/lni/CONTRIBUTING.md b/Master/texmf-dist/doc/latex/lni/CONTRIBUTING.md
new file mode 100644
index 00000000000..949efa6f696
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/lni/CONTRIBUTING.md
@@ -0,0 +1,30 @@
+# Contributing
+
+We love pull requests from everyone. Contributing is easy:
+
+* You can report bugs and request features using the [issues page][issues].
+
+[issues]: https://github.com/gi-ev/lni/issues
+
+* You can easily work on the code if you have a GitHub account ([get one][github]):
+
+[github]: https://github.com/join
+
+Fork the project, then clone the repo:
+
+ git clone git@github.com:your-username/LNI.git
+
+Make your change(s).
+
+Push to your fork and [submit a pull request][pr].
+
+[pr]: https://github.com/gi-ev/lni/compare/
+
+At this point you're waiting on us. We like to at least comment on pull requests
+as soon as possible. We may suggest some changes or improvements or alternatives.
+
+Some things that will increase the chance that your pull request is accepted:
+
+* Write a [good commit message][commit].
+
+[commit]: http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html \ No newline at end of file
diff --git a/Master/texmf-dist/doc/latex/lni/README.md b/Master/texmf-dist/doc/latex/lni/README.md
index 2e080478ab6..da8716d7b67 100644
--- a/Master/texmf-dist/doc/latex/lni/README.md
+++ b/Master/texmf-dist/doc/latex/lni/README.md
@@ -4,7 +4,7 @@
----------------------------------------------------------------------------
lni -- A class for submissions to the ``Lecture Notes in Informatics''
(c) 2016-2017 Gesellschaft für Informatik (GI)
-Version: 1.0
+Version: 1.1
Maintainer: Martin Sievers
Email: martin.sievers@schoenerpublizieren.de
License: Released under the LaTeX Project Public License v1.3c or later
@@ -18,15 +18,12 @@ This is the official version of the class “lni” for submissions to the
It is based on previous templates created on behalf of the GI.
-Stable versions are always uploaded to CTAN. In addition you'll find the most
-recent developer version on GitHub at <https://github.com/gi-ev/lni>.
-The most recent documentation is available at
-<https://github.com/gi-ev/LNI/blob/master/lni.pdf>. It includes a short
-description how to use the template and also provides trouble shooting hints.
+Stable versions are always uploaded to CTAN (<https://www.ctan.org/pkg/lni>).
+In addition you'll find the most recent developer version on GitHub at <https://github.com/gi-ev/lni>.
+The most recent documentation is available at <https://github.com/gi-ev/LNI/blob/master/lni.pdf>.
+It includes a short description how to use the template and also provides trouble shooting hints.
-## Changelog
-
-* v1.0: First upload of the revised version
+Please see CHANGELOG.md for a version history
[GI]: https://www.gi.de/
[Lecture Notes in Informatics]: https://www.gi.de/service/publikationen/lni.html
diff --git a/Master/texmf-dist/doc/latex/lni/lni-author-template.tex b/Master/texmf-dist/doc/latex/lni/lni-author-template.tex
index e4e50108de1..a1bba9d64b0 100644
--- a/Master/texmf-dist/doc/latex/lni/lni-author-template.tex
+++ b/Master/texmf-dist/doc/latex/lni/lni-author-template.tex
@@ -13,28 +13,29 @@
%%% Mehrere Autoren werden durch \and voneinander getrennt.
%%% Die Fußnote enthält die Adresse sowie eine E-Mail-Adresse.
%%% Das optionale Argument (sofern angegeben) wird für die Kopfzeile verwendet.
-\author[Vorname1 Name1\and Vorname2 Name2]
-{Vorname1 Nachname1\footnote{Einrichtung/Universität, Abteilung, Anschrift, Postleitzahl Ort, \email{emailadresse@author1}}\and
- Vorname2 Nachname2\footnote{Einrichtung/Universität, Abteilung, Anschrift, Postleitzahl Ort, \email{emailadresse@author2}}
- und weitere Autorinnen und Autoren in der gleichen Notation}
-\title[Kurztitel (falls nötig)]{Titel}
-\startpage{11}% Beginn der Seitenzählung für diesen Beitrag
-\editor{Herausgeber et al.}
-\booktitle{Name-der-Konferenz}
+\title[Ein Kurztitel]{Ein sehr langer Titel über mehrere Zeilen mit sehr vielen
+Worten und noch mehr Buchstaben}
+%%%\subtitle{Untertitel / Subtitle} % if needed
+\author[Vorname1 Nachname1 \and Firstname2 Lastname2]
+{Vorname1 Nachname1\footnote{Universität, Abteilung, Straße, Postleitzahl Ort,
+Land \email{emailaddress@author1}} \and
+Firstname2 Lastname2\footnote{University, Department, Address, Country
+\email{emailaddress@author2}}}
+\startpage{11} % Beginn der Seitenzählung für diesen Beitrag / Start page
+\editor{Herausgeber et al.} % Names of Editors
+\booktitle{Name-der-Konferenz} % Name of book title
\year{2017}
\maketitle
\begin{abstract}
-Hier kommt die Zusammenfassung hin
-Add your abstract here
+Zusammenfassung / Some abstract
\end{abstract}
\begin{keywords}
-Hier kommen die Keywords hin
-Add your keywords here
+Schlagwort1 \and Schlagwort2 %Keyword1 \and Keyword2
\end{keywords}
%%% Beginn des Artikeltexts
-\section{Überschrift}
+\section{Überschrift/Heading}
-%%% Angabe der .bib-Datei (ohne Endung)
-\bibliography{mybibfile}
+%%% Angabe der .bib-Datei (ohne Endung) / State .bib file (for BibTeX usage)
+\bibliography{mybibfile} %\printbibliography if you use biblatex/Biber
\end{document}
diff --git a/Master/texmf-dist/doc/latex/lni/lni.pdf b/Master/texmf-dist/doc/latex/lni/lni.pdf
index 82ae3bb9495..e559c408042 100644
--- a/Master/texmf-dist/doc/latex/lni/lni.pdf
+++ b/Master/texmf-dist/doc/latex/lni/lni.pdf
Binary files differ