 ! ! " ! Document and Page Style Commands ! / delete token "\documentstyle" /language = latex  define token "\documentstyle" -  	/language=latex -4 	/descr = "LaTeX document style selection command" -1 	/topic_string="LATEX Commands Document_styles" -   1 "\documentstyle[<<option>>...]{<documentstyles>}" 
 end define  - delete placeholder "option" /language = latex / define placeholder "option" /language = latex -  	/type = menu - 3 	/topic_string = "LATEX Commands Document_Styles" -  	/duplication = horizontal -G 	/descr = "Valid substyle options, 10pt is the default for all styles"-  	/leading = "[" -  	/trailing = "]" - 	/separator = ","   ? "11pt"		/description="Make 11 point type the default type size" ? "12pt"		/description="Make 12 point type the default type size" F "bezier"	/description="Draw Bezier splines in the picture environment", "draft"		/description="Mark overfull hboxes"5 "fleqn"		/description="Left-align displayed formulas" * "ifthen"	/description="IF-THEN constructs". "leqno"		/description="Left-justify equations": "openbib"	/description="Format bibliography in open style"E "proc"		/description="Two-column output for ACM and IEEE proceedings" V "titlepage"	/description="ARTICLE style only, puts \maketitle output on seperate page"E "twoside"	/description="Format the output for printing on both sides" 4 "twocolumn"	/description="Produces two-column pages"
 end define  5 delete placeholder "documentstyles" /language = latex 7 define placeholder "documentstyles" /language = latex -  	/type = menu - < 	/descr = "Valid arguments for the \documentstyle command" -3 	/topic_string = "LATEX Commands Document_styles" -   - "article"	/description="Standard LaTeX style" + "book"		/description="Standard LaTeX style" , "letter"	/description="Standard LaTeX style", "report"	/description="Standard LaTeX style"- "slides"	/description="Standard SLiTeX style" 
 end define  - delete token "\flushbottom" /language = latex  define token "\flushbottom" - 5 	/description="Make all text pages the same height" -  	/language=latex -> 	/topic_string="LATEX Commands Document_Styles \flushbottom" -   "\flushbottom"
 end define  . delete token "\raggedbottom" /language = latex define token "\raggedbottom" -; 	/description="Let height of text vary from page to page" -  	/language=latex -? 	/topic_string="LATEX Commands Document_Styles \raggedbottom" -    "\raggedbottom" 
 end define  0 delete placeholder "pagestyle" /language = latex2 define placeholder "pagestyle" /language = latex -/ 	/topic_string = "LATEX Commands Page_Styles" -  	/type = menu - ) 	/descr = "Document page style commands"     "\pagestyle{<styles>}" "\thispagestyle{<styles>}"
 end define  - delete placeholder "styles" /language = latex / define placeholder "styles" /language = latex - / 	/topic_string = "LATEX Commands Page_Styles" - A 	/descr = "Predefined \pagestyle and \thispagestyle arguments" -   	/type = menu   = "plain"		/description="No headings, page numbers in footings" 0 "empty"		/description="No headings, no footings"L "headings"      /description="Headings include page number and section name"4 "myheadings"    /description="User-defined headings"
 end define  + delete token "\pagestyle" /language = latex  define token "\pagestyle" - < 	/description="Set the page style for the entire document" - 	/language=latex -8 	/topic_string="LATEX Commands Page_Styles \pagestyle" -   "\pagestyle{<styles>}"
 end define  / delete token "\thispagestyle" /language = latex  define token "\thispagestyle" -  	/language=latex -3 	/descr = "Set the page style for this page only" - < 	/topic_string="LATEX Commands Page_styles \thispagestyle" -   "\thispagestyle{<styles>}"
 end define  / delete token "\pagenumbering" /language = latex  define token "\pagenumbering" -  	/language=latex -/ 	/descr = "Set the style of the page numbers" - < 	/topic_string="LATEX Commands Page_Styles \pagenumbering" -    "\pagenumbering{<pgno_options>}"
 end define  3 delete placeholder "pgno_options" /language = latex # define placeholder "pgno_options" -  	/language=latex -: 	/descr = "Valid options for the \pagenumbering command" -< 	/topic_string="LATEX Commands Page_Styles \pagenumbering" - 	/type=menu -   ! "arabic"	/description="1,2,3,..." $ "roman"		/description="i,ii,iii,..."$ "Roman"		/description="I,II,III,..."  "alph"		/description="a,b,c,..."  "Alph"		/description="A,B,C,..."
 end define