[Tex/LaTex] looking for monospaced condensed font

fontstypewriter

I am looking for condensed mono spaced (typewriter) fonts to typeset program listings with pdflatex. The fonts should have the common shapes (up and italic or slanted) and series (normal and bold). Any suggestions?

Best Answer

Latin Modern ha a condensed version of the typewriter font:

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

\begin{document}
\ttfamily\lipsum[1]

\fontseries{lc}\selectfont
\lipsum[1]

\end{document}

enter image description here

If you need the text justified, you have to modify the \fontdimenX values