Skip to content

tuetenk0pp/sharelatex-full

Repository files navigation

sharelatex-full (Overleaf)

GitHub license GitHub Workflow Status GitHub issues Docker Pulls Docker Image Size (latest by date) Docker Stars Docker Image Version (latest by date)

Extended Overleaf Docker Image. Current Features include:

  • fully updated TeX Live installation, including all available packages
  • support for minted
  • support for svg-images through the addition of inkscape
  • support for lilipond
  • shell-escape enabled by default

Have a look at the Dockerfile to find out more.

Installation

Overleaf Toolkit

Ideally, you would use the Overleaf Toolkit as described here with a docker-compose.override.yml. Example:

services:
    sharelatex:
        image: tuetenk0pp/sharelatex-full

Docker Compose

Alternatively, use the docker-compose.yml provided in the official GitHub, but change the image to tuetenk0pp/sharelatex-full. Also, note the additional instructions in the official Wiki.