Commit 7593eb32 authored by Greg Ward's avatar Greg Ward

Extracted a bunch of Distutils-specific commands and macros to distutils.sty

(also needed by inst.tex).
parent 60908f14
\documentclass{howto} \documentclass{howto}
\usepackage{ltxmarkup} \usepackage{ltxmarkup}
\usepackage{times} \usepackage{times}
\usepackage{distutils}
\title{Installing Python Modules} \title{Installing Python Modules}
...@@ -24,19 +25,6 @@ ...@@ -24,19 +25,6 @@
\author{Greg Ward} \author{Greg Ward}
\authoraddress{E-mail: \email{gward@python.net}} \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} \begin{document}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment