[OS X TeX] Proportional typewriter?

Will Robertson will at mecheng.adelaide.edu.au
Fri May 28 03:19:43 CEST 2004


On 27 May 2004, at 21:40, Hans van Maanen wrote:

> I'd like to use Proportional typewriter instead of the regular \texttt 
> throughout my document. How do I do this?

Read fntguide.dvi for details. What you want is:

\documentclass{article}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage{lettrine}

% The all important line:
\renewcommand{\ttdefault}{lmvtt}

\begin{document}
\lettrine{L}{atin} Modern fonts are enabled with the \texttt{lmodern} 
package. Note that they use the T1 encoding so you also need 
\verb|\usepackage[T1]{fontenc}| in your preamble.
\end{document}

HTH

W

-----------------------------------------------------
Post: <mailto:MacOSX-TeX at email.esm.psu.edu>
Please see <http://www.esm.psu.edu/mac-tex/> for list
guidelines, information, and LaTeX/TeX resources.





More information about the macostex-archives mailing list