File tree Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change 12
12
## Usage
13
13
``` bash
14
14
nextflow run MaxUlysse/compile-latex /
15
- --tex < file.tex>
15
+ --tex < file.tex> /
16
+ [--biblio < biblio.bib> ] /
17
+ [--notes| --notesOnly] /
18
+ [--outDir < /path> ] /
19
+ [--outName < file.pdf> ] /
20
+ [--pictures < /path/folder> ] /
21
+ [--tag < tag> ]
16
22
```
17
23
18
24
## Options
@@ -28,20 +34,23 @@ Default: `biblio.bib`
28
34
### --notes
29
35
Generate notes with presentation
30
36
37
+ ### --notesOnly
38
+ Generate only the notes
39
+
31
40
### --pictures
32
41
Specify in which directory are the pictures
33
42
34
43
Default: ` pictures/ `
35
44
36
- ### --tag
37
- Specify with tag to use for the docker container
38
-
39
45
### --outName
40
46
Specify output name
41
47
42
48
### --outDir
43
49
Specify output directory
44
50
51
+ ### --tag
52
+ Specify with tag to use for the docker container
53
+
45
54
### --help
46
55
You're reading it
47
56
You can’t perform that action at this time.
0 commit comments