From: engelbert g. <be...@ch...> - 2003-03-10 17:08:46
|
> I'm no LaTeX expert, but it doesn't seem to be able to handle the me too not. i see to it tomorrow, parbox seams to dislike verbatim. replacing \parbox with \begin{minipage} will work in this case but minipage has its own footnotes. more tomorrow > 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. > > -- engelbert gruber email: eng...@ss... |