Just a quick question, can anyone suggest the best way for me to get all of my subsection headings italicised? I have previously just added and \emph in each subsection heading but I know there is a better way to do it. I've tried \renewcommand however I'm not to sure what I'm doing with it and end up with italic headings that are small. I would just like italics with no change of the rest of the font properties.
Any suggestions would be appreciated.
--
Chuck D
General ⇒ Italic or emph subsection headings
NEW: TikZ book now 40% off at Amazon.com for a short time.
Re: Italic or emph subsection headings
Use package titlesec which lets you entirely customize section headings and all that stuff. Then you just make a macro package in which you use the titlesec commands which realize what you want and you add to your preamble something like
\usepackage{myownpersonalsectionformat}
Regards,
B.A.
\usepackage{myownpersonalsectionformat}
Regards,
B.A.
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Italic or emph subsection headings
Help may come from the sectsty package. Refer to the documentation to get things work.
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
Italic or emph subsection headings
localghost wrote: Help may come from the sectsty package. Refer to the documentation to get things work.
That appeared to work easily enough, thanks for your reply.
--
Chuck D
Chuck D