wm: doc

ref: 0b15112b9b0ffe02ba2d8c0c1694a6aee5aaeec1
dir: /troff.ms/

View raw version
.HTML "Troff quickstart"
.TL
Troff quickstart

.AU
mkf

.AB
This document serves as a quick guide for writting 
.CW troff ,
and usage of
.CW ms 
macros.

.AE
.LP
To begin an document, you should first pick a proper title for it, 
titleless documents are possible, however better to be avoided.
.CW ms
macros offer the 
.CW .LP  
macro, to name the title of document.
HTML documents also need another macro for their
.CW <title>
tag, use .HTML to mention title of html version of document.
 
.PP