diff options
author | Karl Berry <karl@freefriends.org> | 2007-05-05 00:32:25 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-05-05 00:32:25 +0000 |
commit | 9b4d9fe2a30822e0aa2a2e8c7e21552dc58adec0 (patch) | |
tree | 645ae2b48d74eb006d6c9a8ec8b97d0a1d2e8b79 /Master/texmf-dist/bibtex/bst | |
parent | fa6c84fd7d86f3f01d6f2f41f5623a93a474fe99 (diff) |
minitoc 53 (23mar07), now from an author-prepared tds.zip
git-svn-id: svn://tug.org/texlive/trunk@4240 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/bibtex/bst')
-rw-r--r-- | Master/texmf-dist/bibtex/bst/minitoc/en-mtc.bst | 6 | ||||
-rw-r--r-- | Master/texmf-dist/bibtex/bst/minitoc/fr-mtc.bst | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/bibtex/bst/minitoc/en-mtc.bst b/Master/texmf-dist/bibtex/bst/minitoc/en-mtc.bst index 7a0961c1059..d730b3ea017 100644 --- a/Master/texmf-dist/bibtex/bst/minitoc/en-mtc.bst +++ b/Master/texmf-dist/bibtex/bst/minitoc/en-mtc.bst @@ -290,7 +290,7 @@ FUNCTION {format.names} 'skip$ if$ t "others" = - { " et~al." * } + { " \upshape\rmfamily et~al." * } { " and " * t * } if$ } @@ -570,7 +570,7 @@ FUNCTION {format.crossref.editor} { #2 < 'skip$ { editor #2 "{ff }{vv }{ll}{ jj}" format.name$ "others" = - { " et~al." * } + { " \upshape\rmfamily et~al." * } { " and " * editor #2 "{vv~}{ll}" format.name$ * } if$ } @@ -1185,7 +1185,7 @@ FUNCTION {sort.format.names} if$ s nameptr "{vv{ } }{ll{ }}{ ff{ }}{ jj{ }}" format.name$ 't := nameptr numnames = t "others" = and - { "et al" * } + { " \upshape\rmfamily et al." * } { t sortify * } if$ nameptr #1 + 'nameptr := diff --git a/Master/texmf-dist/bibtex/bst/minitoc/fr-mtc.bst b/Master/texmf-dist/bibtex/bst/minitoc/fr-mtc.bst index f4bc2c55b29..c68504c6baa 100644 --- a/Master/texmf-dist/bibtex/bst/minitoc/fr-mtc.bst +++ b/Master/texmf-dist/bibtex/bst/minitoc/fr-mtc.bst @@ -326,7 +326,7 @@ FUNCTION {format.names} 'skip$ if$ t "others" = - { " \upshape et~al." * } + { " \upshape\rmfamily et~al." * } { " \andname{} " * t * } if$ } @@ -606,7 +606,7 @@ FUNCTION {format.crossref.editor} { #2 < 'skip$ { editor #2 "{ff }{vv }{ll}{ jj}" format.name$ "others" = - { " et~al." * } + { " \upshape\rmfamily et~al." * } { " \andname{} " * editor #2 "{vv~}{ll}" format.name$ * } if$ } @@ -1221,7 +1221,7 @@ FUNCTION {sort.format.names} if$ s nameptr "{vv{ } }{ll{ }}{ ff{ }}{ jj{ }}" format.name$ 't := nameptr numnames = t "others" = and - { "et al" * } + { " \upshape\rmfamily et al." * } { t sortify * } if$ nameptr #1 + 'nameptr := |