2 %% Copyright 1993-2016 LaTeX Project
4 %% This file is part of the Standard LaTeX `Graphics Bundle'.
6 %% This file, and all the other files in this bundle as listed below,
7 %% may be distributed under the terms of the LaTeX Project Public
8 %% License, as described in lppl.txt in the base LaTeX distribution.
9 %% Either version 1.3c or, at your option, any later version.
11 %% The latest version of this license is in
13 %% http://www.latex-project.org/lppl.txt
15 %% and version 1.3c or later is part of all distributions of LaTeX
16 %% version 2005/12/01 or later.
19 The LaTeX Colour and Graphics Packages
20 ========================================
23 This is a collection of LaTeX packages for:
25 * including graphics (eg PostScript) files
26 * rotation and scaling of text
29 =======================================================================
32 THIS DIRECTORY CONTAINS
33 ======================
36 changes.txt Log of changes to the packages.
37 graphics.ins Install file for docstrip.
41 color.dtx Source for color package
42 graphics.dtx Source for graphics package
43 trig.dtx Source for trig package (required by graphics)
47 graphicx.dtx Source for graphicx package (extension of graphics)
48 epsfig.dtx Source for epsfig package (extension of graphicx)
49 keyval.dtx Source for keyval pacakge (required by both the above)
50 lscape.sty Produce landscape pages in a (mainly) portrait document.
54 drivers.dtx Source for driver files for supported drivers.
58 grfguide.tex User Guide to all the packages in this bundle.
60 This file calls color and graphics packages
61 without a driver option.
62 You *must* set up two files
63 color.cfg and graphics.cfg
64 containing (for example)
65 \ExecuteOptions{dvips}
66 Before running this file.
68 =============================================
70 TO UNPACK THE PACKAGES
71 ======================
81 latex graphics-drivers.ins
87 Not all supported drivers are included in this file as they are
90 =============================================
95 Move files ending in .sty .def to a standard TeX input directory.
97 Make a default option for your site by creating two files
98 color.cfg and graphics.cfg
99 containing (if dvips is your default driver)
100 \ExecuteOptions{dvips}
102 You may then LaTeX the user guide:
105 ==============================================