Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zeyu-xie/lavender-xelatex
A docker image built on Ubuntu, containing full TexLive components.
https://github.com/zeyu-xie/lavender-xelatex
docker latex xelatex
Last synced: about 2 months ago
JSON representation
A docker image built on Ubuntu, containing full TexLive components.
- Host: GitHub
- URL: https://github.com/zeyu-xie/lavender-xelatex
- Owner: Zeyu-Xie
- License: gpl-3.0
- Created: 2024-03-30T10:09:24.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-25T18:30:33.000Z (3 months ago)
- Last Synced: 2024-11-25T19:33:36.579Z (3 months ago)
- Topics: docker, latex, xelatex
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/acanxie/xelatex
- Size: 43 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# acanxie/xelatex
A docker image built on Ubuntu, containing full TexLive components.
## Run
Run the image with the following command in the same directory as the tex file
```
docker run --rm -it -v .:/workdir --env title=[tex filename] acanxie/xelatex:[tag]
```which will directly compile your `[tex filename].tex` file.
## Notices
- References are managed by command `biber [tex filename]` so do not use `bibtex`