.HEADERS ON .DATE .! adds date to running heads. Not LAYOUT 1 or 2. .! DD MM YYYY .SET DATE 10 07 1987 .! .FLAGS BOLD .FLAGS SUBSTITUTE .TITLE ^*$$MONTH $$DAY, $$YEAR - Thursday\* .NO FLAGS SUBSTITUTE .FIRST TITLE .! prints the TITLE on the first page. .! .FILL .JUSTIFY .! .PAGE SIZE 55,68 .! PAGE SIZE lines, columns .LEFT MARGIN 8 .RIGHT MARGIN 68 .! .FLAGS INDEX .XLOWER .! Allow upper and lower case Index items .FLAGS HYPHENATE .IF TOC .REQUIRE "DAY.RNT" .PAGE .ENDIF TOC .! Layout 0 - running head appears in upper left of page .! page number and date appear in upper right .! Layout 1 - running head appears centered at top. .! page number is centered at the bottom. .! Layout 2 - running head appears at top right of odd pages .! top left of even pages, page number centered at bottom. .! Layout 3 - running head appears in upper left. Date is at upper right. .! Page number centered between hyphens at bottom. .! Page numbers are consecutive throughout document. .! .! LAYOUT code, lines below last line of text that page # will appear. .LO 2,2 .AUTOPARAGRAPH .! SET PARAGRAPH spaces, skip-lines, test-lines .! spaces - indent how many spaces. .! skip-lines - blank lines before the paragraph. .! test-lines - number of lines that must be left on page .! for the paragraph to start on. Otherwise, .! the paragraph starts on the next page. .SET PARA 3 1 2 .NUMBER PAGE 1 .CONTROL .REQUIRE "LES:LG02_FORM.TXT" .BLANK 2 This is a test to see how RUNOFF and the LG02 with control sequences programming is going to work. .REQUIRE "LES:LG02_FONT1.TXT" This text is printed with Font number 1. .REQUIRE "LES:LG02_FONT2.TXT" This text is printed with Font number 2. .REQUIRE "LES:LG02_FONT3.TXT" This text is printed with Font number 3. .REQUIRE "LES:LG02_FONT4.TXT" This text is printed with Font number 4. .REQUIRE "LES:LG02_FONT5.TXT" This text is printed with Font number 5. .REQUIRE "LES:LG02_FONT6.TXT" This text is printed with Font number 6. .REQUIRE "LES:LG02_FONT7.TXT" This text is printed with Font number 7. .REQUIRE "LES:LG02_FONT8.TXT" This text is printed with Font number 8. .REQUIRE "LES:LG02_FONT9.TXT" This text is printed with Font number 9. .REQUIRE "LES:LG02_FONT_NORMAL.TXT" This text is printed back at the normal font. .IF IDX .PAGE .REQUIRE "DAY.RNX" .ENDIF IDX