Skip to content

tomsang/scigen-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SCIGen

This repository contains the sourcecode from https://github.com/strib/scigen. It extends the original work by putting everything inside docker, making scigen accessible for everyone.

Image available at https://hub.docker.com/r/soerface/scigen/

Usage

docker run -it --rm -v "$PWD":/opt/scigen/out/ soerface/scigen

In the current directory, a file paper.pdf will appear.

Help for command line options:

docker run -it --rm -v "$PWD":/opt/scigen/out/ soerface/scigen --help


Options:

    --help                    Display this help message
    --author <quoted_name>    An author of the paper (can be specified 
                              multiple times)
    --seed <seed>             Seed the prng with this. Must be a number.
    --tar  <file>             Tar all the files up
    --remote                  Use a daemon to resolve symbols
    --talk                    Make a talk, instead of a paper
    --title <title>           Set the title (useful for talks)
    --sysname <name>          Set the system name

About

Dockerized version of automatic paper generator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TeX 59.6%
  • Perl 40.3%
  • Other 0.1%