Tagged Questions
2
votes
1answer
69 views
How do I modify the section tag? [duplicate]
Possible Duplicate:
How to add a dot after the section number?
Each of my section tags looks like the following:
What I want is punctuation after each section number. I am not sure where ...
0
votes
1answer
71 views
Redefine quotation mark usage
I would like to be able to manually redefine quotation mark usage, preferably without having to load an external package.
Judging by the answer to How does TeX's mechanism for sorting out quotation ...
16
votes
3answers
498 views
Range of Dates (1999-01 — 2012-12)?
How to typeset range expressed with dash of two ISO8601 dates ?
2010-01--2012-03
or
2010-01---2012-03
or another option ?
3
votes
1answer
3k views
Using quotation marks [duplicate]
Possible Duplicate:
Automatically convert quotations in the form of “abc” to become ``abc"
I have a Microsoft Word document whose text I have copied into a LaTeX document. One ...
3
votes
1answer
683 views
How to replace a hyphen (-) with an en-dash (–) automatically?
I would like to set up my LaTeX (XeTeX) document in such a way so that I could type a hyphen (-, the one on the keyboard) and it would get replaced with an en-dash (–, the "longer" dash) in the ...
10
votes
2answers
448 views
Replacing all dots in a document
I want to replace all dots in a LaTeX document with a call to a macro.
Just doing a search and replace on '.' won't help as this will not replace the dots generated by LaTeX, e.g. in section numbers, ...
2
votes
1answer
299 views
Siunitx: alignment, parentheses and font size
I'm trying to align numbers (that are bolded, between parentheses, etc.) by decimal points in table columns while using the auto-round option of the siunitx package. The following code doesn't work:
...
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 ...
18
votes
2answers
3k views
number format in pgfplots axis
How can I change the type of the decimal/thousand separator from the american one to the european one? More precisely, I want:
"1000" to be written as is, instead of "1,000"
"0,1" instead of "0.1"
...
1
vote
2answers
675 views
How to create better dots in continued fraction
Consider
$$\left( a_1, a_2, \cdots a_m \right) \mapsto a_1 + \frac{1}{a_2 + \frac{1}{\cdots + \frac{1}{a_m}}}$$
I want to change the cdots into three dots like the following
dot space dot ...
8
votes
2answers
1k views
siunitx: aligning numbers by decimal points in tables doesn't work for bolded or italicized numbers
This is a follow-up question for Aligning numbers by decimal points in table columns.
User lockstep provided this solution:
\usepackage{siunitx}
\begin{document}
\begin{tabular}{S[table-format=3.2]}
...