summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/graphics/00readme.txt
blob: 749201fe743729611c69da76987e71abb2433af1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
%%
%% 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
========================================
                    2005/12/01

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
======================

00readme.txt    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)
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.

=============================================

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.

NOTE (docstrip version)
***********************
****
**** If   latex graphics.ins
**** produces the `docstrip interactive mode' prompt:
****
****   * First type the extension of your input file(s):  *
****   \infileext=
****
**** Then your version of docstrip is too old.
**** Quit (eg by hitting `enter' to all questions) and get a newer
**** docstrip.tex. It must be at least version 2.4.
****
**** A suitable docstrip.tex may be found from `CTAN' archives such as
**** ftp.dante.de   tex-archive/macros/latex/unpacked/docstrip.tex
****
**** Docstrip is part of the base LaTeX distribution, so if you have
**** an old docstrip then your LaTeX is out of date and you may consider
**** getting the whole of that directory and re-installing LaTeX.
**** However you need to fetch only the file docstrip.tex to unpack
**** this graphics distribution with your existing format.

=============================================

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.

==============================================

MAIN CHANGES IN THIS RELEASE
============================

dvipdfmx and XeTeX support added.
Not all driver support files are included in since often more current
versions are available from their developers.
Removed pstcol.sty (now part of the pstricks distribution).

==============================================