Text Formattingwhat is the italic equivalent of bfseries?

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
quickq
Posts: 17
Joined: Wed Oct 13, 2010 8:14 pm

what is the italic equivalent of bfseries?

Post by quickq »

where I currently have:

Code: Select all

titleformat{\subsubsection}[runin]
       {\normalfont\bfseries}
...
I'd like to try italics, but my guesses \emph, \textit etc don't work. What should I change \bfseries to, to get italics instead?

Recommended reading 2024:

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

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

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

frabjous
Posts: 2064
Joined: Fri Mar 06, 2009 12:20 am

what is the italic equivalent of bfseries?

Post by frabjous »

Code: Select all

\itshape
Post Reply