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.
Use the Overleaf Toolkit as described in the Quick-Start Guide.
Make sure to set the OVERLEAF_IMAGE_NAME=tuetenk0pp/sharelatex-full variable in config/overleaf.rc.
Alternatively, you can use a compose.override.yaml file as described here.
Example:
services:
sharelatex:
image: tuetenk0pp/sharelatex-fullWarning
This method is not recommended. Use the Overleaf Toolkit instead.
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.