On Tuesday 26 March 2002 2:35 pm, Juergen Vigna wrote: > On 26-Mar-2002 Angus Leeming wrote: > > Well, I was thinking of a general function to go in support/lstrings.h. > > It'd be nice to complete it. > > Well I think there is still Jean-Marc's question if the \verb is not > enough. In a verbatim environment we should be able to put any special char > without the need to escape it, isn't it?
Sure. I just can't get it to work. \documentclass[10pt]{article} \begin{document} \begin{figure}% \begin{center} \verb+time_40.eps+ this works but this doesn't \fbox{\rule[-0.5in]{0pt}{1in}\verb+time_40.eps+ not found} \end{center} \end{figure}% \end{document} Can you tell me what I'm doing wrong? Angus