From e5c9afe1757c258ee456ac498305a32470270ba2 Mon Sep 17 00:00:00 2001 From: grubert Date: Sun, 12 May 2024 11:25:20 +0000 Subject: [PATCH] add used macros TP TQ git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@9699 929543f6-e4f2-0310-98a6-ba3bd3dd1d04 --- sandbox/manpage-writer/TODO.txt | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/sandbox/manpage-writer/TODO.txt b/sandbox/manpage-writer/TODO.txt index b3649c0e1..38d98653b 100644 --- a/sandbox/manpage-writer/TODO.txt +++ b/sandbox/manpage-writer/TODO.txt @@ -119,6 +119,28 @@ groff_man_style on vers. +Used macros ... to be completed +------------------------------- + + .TP [indentation] + Set a paragraph with a leading tag, and the remainder of the paragraph + indented. A one-line input trap is planted; text on the next line, which + can be formatted with a macro, becomes the tag, which is placed at the + current left margin. The tag can be extended with the \c escape se‐ + quence. Subsequent text is indented by indentation, if specified, and by + the amount of the IN register otherwise. If the tag is not as wide as + the indentation, the paragraph starts on the same line as the tag, at the + applicable indentation, and continues on the following lines. Otherwise, + the descriptive part of the paragraph begins on the line following the + tag. + + .TQ Set an additional tag for a paragraph tagged with .TP. An input trap is + planted as with .TP. + + This macro is a GNU extension not defined on systems running AT&T, + Plan 9, or Solaris troff; see an-ext.tmac in section “Files” below. + + Notes ----- -- 2.11.4.GIT