From: David A. <da...@bo...> - 2003-03-10 15:38:10
|
I'm no LaTeX expert, but it doesn't seem to be able to handle the verbatim section below, citing a "runaway argument". \begin{center} \parbox{\admwidth}{\textbf{Note} MPL's placeholders are in the \texttt{mpl::placeholders} namespace. In this book we will usually assume that you have written \begin{quote} \begin{verbatim} using namespace mpl::placeholders; \end{verbatim} \end{quote} so that they can be accessed without qualification. } \end{center} This was generated by the following ReST: .. Note:: MPL's placeholders are in the ``mpl::placeholders`` namespace. In this book we will usually assume that you have written :: using namespace mpl::placeholders; so that they can be accessed without qualification. -- Dave Abrahams Boost Consulting www.boost-consulting.com |