# Overleaf

1. Setup according to manual: <https://github.com/overleaf/toolkit/blob/master/doc/quick-start-guide.md>
2. Install full-scheme dependencies in dockercontainer: <https://github.com/overleaf/overleaf/issues/876>\
3. Upgrading: <https://github.com/overleaf/toolkit/blob/master/doc/ce-upgrading-texlive.md#installing-packages>

```
tlmgr update --self\
tlmgr install scheme-full
```

Own script:
```
#!/bin/bash
docker exec -it sharelatex tlmgr --repository http://www.preining.info/tlgpg/ install tlgpg
docker exec -it sharelatex tlmgr install scheme-full
```