Man page - clxelatex(1)
Packages contains this manual
- ltximg(1)
- pslatex(1)
- latex-git-log(1)
- arlatex(1)
- upmendex(1)
- findhyph(1)
- spix(1)
- texdiff(1)
- allneeded(1)
- texaccents(1)
- texlogfilter(1)
- pdfjam(1)
- texfot(1)
- bundledoc(1)
- ctanbib(1)
- dvi2fax(1)
- pamphletangler(1)
- kpsetool(1)
- texlogsieve(1)
- mkjobtexmf(1)
- pdfbook2(1)
- dvired(1)
- clxelatex(1)
- match_parens(1)
- sty2dtx(1)
- l3sys-query(1)
- allec(1)
- srcredact(1)
- ctan-o-mat(1)
- cluttex(1)
- edtx2dtx(1)
- ppmcheckpdf(1)
- llmk(1)
- pkfix-helper(1)
- texdirflatten(1)
- dviasm(1)
- arara(1)
- ctanify(1)
- ps2frag(1)
- allcm(1)
- a5toa4(1)
- kpsewhere(1)
- cllualatex(1)
- latex2man(1)
- mflua(1)
- pdfxup(1)
- kpsexpand(1)
- e2pall(1)
- kpsepath(1)
- git-latexdiff(1)
- chklref(1)
- a2ping(1)
apt-get install texlive-extra-utils
Manual
CLUTTEX (1) General Commands Manual CLUTTEX (1)
NAME
cluttex — a tool for processing TeX files
SYNOPSIS
cluttex -e ENGINE [options] [ -- ] FILE.tex
DESCRIPTION
Process TeX files without cluttering your working directory.
The following options are accepted:
-e , --engine = ENGINE
Specify which TeX engine to use. ENGINE is one of the following: pdflatex, pdftex, lualatex, luatex, luajittex, xelatex, xetex, latex, etex, tex, platex, eptex, ptex, uplatex, euptex, uptex,
--engine-executable = COMMAND+OPTIONs
The actual TeX command to use. [default: ENGINE ]
-o , --output = FILE
The name of output file. [default: JOBNAME .pdf or JOBNAME .dvi]
--fresh
Clean intermediate files before running TeX. Cannot be used with --output-directory.
--max-iterations = N
Maximum number of running TeX to resolve cross-references. [default: 3]
--start-with-draft
Start with draft mode.
--change-directory , --no-change-directory
Change directory before running TeX. [default: no]
--watch [= ENGINE ]
Watch input files for change. Requires fswatch or inotifywait to be installed. ENGINE is one of ‘fswatch’, ‘inotifywait’ or ‘auto’. [default: auto]
--tex-option = OPTION
Pass OPTION to TeX as a single option.
--tex-options = OPTIONs
Pass OPTIONs to TeX as multiple options.
--dvipdfmx-option = OPTION , --dvipdfmx-options = OPTIONs
Same for dvipdfmx.
--makeindex = COMMAND+OPTIONs
Command to generate index, such as ‘makeindex’ or ‘mendex’.
--bibtex = COMMAND+OPTIONs
Command for BibTeX, such as ‘bibtex’ or ‘pbibtex’.
--biber [= COMMAND+OPTIONs ]
Command for Biber.
--makeglossaries [= COMMAND+OPTIONs ]
Command for makeglossaries.
-h , --help
Print this message and exit.
-v , --version
Print version information and exit.
-V , --verbose
Be more verbose.
--color [= WHEN ]
Make ClutTeX’s message more colorful. WHEN is one of ‘always’, ‘auto’, or ‘never’. [default: ‘auto’ if Fl -color is omitted, ‘always’ if WHEN is omitted]
--includeonly = NAMEs
Insert ‘\includeonly{ NAMEs }’.
--make-depends = FILE
Write dependencies as a Makefile rule.
--print-output-directory
Print the output directory and exit.
--package-support = PKG1 [, PKG2 ,...]
Enable special support for some shell-escaping packages. Currently supported: minted, epstopdf.
--check-driver = DRIVER
Check that the correct driver file is loaded. DRIVER is one of ‘dvipdfmx’, ‘dvips’, ‘dvisvgm’.
--shell-escape , --no-shell-escape
--shell-restricted
--synctex = NUMBER
--fmt = FMTNAME
--file-line-error , --no-file-line-error
[default: yes]
--halt-on-error , --no-halt-on-error
[default: yes]
--interaction = STRING
[default: nonstopmode]
--jobname = STRING
--output-directory = DIR
[default: somewhere in the temporary directory]
--output-format = FORMAT
FORMAT is ‘pdf’ or ‘dvi’. [default: pdf]
EXIT STATUS
The cluttex utility exits 0 on success, and >0 if an error occurs. Debian November 18, 2023 CLUTTEX (1)