diff options
Diffstat (limited to 'include/perl')
-rw-r--r-- | include/perl | 29 |
1 files changed, 27 insertions, 2 deletions
diff --git a/include/perl b/include/perl index 86561a9..7b723b9 100644 --- a/include/perl +++ b/include/perl @@ -4,13 +4,31 @@ # # # Version 3.0 # # Jeffrey H. Kingston # -# 5 April 2000 # +# 10 April 2000 # # # ############################################################################### ############################################################################### # # +# @SysInclude { pod } # +# # +# This line causes Lout to read the default setup file for the Pod # +# documentation language that goes with Perl. If you want your own # +# Pod setup file, it is probably best to delete this line and place # +# # +# @Include { mypod } # +# @Include { myperl } # +# # +# at the start of your document in the usual way. # +# # +############################################################################### + +@SysInclude { pod } + + +############################################################################### +# # # @SysInclude line # # # # This line causes Lout to read the definitions for this programming # @@ -32,7 +50,8 @@ @Use { @PerlSetup # pipe { } # pipe source through this - # style { fixed } # fixed, varying, or symbol + # numbered { No } # No, Yes, or a line number + # style { fixed } # fixed, varying, or symbol # the following options apply when style is "fixed" @@ -48,6 +67,7 @@ # fixednumbers { Base } # number face # fixedstrings { Base } # string face # fixedcomments { Base } # comment face + # fixedlinenumbers { Base } # line numbers face # fixedidentifiersformat { @Body } # identifiers format # fixedkeywordsformat { @Body } # keywords format @@ -55,6 +75,7 @@ # fixednumbersformat { @Body } # numbers format # fixedstringsformat { @Body } # strings format # fixedcommentsformat { @Body } # comments format + # fixedlinenumbersformat { @Body } # line numbers format # the following options apply when style is "varying" @@ -70,6 +91,7 @@ # varyingnumbers { Base } # number face # varyingstrings { Slope } # string face # varyingcomments { Base } # comment face + # varyinglinenumbers { Base } # line numbers face # varyingidentifiersformat { @Body } # identifiers format # varyingkeywordsformat { @Body } # keywords format @@ -77,6 +99,7 @@ # varyingnumbersformat { @Body } # numbers format # varyingstringsformat { @Body } # strings format # varyingcommentsformat { @Body } # comments format + # varyinglinenumbersformat { @Body } # line numbers format # the following options apply when style is "symbol" @@ -92,6 +115,7 @@ # symbolnumbers { Base } # number face # symbolstrings { Slope } # string face # symbolcomments { Base } # comment face + # symbollinenumbers { Base } # line numbers face # symbolidentifiersformat { @Body } # identifiers format # symbolkeywordsformat { @Body } # keywords format @@ -99,4 +123,5 @@ # symbolnumbersformat { @Body } # numbers format # symbolstringsformat { @Body } # strings format # symbolcommentsformat { @Body } # comments format + # symbollinenumbersformat { @Body } # line numbers format } |