LaTeX-proposal/bin
Michael Kohlhase 1a0d85841b getting rid of svn 2019-03-21 16:28:56 +01:00
..
Modparse.pm copied here 2015-11-20 18:13:23 +01:00
README more documentation 2017-09-21 16:52:11 +02:00
checksum getting rid of svn 2019-03-21 16:28:56 +01:00
filedate getting rid of svn 2019-03-21 16:28:56 +01:00
generate-issues Point to the real target repo 2015-09-08 22:50:11 +02:00

README

This directory contains the binaries for the proposal class.

We have three utilities: 
- filedate and checksum are for managing metadata in the
   DTX files of the sTeX distribution (written in perl)
-  Modparse.pm is a perl library they depend on
- generate-issues is a ruby library that generates issues
   on http://github.com for the project (experimental)

============== Details =================

checksum
  "enable, update, and disable checksums in DTX files"

Usage:
  checksum [options]

Options:
   -- disable    disable the checksum by wrapping in \iffalse ... \fi
   -- enable     remove those again
   -- update    update to the correct checksum


filedate <input filename> <newdate>

Purpose:
    Update the dates for a \ProvidePackage invocation in a given .dtx source

Example:
    filedate omdoc.dtx 

generate-issues
    "Generate GitHub Issues for tasks and deliverables"

Usage:
   generate-issues [proposal directory]