wm: doc

ref: 8b0ff6a23c809e15a1d157b51a793361858b21f5
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