/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-02-03 16:56:56 UTC
  • Revision ID: distler@golem.ph.utexas.edu-20110203165656-5wgsy6f0w6l6uat2
Fix captialization of titles

Reported by Ling Weak.

Show diffs side-by-side

added added

removed removed

1
 
% UT Physics bibliographic style, ver. 2.7. Based on:
 
1
% UT Physics bibliographic style, ver. 2.5. 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)
56
54
%
57
55
% HyperTeX Wizardry:
58
56
%
371
369
                'skip$
372
370
              if$
373
371
              t "others" =
374
 
                { " {\em et~al.}" * }
 
372
                { " {\em et al.}" * }
375
373
                { string.and * t * }
376
374
              if$
377
375
            }
760
758
{ editor #1 "{vv~}{ll}" format.name$
761
759
  editor num.names$ duplicate$
762
760
  #2 >
763
 
    { pop$ " {\em et~al.}" * }
 
761
    { pop$ " {\em et.~al.}" * }
764
762
    { #2 <
765
763
        'skip$
766
764
        { editor #2 "{ff }{vv }{ll}{ jj}" format.name$ "others" =
767
 
            { " {\em et~al.}" * }
 
765
            { " {\em et.~al.}" * }
768
766
            { string.and * editor #2 "{vv~}{ll}" format.name$ * }
769
767
          if$
770
768
        }