Releases: IBIC/picnic
Sandwiches
Fixed idiosyncratic error that led to crashes when a link was generated across multiple elements.
Basket
Major: Changed underlying mechanism of how Picnic
identifies targets vs. intermediate files.
Targets are now selected from the dependencies of .PHONY:
. Be sure to make sure all the targets you need documented are dependencies of .PHONY:
now.
Minor: A few minor changes have also occurred, including the stripping of whitespace from variables, targets, and interemediaries, and a few behind-the-scenes changes. (See the README.)
Teddy Bear Picnic (Watermelons)
All you need to run picnic from your computer is picnic.zip
The rest of this repo is for development and testing.
- Removed need for
sdmf-output
, now works in/tmp
- Removed secondary
.tex
files, now relys only ontables.tex
. - Non-picnic comments are removed from processing entirely
- Regex:
^#([^?>*!]|\s|$)
(I am very proud of this regex.) - Added
-d
flag for add a description to the top of the documentation file. - Added the ability to skip things by adding the directive
#*SKIP*
directly above it.
- Removed secondary
Teddy Bear Picnic
First stable version callable from anywhere.
Requires creation of a picnic
folder, probably in ~/local
, with just the following files: makemakedoc.py
picnic
and the TeX files tables.tex
, variables.tex
, and targets.tex
.
Add that to your path and you can run picnic
from anywhere.
Documentation has not yet been updated to reflect this install procedure.