wm: doc

ref: ff5d6e119f3b6d1a6e7e7752db5de3adab6386ad
dir: /troff.ms/

View raw version
.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 .TL  
macro, to name the title of document.
for hyperlinks (in html), you may use
.CW .LN
macro, in the following form:
.P1
.LN link
your text
.LN
.P2
for example:
.P1
.LN https://cloud9p.org
cloud9p site
.LN
.P2