Store bbox data for reuse
[latex2e.git] / trunk / required / graphics / README.txt
blob3378ccf0f6808da7d76e823c8d8ddabdb1940bc1
1 %%
2 %% Copyright 1993-2017 LaTeX Project
3 %%
4 %% This file is part of the Standard LaTeX `Graphics Bundle'.
5 %%
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 ========================================
21              
23 This is a collection of LaTeX packages for:
24  * producing colour
25  * including graphics (eg PostScript) files 
26  * rotation and scaling of text
27 in LaTeX documents.
29 =======================================================================
32 THIS DIRECTORY CONTAINS 
33 ======================
35 README          This File
36 changes.txt     Log of changes to the packages.
37 graphics.ins    Install file for docstrip.
39 Standard packages
40 =================
41 color.dtx       Source for color package
42 graphics.dtx    Source for graphics package
43 trig.dtx        Source for trig package (required by graphics)
45 Non Standard Packages
46 =====================
47 graphicx.dtx    Source for graphicx package (extension of graphics)
48 epsfig.dtx      Source for epsfig package (extension of graphicx)
49 rotating.dtx    Source for rotating package (extension of graphicx)
50 keyval.dtx      Source for keyval pacakge (required by both the above)
51 lscape.sty      Produce landscape pages in a (mainly) portrait document.
53 Driver Files
54 ============
55 drivers.dtx     Source for driver files for supported drivers.
57 User Documentation
58 ==================
59 grfguide.tex    User Guide to all the packages in this bundle.
60                 WARNING: 
61                 This file calls color and graphics packages
62                 without a driver option. 
63                 You *must* set up two files 
64                                  color.cfg and graphics.cfg
65                 containing (for example)
66                                 \ExecuteOptions{dvips}
67                 Before running this file.
69 rotex.tex       examples of use of rotating package.
71 =============================================
73 TO UNPACK THE PACKAGES
74 ======================
76 latex graphics.ins
78 This will produce the 
80 .sty package files
82 Similarly you can run
84 latex graphics-drivers.ins
86 to produce the
88 .def driver files.
90 Not all supported drivers are included in this file as they are
91 maintained elsewhere.
93 =============================================
95 USING THE PACKAGES
96 ==================
98 Move files ending in .sty .def  to a standard TeX input directory.
100 Make a default option for your site by creating two files
101      color.cfg and graphics.cfg
102 containing (if dvips is your default driver)
103 \ExecuteOptions{dvips}
105 You may then LaTeX the user guide:
106 latex grfguide.tex.
108 ==============================================