Skip to content
This repository has been archived by the owner on Jan 18, 2020. It is now read-only.

Latest commit

 

History

History
28 lines (18 loc) · 753 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 753 Bytes

Docker Images for SILE & CaSILE

Plain SILE

siletypesetter/sile

To just render documents.

# Until this is pushed to Docker Hub, you have to make the image yourself
make sile

# Setup an alias to hide the docker arguments than need passed every time
alias sile-docker='docker run --volume "$(pwd):/data" --user "$(id -u):$(id -g)" siletypesetter/sile:v0.10.0 sile'

# Pass SILE an input document and get the PDF back
echo '<sile>lorem ipsum</sile>' > input.xml
sile-docker input.xml

Full CaSILE

siletypesetter/casile

For a full publishing pipeline.