fix various latex errors
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30607 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
717ba4898b
commit
0d2b62c57b
@ -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}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user