Open tarakc02 opened 5 years ago
I've created a "short" version of one my active latex papers, in /SFO-pubdef/overbooking-psa/write/src. It's got some dependencies (in input) and runs from a Makefile. What's the best way to package that up as a working example for you guys here?
It would be nice to have a worked example (with an actual LaTex file that can be compiled to PDF) -- we can include screenshots in the README along with the step-by-step example workflow. The file
tests/data/before.tex
is a good starting point, it is already compile-able but we could add any real-life curveballs that feel relevant. A full example should have a Makefile that does the substitution as well as the compiling to PDF, that way we we can compare that output to just building the PDF from TeXshop or usingpdflatex
.