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