diff options
| author | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2020-10-08 18:19:14 -0300 |
|---|---|---|
| committer | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2020-10-08 18:19:14 -0300 |
| commit | 1b857d0d1fad5bf91ee9bd8d03e3f662c26bfea4 (patch) | |
| tree | 7c5d05c3960d080f91da2f5bbdf810cb6cfa7287 /clformat/docs/clformat.tmac | |
| parent | 3a818da77acf50e7ea0d2c02d669cb67b9f114e3 (diff) | |
Begin documentation update
This update converts the documentation from the cursory Markdown in the
README.md file, and converts it into a typeset document, using Groff and
the MS macro package.
Currently, almost all of the existing documentation has been typeset,
and soon, I will work on continuing from where I had left off.
Diffstat (limited to 'clformat/docs/clformat.tmac')
| -rw-r--r-- | clformat/docs/clformat.tmac | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/clformat/docs/clformat.tmac b/clformat/docs/clformat.tmac new file mode 100644 index 0000000..9cdd0f2 --- /dev/null +++ b/clformat/docs/clformat.tmac @@ -0,0 +1,15 @@ +\# Useful macros and settings +\# Section header +.de Section +.NH 1 +.. +\# Subsection header +.de Subsection +.NH 2 +.. +\# Bulleted list item +.de Bullet +.IP \[bu] +.. +\# Set in 12pt font +.nr PS 12p |
