Initial commit.
[p_s.git] / manual.txt
blobba7bd8fa02ea4c636911810c10d1a5d79b133401
1 variable kerning
2 ======== =======
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.
11 directory listing
12 ========= =======
13 7tmpslave9printfunction.txt     some sample text
14 manual.txt                      this file
15 variableKerning.pl              the script
17 script
18 ======
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