Numbering oddly

  • Thread starter Thread starter zyzzyva
  • Start date Start date
Z

zyzzyva

Qt based on Word 2007

Is there an easy way to set numbering to the following:

1.
3.
5.

And so on
 
Use the following field construction

{ = { SEQ Odd } * 2 - 1 }

You must use Ctrl+F9 to insert each pair of field delimiters and use Alt+F9
to toggle off their display.

After creating the field construction, you could select it (and probably the
following tab) and create an autotext entry of it to facilitate its use.

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP, originally posted via msnews.microsoft.com
 
In that method, it would be better to select the paragraphs that are even
numbered and then format the font of those paragraphs so that it is hidden.
Then with the display/printing of hidden characters turned off, you would
get a single spaced list rather than a double spaced list as you will get if
you format the font of the paragraphs as white.

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP, originally posted via msnews.microsoft.com
 
Back
Top