Skip to content

Commit 724e6da

Browse files
committed
update help
1 parent dd988c0 commit 724e6da

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

README.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,13 @@
1212
## Usage
1313
```bash
1414
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>]
1622
```
1723

1824
## Options
@@ -28,20 +34,23 @@ Default: `biblio.bib`
2834
### --notes
2935
Generate notes with presentation
3036

37+
### --notesOnly
38+
Generate only the notes
39+
3140
### --pictures
3241
Specify in which directory are the pictures
3342

3443
Default: `pictures/`
3544

36-
### --tag
37-
Specify with tag to use for the docker container
38-
3945
### --outName
4046
Specify output name
4147

4248
### --outDir
4349
Specify output directory
4450

51+
### --tag
52+
Specify with tag to use for the docker container
53+
4554
### --help
4655
You're reading it
4756

0 commit comments

Comments
 (0)