Skip to content

Commit

Permalink
v1.0
Browse files Browse the repository at this point in the history
* Prepare release
  • Loading branch information
sieversMartin committed Apr 7, 2017
1 parent 27194c4 commit 45f48c5
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 deletions.
12 changes: 6 additions & 6 deletions lni.bst
Original file line number Diff line number Diff line change
Expand Up @@ -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$
Expand All @@ -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$
}
Expand Down Expand Up @@ -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$
""
Expand All @@ -1131,8 +1131,8 @@ FUNCTION {author.editor.sort}
}
{ editor sort.format.names }
if$
}
{ author sort.format.names }
}
{ author sort.format.names }
if$
}

Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions lni.cls
Original file line number Diff line number Diff line change
Expand Up @@ -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}%
Expand Down Expand Up @@ -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
Expand Down
8 changes: 4 additions & 4 deletions lni.ins
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
%%
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down
Binary file modified lni.pdf
Binary file not shown.
12 changes: 6 additions & 6 deletions lnig.bst
Original file line number Diff line number Diff line change
Expand Up @@ -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$
Expand All @@ -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$
}
Expand Down Expand Up @@ -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$
""
Expand All @@ -1131,8 +1131,8 @@ FUNCTION {author.editor.sort}
}
{ editor sort.format.names }
if$
}
{ author sort.format.names }
}
{ author sort.format.names }
if$
}

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 45f48c5

Please sign in to comment.