tfinney9 / crudely-fixed-scigen

An automatic paper generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is the source code for SCIgen. Detailed instructions on dependencies and running the code still need to be written.

2020-02-04 -- My bad attempt at getting scigen to kinda work, notes for future self

  1. Install perl
  2. export PERL5LIB=/home/$USER/src/scigen to include it in the path or whatever
  3. install gnuplot and inkscape if you want figures etc
  4. Install latex - but I already had this installed so idk.
  5. I fixed a few broken brackets in two files to get perl through less errors
./make-latex.pl --file $somefile --savedir /home/$USER/src/scigen/out/

if you don't specify savedir it will then just write to /tmp dir...

then generate a nice file using latex and bibtex to get citations to work

can't figure out yet how to get a "talk" to work...

About

An automatic paper generator

License:GNU General Public License v2.0


Languages

Language:TeX 59.3%Language:Perl 40.1%Language:Python 0.6%