Skip to content

Releases: IBIC/picnic

Sandwiches

16 May 01:28
Compare
Choose a tag to compare

Fixed idiosyncratic error that led to crashes when a link was generated across multiple elements.

Basket

19 Dec 21:07
Compare
Choose a tag to compare

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)

10 Jun 22:56
Compare
Choose a tag to compare

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 on tables.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.

Teddy Bear Picnic

08 Jun 02:39
Compare
Choose a tag to compare

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.