Skip to content

Simple beamer/latex compiler using Nextflow, provided with Docker container

License

Notifications You must be signed in to change notification settings

maxulysse/compile-latex

Repository files navigation

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: