Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4756e5f

Browse files
committed
Changed '\tilde' and '\bslash' to the standard '\textasciitilde' and
'\textbackslash'.
1 parent 95da443 commit 4756e5f

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

Doc/inst/inst.tex

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -177,9 +177,9 @@ \subsection{Platform variations}
177177
\end{verbatim}
178178

179179
On Windows, you'd probably unpack the archive before opening the command
180-
prompt. If you downloaded the archive file to \file{C:\bslash{}Temp},
180+
prompt. If you downloaded the archive file to \file{C:\textbackslash{}Temp},
181181
then it probably unpacked (depending on your software) into
182-
\file{C:\bslash{}Temp\bslash{}foo-1.0}; from the command prompt window,
182+
\file{C:\textbackslash{}Temp\textbackslash{}foo-1.0}; from the command prompt window,
183183
you would then run
184184
\begin{verbatim}
185185
cd c:\temp\foo-1.0
@@ -278,7 +278,7 @@ \subsection{How installation works}
278278
{(1)}
279279
\lineiv{Windows}
280280
{\filenq{\var{prefix}}}
281-
{\filenq{C:\bslash{}Python}}
281+
{\filenq{C:\textbackslash{}Python}}
282282
{(2)}
283283
\lineiv{Mac~OS (pure)}
284284
{\filenq{\var{prefix}:Lib}}
@@ -298,7 +298,7 @@ \subsection{How installation works}
298298
any Unix-like system), the default \filevar{prefix} and
299299
\filevar{exec-prefix} are \file{/usr/local}.
300300
\item[(2)] The default installation directory on Windows was
301-
\file{C:\bslash{}Program Files\bslash{}Python} under Python 1.6a1,
301+
\file{C:\textbackslash{}Program Files\textbackslash{}Python} under Python 1.6a1,
302302
1.5.2, and earlier.
303303
\end{description}
304304

@@ -391,7 +391,7 @@ \subsection{Alternate installation: Unix (the home scheme)}
391391
python setup.py install --home=<dir>
392392
\end{verbatim}
393393
where you can supply any directory you like for the \longprogramopt{home}
394-
option. Lazy typists can just type a tilde (\code{\tilde}); the
394+
option. Lazy typists can just type a tilde (\code{\textasciitilde}); the
395395
\command{install} command will expand this to your home directory:
396396
\begin{verbatim}
397397
python setup.py install --home=~
@@ -487,16 +487,16 @@ \subsection{Alternate installation: Windows}
487487
\begin{verbatim}
488488
python setup.py install --prefix="\Temp\Python"
489489
\end{verbatim}
490-
to install modules to the \file{\bslash{}Temp} directory on the current
490+
to install modules to the \file{\textbackslash{}Temp} directory on the current
491491
drive.
492492

493493
The installation base is defined by the \longprogramopt{prefix} option; the
494494
\longprogramopt{exec-prefix} option is not supported under Windows. Files are
495495
installed as follows:
496496
\installscheme{prefix}{}
497497
{prefix}{}
498-
{prefix}{\bslash{}Scripts}
499-
{prefix}{\bslash{}Data}
498+
{prefix}{\textbackslash{}Scripts}
499+
{prefix}{\textbackslash{}Data}
500500

501501

502502
\subsection{Alternate installation: Mac~OS}
@@ -546,7 +546,7 @@ \section{Custom Installation}
546546

547547
For example, say you're installing a module distribution to your home
548548
directory under Unix---but you want scripts to go in
549-
\file{\tilde/scripts} rather than \file{\tilde/bin}. As you might
549+
\file{\textasciitilde/scripts} rather than \file{\textasciitilde/bin}. As you might
550550
expect, you can override this directory with the
551551
\longprogramopt{install-scripts} option; in this case, it makes most sense to
552552
supply a relative path, which will be interpreted relative to the

0 commit comments

Comments
 (0)