Tagged Questions
6
votes
1answer
91 views
Decimal comma: extract one feature from babel-spanish
\usepackage[spanish]{babel} makes $12.34$ to print "12,34", not "12.34". It doesn't change dot to comma if one says for example $x.y$.
Can I use only that feature from babel package, and still use ...
6
votes
3answers
124 views
How to define a new command for guillemets marks [duplicate]
Possible Duplicate:
babel shorthand "| doesn’t work in macros
I would like to define a new command for guillemets marks. I know how to obtain them in LaTeX and those I would like to ...
2
votes
1answer
129 views
Using “German” quotation marks inside \newcommand [duplicate]
Possible Duplicate:
babel shorthand "| doesn’t work in macros
I know there is a deeper non-understanding of LaTeX mechanics at work here, but I have no idea how to phrase my question ...
8
votes
1answer
126 views
Using \selectlanguage with csquotes
As per this question, I am using csquotes to convert quotationmarks to typographical-quotes. However, when changing language through \selectlanguage the quotationmarks no longer gets converted. (I ...
8
votes
2answers
305 views
Babel and the decimal separator
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 ...
9
votes
3answers
298 views
Punctuation in bibliography with multiple languages
In a document written in a given language (in my case French but it may not matter so much) I have a bibliography mixing entries in different languages (in this case French, English and German). I ...
8
votes
2answers
343 views
No space after closing double quote
As the title says, there's no spacing after my closing quotes, I have boiled my huge preamble down to the following,
% Manual: http://ctan.org/tex-archive/macros/latex/contrib/memoir/memman.pdf
...
1
vote
1answer
101 views
Babel + Hebrew + aeguill incompatiblility
(Question split off from here.)
If you try to use the aeguill package (which adds some guillemets to the ae fonts) with Babel and Hebrew:
\documentclass{standalone}
...
3
votes
1answer
220 views
How remove dot after section number in ToC with babel's spanish?
I'm using the book document class and the babel package with the spanish option, I have a ToC like this:
CHAPTER NAME
1.1. SECTION NAME
1.1.1. Subsection name
1.1.1.1. ...
3
votes
1answer
158 views
problem with biblatex-chem bundle, babel, and inbook entry
I'm writing my thesis in French, and thus use the package babel. I have chosen the "chem-angew" bibliography style, and all is good so far, except for citations of chapters in books.
Here is my bib ...
5
votes
3answers
139 views
French internationalisation, override babel default spacing
I'm writing my thesis paper in French. In the document I use the name of the ISO27001:2005 norm name, and by babel conventions this is rewritten as ISO27001 :2005 with a extra space before the ...
4
votes
3answers
1k views
German quotation marks are broken in XeLaTeX
Although I known nothing about German, I have to complie some German TeX documents. The German quotation marks "' or \grqq and "' or \grqq in my document are replaced by cmr font and the PDF file is ...