verbatimtex %if I can get this to work it will typeset the labels in the typeface I want \documentclass{article} %\usepackage{concrete} \usepackage{euler,palatino} \begin{document} etex; beginfig(1); label(btex No Figure Yet etex, (0,0)); endfig; \verbatimtex \end{document} etex; end