The sectsty tag has no wiki summary.
6
votes
3answers
66 views
Special non-standard font sizes for different types
The more I read about fontsizes in LaTeX, the more confused I've become. I don't know how to meet my requirements, which are the following:
text = 11pt --> This works.
footnotes = 9pt --> This ...
3
votes
1answer
156 views
How to uppercase heavily customised sections (sectsty+fontspec)?
I am trying to customise the aspect of a scrbook to look like a book I have.
In my case, sections should be formatted as follows: the font face should be Conques Demi, the font size 26 pt, the font ...
8
votes
2answers
280 views
Can I make all section headings bigger?
I want to make all section headings in LaTeX document bigger by a given scale. For example, I want all of them have 150% of size that they have now.
Can I do that somehow? (Ideally using sectsty)
5
votes
1answer
2k views
Make section font all caps
I am using the following code with sectsty to make all sections use small caps:
\sectionfont{\sc}
However, I want them all typesetted in lowercase, but the following does not work:
...
5
votes
2answers
564 views
Is there a way to change the font style of the “References” section?
Is there a way to change the font style of the "References" section of a document?
I'm using the sectsty package to modify section fonts and my code does not seem to affect the "References" section ...
8
votes
2answers
3k views
Changing the section title style for an article document type
I have just started working on my master's thesis with my universities latex template. It uses the 'article' document class for it. I have tweaked it here and there a bit to make it more to my liking. ...
7
votes
1answer
2k views
Underline a section header the full width of the page
How do I get a full page width underline or bottom-border on a section title?
At the moment I'm using
\usepackage{sectsty}
\sectionfont{\normalfont\sffamily\large\underline\bfseries\color{orange}}
...