From ecf32d527a88d3d86addd84aacaad30c08e461a2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20Mudr=C3=A1k?= Date: Tue, 21 Jan 2014 16:29:25 +0100 Subject: [PATCH] Remove trailing whitespace --- csplainnat.bst | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/csplainnat.bst b/csplainnat.bst index cad111a..1273734 100644 --- a/csplainnat.bst +++ b/csplainnat.bst @@ -1,13 +1,13 @@ %% $Id$ %% File: `csplainnat.bst' for use with natbib package -%% This is a modification of `plainnat.bst' for Czech references style +%% This is a modification of `plainnat.bst' for Czech references style %% (According to "CSN ISO 690: Bibliograficke citace. Obsah, forma a struktura"). %% Some modifications are commented, look for the keyword 'CHANGE' %% For more detailed info use svn repository svn://kraken.pedf.cuni.cz/csplainnat/ %% %% Original plainnat.bst by Patrick W Daly %% Modifications by David Mudr{\'{a}}k mudrd8mz@uxit.pedf.cuni.cz -%% +%% %% MAJOR MODIFICATIONS %% * Added "@ONLINE" item type with added "cited" field. %% @@ -229,18 +229,18 @@ FUNCTION {format.names.full} s num.names$ 'numnames := numnames 'namesleft := { namesleft #0 > } - { s nameptr "{ll}" format.name$ 't1 := % CHANGE mudrd8mz 2005-10-12 - t1 capitalize 't1 := % CHANGE mudrd8mz 2005-10-12 + { s nameptr "{ll}" format.name$ 't1 := % CHANGE mudrd8mz 2005-10-12 + t1 capitalize 't1 := % CHANGE mudrd8mz 2005-10-12 s nameptr "{, f.}{~j.}" format.name$ 't2 := % CHANGE mudrd8mz 2005-10-12 t1 t2 * 't := nameptr #1 > { namesleft #1 > { " -- " * t * } % CHANGE mudrd8mz 2005-10-13 : adding "--" { numnames #2 > - { "" * } % CHANGE mudrd8mz 2005-10-12 + { "" * } % CHANGE mudrd8mz 2005-10-12 'skip$ if$ - t "OTHERS" = % CHANGE mudrd8mz 2005-10-12 because of capitalize + t "OTHERS" = % CHANGE mudrd8mz 2005-10-12 because of capitalize { " et~al." * } { " -- " * t * } % CHANGE mudrd8mz 2005-10-12 : between the last and the one before if$ @@ -257,15 +257,15 @@ FUNCTION {format.names.full} FUNCTION {format.names.short} % CHANGE mudrd8mz 2005-10-14 adding more authors version { 's := - s #1 "{ll}" format.name$ 't1 := - t1 capitalize 't1 := - s #1 "{, f.}{~j.}" format.name$ 't2 := + s #1 "{ll}" format.name$ 't1 := + t1 capitalize 't1 := + s #1 "{, f.}{~j.}" format.name$ 't2 := t1 t2 * " et~al." * } FUNCTION {format.names} { duplicate$ - num.names$ #3 > + num.names$ #3 > {format.names.short} % pokud ma citace vice nez 3 autory, uvadi se pouze PRVNI et al. {format.names.full} % pokud ma citace max 3 autory, uvadi se vsichni if$ @@ -354,7 +354,7 @@ FUNCTION {format.full.names} if$ t "others" = { " et~al." * } - { ", " * t * } % CHANGE mudrd8mz 2005-10-12 + { ", " * t * } % CHANGE mudrd8mz 2005-10-12 if$ } if$ @@ -627,7 +627,7 @@ FUNCTION {format.in.ed.booktitle} { "" } { editor empty$ { "In " booktitle emphasize * } - { "In " format.editors * " " * booktitle emphasize * } % CHANGE mudrd8mz 2005-10-12 + { "In " format.editors * " " * booktitle emphasize * } % CHANGE mudrd8mz 2005-10-12 if$ } if$ @@ -892,7 +892,7 @@ FUNCTION {incollection} format.number.series output new.sentence address ": " * publisher * % CHANGE mudrd8mz 2005-10-12 - "publisher" output.check + "publisher" output.check %publisher "publisher" output.check %address output format.edition output -- 2.11.4.GIT