class KpseLookupOptions
The options correspond to the command line arguments of kpsewhich
:
References:
- Corresponding C source code: lkpselib.c#L565-810
😱 Types incomplete or incorrect? 🙏 Please contribute!
fields
KpseLookupOptions.debug
set debugging flags for this lookup \NR
KpseLookupOptions.format
use specific file type (see list above)
KpseLookupOptions.dpi
use this resolution for this lookup; default 600
KpseLookupOptions.path
search in the given path
KpseLookupOptions.all
output all matches, not just the first
KpseLookupOptions.mustexist
search the disk as well as ls-R if necessary
KpseLookupOptions.mktexpk
disable/enable mktexpk generation for this lookup
KpseLookupOptions.mktextex
disable/enable mktextex generation for this lookup
KpseLookupOptions.mktexmf
disable/enable mktexmf generation for this lookup
KpseLookupOptions.mktextfm
disable/enable mktextfm generation for this lookup
KpseLookupOptions.subdir
only output matches whose directory part ends with the given string(s)