Tagged Questions
0
votes
0answers
31 views
How to insert a dot in the section headings? [duplicate]
I am using this macro:
\newcommand{\ssection}[1]{\section[1]{\centering #1}}
\ssection{BACKGROUND}
Result, is centered but there are couple of spaces between 1 and B:
1 BACKGROUND
...
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 ...
5
votes
1answer
251 views
Removing dot after section letter
Right now this I'm getting this for my first subsubsection:
G.1.1.
I would like for this to be
G1.1.
Does anybody know if it is possible to remove the first dot and put G and 1 together ...
3
votes
3answers
863 views
An extra dot after section counter while numbering equations
My sections are numbered with a dot after counter. I get it like this
\renewcommand{\thesection}{\arabic{section}.}
I also need the equations to be numbered within sections and I try to do it like ...
3
votes
2answers
396 views
How to have an amsart-like subsection style
If you use the amsart class, then it puts a period after the subsection title, but not if there is no title. For example, if I write
\subsection{Title}
Blah1
\subsection{}
Blah2
Then amsart ...
1
vote
1answer
181 views
How to change the default ':' in subsection to paren ')'?
In latex, when I write ,
\subsubsection*{a}
it produces
a:
but I want to write
a)
How should I do this.
5
votes
2answers
1k views
Remove dot-after-number in figure captions while keeping the dot in chapter/section captions
In my document (using KOMAScript and babel[ngerman]) I have various figures which get captions like "Abbildung 1: ...".
However, as soon as I add a \appendix to the document all those captions change ...
6
votes
4answers
3k views
How to add a dot after the section number?
I wonder is there any way to change the format of section numbering from 1.1 to 1.1. ? I know this is trivial, but I really need to add one more dot after the section number. Does anybody know how to ...
3
votes
3answers
652 views
Is it possible to change the appearance of a \ref ?
I am using article class, and by default, the numbers of the sections, subsections appear like 1 section, 2 section in time I want them to appear like 1. section, 2. section (with dots).
I have ...
6
votes
1answer
612 views
Appendix changes sections and figures numbering
I don't know how to face a strange behavior caused by the appendix package.
I'm using KOMA-Script book class and many other packages (see here: http://pastie.org/1728702)
When I add an appendix (not ...
5
votes
2answers
586 views
Quotation marks in section titles
I have a question similar to that in Cite in the caption of a graphic but not in \listoffigures?
I'm using this to create bookmarks in my generated PDFs:
\usepackage[pdftex,bookmarks=true]{hyperref}
...
5
votes
4answers
2k views
How to change captions and dots?
I've received my master thesis from proofreader. I've received a lot of small things to fix but they're defined inside my document class which is report.
How to change caption name from "Table" to ...
19
votes
3answers
6k views
Correct use of \paragraph titles?
How should I use \paragraph? I mean, If I want to put "Characteristics", should I put \paragraph{Characteristics} or \paragraph{Characteristics:}. Or is it up to me which one to use?