File tree 1 file changed +5
-2
lines changed
1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,12 @@ Tectonic has many command line options.
4
4
If you have Tectonic installed, you can view them with ` tectonic --help ` .
5
5
6
6
The following are the available flags.
7
+
7
8
| Short | Full | Explanation |
8
9
| :------| :--------------------------| :-----------------------------------------------------------------------------------------------|
9
10
| ` -h ` | ` --help ` | Prints help information |
10
11
| ` -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 |
12
13
| ` -C ` | ` --only-cached ` | Use only resource files cached locally |
13
14
| ` -p ` | ` --print ` | Print the engine's chatter during processing |
14
15
| | ` --synctex ` | Generate SyncTeX data |
@@ -34,4 +35,6 @@ If you specify a path, make sure to put it into brackets when it contains spaces
34
35
Then, after specifying flags and options, you have to provide the actual input to tectonic.
35
36
This can be a (path to a) file, or "-" to process the standard input stream.
36
37
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 ` .
You can’t perform that action at this time.
0 commit comments