diff options
author | Karl Berry <karl@freefriends.org> | 2018-04-07 20:53:05 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-04-07 20:53:05 +0000 |
commit | e735b7862ec691da7fe4e2e63a9ddde049a57e29 (patch) | |
tree | 53eea3ab7cc7d4903c4487359cf3e35a57c5264a /Master/texmf-dist/doc/latex/graphics | |
parent | 2e9d3a4357489717e65976ca468760b83a52d448 (diff) |
latex2e (7apr18)
git-svn-id: svn://tug.org/texlive/trunk@47350 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/graphics')
14 files changed, 134 insertions, 114 deletions
diff --git a/Master/texmf-dist/doc/latex/graphics/README.md b/Master/texmf-dist/doc/latex/graphics/README.md new file mode 100644 index 00000000000..54dbc10875e --- /dev/null +++ b/Master/texmf-dist/doc/latex/graphics/README.md @@ -0,0 +1,132 @@ +## README for the Standard LaTeX `Graphics` bundle + +This bundle consists of LaTeX2e packages written and supported by +members of the LaTeX3 Project Team. + +It is a collection of LaTeX packages for: +- producing colour +- including graphics (eg PostScript) files +- rotation and scaling of text +in LaTeX documents. + + + +### THIS DIRECTORY CONTAINS + +#### Support files + +| File | Notes | +| --- | --- | +| README.md | This file | +| changes.txt | Log of changes to the packages | +| graphics.ins | Install file for docstrip | + +#### Basic packages + +| File | Notes | +| --- | --- | +| color.dtx | Source for color package | +| graphics.dtx | Source for graphics package | +| trig.dtx | Source for trig package (required by graphics) | + +#### Extension Packages + +| File | Notes | +| --- | --- | +| graphicx.dtx | Source for graphicx package (extension of graphics) | +| epsfig.dtx | Source for epsfig package (extension of graphicx). | +| rotating.dtx | Source for rotating package (extension of graphicx). | +| keyval.dtx | Source for keyval pacakge (required by both the above) | +| lscape.sty | Produce landscape pages in a (mainly) portrait document | + +#### Driver Files + +| File | Notes | +| --- | --- | +| drivers.dtx | Source for driver files for supported drivers | + +#### User Documentation + +| File | Notes | +| --- | --- | +| grfguide.tex | User Guide to all the packages in this bundle | +| | **WARNING:** *This file calls color and graphics packages without a driver option. You **must** therefore set up two files `color.cfg` and `graphics.cfg` containing (for example) `\ExecuteOptions{dvips}` before running this file.* | +| rotex.tex | Examples of use of rotating package | + + + +### TO UNPACK THE PACKAGES + + latex graphics.ins + +This will produce the `.sty` package files. + +Similarly you can run + + latex graphics-drivers.ins + +to produce the `.def` driver files. + +Not all supported drivers are included in this file as they are +maintained elsewhere. + + +### USING THE PACKAGES + +Move files ending in `.sty` or `.def` to a standard TeX input directory. + +Make a default option for your site by creating two files `color.cfg` and `graphics.cfg` +containing (if dvips is your default driver) + \ExecuteOptions{dvips} + +You may then LaTeX the user guide by running: + + latex grfguide.tex + + + +### Copyright + +Copyright is maintained on each of these packages by the author(s) +of the package. + + +### Distribution Conditions + +All the files in this bundle may be distributed under the conditions +of the LaTeX Project Public License, either version 1.3c of this +license or (at your option) any later version. The latest version of +this license is in + https://www.latex-project.org/lppl.txt +and version 1.3c or later is part of all distributions of LaTeX +version 2005/12/01 or later. + +The list of all files belonging to this bundle is listed above. + +The use of these files is otherwise unrestricted. + + +### Reporting Bugs + +If you wish to report a problem or bug in any of these packages +please use the +[Issue Tracker for LaTeX2e on GitHub](https://github.com/latex3/latex2e/issues) +and follow the guidelines that pop up if you press the `New issue` button. + + +In particular, to check that you are really seeing a bug, please write +a short, self-contained document that shows the problem. This should +include the `latexbug` package, which will warn if your test file is +not suitable for one or the other reason. See the [CONTRIBUTING +guide](https://github.com/latex3/latex2e/blob/master/CONTRIBUTING.md) +for further details, or if you need to obtain the `latexbug` package. + +If the bug turns out to be with third-party software then please +contact the developer, and not us! + + + +### Copyright + +This README file is copyright 1993-2017 The LaTeX3 Project. + diff --git a/Master/texmf-dist/doc/latex/graphics/README.txt b/Master/texmf-dist/doc/latex/graphics/README.txt deleted file mode 100644 index 3378ccf0f68..00000000000 --- a/Master/texmf-dist/doc/latex/graphics/README.txt +++ /dev/null @@ -1,112 +0,0 @@ -%% -%% Copyright 1993-2017 LaTeX Project -%% -%% This file is part of the Standard LaTeX `Graphics Bundle'. -%% -%% This file, and all the other files in this bundle as listed below, -%% may be distributed under the terms of the LaTeX Project Public -%% License, as described in lppl.txt in the base LaTeX distribution. -%% Either version 1.3c or, at your option, any later version. -%% -%% The latest version of this license is in -%% -%% http://www.latex-project.org/lppl.txt -%% -%% and version 1.3c or later is part of all distributions of LaTeX -%% version 2005/12/01 or later. - - -The LaTeX Colour and Graphics Packages -======================================== - - -This is a collection of LaTeX packages for: - * producing colour - * including graphics (eg PostScript) files - * rotation and scaling of text -in LaTeX documents. - -======================================================================= - - -THIS DIRECTORY CONTAINS -====================== - -README This File -changes.txt Log of changes to the packages. -graphics.ins Install file for docstrip. - -Standard packages -================= -color.dtx Source for color package -graphics.dtx Source for graphics package -trig.dtx Source for trig package (required by graphics) - -Non Standard Packages -===================== -graphicx.dtx Source for graphicx package (extension of graphics) -epsfig.dtx Source for epsfig package (extension of graphicx) -rotating.dtx Source for rotating package (extension of graphicx) -keyval.dtx Source for keyval pacakge (required by both the above) -lscape.sty Produce landscape pages in a (mainly) portrait document. - -Driver Files -============ -drivers.dtx Source for driver files for supported drivers. - -User Documentation -================== -grfguide.tex User Guide to all the packages in this bundle. - WARNING: - This file calls color and graphics packages - without a driver option. - You *must* set up two files - color.cfg and graphics.cfg - containing (for example) - \ExecuteOptions{dvips} - Before running this file. - -rotex.tex examples of use of rotating package. - -============================================= - -TO UNPACK THE PACKAGES -====================== - -latex graphics.ins - -This will produce the - -.sty package files - -Similarly you can run - -latex graphics-drivers.ins - -to produce the - -.def driver files. - -Not all supported drivers are included in this file as they are -maintained elsewhere. - -============================================= - -USING THE PACKAGES -================== - -Move files ending in .sty .def to a standard TeX input directory. - -Make a default option for your site by creating two files - color.cfg and graphics.cfg -containing (if dvips is your default driver) -\ExecuteOptions{dvips} - -You may then LaTeX the user guide: -latex grfguide.tex. - -============================================== - - - - diff --git a/Master/texmf-dist/doc/latex/graphics/changes.txt b/Master/texmf-dist/doc/latex/graphics/changes.txt index 5388de337c4..9b3edac5536 100644 --- a/Master/texmf-dist/doc/latex/graphics/changes.txt +++ b/Master/texmf-dist/doc/latex/graphics/changes.txt @@ -36,7 +36,7 @@ are not part of the distribution. 2016-10-09 David Carlisle <latex-bugs@latex-project.org> * graphics.dtx: Avoid arithmetic overflow on very small lengths - eg 5sp/2sp http://tex.stackexchange.com/q/328825 + eg 5sp/2sp https://tex.stackexchange.com/q/328825 2016-08-11 David Carlisle <latex-bugs@latex-project.org> @@ -236,7 +236,7 @@ are not part of the distribution. 1999-01-08 David Carlisle <latex-bugs@latex-project.org> - * pdftex.def: new version (from http://www.tug.org) + * pdftex.def: new version (from https://www.tug.org) 1999-01-07 David Carlisle <latex-bugs@latex-project.org> diff --git a/Master/texmf-dist/doc/latex/graphics/color.pdf b/Master/texmf-dist/doc/latex/graphics/color.pdf Binary files differindex d27d6f85e8f..b717d3dc6dc 100644 --- a/Master/texmf-dist/doc/latex/graphics/color.pdf +++ b/Master/texmf-dist/doc/latex/graphics/color.pdf diff --git a/Master/texmf-dist/doc/latex/graphics/drivers.pdf b/Master/texmf-dist/doc/latex/graphics/drivers.pdf Binary files differindex 4757ff4bdce..b3ddf7fb61d 100644 --- a/Master/texmf-dist/doc/latex/graphics/drivers.pdf +++ b/Master/texmf-dist/doc/latex/graphics/drivers.pdf diff --git a/Master/texmf-dist/doc/latex/graphics/epsfig.pdf b/Master/texmf-dist/doc/latex/graphics/epsfig.pdf Binary files differindex 7e420602ce8..2dd00588ca4 100644 --- a/Master/texmf-dist/doc/latex/graphics/epsfig.pdf +++ b/Master/texmf-dist/doc/latex/graphics/epsfig.pdf diff --git a/Master/texmf-dist/doc/latex/graphics/graphics.pdf b/Master/texmf-dist/doc/latex/graphics/graphics.pdf Binary files differindex 52528172474..5d018d9219c 100644 --- a/Master/texmf-dist/doc/latex/graphics/graphics.pdf +++ b/Master/texmf-dist/doc/latex/graphics/graphics.pdf diff --git a/Master/texmf-dist/doc/latex/graphics/graphicx.pdf b/Master/texmf-dist/doc/latex/graphics/graphicx.pdf Binary files differindex b823a52c166..f9576123565 100644 --- a/Master/texmf-dist/doc/latex/graphics/graphicx.pdf +++ b/Master/texmf-dist/doc/latex/graphics/graphicx.pdf diff --git a/Master/texmf-dist/doc/latex/graphics/grfguide.pdf b/Master/texmf-dist/doc/latex/graphics/grfguide.pdf Binary files differindex b327d71487b..c7e94d774b4 100644 --- a/Master/texmf-dist/doc/latex/graphics/grfguide.pdf +++ b/Master/texmf-dist/doc/latex/graphics/grfguide.pdf diff --git a/Master/texmf-dist/doc/latex/graphics/keyval.pdf b/Master/texmf-dist/doc/latex/graphics/keyval.pdf Binary files differindex ea4208f1eb0..e04af31b5a1 100644 --- a/Master/texmf-dist/doc/latex/graphics/keyval.pdf +++ b/Master/texmf-dist/doc/latex/graphics/keyval.pdf diff --git a/Master/texmf-dist/doc/latex/graphics/lscape.pdf b/Master/texmf-dist/doc/latex/graphics/lscape.pdf Binary files differindex f2d1ec4643a..50843756bb9 100644 --- a/Master/texmf-dist/doc/latex/graphics/lscape.pdf +++ b/Master/texmf-dist/doc/latex/graphics/lscape.pdf diff --git a/Master/texmf-dist/doc/latex/graphics/rotating.pdf b/Master/texmf-dist/doc/latex/graphics/rotating.pdf Binary files differindex e0df57e3ee5..3283a885dc6 100644 --- a/Master/texmf-dist/doc/latex/graphics/rotating.pdf +++ b/Master/texmf-dist/doc/latex/graphics/rotating.pdf diff --git a/Master/texmf-dist/doc/latex/graphics/rotex.pdf b/Master/texmf-dist/doc/latex/graphics/rotex.pdf Binary files differindex ee0ac9f2b06..0eea3746689 100644 --- a/Master/texmf-dist/doc/latex/graphics/rotex.pdf +++ b/Master/texmf-dist/doc/latex/graphics/rotex.pdf diff --git a/Master/texmf-dist/doc/latex/graphics/trig.pdf b/Master/texmf-dist/doc/latex/graphics/trig.pdf Binary files differindex 1d5262434e1..c851ce2a553 100644 --- a/Master/texmf-dist/doc/latex/graphics/trig.pdf +++ b/Master/texmf-dist/doc/latex/graphics/trig.pdf |