diff --git a/docs/latex/wx/artprov.tex b/docs/latex/wx/artprov.tex index e3dc351157..8b3b73ac2c 100644 --- a/docs/latex/wx/artprov.tex +++ b/docs/latex/wx/artprov.tex @@ -17,10 +17,12 @@ wxArtProvider class. \wxheading{Data structures} -{\small \begin{verbatim} +{\small +\begin{verbatim} typedef wxString wxArtClient typedef wxString wxArtID -\end{verbatim}} +\end{verbatim} +} \latexignore{\rtfignore{\wxheading{Members}}} diff --git a/docs/latex/wx/filename.tex b/docs/latex/wx/filename.tex index 3c0459e648..e4f570cd50 100644 --- a/docs/latex/wx/filename.tex +++ b/docs/latex/wx/filename.tex @@ -379,11 +379,11 @@ convenience wrapper: get just the last mod time of the file Return the path part of the filename (without the name nor extension). The possible flags values are: -\twocolwidtha{5cm}% +\twocolwidtha{5cm} \begin{twocollist}\itemsep=0pt -\twocolitem{\tt wxPATH\_GET\_VOLUME}{Return the path with the volume (does +\twocolitem{{\bf wxPATH\_GET\_VOLUME}}{Return the path with the volume (does nothing for the filename formats without volumes)} -\twocolitem{\tt wxPATH\_GET\_SEPARATOR}{Return the path with the trailing +\twocolitem{{\bf wxPATH\_GET\_SEPARATOR}}{Return the path with the trailing separator, if this flag is not given there will be no separator at the end of the path.} \end{twocollist}