.; std2.rno - A 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 character .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 .; .; Define Standard Date Substitutions .; .define substitute "month`"``month .define substitute "day`"``day .define substitute "year`"``year