write in a monospace font (i.e. courier) in latex
March 30th, 2006 by Lawrence David
you might want to use monospaced strings in latex to reproduce things like filenames. (where monospace refers to fonts like courier, where every character takes up the same amount of line space.)
here’s an example of how to do it:
The matrix $C_{i,j}$ is calculated in the uploaded file
\texttt{loadComplex.m}.
great!! thanks !
Thank you!
Alternately:
The matrix $C_{i,j}$ is calculated in the uploaded file
{\tt loadComplex.m}.
Thanks, just what I was looking for
Perfect. Thank you!
I do not have the slightest idea