Tagged Questions
3
votes
1answer
324 views
How to change section/subsection font size? [duplicate]
I'm writing a paper that requires the section titles to be in 12pt font, I can get the title to be in 12pt using:
\section{\fontsize{12}{15}\selectfont Introduction}
but the section number does not ...
7
votes
1answer
182 views
Changing size of footnote symbols in titlesec-formatted chapter titles
I am using titlesec to define the formatting of Chapter titles. At present, footnote symbols within these titles appear in the same format, but my author would like them to be somewhat smaller.
The ...
7
votes
3answers
8k views
Change size of section, subsection, subsubsection, paragraph and subparagraph title
I would like to increase the size of pretty much every headlines, so that it is more prominent than the normal text.
I read about the titlesec package, but can't seem to find good example how to use ...
2
votes
1answer
5k views
Vertical space before section title with titlesec
I was trying to eliminate the vertical space before and after the title of a section by using the titlesec package and the command \titlespacing*{\section}{0pt}{0pt}{0pt}, but it works only in ...
0
votes
1answer
809 views
How to change the section font to specific size by using \titleformat?
I want to set the section font to the specific size and type. But using \titleformat can only give few standard types, like Large, large...
\titleformat*{\section}{\LARGE\headingfont}
...
24
votes
3answers
8k views
How to set the font for a \section title (and chapter etc)
How do I specify the fonts, and general font size, for the titles, chapters and sections in my document
Update:
I can see how my question is confusing.
I use \section and \chapter etc. to organise ...