[texhax] highly condensed font in a figure
David Carlisle
d.p.carlisle at gmail.com
Mon Mar 14 17:45:04 CET 2016
For some reason the fd file sets up the "light condensed" font as c not lc so:
\documentclass{article}
\usepackage[T1]{fontenc}
\usepackage{lmodern}
\usepackage{lipsum}
\begin{document}
\ttfamily\lipsum[1]
{\small\fontseries{c}\selectfont
\lipsum[1]}
\begin{figure}
{\small\ttfamily\fontseries{c}\selectfont
\lipsum[1]}
\caption{Figure}
\end{figure}
\end{document}
On 14 March 2016 at 16:21, Neal H. Walfield <neal at walfield.org> wrote:
> Hi,
>
> I need to display a short code listing in a paper that I'm working on.
> Since I don't have much space, I figured I'd try to use a highly
> condensed font. I found the following question on stack exchange,
> which looked promising:
>
> https://tex.stackexchange.com/questions/47489/looking-for-monospaced-condensed-font
>
> Unfortunately, it doesn't work for me in a figure (MWE follows). I
> have no idea why and my search engine foo has failed me. Any ideas?
>
> Thanks in advance!
>
> :) Neal
>
> \documentclass{article}
>
> \usepackage[T1]{fontenc}
> \usepackage{lmodern}
> \usepackage{lipsum}
>
> \begin{document}
> \ttfamily\lipsum[1]
>
> {\small\fontseries{lc}\selectfont
> \lipsum[1]}
>
> \begin{figure}
> {\small\fontseries{lc}\selectfont
> \lipsum[1]}
> \caption{Figure}
> \end{figure}
>
> \end{document}
> _______________________________________________
> TeX FAQ: http://www.tex.ac.uk/faq
> Mailing list archives: http://tug.org/pipermail/texhax/
> More links: http://tug.org/begin.html
>
> Automated subscription management: http://tug.org/mailman/listinfo/texhax
> Human mailing list managers: postmaster at tug.org
--
http://dpcarlisle.blogspot.com/
More information about the texhax
mailing list