GeneralItalic or emph subsection headings

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
middleman
Posts: 2
Joined: Tue Apr 03, 2007 6:39 am

Italic or emph subsection headings

Post by middleman »

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

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

balfonsi
Posts: 93
Joined: Wed Mar 14, 2007 12:05 am

Re: Italic or emph subsection headings

Post by balfonsi »

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.
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Italic or emph subsection headings

Post by localghost »

Help may come from the sectsty package. Refer to the documentation to get things work.
middleman
Posts: 2
Joined: Tue Apr 03, 2007 6:39 am

Italic or emph subsection headings

Post by middleman »

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
Post Reply