Skip to content

monga/bebraspdfconverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

bebraspdfconverter

Convert Bebras task proposals to pdf.

To build a local docker container, clone this repo and:

docker build -t mmonga/bebraspdfconverter .

(or use the pre-built image on the docker hub: docker pull mmonga/bebraspdfconverter)

To run it, cd in the TaskProposals directory and:

docker run --rm -ti -v $(pwd):/home/user mmonga/bebraspdfconverter

(if your system doesn't support the $(pwd) syntax, just write down the full path of the TaskProposals directory.)

The mkpdf.sh script creates two files in the current directory: all.pdf (with all the pages) and all-first.pdf (with just the first pages).

About

Convert Bebras task proposals to pdf

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published