sharelatex-full icon indicating copy to clipboard operation
sharelatex-full copied to clipboard

Overleaf docker image with all packages available to tlmgr

sharelatex-full (Overleaf)

GitHub license GitHub Workflow Status GitHub issues Docker Pulls

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 compose.override.yaml. 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.