From 6afa02a161493c646e64fb6afca13de7d33fd699 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Mon, 31 Mar 2025 03:23:06 +0300 Subject: added tutorial document, which is automatically loaded on the first invocation * This is rendered with ms, so we now need the entire groff on Debian. This is not a big deal as it just adds a few kilobytes of build-time dependencies. Most platforms do not allow installation of some "groff-base" package anyway and always draw in the entire package. * sciteco.tmac has been extended to disable page breaks on ms. * The tutorial is installed like any other woman page and can be invoked interactively with ?tutorial$. * It is optimized to be still usable on a plain 80x24 terminal. --- doc/sciteco.tmac | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/sciteco.tmac') diff --git a/doc/sciteco.tmac b/doc/sciteco.tmac index 252eeeb..026e489 100644 --- a/doc/sciteco.tmac +++ b/doc/sciteco.tmac @@ -77,6 +77,11 @@ .\" set title length for man and ms .nr LT 90n . +.\" disable top header for ms +.nr HM 0 +.\" Effectively disable any footers +.pl 65535n +. .\" .\" remove hyphenation .\" -- cgit v1.2.3