Skip to content

Commit

Permalink
feat(refs): When there is an URL, the prefix is now "Récupéré à" inst…
Browse files Browse the repository at this point in the history
…ead of "Récupéré de"

Suggéré par Lino
  • Loading branch information
plapointe6 committed May 26, 2021
1 parent e809317 commit 07d9b8a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/apa-uqac-en.bst
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ STRINGS { urlintro doiprefix doiurl }

FUNCTION{init.variables}
{
"R\'ecup\'er\'e" 'urlintro := % prefix before URL; typically "Available from:" or "URL":
"R\'ecup\'er\'e \`a" 'urlintro := % prefix before URL; typically "Available from:" or "URL":
"doi:" 'doiurl := % prefix to make URL from DOI
"" 'doiprefix := % text prefix printed before DOI ref; typically "doi:"
}
Expand Down Expand Up @@ -608,7 +608,7 @@ FUNCTION {format.url}
"~le " * urldate *
}
if$
" de \url{" * url * "}" * }
" \url{" * url * "}" * }
if$
}

Expand Down
4 changes: 2 additions & 2 deletions src/apa-uqac-fr.bst
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ STRINGS { urlintro doiprefix doiurl }

FUNCTION{init.variables}
{
"R\'ecup\'er\'e" 'urlintro := % prefix before URL; typically "Available from:" or "URL":
"R\'ecup\'er\'e \`a" 'urlintro := % prefix before URL; typically "Available from:" or "URL":
"doi:" 'doiurl := % prefix to make URL from DOI
"" 'doiprefix := % text prefix printed before DOI ref; typically "doi:"
}
Expand Down Expand Up @@ -608,7 +608,7 @@ FUNCTION {format.url}
"~le " * urldate *
}
if$
" de \url{" * url * "}" * }
" \url{" * url * "}" * }
if$
}

Expand Down

0 comments on commit 07d9b8a

Please sign in to comment.