Page Layout ⇒ Contents
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
Contents
\normalfont
is changed to be that font. That means, switching back from italic os something back to the (other) default font.Perhaps show some code. Otherwise it hardly cn be said why italic would not work, except that the font may not have an italic shape.
Stefan
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
Contents
What I see:
\fontsize{}{}
should be followed by \selectfont
.Stefan
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
Contents
\setkomafont{paragraph}{\itshape}
But using
titlesec
would interfere with it. I would use titlesec with base classes (article, book) and KOMA-Script features with scrartcl, scrbook. Manual: 
Stefan