Skip to content
forked from strib/scigen

An automatic paper generator

License

GPL-2.0, GPL-2.0 licenses found

Licenses found

GPL-2.0
LICENSE
GPL-2.0
COPYING
Notifications You must be signed in to change notification settings

Marcool04/scigen

 
 

Repository files navigation

This is the source code for SCIgen.

Installation

This is a modular style perl program that laces together a bunch of external programs to render a pattern into a text, then latex file. The script will produce working latex output. In order to convert that to a pdf you'll also need tools from texlive-core, notably pdflatex.

Arch Linux

Install dependencies:

pacman -Sy graphviz texlive-bin inkscape ghostscript gnuplot

A bunch of other things are required that your system probably already has (perl, etc.)

Get the code:

git clone "https://github.com/Marcool04/scigen"

Test

You can now test that everything works:

$ cd scigen
$ mkdir output
$ ./make-latex.pl --author "Jean Peuplu" --savedir "$pwd/output/"

(Optionally) convert the latex output to pdf:

$ cd output
$ pdflatex

About

An automatic paper generator

Resources

License

GPL-2.0, GPL-2.0 licenses found

Licenses found

GPL-2.0
LICENSE
GPL-2.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TeX 59.5%
  • Perl 40.5%