Hi,
I am in the middle of creating a thesis according to my school default template. How can I change the font to Courier New for just one word?
Thanks
Text Formatting ⇒ change font type
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10348
- Joined: Mon Mar 10, 2008 9:44 pm
change font type
Hi,
But if you mean a typewriter font (monospaced) for this one word, you could simply write:
To change the default typewriter font to Courier, load the courier package:
Stefan
do you really mean Courier New? For truetype fonts you could use XeLaTeX.harrymatth wrote:How can I change the font to Courier New for just one word?
But if you mean a typewriter font (monospaced) for this one word, you could simply write:
Code: Select all
\texttt{word}
Code: Select all
\usepackage{courier}
LaTeX.org admin