/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 utphys.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,
53
53
%                                    MACROs (thanks to Mateus Araujo)
54
54
%                   ver 2.6   2/11 - Yipes! Fix capitalization of titles, spooged
55
55
%                                    in previous version. (Reported by Ling Weak)
56
 
%                   ver 2.7  12/18 - Fix format.title and format.title.p for when the
 
56
%                   ver 2.7   8/11 - Fix "et~al." in format.crossref.editor, too.
 
57
%                                    (Reported by Blake Stacey)
 
58
%                   ver 2.8  12/18 - Fix format.title and format.title.p for when the
57
59
%                                    title contains trailing punctuation.
58
60
%
59
61
% HyperTeX Wizardry:
373
375
                'skip$
374
376
              if$
375
377
              t "others" =
376
 
                { " {\em et al.}" * }
 
378
                { " {\em et~al.}" * }
377
379
                { string.and * t * }
378
380
              if$
379
381
            }
769
771
{ editor #1 "{vv~}{ll}" format.name$
770
772
  editor num.names$ duplicate$
771
773
  #2 >
772
 
    { pop$ " {\em et.~al.}" * }
 
774
    { pop$ " {\em et~al.}" * }
773
775
    { #2 <
774
776
        'skip$
775
777
        { editor #2 "{ff }{vv }{ll}{ jj}" format.name$ "others" =
776
 
            { " {\em et.~al.}" * }
 
778
            { " {\em et~al.}" * }
777
779
            { string.and * editor #2 "{vv~}{ll}" format.name$ * }
778
780
          if$
779
781
        }