Tagged Questions
3
votes
1answer
852 views
Italic in some words of the title
I want to use a title with a foreign word, which should be in italic. I use KOMA-script.
I tried this:
\documentclass{scrartcl}
\begin{document}
\tableofcontents
The text.
\section{Foo ...
6
votes
1answer
1k views
using \textit in \section{} with beamer class
For a presentation using the beamer class (MiKTeX 2.8 with TeXnicCenter on Windows Vista) I need to have the italicized title of a book in a section heading. When I use \textit{...} or \emph{...} ...