X-Git-Url: http://source.jalview.org/gitweb/?p=jpred.git;a=blobdiff_plain;f=sources%2Falscript%2Fexamples%2Fexample.als;fp=sources%2Falscript%2Fexamples%2Fexample.als;h=aa5f3576baedc5cbe6b113fedce2a6c17ace5fd7;hp=0000000000000000000000000000000000000000;hb=4a806b607a11fc8a5296b11d5b863bbf8a448808;hpb=443c228bf0712d71e7fa34b5a2dc4b2b2e79f13f diff --git a/sources/alscript/examples/example.als b/sources/alscript/examples/example.als new file mode 100644 index 0000000..aa5f357 --- /dev/null +++ b/sources/alscript/examples/example.als @@ -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 12 #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. +