I'm using Babel for writing a document in spanish. However, it uses a comma instead of a period as a decimal marker (i.e. 3,14 instead of 3.14).
Is there any way to reverse the behaviour? I prefer the period, as it's done in english.
Also, I'd prefer it if it's something that can just be added to the preamble, instead of having to do it each time I want to write a number with a decimal part (like putting the period between brackets, for instance).
\usepackage[spanish,es-nodecimaldot]{babel}should do. – egreg Nov 8 '12 at 23:41