From 0d2b62c57b32dce7e47d2810c85c524a22bd1796 Mon Sep 17 00:00:00 2001 From: Ryan Norton Date: Thu, 18 Nov 2004 14:14:43 +0000 Subject: [PATCH] fix various latex errors git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30607 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/stdpaths.tex | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/latex/wx/stdpaths.tex b/docs/latex/wx/stdpaths.tex index 8f44a53aa4..a4252831c3 100644 --- a/docs/latex/wx/stdpaths.tex +++ b/docs/latex/wx/stdpaths.tex @@ -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} -- 2.47.2