From 1b857d0d1fad5bf91ee9bd8d03e3f662c26bfea4 Mon Sep 17 00:00:00 2001 From: "Benjamin J. Culkin" Date: Thu, 8 Oct 2020 18:19:14 -0300 Subject: 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. --- clformat/docs/clformat.tmac | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 clformat/docs/clformat.tmac (limited to 'clformat/docs/clformat.tmac') 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 -- cgit v1.2.3