{{{summary}}}
README Last Updated: {{{lastupdate}}}
This project was born from a need to write a lot of papers for school very
quickly. I wanted a standardized way to not only define the projects, but also
run the more repetetive actions (lualatex
, biber
) on them. What I originally
wrote to do this eventually became genpro
.
{{{installinfo}}} {{{useinfo}}}
In an empty directory, run the program once to generate the .metadata
and
.projectile
files with some defaults.
genpro
Edit the defaults inside of .metadata
, then run with the -g
or --generate
flag to generate the files needed.
genpro -g
Write Your paper in content.tex
and then publish it with the -p
or
--publish
flag.
genpro -p
This will create both PDF
and HTML
output for the paper You’ve written,
allowing it to be shared or hosted as needed for the assignment.
{{{contribinfo}}} {{{licenseinfo}}}