-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
5 changed files
with
18 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -968,7 +968,7 @@ FUNCTION {format.lab.names} | |
{ nameptr numnames = | ||
{ s nameptr "{ff }{vv }{ll}{ jj}" format.name$ | ||
"others" = | ||
{ s #1 "{ll}" format.name$ #2 text.prefix$ %% second sign of first author if there are others | ||
{ pop$ s #1 "{ll}" format.name$ #2 text.prefix$ %% second sign of first author if there are others | ||
} | ||
{ s nameptr "{v{}}{l{}}" format.name$ * } %%formats last author | ||
if$ | ||
|
@@ -980,7 +980,7 @@ FUNCTION {format.lab.names} | |
} | ||
while$ | ||
numnames #3 > | ||
{ s #1 "{ll}" format.name$ #2 text.prefix$ } % if more than 3 authors take second letter of first name | ||
{ pop$ s #1 "{ll}" format.name$ #2 text.prefix$ } % if more than 3 authors take second letter of first name | ||
'skip$ | ||
if$ | ||
} | ||
|
@@ -1121,7 +1121,7 @@ FUNCTION {author.sort} | |
|
||
FUNCTION {author.editor.sort} | ||
{ author empty$ | ||
{ editor empty$ | ||
{ editor empty$ | ||
{ key empty$ | ||
{ "to sort, need author, editor, or key in " cite$ * warning$ | ||
"" | ||
|
@@ -1131,8 +1131,8 @@ FUNCTION {author.editor.sort} | |
} | ||
{ editor sort.format.names } | ||
if$ | ||
} | ||
{ author sort.format.names } | ||
} | ||
{ author sort.format.names } | ||
if$ | ||
} | ||
|
||
|
@@ -1277,7 +1277,7 @@ FUNCTION {end.bib} | |
|
||
EXECUTE {end.bib} | ||
%% | ||
%% Copyright (C) 2016-2017 by Martin Sievers <[email protected]> | ||
%% Copyright (C) 2016-2017 by Gesellschaft für Informatik e.V. (GI) | ||
%% | ||
%% This work may be distributed and/or modified under the | ||
%% conditions of the LaTeX Project Public License (LPPL), either | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ | |
%% | ||
\NeedsTeXFormat{LaTeX2e}[1999/12/01] | ||
\ProvidesClass{lni} | ||
[2017/04/06 v1.0 A class for submissions to the ``Lecture Notes in Informatics''] | ||
[2017/04/07 v1.0 Official class for submissions to the ``Lecture Notes in Informatics''] | ||
\def\@clearglobaloption#1{% | ||
\def\@tempa{#1}% | ||
\def\@tempb{\@gobble}% | ||
|
@@ -399,7 +399,7 @@ | |
\widowpenalty=10000 % Vermeidet "widows & orphans" | ||
\clubpenalty=10000 | ||
%% | ||
%% Copyright (C) 2016-2017 by Martin Sievers <[email protected]> | ||
%% Copyright (C) 2016-2017 by Gesellschaft für Informatik e.V. (GI) | ||
%% | ||
%% This work may be distributed and/or modified under the | ||
%% conditions of the LaTeX Project Public License (LPPL), either | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ | |
%% | ||
%% lnig.bst | ||
%% Lecture Notes in Informatics Style File (english) | ||
%% Version 1.0 (2014/12/17) | ||
%% Version 1.0 (2017/04/07) | ||
%% | ||
%% | ||
%% The Style File is based on alpha.bst | ||
|
@@ -36,7 +36,7 @@ | |
%% | ||
%% lnig.bst | ||
%% Lecture Notes in Informatics Style File (german) | ||
%% Version 2.0 (2014/12/17) | ||
%% Version 1.0 (2017/04/07) | ||
%% | ||
%% The Style File is based on alpha.bst | ||
%% | ||
|
@@ -59,7 +59,7 @@ License:| Released under the LaTeX Project Public License v1.3c or later | |
\endpreamble | ||
\postamble | ||
|
||
Copyright (C) 2016-2017 by Martin Sievers <[email protected]> | ||
Copyright (C) 2016-2017 by Gesellschaft für Informatik e.V. (GI) | ||
|
||
This work may be distributed and/or modified under the | ||
conditions of the LaTeX Project Public License (LPPL), either | ||
|
@@ -96,7 +96,7 @@ This work consists of the file lni.dtx | |
} | ||
\endbatchfile | ||
%% | ||
%% Copyright (C) 2016-2017 by Martin Sievers <[email protected]> | ||
%% Copyright (C) 2016-2017 by Gesellschaft für Informatik e.V. (GI) | ||
%% | ||
%% This work may be distributed and/or modified under the | ||
%% conditions of the LaTeX Project Public License (LPPL), either | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -968,7 +968,7 @@ FUNCTION {format.lab.names} | |
{ nameptr numnames = | ||
{ s nameptr "{ff }{vv }{ll}{ jj}" format.name$ | ||
"others" = | ||
{ s #1 "{ll}" format.name$ #2 text.prefix$ %% second sign of first author if there are others | ||
{ pop$ s #1 "{ll}" format.name$ #2 text.prefix$ %% second sign of first author if there are others | ||
} | ||
{ s nameptr "{v{}}{l{}}" format.name$ * } %%formats last author | ||
if$ | ||
|
@@ -980,7 +980,7 @@ FUNCTION {format.lab.names} | |
} | ||
while$ | ||
numnames #3 > | ||
{ s #1 "{ll}" format.name$ #2 text.prefix$ } % if more than 3 authors take second letter of first name | ||
{ pop$ s #1 "{ll}" format.name$ #2 text.prefix$ } % if more than 3 authors take second letter of first name | ||
'skip$ | ||
if$ | ||
} | ||
|
@@ -1121,7 +1121,7 @@ FUNCTION {author.sort} | |
|
||
FUNCTION {author.editor.sort} | ||
{ author empty$ | ||
{ editor empty$ | ||
{ editor empty$ | ||
{ key empty$ | ||
{ "to sort, need author, editor, or key in " cite$ * warning$ | ||
"" | ||
|
@@ -1131,8 +1131,8 @@ FUNCTION {author.editor.sort} | |
} | ||
{ editor sort.format.names } | ||
if$ | ||
} | ||
{ author sort.format.names } | ||
} | ||
{ author sort.format.names } | ||
if$ | ||
} | ||
|
||
|
@@ -1277,7 +1277,7 @@ FUNCTION {end.bib} | |
|
||
EXECUTE {end.bib} | ||
%% | ||
%% Copyright (C) 2016-2017 by Martin Sievers <[email protected]> | ||
%% Copyright (C) 2016-2017 by Gesellschaft für Informatik e.V. (GI) | ||
%% | ||
%% This work may be distributed and/or modified under the | ||
%% conditions of the LaTeX Project Public License (LPPL), either | ||
|