| [ << Documentation work ] | [Top][Contents] | [ Website work >> ] | 
| [ < Indexing ] | [ Up: Syntax survey ] | [ Special characters > ] | 
Lists
-  
@enumerate– create an ordered list (with numbers). Always put ‘@item’ on its own line. As an exception, if all the items in the list are short enough to fit on single lines, placing them on the ‘@item’ lines is also permissible. ‘@item’ and ‘@end enumerate’ should be preceded by a blank line except for short, compact entries (this is for Info file generation).@enumerate @item A long multi-line item like this one must begin on a line of its own and all the other items in the list must do so too. @item Even short ones @end enumerate
@enumerate @item Short item @item Short item @end enumerate
 -  
@itemize– create an unordered list (with bullets). Use the same format as@enumerate. Do not use ‘@itemize @bullet’. 
| [ << Documentation work ] | [Top][Contents] | [ Website work >> ] | 
| [ < Indexing ] | [ Up: Syntax survey ] | [ Special characters > ] |