Sign inSign up

maxulysse/compile-latex

By maxulysse

•Updated over 7 years ago

LaTeX compiler in Nextflow using XeLaTex within a Docker container

Image
0

2.3K

maxulysse/compile-latex repository overview

⁠compile-latex compile-latex

Version License Nextflow needed Travis status Docker status DOI

LaTeX⁠ compiler in Nextflow⁠ using XeLaTex⁠ within a Docker container. Made for compiling Beamer⁠ theme Metropolis⁠, but works also with moderncv⁠.

⁠Usage

nextflow run MaxUlysse/compile-latex /
  --tex <file.tex> /
  [--biblio <biblio.bib>] /
  [--notes|--notesOnly] /
  [--outDir </path>] /
  [--outName <file.pdf>] /
  [--pictures </path/folder>] /
  [--tag <tag>]

⁠Options

⁠--tex

Compile the given tex file

⁠--biblio

Specify the bibliography

Default: biblio.bib

⁠--notes

Generate notes with presentation

⁠--notesOnly

Generate only the notes

⁠--pictures

Specify in which directory are the pictures

Default: pictures/

⁠--outName

Specify output name

⁠--outDir

Specify output directory

⁠--tag

Specify with tag to use for the docker container

⁠--help

You're reading it

⁠Result

⁠Docker container

Based on debian:stretch-slim contain:

Tag summary

Content type

Image

Digest

Size

502.9 MB

Last updated

over 7 years ago

docker pull maxulysse/compile-latex