version 2, including all changes.
.
Rev |
Author |
# |
Line |
1 |
perry |
1 |
INCLUDERES |
|
|
2 |
!!!INCLUDERES |
|
|
3 |
NAME |
|
|
4 |
SYNOPSIS |
|
|
5 |
DESCRIPTION |
|
|
6 |
FILES |
|
|
7 |
AUTHOR |
|
|
8 |
SEE ALSO |
|
|
9 |
TRADEMARKS |
|
|
10 |
BUGS |
|
|
11 |
---- |
|
|
12 |
!!NAME |
|
|
13 |
|
|
|
14 |
|
2 |
perry |
15 |
includeres - filter to include resources in a !PostScript document |
1 |
perry |
16 |
!!SYNOPSIS |
|
|
17 |
|
|
|
18 |
|
|
|
19 |
__includeres__ __document.ps'' |
|
|
20 |
''output.ps'' |
|
|
21 |
!!DESCRIPTION |
|
|
22 |
|
|
|
23 |
|
|
|
24 |
''Includeres'' includes resources (fonts, procsets, |
2 |
perry |
25 |
patterns, files, etc) in place of ''%%!IncludeResource'' |
|
|
26 |
comments in a !PostScript document. The resources are |
1 |
perry |
27 |
searched for in the current directory and the system default |
|
|
28 |
directory under the resource name, and with an appropriate |
|
|
29 |
extension. The pipeline |
|
|
30 |
extractres file.ps | includeres |
|
|
31 |
will move all resources appearing in a document to the |
|
|
32 |
document prologue, removing redundant copies. The output |
|
|
33 |
file can then be put through page re-arrangement filters |
|
|
34 |
such as ''psnup'' or ''pstops'' safely. |
|
|
35 |
!!FILES |
|
|
36 |
|
|
|
37 |
|
|
|
38 |
/usr/lib/psutils - system resource directory. |
|
|
39 |
!!AUTHOR |
|
|
40 |
|
|
|
41 |
|
|
|
42 |
Copyright (C) Angus J. C. Duggan 1991-1995 |
|
|
43 |
!!SEE ALSO |
|
|
44 |
|
|
|
45 |
|
|
|
46 |
psbook(1), psselect(1), pstops(1), epsffit(1), psnup(1), |
|
|
47 |
psresize(1), psmerge(1), fixscribeps(1), getafm(1), |
|
|
48 |
fixdlsrps(1), fixfmps(1), fixmacps(1), fixpsditps(1), |
|
|
49 |
fixpspps(1), fixtpps(1), fixwfwps(1), fixwpps(1), |
|
|
50 |
fixwwps(1), extractres(1), includeres(1) |
|
|
51 |
!!TRADEMARKS |
|
|
52 |
|
|
|
53 |
|
2 |
perry |
54 |
__!PostScript__ is a trademark of Adobe Systems |
1 |
perry |
55 |
Incorporated. |
|
|
56 |
!!BUGS |
|
|
57 |
|
|
|
58 |
|
|
|
59 |
''includeres'' does not alter the |
2 |
perry |
60 |
''%%!DocumentNeededResources'' comments. |
1 |
perry |
61 |
---- |