Skip to content

tuetenk0pp/sharelatex-full

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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-full

Docker Compose

Warning

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.