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

Skip to content

Commit 7593eb3

Browse files
committed
Extracted a bunch of Distutils-specific commands and macros to distutils.sty
(also needed by inst.tex).
1 parent 60908f1 commit 7593eb3

1 file changed

Lines changed: 1 addition & 13 deletions

File tree

Doc/inst/inst.tex

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
\documentclass{howto}
22
\usepackage{ltxmarkup}
33
\usepackage{times}
4+
\usepackage{distutils}
45

56
\title{Installing Python Modules}
67

@@ -24,19 +25,6 @@
2425
\author{Greg Ward}
2526
\authoraddress{E-mail: \email{[email protected]}}
2627

27-
% Should these be added to the standard Python doc tools? (They'll be
28-
% needed for my "Distributing Python Modules" guide, too.)
29-
\newcommand{\command}[1]{\code{#1}}
30-
\newcommand{\option}[1]{\textsf{\small{#1}}}
31-
\newcommand{\filevar}[1]{{\textsl{\filenq{#1}}}}
32-
\newcommand{\homefile}[1]{\file{\tilde/#1}}
33-
\newcommand{\comingsoon}{\emph{Coming soon...}}
34-
35-
% And how about these? Very handy for writing pathnames (tilde for
36-
% Unix, backslash for DOS/Windows).
37-
\renewcommand{\tilde}{\raisebox{-0.5ex}{\symbol{126}}}
38-
\newcommand{\bslash}{\symbol{92}} % XXX only works in tt fonts!
39-
4028

4129
\begin{document}
4230

0 commit comments

Comments
 (0)