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
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
|
2001-07-07 Chris Rowley <car2@fell.open.ac.uk>
* graphics.dtx:
Made \rotatebox long (not previously done for graphics/2908)
2001-06-07 Chris Rowley <car2@fell.open.ac.uk>
* graphics.dtx:
Extended documentation of \DeclareGraphicsExtensions (graphics/3228}
2001-06-20 Chris Rowley <car2@fell.open.ac.uk>
* pstcol.dtx:
Added redefinitions for PSTricks (graphics/3233)
2000-10-23 Chris Rowley <car2@fell.open.ac.uk>
* lscape.dtx:
Added better pdfTeX support by Scott Pakin,
from graphics/3063
1999-02-17 David Carlisle <davidc@nag.co.uk>
* dvipdfm.def: lppl (Agreed with Mark Wicks)
Tue Feb 16 22:04:32 1999 David Carlisle <david@dcarlisle.demon.co.uk>
* grfguide.tex: lppl
* graphics.ins: lppl
* epsfig.dtx: lppl
* textures.def: lppl (Agreed with Art Ogawa)
* drivers.dtx: lppl
* lscape.dtx: lppl
* pstcol.dtx: lppl
* color.dtx: lppl
* graphicx.dtx: lppl
* 00readme.txt: lppl
* graphics.dtx: lppl
1999-01-13 David Carlisle <davidc@nag.co.uk>
* grfguide.tex: dvipdfm and unknownkeysallowed options.
* drivers.dtx: documentation corrections.
* color.dtx: dvipdfm option
* graphics.dtx: dvipdfm option
* dvipdfm.def: (from Sebastian) For dvipdfm dvi->pdf driver.
Sun Jan 10 23:30:16 1999 David Carlisle <david@dcarlisle.demon.co.uk>
* graphics.ins: don't generate .def files for unsupported drivers
* graphicx.dtx: new option (passed to graphicx)
* keyval.dtx: new options to not generate error on unknown keys.
1999-01-08 David Carlisle <davidc@nag.co.uk>
* pdftex.def: new version (from http://www.tug.org)
1999-01-07 David Carlisle <davidc@nag.co.uk>
* graphics.dtx: \Gscale@box@dd(dd) made long. graphics/2908
\@makeother\- added. graphics/2846
1999-01-07 David Carlisle <davidc@nag.co.uk>
* graphics.dtx: \Gscale@box@dd(dd) made long. graphics/2908
\@makeother\- added. graphics/2846
Fri Oct 30 21:53:18 1998 David Carlisle <david@dcarlisle.demon.co.uk>
* vtex.def: new version from micropress
1999-01-07 David Carlisle <davidc@nag.co.uk>
* graphics.dtx: \Gscale@box@dd(dd) made long. graphics/2908
\@makeother\- added. graphics/2846
1998-06-05 David Carlisle <davidc@nag.co.uk>
* pdftex.def: update for more recent pdftex (from Sebastian).
* keyval.dtx: make keyval safe if \@tempc is an \if
(As happens if you load amsmath and color packages,
in that order)
1998-05-27 David Carlisle <davidc@nag.co.uk>
* grfguide.tex: vtex option
* color.dtx: vtex option
* graphics.dtx: vtex option
* vtex.def: Add file (supplied by MicroPress, Inc).
Sun May 3 23:26:20 1998 David Carlisle <david@dcarlisle.demon.co.uk>
* drivers.dtx: update of dvipsone.def from Berthold Horn.
Mon Nov 10 12:39:49 1997 David Carlisle <david@dcarlisle.demon.co.uk>
* trig.dtx: Remove an ancient email address of mine.
* keyval.dtx: CHANGE so that # may appear in <value>s without
needing to be doubled. NOTE This will require a change if
anybody has used the comand= key in graphicx, the only key
currently distributed likely to require # in its argument.
A setting such as `command = uncompress ##1' now will need
changing to just use one #.
Also fix brace handling so a value of {abc}{xyz} is correctly
handled. (Old version passed abc{xyz}).
Remove an ancient email address of mine.
Tue Sep 9 14:53:19 1997 David Carlisle <david@dcarlisle.demon.co.uk>
* graphics.ins: Comment out generation of oztex.def.
* graphics.dtx: [oztex] == [dvips]
* color.dtx: [oztex] == [dvips]
* drivers.dtx: merge oztex and dvips support (for oztex 3.x).
Tue Sep 2 08:57:20 1997 David Carlisle <david@dcarlisle.demon.co.uk>
* graphics.dtx: allow TAB in BoundingBox comments. graphics/2587
Tue Jun 17 13:06:40 1997 David Carlisle <david@dcarlisle.demon.co.uk>
* textures.def: New one from Arthur Ogawa.
Mon Jun 9 15:28:17 1997 David Carlisle <david@dcarlisle.demon.co.uk>
* graphicx.dtx: Initialise ext= key to empty, so type= may be used
without specifying ext, for Sebastian.
Sat Jun 7 18:20:41 1997 David Carlisle <david@dcarlisle.demon.co.uk>
* Makefile: pdftex.def
* grfguide.tex: pdftex option
* 00readme.txt: pdftex.tex driver file
* color.dtx: pdftex option
* graphics.dtx: pdftex option
* pdftex.def: add this file for Han The Thanh's TeX variant.
Thu Feb 20 18:51:31 1997 David Carlisle <carlisle@ma.man.ac.uk>
* graphics.ins: dvipdf missed out. graphics/2420
Tue Jan 7 11:08:21 1997 David Carlisle <carlisle@ma.man.ac.uk>
* color.dtx: Make errors just info messages to the log in the
monocrome option. graphics/2350
Thu Dec 12 20:10:01 1996 David Carlisle <carlisle@ma.man.ac.uk>
* drivers.dtx: new dvipsone eps code (Code from Berthold Horn)
Mon Dec 9 15:07:25 1996 David Carlisle <carlisle@ma.man.ac.uk>
* 00readme.txt: Remove grfguide.ps (it's in latex/doc on ctan)
* Makefile: Remove grfguide.ps (it's in latex/doc on ctan)
* grfguide.tex: Assorted improvements.
Mon Nov 18 16:50:20 1996 David Carlisle <carlisle@ma.man.ac.uk>
* drivers.dtx: Minor changes to dvipdf.def (Sergey Lesenko).
Tue Nov 5 10:36:30 1996 David Carlisle <carlisle@ma.man.ac.uk>
* epsfig.dtx: Support active ! for graphics/2302
Sat Nov 2 14:23:56 1996 David Carlisle <carlisle@ma.man.ac.uk>
* 00readme.txt: add old docstrip warning.
Thu Oct 31 15:00:27 1996 David Carlisle <carlisle@ma.man.ac.uk>
* textures.def: add pstricks compatibity code from original
textures.def
* drivers.dtx: tcidvi code supporting viewport/trim/clip.
* graphicx.dtx: viewport/trim code now saves original bb coords.
* color.dtx: add dvipdf
* graphics.dtx: add dvipdf
* drivers.dtx: add dvipdf (after code from Sergey Lesenko).
Wed Oct 30 19:16:25 1996 David Carlisle <carlisle@ma.man.ac.uk>
* drivers.dtx: add truetex and tcidvi drivers.
Add literal postscript specials to drivers that support it.
Add RGB (0-255 integer rgb) model to all drivers.
* graphics.ins: add truetex (Kinch) and tcidvi (Scientific Word)
drivers.
Tue Oct 29 18:23:31 1996 David Carlisle <carlisle@ma.man.ac.uk>
* graphics.ins: new style for docstrip 2.4.
* grfguide.tex: Describe new options, improve descriptions
of \graphicspath (for graphics/2294) and \DeclareGraphicsRule.
Describe how to add new driver options in a cfg file.
* graphicx.dtx: Add hiresbb key to \includegraphics.
* graphics.dtx: Add tcidvi and truetex options, comment out some
old drivers.
Add hiresbb package option for %%HiResBoundingBox.
* color.dtx: add missing \colors@false to monochrome option.
Add tcidvi and truetex drivers. Comment out some old drivers.
Mon Oct 28 15:07:41 1996 David Carlisle <carlisle@ma.man.ac.uk>
* pstcol.dtx: clean up documentation a bit.
* Makefile: Add SCRIPTDIR
Mon Sep 16 15:41:57 1996 David Carlisle <carlisle@cs.man.ac.uk>
* color.dtx: add debugshow option, mainly so I can go
\usepackage[debugshow]{graphics,color} without color complaining
* graphics.dtx: stop infinite loop if requested size is zero
graphics/2259.
Mon Aug 5 12:41:16 1996 David Carlisle <carlisle@vummath>
* graphicx.dtx: Missing % for /2244
Tue Jun 11 16:59:35 1996 David Carlisle <carlisle@cs.man.ac.uk>
* graphics.ins: pctex32
Mon Jun 10 18:55:58 1996 David Carlisle <carlisle@cs.man.ac.uk>
* graphics.dtx: use \@gtempa not \g@tempa graphics/2090
* graphicx.dtx: Fix misplaced = in changes entry. graphics/2034
Wed May 29 12:09:35 1996 David Carlisle <carlisle@cs.man.ac.uk>
* 00readme.txt: Tidy up.
* graphicx.dtx: Declare it version 1 (no other change).
* graphics.dtx: Declare it version 1 (no other change).
* color.dtx: Declare it version 1 (no other change).
* drivers.dtx: Change arithmetic in dvips' \Ginclude@eps
(and the identical code for pctex32) to avoid overflow on very
large posters. (Andreas Schott)
Thu Apr 11 16:14:28 1996 David Carlisle <carlisle@cs.man.ac.uk>
* drivers.dtx: Add pctex32 driver file based on code from pti.
Add support for wmf in Y&Y's dviwindo.
* epsfig.dtx: allow space after [ in \epsfbox bb argument.
add `silent' key to \epsfig (ignored).
Tue Feb 20 11:55:05 1996 David Carlisle <carlisle@cs.man.ac.uk>
* grfguide.ps: Bad dvips configuration forcing A4 paper fixed.
* textures.def: \gread -> \gread@ typo fixed.
* graphics.dtx: \gread -> \gread@ typo fixed.
* graphics.ins: dvi2ps dvitops dvilaser dvialw
added back to the .ins file, so the code gets extracted
Thu Dec 7 18:02:58 1995 David Carlisle <carlisle@cs.man.ac.uk>
* color.dtx: Remove \showhyphens and \underbar Now all commands
are colour safe already in the kernel.
CHANGE Add \leavevmode to \textcolor so that it works out right at
the start of a \parbox[t] (and other places)
* grfguide.tex: Bring up to date.
Wed Dec 6 19:35:53 1995 David Carlisle <carlisle@cs.man.ac.uk>
* graphicx.dtx: Use \Gin@exclamation to save active ! problems.
Rename key to keepaspectratio.
* graphics.dtx: Add \Gin@exclamation for French graphicx mainly
Mon Dec 4 17:24:38 1995 David Carlisle <carlisle@cs.man.ac.uk>
* drivers.dtx: New dviwin code after correspondence with
Hippocrates Sendoukas.
* graphics.ins: remove textures.def generation
* textures.def: New version, not generated from drivers.dtx.
Code supplied by Arthur Ogawa.
Fri Nov 10 15:12:07 1995 David Carlisle <carlisle@cs.man.ac.uk>
* graphics.ins: New version for concurrent docstrip
* graphicx.dtx: Support height= and width= better for bitmap
formats where natural size not known to LaTeX, but known to
the driver.
* graphics.dtx: Support height= and width= better for bitmap
formats where natural size not known to LaTeX, but known to
the driver.
Tue Oct 31 15:54:24 1995 David Carlisle <carlisle@cs.man.ac.uk>
* lscape.dtx: \StopEventually{\end{landscape}} for graphics/1744
Fri Sep 29 14:58:00 1995 David Carlisle <carlisle@cs.man.ac.uk>
* graphics.dtx: Support isoscale code in \Gscale@box@dddd
* graphicx.dtx: Support new isoscale key for \includegraphics.
Thu Sep 28 18:35:10 1995 David Carlisle <carlisle@cs.man.ac.uk>
* graphicx.dtx: Add origin key for \includegraphics rotation.
Wed Sep 27 19:27:49 1995 David Carlisle <carlisle@cs.man.ac.uk>
* graphicx.dtx: Modify \Gin@esetsize to support calc package
* graphics.dtx: Modify \Gscale@div to support calc package
Fri Sep 22 16:08:57 1995 David Carlisle <carlisle@cs.man.ac.uk>
* graphicx.dtx: Fix typo in natheight and natwidth keys.
* drivers.dtx: Fix bitmap support in dvips for graphics/1879
Thu Sep 21 16:47:50 1995 David Carlisle <carlisle@cs.man.ac.uk>
* keyval.dtx: Documentation changes for graphics/1698
Mon Sep 18 09:45:08 1995 David Carlisle <carlisle@cs.man.ac.uk>
* drivers.dtx: (Berthold Horn) Fix up clipping code in Y&Y
drivers.
Mon Sep 11 10:22:03 1995 David Carlisle <carlisle@cs.man.ac.uk>
* drivers.dtx: Fix up named colour support for dvipsone.
Thu Sep 7 11:16:06 1995 David Carlisle <carlisle@cs.man.ac.uk>
* color.dtx: Merge dvipsone and dviwindo options.
* grfguide.tex: Document the totalheight key which got
omitted before.
* graphics.ins: Remove generation of dviwindo.def
* drivers.dtx: Fix bounding box spec in dvipsone
(should be in sp)
Remove generation of dviwindo.def: dviwindo option
now uses dvipsone.def
* graphicx.dtx: Arithmetic in viewport was wrong. (Michel
Goossens)
* graphics.dtx: Merge the two Y&Y options together making
dviwindo.def obsolete.
Fri Aug 11 17:38:25 1995 David Carlisle <carlisle@cs.man.ac.uk>
* grfguide.tex (section{Colour}): Refer to X Window system
in the approved manner.
Mon Jun 26 16:38:07 1995 David Carlisle <carlisle@cs.man.ac.uk>
* graphicx.dtx: Typos fixed in bb.... keys for graphics/1685
Fri Jun 23 17:53:17 1995 David Carlisle <carlisle@cs.man.ac.uk>
* epsfig.dtx: oops. \ifGin@viewport renamed to \ifGin@bbox
Mon Jun 19 12:19:32 1995 David Carlisle <carlisle@cs.man.ac.uk>
* drivers.dtx: Add \Gin@PS@raw and \Gin@PS@restored for
literal PostScript \specials. (cf \pstVerb and \pstverb)
Fri Jun 16 12:10:51 1995 David Carlisle <carlisle@cs.man.ac.uk>
* graphics.ins: Modify docstrip options for Y&Y drivers.
* epsfig.dtx: Remove forcing of dvips option (use graphics.cfg
to force the default driver for your site).
Modify \ProvidesPackage usage
* drivers.dtx: Add \AtBeginDvi around `color2' color define
\special.
Make Y&Y drivers dvipsone and dviwindo use `color2' colour
support following mail message from Berthold Horn.
* color.dtx: Use #1 not ##1 in \DeclareOption, for latex/1557
Thu Apr 27 15:48:47 1995 David Carlisle <carlisle@cs.man.ac.uk>
* color.dtx: Move \leavevmode earlier in box commands for
graphics/1512
Wed Apr 19 14:20:30 1995 David Carlisle <carlisle@cs.man.ac.uk>
* graphics.ins: Add template generation (commented out).
* drivers.dtx: Remove \Gin@tobp, not needed now.
Wed Apr 12 17:32:06 1995 David Carlisle <carlisle@cs.man.ac.uk>
* grfguide.tex: Fix mention of obsolete syntax, as reported in
latex/1295
Tue Apr 11 10:49:11 1995 David Carlisle <carlisle@cs.man.ac.uk>
* graphicx.dtx: Bounding box changes to match graphics.sty.
Add trim viewport and totalheight keys to \includegraphics.
* graphics.dtx: Start v0.7: \leavevmode positioning.
Bounding box cordinates stored as macros (so can use bp)
Make more catcodes safe, for binary headers of eps files.
Tue Jan 3 16:42:57 1995 David Carlisle <carlisle@cs.man.ac.uk>
* drivers.dtx: (Chris Hamlin) Spurious #2 deleted in
dviwindo.def: \def\c@lor@cmyk@#1#2,#2,#3,#4,#5\@@{%
Thu Dec 15 11:25:19 1994 David Carlisle <carlisle@cs.man.ac.uk>
* graphics.dtx: (Denis Roegel) Extra group to keep bb settings
local.
(Piet van Oostrum) include `.' in \Gin@ext.
Mon Dec 12 15:29:05 1994 David Carlisle <carlisle@cs.man.ac.uk>
* drivers.dtx: Add ln (ln03, ln05 etc) support (untested).
* graphics.dtx: Add ln (ln03, ln05 etc) support (untested).
Tue Nov 29 18:58:51 1994 David Carlisle <carlisle@cs.man.ac.uk>
* grfguide.tex: New \DeclareGraphicsExtensions description.
* graphicx.dtx: Modify the type and read keys to work with new
graphics.sty.
* drivers.dtx: Explicitly mention `.' in all file extensions, to
work with graphics v0.6.
* graphics.dtx: Remove Optional argument to
\DeclareGraphicsExtensions
Remove the notion of a `separator' and now specify extensions
as (eg) .eps rather than eps this makes it easier to work with
files without extension.
Tue Nov 22 17:34:14 1994 David Carlisle <carlisle@cs.man.ac.uk>
* color.dtx: add color@vbox,
remove a load of stuff now in the kernel.
Wed Nov 16 19:04:22 1994 David Carlisle <carlisle@cs.man.ac.uk>
* keyval.dtx: Move the <% plain> docstrip commands which were being
typeset by mistake (reported by Martin Schroeder)
* trig.dtx: Move the <% plain> docstrip commands which were being
typeset by mistake (reported by Martin Schroeder)
Tue Nov 8 10:40:39 1994 David Carlisle <carlisle@cs.man.ac.uk>
* color.dtx: Add \color@hbox and \color@endbox
Fri Nov 4 17:48:02 1994 David Carlisle <carlisle@cs.man.ac.uk>
* graphics.ins: add psprint.def (accidentally omitted)
Wed Nov 2 13:12:34 1994 David Carlisle <carlisle@cs.man.ac.uk>
* graphics.dtx: fix catcodes of ctrl-D and \endlinechar
when reading eps files.
Thu Oct 27 17:25:18 1994 David Carlisle <carlisle@cs.man.ac.uk>
* pstcol.dtx: add gradbegin and gradend colours.
Mon Oct 24 14:19:23 1994 David Carlisle <carlisle@cs.man.ac.uk>
* graphics.dtx: Modify support for ! in \resizebox
(Old code added to support active ! broke \width etc)
\DeclareGraphicsRule Check #3 (not #2) is * (Reported by
Arthur Ogawa).
Missing \expandafter in \Gin@setfile (Reported by Arthur
Ogawa).
* drivers.dtx: Missing \the in dvitops \special. Reported by
Arthur Ogawa.
Mon Oct 17 17:57:43 1994 David Carlisle <carlisle@cs.man.ac.uk>
* drivers.dtx: removed xdvi.def: xdvi now calls dvips,monochrome
Sun Oct 16 14:16:09 1994 David Carlisle <carlisle@cs.man.ac.uk>
* trig.dtx: Changed \@xc to \nin@ty (old name clashed with some
other package)
Fri Oct 14 19:39:25 1994 David Carlisle <carlisle@cs.man.ac.uk>
* grfguide.tex: Minor improvements to my English.
Fri Oct 7 18:06:36 1994 David Carlisle <carlisle@cs.man.ac.uk>
* drivers.dtx: Removed out of date table. Added new code for pctex
drivers submitted by PTI.
Wed Oct 5 15:27:52 1994 David Carlisle <carlisle@cs.man.ac.uk>
* lscape.dtx: converted the old 209 style to dtx form
and base on graphics package.
* drivers.dtx: added hsb colour to drivers that support it.
Tue Oct 4 15:04:22 1994 David Carlisle <carlisle@cs.man.ac.uk>
* color.dtx: Make \definecolor and \DefineNamedColor give an
Info message if the colour was previously defined.
* drivers.dtx: Add support for bounding box to pctex drivers,
remove support for scaling which did not work anyway.
Mon Oct 3 16:17:29 1994 David Carlisle <carlisle@cs.man.ac.uk>
* color.dtx: Add usenames option.
* graphics.dtx: Error if no driver specified.
Thu Sep 29 17:27:23 1994 David Carlisle <carlisle@cs.man.ac.uk>
* drivers.dtx: Modifications to fit in \DefineNamedColor.
textures code redone based on mail from Constantin Kahn (Who
owns a Mac which is and advantage when writing code for
textures:-)
* color.dtx (section{Defining Colours}): \DefineNamedColor
Add this system, after conversations with Constantin Kahn
about the textures support.
Wed Sep 21 19:15:01 1994 David Carlisle (carlisle@cs.man.ac.uk)
* drivers.dtx (section{Generic PostScript Colour}):
Modify textures code, to force trailing .0.
Mon Sep 19 18:50:49 1994 David Carlisle (carlisle@cs.man.ac.uk)
* color.dtx: small changes to \pagecolor.
Thu Sep 15 17:36:38 1994 David Carlisle (carlisle@cs.man.ac.uk)
* drivers.dtx: Add in pctex drivers from Sebastian.
Wed Sep 14 18:39:58 1994 David Carlisle (carlisle@cs.man.ac.uk)
* color.dtx: Add fix for footnote bug (should really be in
ltfloat/ltoutput)
Tue Sep 13 15:28:47 1994 David Carlisle (carlisle@cs.man.ac.uk)
* color.dtx (subsection{Coloured Boxes} New implementation of
\fcolorbox and \colorbox. Now share code.
Mon Sep 12 12:36:33 1994 David Carlisle (carlisle@cs.man.ac.uk)
* trig.dtx: Improve docstrip handling.
* keyval.dtx: Improve docstrip handling.
* color.dtx: Re-organise options, as for graphics package.
* graphics.dtx (subsection{Options}): Re-organise, so that it is
more efficient to specify a default option in graphics.cfg.
* graphicx.dtx: Make \includegraphics check for 2nd optional
arg. Use standard `graphics.sty' form if 2nd arg is there.
Wed Jul 27 11:34:11 1994 David Carlisle (carlisle@cs.man.ac.uk)
* graphics.dtx: Add missing 3rd argument to \InputIfFileExists
Thu Jul 21 19:19:19 1994 David Carlisle (carlisle@cs.man.ac.uk)
* graphics.dtx: documentation changes.
Wed Jul 20 17:12:16 1994 David Carlisle (carlisle@cs.man.ac.uk)
* pstcol.sty: Package modifying pstrics colour
interface to work with LaTeX colours.
* graphics.dtx (subsection{Stretching and Scaling}): Support
active ! for French.
* drivers.dtx: extensive changes to cope with the new code in
graphics.dtx and color.dtx.
* graphics.dtx: Add default rule possibility, so eg a PS driver
can handle any unknown extension as eps, rather than generate
an error.
* color.dtx: Completely new implementation of the internal
colour commands. Conversion from `user syntax' to `special
syntax' is now in a separate (driver dependant) command,
distinct from the commands to define or use colours.
Wed Jul 20 12:16:11 1994 Sebastian Rahtz (Sebastian.Rahtz@cl.cam.ac.uk)
* drivers.dtx: Fix textures graphics inclusion.
Fri Jun 10 12:11:45 1994 David Carlisle (carlisle@cs.man.ac.uk)
* color.dtx: minor change to error texts. (dated 1994/05/14:-)
* drivers.dtx: (From Sebastian) fix for dviwin.
Mon May 30 15:05:28 1994 David Carlisle (carlisle@cs.man.ac.uk)
* graphics.dtx: Rename egraphics to graphicx.
* testx.tex: new name to match graphicx.
* graphicx.dtx: Rename from egraphics (8+3).
* epsfig.dtx: (From Sebastian) Make epsfig default to [dvips]
RequirePackage{graphicx} not egraphics.
Remove \wlog as now done by \ProvidesPackage.
Fri May 13 15:22:48 1994 David Carlisle (carlisle@r8d)
* color.dtx: Remove all support for the test release of LaTeX2e.
Add optional argument to \NeedsTeXFormat to show this.
Define new versions of the `kernel' colour commands,
\color@{begin|end|set}group and \normalcolor. Remove
redefinition of tabbing commands, now colour-safe in the kernel.
Mon May 9 10:30:28 1994 David Carlisle (carlisle@r8d)
* test.tex: Remove `times' package from test.tex. (Not part of
`base' distribution of LaTeX2e.)
* color.dtx: improve wording of error messages.
* drivers.dtx: patch to oztex support from Andrew Trevorrow. (via
Sebastian)
Fri May 6 18:58:05 1994 David Carlisle (carlisle@r8d)
* graphics.dtx (subsection{Options}): notdraft renamed again to
final.
* drivers.dtx: Replace grot@ by Grot@ throughout.
* egraphics.dtx: Removed weird and incorrect setting of
\let\Gin@scalex\@empty and \let\Gin@scaley\@empty
that I must have added while asleep:-) Now the earlier correct
settings actually take effect.
* graphics.dtx: Changed the handling of `missing file' errors.
If no extension is supplied, each extension in the list is
tried until a file is found. A File not found error is
generated if this search fails.
If an extension is supplied, only a warning is given if the
file does not exist. This allows the file to be created `on
the fly' eg by extracting the file from a tar or zip archive.
Fri Apr 29 19:36:30 1994 David Carlisle (carlisle@r8d)
* drivers.dtx: Removed rotation from drivers.dtx documentation, so
it can be processed at any site.
Thu Apr 28 12:25:39 1994 David Carlisle (carlisle@r8d)
* drivers.dtx: added PS rules for Mac drivers
* graphics.dtx: Improve the wording of error messages.
Thu Apr 21 10:42:23 1994 David Carlisle (carlisle@r8d)
* drivers.dtx: Added missing \ProvidesFile for xdvi and dvitops
Wed Apr 20 17:32:58 1994 David Carlisle (carlisle@r8d)
* graphics.dtx: initialise \Gin@extensions with \providecommand
so that definitions in the .def file are not zapped.
Mon Apr 18 10:56:55 1994 David Carlisle (carlisle@r8d)
* color.dtx: Stop \normalfont resetting the colour. (\reset@font
does still reset the colour. This allows \rm to work as
expected.
Fix marginpar, so the baseline is correctly aligned.
* README Create initial change log from comments in the README
Wed Apr 13 10:56:55 1994 David Carlisle (carlisle@r8d)
* notdraft renamed to nodraft
* zaprotate zapscale renamed to hiderotate hidescale
* kludges for graphics and colour to work with Feb 1994 release
now automatically included (so colfix.sty gone)
Wed Mar 23 10:56:55 1994 David Carlisle (carlisle@r8d)
* rotatebox now correctly rotates about the left hand side.
* spurious spaces in \resizebox removed
* no BoundingBox error message improved
* zaprotate and zapscale options added (probably bad names)
* notdraft option added to cancel a global draft option.
* Graphics files now listed by \listfiles
* PS drivers now support \current@ps@color
* colfix.sty put back until next release of LaTeX2e.
Wed Mar 09 10:56:55 1994 David Carlisle (carlisle@r8d)
* \reflectbox added.
* \rotatebox* removed
* The order of the arguments of \includegraphics corrected
* \includegraphics[lower-l,lower-r][upper-l,upper-r]{file}
* \definecolor not \newcolor to define colours
|