Skip to content

Commit

Permalink
Merge pull request #1 from plapointe6/master
Browse files Browse the repository at this point in the history
Modifications mineures à la suites des commentaires reçus.
  • Loading branch information
FlorentinTh authored May 26, 2021
2 parents 87688d5 + 07d9b8a commit a85b4b6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
8 changes: 4 additions & 4 deletions src/apa-uqac-en.bst
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ ENTRY


FUNCTION{en.and}{ %% le "et" entre les deux derniers auteurs
" and "
" \& "
}

FUNCTION{en.editeur}{ %% ", \'editeur" au singulier, ou " (\'editeur)"...
Expand Down Expand Up @@ -209,8 +209,8 @@ STRINGS { urlintro doiprefix doiurl }

FUNCTION{init.variables}
{
"R\'ecup\'er\'e" 'urlintro := % prefix before URL; typically "Available from:" or "URL":
"http://dx.doi.org/" 'doiurl := % prefix to make URL from DOI
"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
8 changes: 4 additions & 4 deletions src/apa-uqac-fr.bst
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ ENTRY


FUNCTION{fr.and}{ %% le "et" entre les deux derniers auteurs
" et "
" \& "
}

FUNCTION{fr.editeur}{ %% ", \'editeur" au singulier, ou " (\'editeur)"...
Expand Down Expand Up @@ -209,8 +209,8 @@ STRINGS { urlintro doiprefix doiurl }

FUNCTION{init.variables}
{
"R\'ecup\'er\'e" 'urlintro := % prefix before URL; typically "Available from:" or "URL":
"http://dx.doi.org/" 'doiurl := % prefix to make URL from DOI
"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
1 change: 1 addition & 0 deletions src/main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
%% Il est possible de les identifier par une couleur différente du texte.
%% Par défaut, les liens ne sont pas différenciés du reste du texte.
\usepackage[hidelinks=true]{hyperref}
\urlstyle{same}

\begin{document}

Expand Down

0 comments on commit a85b4b6

Please sign in to comment.