Skip to content

Commit 07d6783

Browse files
committed
Add example
1 parent 1eaf8cd commit 07d6783

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/src/cli/index.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ Tectonic has many command line options.
44
If you have Tectonic installed, you can view them with `tectonic --help`.
55

66
The following are the available flags.
7+
78
| Short | Full | Explanation |
89
|:------|:--------------------------|:-----------------------------------------------------------------------------------------------|
910
| `-h` | `--help` | Prints help information |
1011
| `-k` | `--keep-intermediates` | Keep the intermediate files generated during processing |
11-
| | `--keep-logs` | Keep the log files gener ated during processing |
12+
| | `--keep-logs` | Keep the log files generated during processing |
1213
| `-C` | `--only-cached` | Use only resource files cached locally |
1314
| `-p` | `--print` | Print the engine's chatter during processing |
1415
| | `--synctex` | Generate SyncTeX data |
@@ -34,4 +35,6 @@ If you specify a path, make sure to put it into brackets when it contains spaces
3435
Then, after specifying flags and options, you have to provide the actual input to tectonic.
3536
This can be a (path to a) file, or "-" to process the standard input stream.
3637

37-
In short, the usage is `tectonic [FLAGS] [OPTIONS] <INPUT>`.
38+
In short, the usage is `tectonic [FLAGS] [OPTIONS] <INPUT>`.
39+
40+
An example would be `tectonic --synctex --reruns 0 -o ../out/ main.tex`.

0 commit comments

Comments
 (0)