diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/base/ltpictur.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/base/ltpictur.dtx | 62 |
1 files changed, 9 insertions, 53 deletions
diff --git a/Master/texmf-dist/source/latex/base/ltpictur.dtx b/Master/texmf-dist/source/latex/base/ltpictur.dtx index 47e3eba9bec..b847743e5f5 100644 --- a/Master/texmf-dist/source/latex/base/ltpictur.dtx +++ b/Master/texmf-dist/source/latex/base/ltpictur.dtx @@ -1,6 +1,6 @@ % \iffalse meta-comment % -% Copyright 1993-2014 +% Copyright 1993-2015 % The LaTeX3 Project and any individual authors listed elsewhere % in this file. % @@ -29,12 +29,10 @@ % % \iffalse %%% From File: ltpictur.dtx -%<def>\ProvidesFile{autopict.sty} -%<def> [2001/08/27 v1.1k Picture mode autoload file] %<*driver> % \fi \ProvidesFile{ltpictur.dtx} - [2014/09/29 v1.1j LaTeX Kernel (Picture Mode)] + [2015/02/21 v1.1k LaTeX Kernel (Picture Mode)] % \iffalse \documentclass{ltxdoc} \GetFileInfo{ltpictur.dtx} @@ -49,13 +47,14 @@ Chris Rowley\and Rainer Sch\"opf} \begin{document} -\maketitle + \MaintainedByLaTeXTeam{latex} + \maketitle \DocInput{\filename} \end{document} %</driver> % \fi % -% \CheckSum{1528} +% \CheckSum{1505} % % \changes{v1.0g}{1995/05/07}{Use \cs{hb@xt@}} % \changes{v1.1a}{1995/05/19}{Support autoloading feature} @@ -63,6 +62,7 @@ % \changes{v1.1d}{1995/07/12}{allow 2e commands in 209 mode. latex/1737} % \changes{v1.1e}{1995/10/03}{New autoload code} % \changes{v1.1h}{1999/04/15}{Replaced octal numbers, CAR} +% \changes{v1.1k}{2015/02/21}{Removed autoload code} % % \section{Picture Mode} % Picture mode commands. In addition to the commands available in @@ -168,7 +168,7 @@ % \begin{macro}{\@wholewidth} % \begin{macro}{\@halfwidth} % \begin{macrocode} -%<*2ekernel|autoload> +%<*2ekernel> \newdimen\@wholewidth \newdimen\@halfwidth % \end{macrocode} @@ -186,7 +186,6 @@ % \begin{macrocode} \newbox\@picbox \newdimen\@picht -%</2ekernel|autoload> % \end{macrocode} % \end{macro} % \end{macro} @@ -198,22 +197,15 @@ % \changes{v1.0h}{1995/05/12}{Macro added for latex/1355} % |#1| should be a |(| (eating any white space before the bracket), % \begin{macrocode} -%<*2ekernel|def> \long\gdef\picture#1{\pictur@#1} \gdef\pictur@(#1){% \@ifnextchar({\@picture(#1)}{\@picture(#1)(0,0)}} -%</2ekernel|def> -%<*autoload> -\def\pictur@{\@autoload{pict}} -\def\picture{\pictur@\picture} -%</autoload> % \end{macrocode} % \end{macro} % \end{macro} % % \begin{macro}{\@picture} % \begin{macrocode} -%<*2ekernel|def> \gdef\@picture(#1,#2)(#3,#4){% \@picht#2\unitlength \setbox\@picbox\hb@xt@#1\unitlength\bgroup @@ -276,41 +268,28 @@ % \begin{macro}{\@killglue} % \begin{macrocode} \gdef\@killglue{\unskip\@whiledim \lastskip >\z@\do{\unskip}} -%</2ekernel|def> % \end{macrocode} % \end{macro} % % \begin{macro}{\thinlines} % \begin{macro}{\thicklines} % \begin{macrocode} -%<*2ekernel|def> \gdef\thinlines{\let\@linefnt\tenln \let\@circlefnt\tencirc \@wholewidth\fontdimen8\tenln \@halfwidth .5\@wholewidth} \gdef\thicklines{\let\@linefnt\tenlnw \let\@circlefnt\tencircw \@wholewidth\fontdimen8\tenlnw \@halfwidth .5\@wholewidth} -%</2ekernel|def> -%<*autoload> -\def\thinlines{\pictur@\thinlines} -\def\thicklines{\pictur@\thicklines} -%</autoload> % \end{macrocode} % \end{macro} % \end{macro} % % \begin{macro}{\linethickness} % \begin{macrocode} -%<*2ekernel|def> \gdef\linethickness#1{\@wholewidth #1\relax \@halfwidth .5\@wholewidth} -%</2ekernel|def> -%<*autoload> -\def\linethickness{\pictur@\linethickness} -%</autoload> % \end{macrocode} % \end{macro} % % \begin{macro}{\ishortstack} % \begin{macrocode} -%<*2ekernel|def> \gdef\shortstack{\@ifnextchar[\@shortstack{\@shortstack[c]}} % \end{macrocode} % \end{macro} @@ -717,7 +696,7 @@ % \changes{v1.1h}{1999/04/15}{Replaced octal number, CAR} % \changes{v1.1i}{2000/01/15}{Removed space at end-of-line, CAR} % \begin{macrocode} -\gdef\@upvector{\@upline\setbox\@tempboxa\hbox{\@linefnt\char 54}% % '66 +\gdef\@upvector{\@upline\setbox\@tempboxa\hbox{\@linefnt\char 54}% '66 \raise \@linelen \hb@xt@\z@{\lower \ht\@tempboxa\box\@tempboxa\hss}} % \end{macrocode} % \end{macro} @@ -1071,10 +1050,6 @@ % \end{macro} % \end{macro} % -% \begin{macrocode} -%</2ekernel|def> -%<*2ekernel|autoload> -% \end{macrocode} % % \begin{macro}{\@ovxx} % \begin{macro}{\@ovyy} @@ -1097,18 +1072,12 @@ % \end{macro} % \end{macro} % -% \begin{macrocode} -%</2ekernel|autoload> -% \end{macrocode} % % |\advance\@tempdima 2pt\relax| added 1 Nov 88 to fix bug in which % size of drawn circle not monotonic function of argument of |\circle|, % caused by different rounding for dimensions of large and small % circles. % -% \begin{macrocode} -%<*2ekernel|def> -% \end{macrocode} % % \begin{macro}{\@getcirc} % \changes{v1.1j}{2003/12/30}{issue warning if circle size can't be met pr/3473} @@ -1247,13 +1216,6 @@ % \end{macrocode} % \end{macro} % -% \begin{macrocode} -%</2ekernel|def> -% \end{macrocode} -% -% \begin{macrocode} -%<*2ekernel|autoload> -% \end{macrocode} % % \begin{macro}{\@xarg} % \begin{macro}{\@yarg} @@ -1332,9 +1294,6 @@ \@halfwidth .5\@wholewidth % \end{macrocode} % -% \begin{macrocode} -%</2ekernel|autoload> -% \end{macrocode} % % % \subsection{Curves} @@ -1384,10 +1343,7 @@ % \begin{macro}{\qbeziermax} % The maximum number of points to plot. % \begin{macrocode} -%<*2ekernel|def> -%<def>\ifx\qbeziermax\@undefined \gdef\qbeziermax{500} -%<def>\fi % \end{macrocode} % \end{macro} % @@ -1478,7 +1434,7 @@ \hb@xt@\z@{\kern\@xdim \unhcopy\@tempboxa\hss}% \advance\count@\@ne}}} -%</2ekernel|def> +%</2ekernel> % \end{macrocode} % \end{macro} % \end{macro} |