diff options
author | Karl Berry <karl@freefriends.org> | 2014-05-09 22:39:48 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-05-09 22:39:48 +0000 |
commit | 610c45beb863b008027a871701c889fe40bed7fb (patch) | |
tree | 5b879b56850db183fd749a497edd1d91172edf69 /Master/texmf-dist/source/latex/graphics/graphics.dtx | |
parent | 18fa80c232cf479ae713b01b17d48bdc1d653aac (diff) |
latex2e 2014/05/01 (via latex-tds)
git-svn-id: svn://tug.org/texlive/trunk@33946 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/graphics/graphics.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/graphics/graphics.dtx | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/Master/texmf-dist/source/latex/graphics/graphics.dtx b/Master/texmf-dist/source/latex/graphics/graphics.dtx index 5ede57afa3b..ab2f34066f1 100644 --- a/Master/texmf-dist/source/latex/graphics/graphics.dtx +++ b/Master/texmf-dist/source/latex/graphics/graphics.dtx @@ -72,7 +72,7 @@ % to appear in a document text. Actually two separate user interface % have been implemented. The `standard' interface, described here, and a % more powerful, and more `user-friendly' interface provided by the -% |graphicx| package. +% |graphicx| package. % \item The core functions. These functions, which are also implemented % in this file do all the `main work'. The `user-interface functions % just collect together the information from any optional-arguments or @@ -171,9 +171,9 @@ % \changes{v1.0m}{2001/06/07}{Extended documentation (CAR) graphics/3228} % % Each use of |\DeclareGraphicsExtensions| overwrites all previous -% definitions. It is not possible to add an extension to an +% definitions. It is not possible to add an extension to an % existing list. -% +% % Early versions of this package defined a default argument for this % command. This has been removed. % @@ -184,9 +184,9 @@ % system behaves when a file with extension \emph{ext} is specified. % (The extension may be specified explicitly or, if the argument to % |\includegraphics| does not have an extension, it may be a default -% extension from the \emph{ext-list} specified with +% extension from the \emph{ext-list} specified with % |\DeclareGraphicsExtensions|.) -% +% % \emph{ext} is the \emph{extension} of the file. Any file with this % extension will be processed by this graphics rule. Normally a file % with an extension for which no rule has been declared will generate an @@ -221,7 +221,7 @@ % a BoundingBox comment. % % If the driver file specifies a procedure for -% reading size files for \emph{type}, that will be used, otherwise the +% reading size files for \emph{type}, that will be used, otherwise the % procedure for reading |eps| files will be used. Thus the size of % bitmap files may be specified in a file with a PostScript style % |%%BoundingBox| line, if no other specific format is available. @@ -235,10 +235,10 @@ % file before inserting it into the PostScript output. % % \subsection{Rotation} -% +% % \DescribeMacro % \rotatebox\marg{angle}\marg{text}\\ -% Rotate \emph{text} \emph{angle} degrees anti-clockwise. Normally +% Rotate \emph{text} \emph{angle} degrees anti-clockwise. Normally % the rotation is about the left-hand end of the baseline of % \emph{text}. % @@ -255,7 +255,7 @@ % If |!| is used as either length argument, the other argument is used % to determine a scale factor that is used in both directions. % Normally \emph{v-length} refers to the height of the box, but in the -% star form, it refers to the `height + depth'. +% star form, it refers to the `height + depth'. % As normal for \LaTeXe\ box length arguments, |\height|, % |\width|, |\totalheight| and |\depth| may be used to refer to the % original size of the box. @@ -271,7 +271,7 @@ % \section{The Graphics Kernel Functions} % % \subsection{Graphics Inclusion} -% +% % \DescribeMacro % {\Ginclude@graphics}\marg{file}\\ % Insert the contents of the file \emph{file} at the current point. @@ -291,15 +291,15 @@ % The read command is responsible for obtaining size information from % the file specified in the |\DeclareGraphicsRule| command. However the % kernel defines a function, |\Gread@eps|, which can read PostScript -% files to find the +% files to find the % |%%BoundingBox| comment. This function will be used for any type for % which a specific function has not been declared. |\Gread@eps| accepts % a generalised version of the bounding box comment. \TeX\ units may be % used (but there must be no space before the unit). If the unit is -% omitted |bp| is assumed. So\\ +% omitted |bp| is assumed. So\\ % |%%BoundingBox 0 0 2in 3in|\\ % Would be accepted by this function, to produce a 2in wide, by 3in high -% graphic. +% graphic. % % \subsection{Rotation} % @@ -319,7 +319,7 @@ % \DescribeMacro % {\Gscale@box@dd}\marg{dima}\marg{dimb}\marg{text}\\ % Scale \emph{text} in both directions by a factor -% \emph{dima}/\emph{dimb}. +% \emph{dima}/\emph{dimb}. % % \DescribeMacro % {\Gscale@box@dddd} @@ -330,7 +330,7 @@ % \DescribeMacro % {\Gscale@div}\marg{cmd}\marg{dima}\marg{dimb}\\ % Define the macro \emph{cmd} to be the ratio of the lengths -% \emph{dima}/\emph{dimb}. +% \emph{dima}/\emph{dimb}. % % % \section{Interface to the Driver Files} @@ -378,7 +378,7 @@ % section of the PostScript file.\\ % |\Gin@PS@file@header|, external file to be inserted in the header % section of the PostScript file. -% +% % % \subsection{Rotation} % @@ -501,7 +501,7 @@ % \end{option} % % \begin{option}{demo} -% \changes{v1.0o}{2006/02/20}{demo option added} +% \changes{v1.0o}{2006/02/20}{demo option added} % If given this option the package will disregard the actual % graphics file and insert a black box unless width or height are % already specified. @@ -699,7 +699,7 @@ % \end{macrocode} % \end{option} % -% A local configuration file may define more options. +% A local configuration file may define more options. % It should also make one driver option the default, by calling % |\ExecuteOptions| with the appropriate option. % \changes{v0.4f}{1994/07/27} @@ -887,7 +887,7 @@ % back to `bp' takes place which can introduce rounding error. The error % is invisibly small but files conforming to Adobe DSC should have % \emph{integer} Bounding Box Coordinates, and conceivably some drivers -% might demand integer values. +% might demand integer values. % (Although most seem to accept real values (if they accept bounding box % coordinates at all) in the |\special|. This is the reason why the % mechanism uses |\def| and not \TeX\ lengths, as in earlier releases of @@ -1021,7 +1021,7 @@ \def\Gin@base{\filename@area\filename@base}% % \end{macrocode} % \changes{v0.6c}{1994/12/15} -% {(Piet van Oostrum) include `.' in \cs{Gin@ext}}% +% {(Piet van Oostrum) include `.' in \cs{Gin@ext}}% % \begin{macrocode} \edef\Gin@ext{\Gin@sepdefault\filename@ext}% \fi @@ -1153,7 +1153,7 @@ % % \begin{macro}{\Gin@exclamation} % \changes{v0.7g}{1995/12/06}{Macro added} -% Catcode 12 |!|, in case of French, or other language styles. +% Catcode 12 |!|, in case of French, or other language styles. % \begin{macrocode} \def\Gin@exclamation{!} % \end{macrocode} @@ -1581,7 +1581,7 @@ % Now we should translate back by $(O_x,O_y)$, but \TeX\ can not really % deal with boxes that do not have the reference point at the left edge. % (Everything with a $-$ve $x$-coordinate would over-print earlier -% text). So we modify the horizontal translation so that the +% text). So we modify the horizontal translation so that the % reference point as understood by \TeX\ \emph{is} at the left edge. % This means that the `centre of rotation' is not fixed by |\rotatebox|, % but typically moves horizontally. We also need to find the image of |