wm: doc

ref: 2447afe2b4d3641999104350be3676a2bc8755f0
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