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: README.md
+23-11Lines changed: 23 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -1,29 +1,32 @@
1
1
# compile-beamer
2
2
3
-
[![Version][version-badge]][version-link][![License][license-badge]][license-link][![Nextflow version][nextflow-badge]][nextflow-link][![CircleCI status][circleci-badge]][circleci-link][![Travis status][travis-badge]][travis-link][![works on my machine][works-badge]][works-link]
Beamer presentations can be easily compiled. A Docker container is provided. It's a `debian:stretch-slim` image containing `texlive-xetex`, `mtheme`, `python-pygments` (for `minted`) and `Fira fonts`. A Singularity container based on the Docker container is also available.
10
+
[Beamer][beamer-link] compiler in [Nextflow][nextflow-link-link] using [XeLaTex][xetex-link].
8
11
9
12
## Options
10
13
11
14
### --tex
12
-
Compile the given tex file
15
+
Compile the given tex file.
13
16
14
17
### --pictures
15
-
Specify in which directory are the pictures
16
-
Default is: `pictures/`
18
+
Specify in which directory are the pictures.
19
+
Default is: `pictures/`.
17
20
18
21
### --tag
19
-
Specify with tag to use for the docker container
20
-
Default is current version
22
+
Specify with tag to use for the docker container.
23
+
Default is current version.
21
24
22
25
### --help
23
-
You're reading it
26
+
You're reading it.
24
27
25
28
### --version
26
-
Displays version number
29
+
Displays version number.
27
30
28
31
## Usage with Docker [![Docker status][docker-badge]][docker-link]
29
32
@@ -33,6 +36,10 @@ nextflow run MaxUlysse/compile-beamer /
33
36
--tex <file.tex>
34
37
```
35
38
39
+
## Docker container
40
+
Based on `debian:stretch-slim`.
41
+
Contain: `texlive-xetex`, `mtheme`, `python-pygments` (for `minted`) and `Fira fonts`.
42
+
36
43
## Usage with Singularity [![Singularity status][singularity-badge]][singularity-link]
37
44
38
45
```bash
@@ -41,6 +48,10 @@ nextflow run MaxUlysse/compile-beamer /
0 commit comments