The icomma tag has no wiki summary.
12
votes
4answers
1k views
Comma as decimal point leading to confusion
I'm writing a report in a language that uses decimal commas. In some cases that clashes with commas used for punctuation, causing hard to read text, e.g.:
for $x_i \in [-1,5, 1,5]$.
Is there a way ...
5
votes
1answer
279 views
A comma decimal separator that is bigger than a dot
\documentclass{mwrep}
\usepackage{amsmath}
\begin{document}
Check:\\
with "," $0,125$\\
with "." $0.125$
with commas:
\begin{equation}
P=
\begin{bmatrix} 0,1 & 0,3 & 0,0 & 0,6 \\
...
4
votes
1answer
211 views
Could icomma conflict with siunitx?
I'm also having the problem with the space after a comma in decimal numbers (like discussed here: German language: use of comma in numbers)
and I wonder if I can use both the icomma-package (which ...