/utphys

To download this project, use:
bzr branch http://golem.ph.utexas.edu/~distler/code/utphys/

« back to all changes in this revision

Viewing changes to utcaps.bst

  • Committer: Jacques Distler
  • Date: 2011-08-03 18:20:06 UTC
  • Revision ID: distler@golem.ph.utexas.edu-20110803182006-vhhzc21gga2th9oj
Tags: 2.7
utphys.bst 2.7: Fix "et~al." in format.crossref.editor, too.
(Reported by Blake Stacey)

Show diffs side-by-side

added added

removed removed

1
 
% UT Physics bibliographic style, ver. 2.5. Based on:
 
1
% UT Physics bibliographic style, ver. 2.7. Based on:
2
2
%
3
3
%X     IEEE Transactions bibliography style (29-Jan-88 version)
4
4
%X       numeric labels, order-of-reference, IEEE abbreviations,
51
51
%                                    fix journal number formatting.
52
52
%                   ver 2.5   9/10 - Internationalization and some more journal
53
53
%                                    MACROs (thanks to Mateus Araujo)
 
54
%                   ver 2.7   8/11 - Fix "et~al." in format.crossref.editor, too.
 
55
%                                    (Reported by Blake Stacey)
54
56
%
55
57
% HyperTeX Wizardry:
56
58
%
369
371
                'skip$
370
372
              if$
371
373
              t "others" =
372
 
                { " {\em et al.}" * }
 
374
                { " {\em et~al.}" * }
373
375
                { string.and * t * }
374
376
              if$
375
377
            }
758
760
{ editor #1 "{vv~}{ll}" format.name$
759
761
  editor num.names$ duplicate$
760
762
  #2 >
761
 
    { pop$ " {\em et.~al.}" * }
 
763
    { pop$ " {\em et~al.}" * }
762
764
    { #2 <
763
765
        'skip$
764
766
        { editor #2 "{ff }{vv }{ll}{ jj}" format.name$ "others" =
765
 
            { " {\em et.~al.}" * }
 
767
            { " {\em et~al.}" * }
766
768
            { string.and * editor #2 "{vv~}{ll}" format.name$ * }
767
769
          if$
768
770
        }