Scripts and pads

kfdiary

Even in highly computalized lives, handwriting records are also useful in various situations. Here is a schedule pad or a diary, one leaf a day. You can get a set of leaves for the current month with typing as follows (Ruby is required for running the script)

	% chmod 755 ./kfdiary
	% ./kfdiary.rb > a.ps
	% lpr a.ps
	
or simply,
	% ruby ./kfdiary.rb | lpr
	

Synopsis

	./kfdiary.rb [--options] [month year]
	

Options

--two-up
Print in two-up form
--stack
In case two-up form is specified, dates 1, 2,...,15 and dates 16 to 28, 30, or 31 are divided in left and right of the leaves.
--no-stack
In case two-up form is specified, dates 1, 3, 5,..., 29, 31 and dates 2, 4, 6,..., 28, 30 are divided in left and right of the leaves.
--single
Print only one leaf, without date information (sample diary.ps)
--start-hour N
Specifies the start of a day (default: 5). Decide according to your life style:-)

Gosen

Print out a music sheet with 12 rows, suitable for solo and band with two to twelve members or sections (Yes, I know you should write solo, duo, trio, quartet, and big band musics). Relatively wide left-margin helps to write additional notes.

Anamorph (私家版「魔法使いのABC」用シート)

Re-create a sheet for "Anno's Anamorphic ABC". PS and PDF. Specialized for &phi=40mm mirror cylinders.


Kaname Funakoshi [home] [mail: kf@pobox.com]