.; std.rno - Sample file to define standard flag characters .; .; Submitted by Jack J. Peterson, Horizon Data Systems .; .flags accept = .flags break ` .;word break points .noflags capitalize .;dump capitalization .flags control .;dot starts a command .flags escape .;pick up escape sequences .flags equation .;equations can use braces .flags hyphenate ~ .;hyphenation point .noflags index .;must use the index command .flags lowercase .;lowercase as usual .flags overstrike < .;backspace for overstrike .noflags period .;dump period junk .flags space # .;blank .noflags special .;no special flags yet .flags subindex / .;subindex .flags substitute [ .;substitution .flags tab .;tab character tabs .flags underline _ .;underscore .flags uppercase .;uppercase as usual .; .; Set Up Standards for Period Spacing .; .npr ";:" .;only 1 after colon and semicolon .period .;reenable period stuff .; .; Define Standard Date Substitutions .; Note that these substitutions use [, so [date] is a date substitution. .; .define substitute ".month]"[[month .define substitute ".day]"[[day .define substitute ".year]"[[year .define substitute ".date]"[[month [[day, [[year .;