blob: 04b6f4093e56c01ad6a9e7222b4bd3c2d70e1558 (
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
|
__________________
The pstool package
v1.5
A package like "pst-pdf" for processing PostScript graphics
with psfrag labels within pdfLaTeX documents. The difference
with this package is that every graphic is compiled individually,
drastically speeding up compilation time when only a single
figure needs re-processing.
Running `latex` on pstool.tex will produce the files
pstool.ins, pstool.sty, and README.txt,
and compile the PDF documentation.
Executing `latex pstool.ins` produces the files above
except pstool.ins (and the PDF file, obviously).
Please see the PDF documentation for further information.
Will Robertson & Zebb Prime
Copyright 2008-2013
____________________
Brief change history
v1.5, February 2013:
- Fix =/# mixup in Windows ps2pdf options.
- Check the .tex file for newness when regenerating figures.
- Add [macro-file=...] for a global file to retrieve psfrag macros
(default is "\jobname-pstool.tex").
Thanks to Heinrich Kruger for suggestions for the above.
- Cross-references and citations within external graphics are now supported.
v1.4, November 2010:
- More robust parsing of the main input file to read in the preamble.
Therefore, \EndPreamble is now required much less often.
- Apparently unreleased to CTAN, oops :)
v1.3, July 2009:
- [bitmap] option to control compression of bitmap graphics,
- Package options may now be set anywhere with \pstoolsetup{},
- localised pstool options can be set per-graphic.
|