summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/support/texdraw/texdraw.texi
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/support/texdraw/texdraw.texi')
-rw-r--r--Master/texmf-dist/doc/support/texdraw/texdraw.texi42
1 files changed, 17 insertions, 25 deletions
diff --git a/Master/texmf-dist/doc/support/texdraw/texdraw.texi b/Master/texmf-dist/doc/support/texdraw/texdraw.texi
index 800fa6ee26b..9cacbc73500 100644
--- a/Master/texmf-dist/doc/support/texdraw/texdraw.texi
+++ b/Master/texmf-dist/doc/support/texdraw/texdraw.texi
@@ -1,9 +1,9 @@
% -*-texinfo-*-
-% $Id: texdraw.texi,v 2.6 2019/03/28 texdraw-V2R0a $
+% $Id: texdraw.texi 2.11 2019/04/18 TeXdraw-v2r3 $
% To produce a TeX version of this manual, you must have the following
-% files accessible by TeX.
+% files accessible to TeX.
% texdraw.texi - this file, the TeXdraw manual, part of the TeXdraw
% distribution
% texdraw.tex - the TeXdraw macros, part of the TeXdraw distribution
@@ -15,7 +15,7 @@
% texinfo.tex is available by anonymous ftp as
% pub/gnu/texinfo-3.6.tar.Z on prep.ai.mit.edu.
%
-\input texdraw % bring in TeXdraw before texinfo changes escape from \ to @
+\input texdraw % bring in TeXdraw before texinfo changes "\" to "@"
\input txdtools
\input texinfo @c -*-texinfo-*-
@@ -25,7 +25,7 @@
@comment %**end of header
@copying
-This manual (edition 2.0a) documents @TeX{}draw, a system for
+This manual (edition 2.3) documents @TeX{}draw, a system for
producing PostScript drawings from @TeX{}.
Copyright @copyright{} 1993--2019 Peter Kabal
@@ -45,8 +45,8 @@ Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.
@titlepage
@title @TeX{}draw
@subtitle PostScript Drawings from @TeX{}
-@subtitle Edition 2.0a
-@subtitle March 2019
+@subtitle Edition 2.3
+@subtitle April 2019
@author Peter Kabal
@page
@@ -54,12 +54,11 @@ Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.
@insertcopying
Peter Kabal @*
-Department of Electrical Engineering @*
+Department of Electrical @& Computer Engineering @*
McGill University @*
-3480 University @*
-Montreal, Quebec @*
-Canada @w{} H3A@dmn{}2A7 @*
-@code{peter dot kabal at mcgill dot ca}
+
+@code{peter dot kabal at mcgill dot ca} @*
+@code{http://www-mmsp.ece.mcgill.ca/MMSP/Documents/Software/}
@end titlepage
@contents
@@ -71,10 +70,7 @@ Canada @w{} H3A@dmn{}2A7 @*
@TeX{}draw is a collection of macros that allow drawings to be created
from @emph{within} @TeX{}.
-This is edition 2.0a of the @TeX{}draw documentation. The only
-substantive change from edition 2.0 is the license, which is now
-CC-BY (any version).
-
+This is edition 2.3 of the @TeX{}draw documentation.
@end ifnottex
@menu
@@ -265,7 +261,7 @@ macros from the file @file{texdraw.tex} and optionally defines the
@code{\begin@{texdraw@}} / @code{\end@{texdraw@}} environment.
@example
@group
-\documentstyle[11pt]@{article@} % Article style with 11pt size option
+\documentstyle[11pt]@{article@} % Article style at 11pt size
...
\input texdraw % Read in the TeXdraw macros
\newenvironment@{texdraw@}@{\leavevmode\btexdraw@}@{\etexdraw@}
@@ -287,7 +283,7 @@ the standard @code{graphics} package and reads in the file
@file{texdraw.tex} containing the definitions of the @TeX{}draw macros.
@example
@group
-\documentclass[11pt]@{article@} % Article class with the 11pt size option
+\documentclass[11pt]@{article@} % Article class at 11pt size
\usepackage@{texdraw@} % TeXdraw commands
\begin@{document@}
@@ -2213,7 +2209,8 @@ commands built from the basic @TeX{}draw commands.
\arrowheadtype t:F \arrowheadsize l:0.08 w:0.04
\def\pl {$\scriptscriptstyle +$} \def\mn {$\scriptscriptstyle -$}
-\move (0 +0.63) \move (0 -0.60) \move (0 0) % compensate for text size
+\move (0 +0.63) \move (0 -0.60) % compensate for the text size
+\move (0 0)
% Input to the first stage
\bsegment
@@ -2371,7 +2368,8 @@ shared between the commands used to draw these blocks.
\arrowheadtype t:F \arrowheadsize l:0.08 w:0.04
\def\pl @{$\scriptscriptstyle +$@} \def\mn @{$\scriptscriptstyle -$@}
-\move (0 +0.63) \move (0 -0.60) \move (0 0) % compensate for text size
+\move (0 +0.63) \move (0 -0.60) % compensate for the text size
+\move (0 0)
% Input to the first stage
\bsegment
@@ -2890,12 +2888,6 @@ number which is used to scale coordinate values. The overall scaling
factor is the product of the unit scale factor and the segment scale
factor.
-@item \texdrawbox @{ ... @}
-Create a @TeX{}draw box. The argument contains @TeX{}draw commands.
-This macro returns a @TeX{} box with height equal to the height of the
-drawing and width equal to the width of the drawing. The depth of the
-box is zero.
-
@item \textref h:@var{h-ref} v:@var{v-ref}
Set the text reference point for subsequent text commands. The
horizontal reference point @var{h-ref} is one of @code{L}, @code{C} or