/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: 2018-11-30 07:09:28 UTC
  • Revision ID: distler@golem.ph.utexas.edu-20181130070928-ogfl5awwv01supyu
Ack! Restore changes from version 2.7

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.8. 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  12/18 - Fix format.title and format.title.p for when the
 
54
%                   ver 2.7   8/11 - Fix "et~al." in format.crossref.editor, too.
 
55
%                                    (Reported by Blake Stacey)
 
56
%                   ver 2.8  12/18 - Fix format.title and format.title.p for when the
55
57
%                                    title contains trailing punctuation.
56
58
%
57
59
% HyperTeX Wizardry:
371
373
                'skip$
372
374
              if$
373
375
              t "others" =
374
 
                { " {\em et al.}" * }
 
376
                { " {\em et~al.}" * }
375
377
                { string.and * t * }
376
378
              if$
377
379
            }
767
769
{ editor #1 "{vv~}{ll}" format.name$
768
770
  editor num.names$ duplicate$
769
771
  #2 >
770
 
    { pop$ " {\em et.~al.}" * }
 
772
    { pop$ " {\em et~al.}" * }
771
773
    { #2 <
772
774
        'skip$
773
775
        { editor #2 "{ff }{vv }{ll}{ jj}" format.name$ "others" =
774
 
            { " {\em et.~al.}" * }
 
776
            { " {\em et~al.}" * }
775
777
            { string.and * editor #2 "{vv~}{ll}" format.name$ * }
776
778
          if$
777
779
        }