JPRED-2 Add alscript to the Git repository
[jpred.git] / sources / alscript / examples / example.als
1 #Comments in ALscript command files start with a #
2 #
3 #Commands are free format - separated by blank, tab or comma characters
4 #
5 BLOCK_FILE      example.blc             #define the block file to format
6 OUTPUT_FILE     example.ps              #where to put the result
7 LANDSCAPE                               #landscape paper orientation
8 POINTSIZE 12                            #12 point default pointsize
9 DEFINE_FONT 0 Helvetica DEFAULT         #set font 0 to be Helvetica
10 SETUP                                   #Tell the program to get on with the formatting.
11