From: David A. <da...@bo...> - 2003-03-18 00:25:48
|
The latest problem is that text which needs to be verbatim (e.g. "^") causes problems when it appears in an \mbox{ ... }. I don't know enough about LaTeX to fix it myself. I've done a bunch of web searches and come up empty. An example of what gets generated is: \mbox{typedef~mpl::list{\_}c{$<$}int,0,1,-2,0,0,0,0{$>$}~acceleration;~//~l/(t{\verb|^|}2)}\\ which causes: ! Missing $ inserted. <inserted text> $ l.356 ...0{$>$}~acceleration;~//~l/(t{\verb|^|}2)} \\ ? If you remove "\verb|^|", everything works. -- Dave Abrahams Boost Consulting www.boost-consulting.com |