]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixes for documentation compilation
authorGeorge Tasker <gtasker@allenbrook.com>
Tue, 16 Apr 2002 18:00:31 +0000 (18:00 +0000)
committerGeorge Tasker <gtasker@allenbrook.com>
Tue, 16 Apr 2002 18:00:31 +0000 (18:00 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15167 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/artprov.tex
docs/latex/wx/filename.tex

index e3dc351157d1f88d435291306c95622f5012962f..8b3b73ac2c3fac17254b599afa2aca2bccee7697 100644 (file)
@@ -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}}}
 
index 3c0459e6489083b2415ff8b6fd104c899ef9d83a..e4f570cd50a7421f48f4ad37b6c7cdc6f69d1fa8 100644 (file)
@@ -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}