version 1 showing authors affecting page license.
.
Rev |
Author |
# |
Line |
1 |
perry |
1 |
KPSEWHICH |
|
|
2 |
!!!KPSEWHICH |
|
|
3 |
NAME |
|
|
4 |
SYNOPSIS |
|
|
5 |
DESCRIPTION |
|
|
6 |
OPTIONS |
|
|
7 |
SEE ALSO |
|
|
8 |
---- |
|
|
9 |
!!NAME |
|
|
10 |
|
|
|
11 |
|
|
|
12 |
kpsewhich - standalone path lookup and and expansion for kpathsea |
|
|
13 |
!!SYNOPSIS |
|
|
14 |
|
|
|
15 |
|
|
|
16 |
__kpsewhich__ [[''options''] |
|
|
17 |
[[''filenames''] |
|
|
18 |
!!DESCRIPTION |
|
|
19 |
|
|
|
20 |
|
|
|
21 |
This manual page is not meant to be exhaustive. The complete |
|
|
22 |
documentation for this version of TEX can be found in the |
|
|
23 |
info file or manual ''Kpathsea: A library for path |
|
|
24 |
searching''. |
|
|
25 |
|
|
|
26 |
|
|
|
27 |
__kpsewhich__ is used as a standalone front-end of the |
|
|
28 |
kpathsea library that can be used to examine variables and |
|
|
29 |
find files. When the __--format__ option is not given, |
|
|
30 |
the search path used when looking for a file is inferred |
|
|
31 |
from the name given, by looking for a known extension. If no |
|
|
32 |
known extension is found, the search path for TEX source |
|
|
33 |
files is used. |
|
|
34 |
!!OPTIONS |
|
|
35 |
|
|
|
36 |
|
|
|
37 |
__kpsewhich__ accepts the following options: |
|
|
38 |
|
|
|
39 |
|
|
|
40 |
__--debug__ ''num'' |
|
|
41 |
|
|
|
42 |
|
|
|
43 |
Set debugging flags. |
|
|
44 |
|
|
|
45 |
|
|
|
46 |
__-D__ ''num'' |
|
|
47 |
|
|
|
48 |
|
|
|
49 |
Use a base resolution of ''num''; the default, set by the |
|
|
50 |
installer, is typically 600. |
|
|
51 |
|
|
|
52 |
|
|
|
53 |
__--dpi__ ''num'' |
|
|
54 |
|
|
|
55 |
|
|
|
56 |
As __-D.__ |
|
|
57 |
|
|
|
58 |
|
|
|
59 |
__--expand-braces__ ''string'' |
|
|
60 |
|
|
|
61 |
|
|
|
62 |
Print variable and brace expansion of |
|
|
63 |
''string''. |
|
|
64 |
|
|
|
65 |
|
|
|
66 |
__--expand-path__ ''string'' |
|
|
67 |
|
|
|
68 |
|
|
|
69 |
Print complete path expansion of ''string''. |
|
|
70 |
|
|
|
71 |
|
|
|
72 |
__--expand-var__ ''string'' |
|
|
73 |
|
|
|
74 |
|
|
|
75 |
Print variable expansion of ''string''. |
|
|
76 |
|
|
|
77 |
|
|
|
78 |
__--format__ ''name'' |
|
|
79 |
|
|
|
80 |
|
|
|
81 |
Use file type ''name''. See the info manual for a list of |
|
|
82 |
valid names, or use the __--help__ option to print the |
|
|
83 |
list. |
|
|
84 |
|
|
|
85 |
|
|
|
86 |
__--help__ |
|
|
87 |
|
|
|
88 |
|
|
|
89 |
Print help message and exit. |
|
|
90 |
|
|
|
91 |
|
|
|
92 |
__--interactive__ |
|
|
93 |
|
|
|
94 |
|
|
|
95 |
Ask for additional filenames to look up. |
|
|
96 |
|
|
|
97 |
|
|
|
98 |
__--mktex__ ''fmt'' |
|
|
99 |
|
|
|
100 |
|
|
|
101 |
enable mktex''fmt'' generation. |
|
|
102 |
(''fmt''=pk/mf/tex/tfm) |
|
|
103 |
|
|
|
104 |
|
|
|
105 |
__--mode__ ''string'' |
|
|
106 |
|
|
|
107 |
|
|
|
108 |
Set device name for ''$MAKETEX_MODE'' to ''string''; |
|
|
109 |
no default. |
|
|
110 |
|
|
|
111 |
|
|
|
112 |
__--must-exist__ |
|
|
113 |
|
|
|
114 |
|
|
|
115 |
Search the disk as well as ls-R if necessary. |
|
|
116 |
|
|
|
117 |
|
|
|
118 |
__--no-mktex__ ''fmt'' |
|
|
119 |
|
|
|
120 |
|
|
|
121 |
disable mktex''fmt'' generation. |
|
|
122 |
(''fmt''=pk/mf/tex/tfm) |
|
|
123 |
|
|
|
124 |
|
|
|
125 |
__--path__ ''string'' |
|
|
126 |
|
|
|
127 |
|
|
|
128 |
Search in the path ''string''. |
|
|
129 |
|
|
|
130 |
|
|
|
131 |
__--progname__ ''string'' |
|
|
132 |
|
|
|
133 |
|
|
|
134 |
Set program name to ''string''. |
|
|
135 |
|
|
|
136 |
|
|
|
137 |
__--show-path__ ''name'' |
|
|
138 |
|
|
|
139 |
|
|
|
140 |
Output search path for file type ''name''. See the info |
|
|
141 |
manual for a list of valid names, or use the __--help__ |
|
|
142 |
option to print the list. |
|
|
143 |
|
|
|
144 |
|
|
|
145 |
__--version__ |
|
|
146 |
|
|
|
147 |
|
|
|
148 |
Print version information and exit. |
|
|
149 |
!!SEE ALSO |
|
|
150 |
|
|
|
151 |
|
|
|
152 |
mktexlsr(1), mktexmf(1), mktexpk(1), |
|
|
153 |
mktextfm(1). |
|
|
154 |
---- |