You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/v2cli/compile.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,7 +111,6 @@ The following are the available flags.
111
111
||`--outfmt <FORMAT>`| The kind of output to generate. Possible values: `pdf` (the default), `html`, `xdv`, `aux`, `format`|
112
112
||`--pass <PASS>`| Which engines to run. Possible values: `default`, `tex`, `bibtex_first`|
113
113
|`-p`|`--print`| Print the engine's chatter during processing |
114
-
||`--reproducible`| Ensure deterministic builds |
115
114
|`-r`|`--reruns <COUNT>`| Rerun the TeX engine exactly this many times after the first |
116
115
||`--synctex`| Generate SyncTeX data |
117
116
||`--untrusted`| Input is untrusted: disable all known-insecure features |
@@ -135,3 +134,4 @@ the set of unstable options is subject to change at any time.
135
134
|`-Z search-path=<path>`| Also look in `<path>` for files (unless `--untrusted` has been specified), like TEXINPUTS. Can be specified multiple times. |
136
135
|`-Z shell-escape`| Enable `\write18` (unless `--untrusted` has been specified) |
137
136
|`-Z shell-escape-cwd=<path>`| Working directory to use for \write18. Use $(pwd) for same behaviour as most other engines (e.g. for relative paths in \inputminted). Implies -Z shell-escape |
137
+
|`-Z deterministic-mode`| Force a deterministic build environment. Note that setting `SOURCE_DATE_EPOCH` is usually sufficient for reproducible builds, and this option makes some extra functionality trade-offs. Specifically, deterministic mode breaks SyncTeX's auxiliary files as they include and rely on absolute file paths |
0 commit comments