mkjobtexmf --version (return code: 0)
mkjobtexmf 2011/11/10 v0.8
mkjobtexmf (return code: 2)
==> Missing jobname!
Usage:
The progam mkjobtexmf runs a program and tries to find the used file
names. Two methods are available, option "-recorder" of TeX (Web2C) or
the program strace.
Then it generates a directory with a texmf tree. It checks the found
files and tries sort them in this texmf tree.
It can be used for archiving purposes or to speed up following TeX runs.
mkjobtexmf [options]
This runs TeX that can be configured by options. Both methods for
getting the used file names are available.
mkjobtexmf [options] -- <cmd> [args]
The latter form runs program *cmd* with arguments *args* instead of TeX.
As method only program strace is available.
Options:
--jobname <name> Name of the job (mandatory).
Usually this is the TeX file
without extension
--texname <file> Input file for TeX. Default is the
job name with extension '.tex'
--texopt <option> Option for TeX run
--destdir <directory> Destination directory,
default is `<jobname>.mjt'
--output Add also output files
--strace Use strace instead of TeX's
option -recorder
--copy Copy files instead of creating
symbol links
--flat Junk paths, do not make directories
inside the destination directory
--(no)texhash Run texhash, use --notexhash for MiKTeX
--exclude-ext <ext> Exclude files with extension <ext>.
--cmd-tex <cmd> Command for the TeX compiler
--cmd-kpsewhich <cmd> Command for kpsewhich
--cmd-texhash <cmd> Command for texhash
--cmd-strace <cmd> Command for strace
--verbose Verbose output
--help Brief help message
--man Full documentation
--version Print version identification
MKJOBTEXMF 2011/11/10 v0.8, Copyright 2007, 2008, 2011 Heiko Oberdiek