fix various latex errors
authorRyan Norton <wxprojects@comcast.net>
Thu, 18 Nov 2004 14:14:43 +0000 (14:14 +0000)
committerRyan Norton <wxprojects@comcast.net>
Thu, 18 Nov 2004 14:14:43 +0000 (14:14 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30607 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/stdpaths.tex

index 8f44a53aa46ef6b8965664daa9ef15a51dc6d229..a4252831c3d8d380db6acd0c60d946dcfc65d6e8 100644 (file)
@@ -142,9 +142,9 @@ Example return values:
 
 Return the directory for the user config files:
 \begin{itemize}
-    \item Unix: \texttt{\verb|~|} (the home directory)
-    \item Windows: \texttt{C:$\backslash$Documents and Settings$\backslash$\textit{username}}
-    \item Mac: \texttt{\verb|~|/Library/Preferences}
+    \item Unix: \tt{~} (the home directory)
+    \item Windows: \tt{C:\\Documents and Settings\\\textit{username}}
+    \item Mac: \tt{~/Library/Preferences}
 \end{itemize}
 
 Only use this method if you have a single configuration file to put in this
@@ -158,9 +158,9 @@ more appropriate.
 
 Return the directory for the user-dependent application data files:
 \begin{itemize}
-    \item Unix: \texttt{\verb|~|/.\textit{appname}}
-    \item Windows: \texttt{C:$\backslash$Documents and Settings$\backslash$\textit{username}$\backslash$Application Data$\backslash$\textit{appname}}
-    \item Mac: \texttt{\verb|~|/Library/Application Support/\textit{appname}}
+    \item Unix: \tt{~/.\textit{appname}}
+    \item Windows: \tt{C:\\Documents and Settings\\\textit{username}\\Application Data\\\textit{appname}}
+    \item Mac: \tt{~/Library/Application Support/\textit{appname}}
 \end{itemize}