JPRED-2 Add alscript to the Git repository
[jpred.git] / sources / alscript / examples / demo / example.als
diff --git a/sources/alscript/examples/demo/example.als b/sources/alscript/examples/demo/example.als
new file mode 100644 (file)
index 0000000..0416736
--- /dev/null
@@ -0,0 +1,11 @@
+#Comments in ALscript command files start with a #
+#
+#Commands are free format - separated by blank, tab or comma characters
+#
+BLOCK_FILE     example.blc             #define the block file to format
+OUTPUT_FILE    example.ps              #where to put the result
+LANDSCAPE                              #landscape paper orientation
+POINTSIZE 24                           #12 point default pointsize
+DEFINE_FONT 0 Helvetica DEFAULT                #set font 0 to be Helvetica
+SETUP                                  #Tell the program to get on with the formatting.
+