View Single Post
  #1   Report Post  
Posted to microsoft.public.word.formatting.longdocs
Anand
 
Posts: n/a
Default Setting up Tabs and Indentation to write programs in Word.

Hi,

Is it possible to set up a style that is convenient for writing programs in
MS Word ? In particular, I have two requirements not satisfied by the "Plain
Text" style:
1) I want the tab key to correspond to 4 spaces
2) When say enter from a given line, the cursor should position itself where
the previous line started, with spaces upto that point. To understand my
context, the code I want to type out is going to look like this:
FunctionName() {
Line1();
Line2();
}

Any help or pointers most appreciated.

Thanks,
Anand.