Match compile options
This commit is contained in:
parent
afab9f7214
commit
3d48a26f12
|
@ -91,29 +91,26 @@ The following are the available flags.
|
|||
|
||||
<!-- Keep alphabetized by full name: -->
|
||||
|
||||
| Short | Full | Explanation |
|
||||
|:------|:--------------------------|:-----------------------------------------------------------------------------------------------|
|
||||
| `-b` | `--bundle <PATH>` | Use this Zip-format bundle file to find resource files instead of the default |
|
||||
| `-c` | `--chatter <LEVEL>` | How much chatter to print when running. Possible values: `default`, `minimal` |
|
||||
| | `--color <WHEN>` | When to colorize the program’s output: `always`, `auto`, or `never` |
|
||||
| | `--format <PATH>` | The name of the "format" file used to initialize the TeX engine. Default: `latex` |
|
||||
| `-h` | `--help` | Prints help information |
|
||||
| | `--hide <PATH>...` | Tell the engine that no file at `<PATH>` exists, if it tries to read it |
|
||||
| `-k` | `--keep-intermediates` | Keep the intermediate files generated during processing |
|
||||
| | `--keep-logs` | Keep the log files generated during processing |
|
||||
| | `--makefile-rules <PATH>` | Write Makefile-format rules expressing the dependencies of this run to `<PATH>` |
|
||||
| `-C` | `--only-cached` | Use only resource files cached locally |
|
||||
| | `--open` | Open the output PDF after it is built |
|
||||
| `-o` | `--outdir <OUTDIR>` | The directory in which to place output files. Default: the directory containing INPUT |
|
||||
| | `--outfmt <FORMAT>` | The kind of output to generate. Possible values: `pdf` (the default), `html`, `xdv`, `aux`, `format` |
|
||||
| | `--pass <PASS>` | Which engines to run. Possible values: `default`, `tex`, `bibtex_first` |
|
||||
| `-p` | `--print` | Print the engine's chatter during processing |
|
||||
| `-r` | `--reruns <COUNT>` | Rerun the TeX engine exactly this many times after the first |
|
||||
| | `--synctex` | Generate SyncTeX data |
|
||||
| | `--untrusted` | Input is untrusted: disable all known-insecure features |
|
||||
| `-V` | `--version` | Prints version information |
|
||||
| `-w` | `--web-bundle <URL>` | Use this URL find resource files instead of the default |
|
||||
| `-Z` | `-Z <UNSTABLE-OPTION>` | Activate experimental “unstable” options |
|
||||
| Short | Full | Explanation |
|
||||
|:------|:-------------------------------|:-------------------------------------------------------------------------------------------------------|
|
||||
| `-b` | `--bundle <file_path>` | Use this directory or Zip-format bundle file to find resource files instead of the default |
|
||||
| `-f` | `--format <path>` | The name of the “format” file used to initialize the TeX engine [default: `latex`] |
|
||||
| `-h` | `--help` | Prints help information |
|
||||
| | `--hide <hide_path>...` | Tell the engine that no file at `<hide_path>` exists, if it tries to read it |
|
||||
| `-k` | `--keep-intermediates` | Keep the intermediate files generated during processing |
|
||||
| | `--keep-logs` | Keep the log files generated during processing |
|
||||
| | `--makefile-rules <dest_path>` | Write Makefile-format rules expressing the dependencies of this run to `<dest_path>` |
|
||||
| `-C` | `--only-cached` | Use only resource files cached locally |
|
||||
| `-o` | `--outdir <outdir>` | The directory in which to place output files [default: the directory containing `<input>`] |
|
||||
| | `--outfmt <format>` | The kind of output to generate [default: `pdf`] [possible values: `pdf`, `html`, `xdv`, `aux`, `fmt`] |
|
||||
| | `--pass <pass>` | Which engines to run [default: `default`] [possible values: `default`, `tex`, `bibtex_first`] |
|
||||
| `-p` | `--print` | Print the engine's chatter during processing |
|
||||
| `-r` | `--reruns <count>` | Rerun the TeX engine exactly this many times after the first |
|
||||
| | `--synctex` | Generate SyncTeX data |
|
||||
| | `--untrusted` | Input is untrusted — disable all known-insecure features |
|
||||
| `-V` | `--version` | Prints version information |
|
||||
| `-w` | `--web-bundle <url>` | Use this URL to find resource files instead of the default |
|
||||
| `-Z` | `-Z <option>...` | Unstable options. Pass `-Zhelp` to show a list |
|
||||
|
||||
#### Unstable options
|
||||
|
||||
|
|
Loading…
Reference in New Issue