tuetenk0pp / sharelatex-full

Overleaf docker image with all packages available to tlmgr

Home Page:https://hub.docker.com/r/tuetenk0pp/sharelatex-full

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Overleaf docker image with all packages available to tlmgr

https://hub.docker.com/r/tuetenk0pp/sharelatex-full

License:GNU General Public License v3.0


Languages

Language:TeX 53.6%Language:Dockerfile 37.6%Language:Shell 5.3%Language:Perl 3.5%