Page Layout ⇒ Contents
NEW: TikZ book now 40% off at Amazon.com for a short time.
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
Contents
It depends on how you use the other font. When another font is properly used, commonly
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
\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
LaTeX.org admin
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
Contents
Please in general try to post details, code. Otherwise it's hard to guess what is in your document but not shown here.
What I see:
Stefan
What I see:
\fontsize{}{}
should be followed by \selectfont
.Stefan
LaTeX.org admin
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
Contents
Btw. scrbook has its own features regarding headings (and fonts). For example:
But using
scrguien
Stefan
\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
LaTeX.org admin