hello
how to make italic every "word" in document ?, for example i have many "et al." i need italic them all but only them in all document.
Fonts & Character Sets ⇒ how to italic every "word"
- Stefan Kottwitz
- Site Admin
- Posts: 10290
- Joined: Mon Mar 10, 2008 9:44 pm
how to italic every "word"
Hi Darek,
welcome to the board!
You could create a macro for that:
Then, in the document you could write \etal.
If you decide to change that later, you just need to change this newcommand definition.
Stefan
welcome to the board!
You could create a macro for that:
Code: Select all
\newcommand*{\etal}{\textit{et al.}}
If you decide to change that later, you just need to change this newcommand definition.
Stefan
LaTeX.org admin