HI everyone.
I am writing a report but I want all text to be helvetica font.
Using the \usepackage{helvet} command I can change all text to helvitica font but this doesn't change the section headings as well. I have got around this by using \sffamily for each heading but there must be a better way!
Does anyone know how to change all of the test to the required font?
thanks.
Text Formatting ⇒ Change text of section headings
NEW: TikZ book now 40% off at Amazon.com for a short time.
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Change text of section headings
A very simple solution is given with the sectsty package. More advanced formatting is possible with the titlesec package.
Best regards
Thorsten
Best regards
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Change text of section headings
That has worked, thanks for your quick response!!