Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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`