summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/bibtex/bst/minitoc/en-mtc.bst
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/bibtex/bst/minitoc/en-mtc.bst')
-rw-r--r--Master/texmf-dist/bibtex/bst/minitoc/en-mtc.bst6
1 files changed, 3 insertions, 3 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 :=