Some countries use , instead of . in a decimal. Unfortunately, a 2D coordinate, for example (2,3,4), becomes ambiguous for readers.
How to avoid this?
Some countries use , instead of . in a decimal. Unfortunately, a 2D coordinate, for example (2,3,4), becomes ambiguous for readers.
How to avoid this?
The only case where this question is not off-topic is the case where someone like a french tex's user tries to use a list for example in a \foreach list.
When the ,is a separator you need to hide your math , inside a tex group {...}
Example
\foreach \n in {1,2,{2,718},3,{3,14}}
Now it's possible with the package numprint with babel and with siunitxto write numbers with dot and when you need to print the numbers to get the good syntax according to the country.
(1,5 ; 2,5). EDIT: In some cases, people suppress the value separator, e.g.(1,5 2,5). – Paulo Cereda Jun 10 '11 at 00:411.2 . 2.3the . for the multiplication must be a median dot and I don't know how to do that.1.2 ... 5.3is not fine too but in these cases.is not a separator or delimiter ! – Alain Matthes Jun 10 '11 at 04:08\ensuremath{\cdot}command? – Crowley Jun 10 '11 at 05:10How to avoid confusion between special characters and delimiters or separators– Alain Matthes Jun 10 '11 at 06:13