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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8ebc1da · Apr 16, 2019
Jun 27, 2018
Oct 26, 2018
Apr 5, 2018
Oct 25, 2017
Apr 16, 2019
Jun 21, 2017
Aug 8, 2018
Apr 16, 2019
Oct 10, 2016
Oct 26, 2018
Oct 25, 2017
Sep 28, 2018
Apr 16, 2019
Apr 16, 2019
Apr 16, 2019
Oct 26, 2018

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:

About

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

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published