diff options
author | Norbert Preining <preining@logic.at> | 2017-04-10 01:15:24 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2017-04-10 01:15:24 +0000 |
commit | 6d52d1e7b217b30b19c36b7c16b70daf9cacb71d (patch) | |
tree | dbe03bd979294697001bc159f018164c42a72cc5 /Master/texmf-dist/doc | |
parent | f66f9551103ff3a5a38404f859b2b5d0af37bea6 (diff) |
new lni (10Apr17)
git-svn-id: svn://tug.org/texlive/trunk@43730 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rwxr-xr-x | Master/texmf-dist/doc/latex/lni/README.md | 32 | ||||
-rwxr-xr-x | Master/texmf-dist/doc/latex/lni/lni-author-template.tex | 40 | ||||
l--------- | Master/texmf-dist/doc/latex/lni/lni-instructions.pdf | 1 | ||||
-rwxr-xr-x | Master/texmf-dist/doc/latex/lni/lni.pdf | bin | 0 -> 352123 bytes |
4 files changed, 73 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/lni/README.md b/Master/texmf-dist/doc/latex/lni/README.md new file mode 100755 index 00000000000..2e080478ab6 --- /dev/null +++ b/Master/texmf-dist/doc/latex/lni/README.md @@ -0,0 +1,32 @@ +# lni + +``` +---------------------------------------------------------------------------- +lni -- A class for submissions to the ``Lecture Notes in Informatics'' +(c) 2016-2017 Gesellschaft für Informatik (GI) +Version: 1.0 +Maintainer: Martin Sievers +Email: martin.sievers@schoenerpublizieren.de +License: Released under the LaTeX Project Public License v1.3c or later +See: http://www.latex-project.org/lppl.txt +---------------------------------------------------------------------------- +``` + +This is the official version of the class “lni” for submissions to the +“[Lecture Notes in Informatics]” published by the “Gesellschaft für Informatik” +([GI]). + +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. + +## Changelog + +* v1.0: First upload of the revised version + + [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 new file mode 100755 index 00000000000..e4e50108de1 --- /dev/null +++ b/Master/texmf-dist/doc/latex/lni/lni-author-template.tex @@ -0,0 +1,40 @@ +%% !TeX encoding = UTF-8 +%% !TeX program = pdflatex +%% !BIB program = bibtex +%% +%%% Um einen Artikel auf deutsch zu schreiben, genügt es die Klasse ohne +%%% Parameter zu laden. +\documentclass[]{lni} +%%% To write an article in English, please use the option ``english'' in order +%%% to get the correct hyphenation patterns and terms. +%%% \documentclass[english]{class} +%% +\begin{document} +%%% 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} +\year{2017} +\maketitle + +\begin{abstract} +Hier kommt die Zusammenfassung hin +Add your abstract here +\end{abstract} +\begin{keywords} +Hier kommen die Keywords hin +Add your keywords here +\end{keywords} +%%% Beginn des Artikeltexts +\section{Überschrift} + +%%% Angabe der .bib-Datei (ohne Endung) +\bibliography{mybibfile} +\end{document} diff --git a/Master/texmf-dist/doc/latex/lni/lni-instructions.pdf b/Master/texmf-dist/doc/latex/lni/lni-instructions.pdf new file mode 120000 index 00000000000..3a6a63c6cc1 --- /dev/null +++ b/Master/texmf-dist/doc/latex/lni/lni-instructions.pdf @@ -0,0 +1 @@ +lni.pdf
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/lni/lni.pdf b/Master/texmf-dist/doc/latex/lni/lni.pdf Binary files differnew file mode 100755 index 00000000000..82ae3bb9495 --- /dev/null +++ b/Master/texmf-dist/doc/latex/lni/lni.pdf |