3 this script takes a text file with a little groff mark-up and adds the mark-up
4 necessary for it to be typeset like the zines. for a precise description of
5 `little' turn to line 47 of `variableKerning.pl'. the script recognizes lines
6 that begin with a `.' or a `\' as groff mark-up.
8 the name of the file to be processed is determined by the $textForTypesetting
9 variable. use the name of the file minus the .txt extension.
13 7tmpslave9printfunction.txt some sample text
15 variableKerning.pl the script
19 if the name specified by $textForTypesetting is `something', the script
20 expects that there's a file with the name `something.txt' in the current
21 directory, and it produces a file called `somethingTypeset.txt'. the sample
22 file is meant to be typeset with landscape orientation:
23 groff -Tps -P-pa4 -P-l 7tmpslave9printfunctionTypeset.txt > sample.ps