diff options
author | Karl Berry <karl@freefriends.org> | 2019-10-14 20:50:13 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-10-14 20:50:13 +0000 |
commit | ff5ba3520336f791d4edc8945fce9181ab47587d (patch) | |
tree | b9abaa3e0455dc692c520586597139ea5a44fb83 /Master/texmf-dist/bibtex | |
parent | 5cccf50562ed22879e9aa2b79e2b9741606ec734 (diff) |
lni (14oct19)
git-svn-id: svn://tug.org/texlive/trunk@52384 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/bibtex')
-rw-r--r-- | Master/texmf-dist/bibtex/bst/lni/lni.bst | 20 | ||||
-rw-r--r-- | Master/texmf-dist/bibtex/bst/lni/lnig.bst | 22 |
2 files changed, 21 insertions, 21 deletions
diff --git a/Master/texmf-dist/bibtex/bst/lni/lni.bst b/Master/texmf-dist/bibtex/bst/lni/lni.bst index 3cfde1c298f..9cacce58d9c 100644 --- a/Master/texmf-dist/bibtex/bst/lni/lni.bst +++ b/Master/texmf-dist/bibtex/bst/lni/lni.bst @@ -553,7 +553,7 @@ FUNCTION {format.incoll.inproc.crossref} FUNCTION {article} { output.bibitem - format.authors %"author" output.check %% No dot after authors + format.authors write$ %"author" output.check %% No dot after authors new.block format.title "title" output.check new.block @@ -576,7 +576,7 @@ FUNCTION {book} { output.bibitem author empty$ { format.editors "author and editor" output.check } - { format.authors %output.nonnull %%no dot after authors: + { format.authors write$ %output.nonnull %%no dot after authors: crossref missing$ { "author and editor" editor either.or.check } 'skip$ @@ -622,7 +622,7 @@ FUNCTION {inbook} { output.bibitem author empty$ { format.editors "author and editor" output.check } - { format.authors %*output.nonnull %%no dot after authors: + { format.authors write$ %*output.nonnull %%no dot after authors: crossref missing$ { "author and editor" editor either.or.check } 'skip$ @@ -657,7 +657,7 @@ FUNCTION {inbook} FUNCTION {incollection} { output.bibitem - format.authors %"author" output.check %%no dot after authors: + format.authors write$ %"author" output.check %%no dot after authors: new.block format.title "title" output.check new.block @@ -683,7 +683,7 @@ FUNCTION {incollection} FUNCTION {inproceedings} { output.bibitem - format.authors %"author" output.check %%no dot after authors: + format.authors write$ %"author" output.check %%no dot after authors: new.block format.title "title" output.check new.block @@ -752,7 +752,7 @@ FUNCTION {manual} FUNCTION {mastersthesis} { output.bibitem - format.authors %"author" output.check + format.authors write$ %"author" output.check new.block format.title "title" output.check new.block @@ -795,7 +795,7 @@ FUNCTION {online} FUNCTION {phdthesis} { output.bibitem - format.authors %"author" output.check + format.authors write$ %"author" output.check new.block format.btitle "title" output.check new.block @@ -845,7 +845,7 @@ FUNCTION {proceedings} FUNCTION {techreport} { output.bibitem - format.authors %"author" output.check + format.authors write$ %"author" output.check new.block format.title "title" output.check new.block @@ -860,7 +860,7 @@ FUNCTION {techreport} FUNCTION {unpublished} { output.bibitem - format.authors %"author" output.check + format.authors write$ %"author" output.check new.block format.title "title" output.check new.block @@ -1285,7 +1285,7 @@ FUNCTION {end.bib} EXECUTE {end.bib} %% -%% Copyright (C) 2016-2019 by Gesellschaft für Informatik e.V. (GI) +%% Copyright (C) 2016-2019 by Gesellschaft f^^c3^^bcr Informatik e.V. (GI) %% %% This work may be distributed and/or modified under the %% conditions of the LaTeX Project Public License (LPPL), either diff --git a/Master/texmf-dist/bibtex/bst/lni/lnig.bst b/Master/texmf-dist/bibtex/bst/lni/lnig.bst index bbc095f7e6e..c0c1cc6d14b 100644 --- a/Master/texmf-dist/bibtex/bst/lni/lnig.bst +++ b/Master/texmf-dist/bibtex/bst/lni/lnig.bst @@ -553,7 +553,7 @@ FUNCTION {format.incoll.inproc.crossref} FUNCTION {article} { output.bibitem - format.authors %"author" output.check %% No dot after authors + format.authors write$ %"author" output.check %% No dot after authors new.block format.title "title" output.check new.block @@ -576,7 +576,7 @@ FUNCTION {book} { output.bibitem author empty$ { format.editors "author and editor" output.check } - { format.authors %output.nonnull %%no dot after authors: + { format.authors write$ %output.nonnull %%no dot after authors: crossref missing$ { "author and editor" editor either.or.check } 'skip$ @@ -622,7 +622,7 @@ FUNCTION {inbook} { output.bibitem author empty$ { format.editors "author and editor" output.check } - { format.authors %*output.nonnull %%no dot after authors: + { format.authors write$ %*output.nonnull %%no dot after authors: crossref missing$ { "author and editor" editor either.or.check } 'skip$ @@ -657,7 +657,7 @@ FUNCTION {inbook} FUNCTION {incollection} { output.bibitem - format.authors %"author" output.check %%no dot after authors: + format.authors write$ %"author" output.check %%no dot after authors: new.block format.title "title" output.check new.block @@ -683,7 +683,7 @@ FUNCTION {incollection} FUNCTION {inproceedings} { output.bibitem - format.authors %"author" output.check %%no dot after authors: + format.authors write$ %"author" output.check %%no dot after authors: new.block format.title "title" output.check new.block @@ -752,7 +752,7 @@ FUNCTION {manual} FUNCTION {mastersthesis} { output.bibitem - format.authors %"author" output.check + format.authors write$ %"author" output.check new.block format.title "title" output.check new.block @@ -795,7 +795,7 @@ FUNCTION {online} FUNCTION {phdthesis} { output.bibitem - format.authors %"author" output.check + format.authors write$ %"author" output.check new.block format.btitle "title" output.check new.block @@ -845,7 +845,7 @@ FUNCTION {proceedings} FUNCTION {techreport} { output.bibitem - format.authors %"author" output.check + format.authors write$ %"author" output.check new.block format.title "title" output.check new.block @@ -860,7 +860,7 @@ FUNCTION {techreport} FUNCTION {unpublished} { output.bibitem - format.authors %"author" output.check + format.authors write$ %"author" output.check new.block format.title "title" output.check new.block @@ -875,7 +875,7 @@ MACRO {jan} {"Januar"} MACRO {feb} {"Februar"} -MACRO {mar} {"März"} +MACRO {mar} {"M^^c3^^a4rz"} MACRO {apr} {"April"} @@ -1285,7 +1285,7 @@ FUNCTION {end.bib} EXECUTE {end.bib} %% -%% Copyright (C) 2016-2019 by Gesellschaft für Informatik e.V. (GI) +%% Copyright (C) 2016-2019 by Gesellschaft f^^c3^^bcr Informatik e.V. (GI) %% %% This work may be distributed and/or modified under the %% conditions of the LaTeX Project Public License (LPPL), either |