LyX ⇒ Paragraphs in italic
Paragraphs in italic
Thanks!
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
Paragraphs in italic
The following should work :luc4 wrote:I would like the example to be italic instead of normal... is this possible without redefining the entire document class?
Code: Select all
\begin{itshape}
your example ...
\end{itshape}
sridhar
OS: Debian/GNU Linux; LaTeX System : TeXLive; Editor : Vim
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Paragraphs in italic
Code: Select all
\itshape
The quick brown fox jumps over the lazy dog.
\normalshape
Best regards
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Paragraphs in italic
Thanks!
Re: Paragraphs in italic
Regards,
sridhar
OS: Debian/GNU Linux; LaTeX System : TeXLive; Editor : Vim
Re: Paragraphs in italic
Thanks again!
EDIT: I solved! It was sufficient to edit theorems-ams.inc. Thanks!