-
Notifications
You must be signed in to change notification settings - Fork 39
Description
Hello!
With that example:
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[12pt,french,a4paper,twoside]{article}
\usepackage[T1]{fontenc}
\usepackage{babel}
\usepackage{lmodern}
\frenchsetup{og=«,fg=»}
\usepackage{hyperref}
\hypersetup{colorlinks,linkcolor=blue,urlcolor=blue}
\usepackage{xcolor}
\begin{document}
\href{http://url}{Test: bla bla} \textcolor{red}{incorrect} (Test: bla bla)
\href{http://url}{Test; bla bla} \textcolor{red}{incorrect} (Test; bla bla)
\href{http://url}{Test! bla bla} \textcolor{red}{incorrect} (Test! bla bla)
\href{http://url}{Test? bla bla} \textcolor{red}{incorrect} (Test? bla bla)
\end{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
you can see than the espacement between Test and : or ; or ! or ? is not correct (in French, of course). Into the parens, the espacement is correct.
Best regards.
François