Move a tag
[latex2e.git] / latex2e-20160201 / required / graphics / README.txt
blob0f092d53c5074433f609d93bc633c0d08c10b92d
1 %%
2 %% Copyright 1993-2016 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 keyval.dtx      Source for keyval pacakge (required by both the above)
50 lscape.sty      Produce landscape pages in a (mainly) portrait document.
52 Driver Files
53 ============
54 drivers.dtx     Source for driver files for supported drivers.
56 User Documentation
57 ==================
58 grfguide.tex    User Guide to all the packages in this bundle.
59                 WARNING: 
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 ======================
73 latex graphics.ins
75 This will produce the 
77 .sty package files
79 Similarly you can run
81 latex graphics-drivers.ins
83 to produce the
85 .def driver files.
87 Not all supported drivers are included in this file as they are
88 maintained elsewhere.
90 =============================================
92 USING THE PACKAGES
93 ==================
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:
103 latex grfguide.tex.
105 ==============================================