https://github.com/thomasweise/docker-texlive-thin
A thin texlive installation in docker.
https://github.com/thomasweise/docker-texlive-thin
docker docker-texlive ghostscript tex texlive ubuntu
Last synced: 9 days ago
JSON representation
A thin texlive installation in docker.
- Host: GitHub
- URL: https://github.com/thomasweise/docker-texlive-thin
- Owner: thomasWeise
- License: gpl-3.0
- Created: 2020-02-11T02:28:36.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-08-04T10:24:05.000Z (over 2 years ago)
- Last Synced: 2025-03-31T10:42:21.398Z (28 days ago)
- Topics: docker, docker-texlive, ghostscript, tex, texlive, ubuntu
- Language: Dockerfile
- Homepage:
- Size: 43 KB
- Stars: 5
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [thomasWeise/docker-texlive-thin](http://hub.docker.com/r/thomasweise/docker-texlive-thin/)
[](http://hub.docker.com/r/thomasweise/docker-texlive-thin/)
[](http://hub.docker.com/r/thomasweise/docker-texlive-thin/)This is a Docker image containing a [`TeX Live`](http://en.wikipedia.org/wiki/TeX_Live) installation with several fonts.
The goal is to provide a base image for my other LaTeX-related containers, such as [docker-pandoc](http://www.github.com/thomasWeise/docker-pandoc).
It is an alternative to my significantly bigger, full `Tex Live` installation in docker, namely [docker-texlive-full](http://www.github.com/thomasWeise/docker-texlive-full).
While the name of this image includes `thin`, it is not a minimal `Tex Live` installation.
It does contain some additional and basic packages as well as fonts, but nothing as funky as in the other container.## 1. Building and Components
The image has the following components:
- [`TeX Live`](http://www.tug.org/texlive/)
- [`ghostscript`](http://ghostscript.com/)
- [`poppler-utils`](http://poppler.freedesktop.org/)## 2. License
This image is licensed under the GNU GENERAL PUBLIC LICENSE Version 3, 29 June 2007, which you can find in file [LICENSE.md](http://github.com/thomasWeise/docker-texlive/blob/master/LICENSE.md).
The license applies to the way the image is built, while the software components inside the image are under the respective licenses chosen by their respective copyright holders.### 3. Utility Scripts
Currently, we provide the following utility scripts in folder `/bin/`:
- `filterPdf.sh ` transform a document (either in [PostScript](http://en.wikipedia.org/wiki/PostScript)/`PS`, `EPS`, or `PDF` format) to `PDF` and include as many of the fonts used inside the document into the final `PDF`. This uses ghostscripts `gs` and checks the output with `pdftotext` from `poppler-utils` before replacing `` with the hope to build a final pdf that can display on as many machines correctly as possible.
## 4. Contact
If you have any questions or suggestions, please contact [Thomas Weise](mailto:[email protected]) of the [Institute of Applied Optimization](http://iao.hfuu.edu.cn) of [Hefei University](http://www.hfuu.edu.cn) in Hefei, Anhui, China.