diff options
author | Greg Ward <gward@python.net> | 2000-04-09 03:59:15 (GMT) |
---|---|---|
committer | Greg Ward <gward@python.net> | 2000-04-09 03:59:15 (GMT) |
commit | 7593eb3267d85e7a7704a9a02c5e142176aa17fe (patch) | |
tree | f55d724606440ad0a25c25f08a81b7220663c4d5 | |
parent | 60908f14082d4b2d229efc8ef1aab0e037c8c0bc (diff) | |
download | cpython-7593eb3267d85e7a7704a9a02c5e142176aa17fe.zip cpython-7593eb3267d85e7a7704a9a02c5e142176aa17fe.tar.gz cpython-7593eb3267d85e7a7704a9a02c5e142176aa17fe.tar.bz2 |
Extracted a bunch of Distutils-specific commands and macros to distutils.sty
(also needed by inst.tex).
-rw-r--r-- | Doc/inst/inst.tex | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/Doc/inst/inst.tex b/Doc/inst/inst.tex index 8822c10..caff686 100644 --- a/Doc/inst/inst.tex +++ b/Doc/inst/inst.tex @@ -1,6 +1,7 @@ \documentclass{howto} \usepackage{ltxmarkup} \usepackage{times} +\usepackage{distutils} \title{Installing Python Modules} @@ -24,19 +25,6 @@ \author{Greg Ward} \authoraddress{E-mail: \email{gward@python.net}} -% Should these be added to the standard Python doc tools? (They'll be -% needed for my "Distributing Python Modules" guide, too.) -\newcommand{\command}[1]{\code{#1}} -\newcommand{\option}[1]{\textsf{\small{#1}}} -\newcommand{\filevar}[1]{{\textsl{\filenq{#1}}}} -\newcommand{\homefile}[1]{\file{\tilde/#1}} -\newcommand{\comingsoon}{\emph{Coming soon...}} - -% And how about these? Very handy for writing pathnames (tilde for -% Unix, backslash for DOS/Windows). -\renewcommand{\tilde}{\raisebox{-0.5ex}{\symbol{126}}} -\newcommand{\bslash}{\symbol{92}} % XXX only works in tt fonts! - \begin{document} |