1

I wanted to ask this question a few months ago, and I don't know if there is a duplicate. I have searched but couldn't find anything. Here there is a minimal working example:

\documentclass[a4paper,12pt]{article}
\usepackage{newtxtext,newtxmath}

\begin{document} [ 100 \text{ metri} - (13 \text{ metri} + 76,50 \text{ metri}) ] [ 100 \text{ metri} - 89,50 \text{ metri} ] [ 10,50 \text{ metri} ]

\end{document}

enter image description here

Assuming that I don't want to use siunitx package, why is there one too many spaces between the integer part and the decimal part when I use the comma?

With the mtpro2 package, lite version, the space is more prominent.

\documentclass[12pt]{article}
\usepackage{mathtools,eurosym}
\usepackage[margin=2cm]{geometry}
\usepackage{newtxtext}
\usepackage[lite]{mtpro2}
\usepackage[T1]{fontenc} % Required for including letters with accents
\setlength{\parindent}{0pt}

\begin{document} [ 100 \text{ metri} - (13 \text{ metri} + 76,50 \text{ metri}) ] [ 100 \text{ metri} - 89,50 \text{ metri} ] [ 10,50 \text{ metri} ] \end{document}

Is there a solution or trick? Addendum: If I use the fullstop like comma all work very well.

enter image description here

Sebastiano
  • 54,118

0 Answers0