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

sile-typesetter/dockerfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Docker Images for SILE & CaSILE

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

  •  
  •  

Packages

No packages published