home *** CD-ROM | disk | FTP | other *** search
- // Border Size & Orientation
-
- pagesize A3,Landscape
- style "Example A3 landscape"
-
- // Thick Outer Frame
-
- moveto 0,0
- fillto width,1
- fillto width-1,height-4
- fillto 0,height-5
- fillto 1,1
-
- // Top Horizontal Division
-
- moveto 1,20
- lineto width-1,20
-
- // Top Vertical Divides
-
- moveto 40,1
- lineto 40,20
- moveto width-40,1
- lineto width-40,20
-
- // Bottom Horizontal Division
-
- moveto 1,height-9
- lineto width-1,height-9
-
-
- // Bottom Vertical Divisions
-
- moveto width/4,height-5
- lineto width/4,height-9
- moveto width/2,height-5
- lineto width/2,height-9
- moveto width-width/4,height-5
- lineto width-width/4,height-9
-
- // Chart Location & Logos
-
- moveto 1,20
- chartarea width-1,height-9
-
- moveto 2,2
- picture "ACME.WMF",39,19
-
- moveto width-39,2
- picture "ASTAART.WMF",width-2,19
-
- // Text & Tokens
-
- bold on
- align centre
- textsize 8
- moveto width/2,8
- write "<PROJ-TITLE>"
- textsize 4
- moveto width/2,14
- write "<CHART-SUBTITLE>"
- bold off
- textsize 4
- moveto width/2,19
- write "<PROJ-FOR>"
- align left
- moveto 41,19
- write "<DATE>"
- align right
- moveto width-41,19
- write "<PROJ-BY>"
- align left
-
- textsize 3
- moveto 2,height-6
- write "Drawn by: <CHART-AUTHOR>"
- moveto width/4+1,height-6
- write "Dwg No. <CHART-PROGRAMME>"
- moveto width/2+1,height-6
- write "Revision No. <CHART-REVISION>"
- moveto width-width/4+1,height-6
- write "Notes: <CHART-COMMENT>"
-
- textsize 3
- moveto 0,height-1
- write "Project Ref. <PDB-FILENAME>"
-