💾 Archived View for gemini.ctrl-c.club › ~philaeni › files › dictionary.tr captured on 2024-09-29 at 03:33:45.

View Raw

More Information

⬅️ Previous capture (2023-09-08)

-=-=-=-=-=-=-

.\" Build with:
.\"     refer dictionary.tr | groff -Tutf8 | fmt --prefix='   ' -u |\
.\"         dictfmt -t sample-dict --headword-separator ', '
.pl 999999         \" Set the page length to a Big Enough(TM) number
.de EndFile        \" EndFile - reset the page length
.  br              \" Set the page length to the effective length of the
.  pl \\n[nl]u     \" output; used so troff won't add an excessive amount
.                  \" of space at the end when used with -Tascii/-Tutf-8
..
.em EndFile        \" Actually invoke the end of input macro
.
.de ][             \" ][ - invoked at the start of each refer entry
.it                \" Remove the input line trap
.in                \" Reset the indent
.br                \" Break, then insert the entry separator
_____

\\*([K
.br                \" Inserted keywords (dict headwords, %K)
\\*([L
.if d[C (\\*([C)   \" Inserted label (%L), followed by category (%C)
.br
..
.de Break
.br                \" Break the line
.sp 1              \" Insert a line of vertical space
.it 1 Break        \" Re-insert the same input trap
..
.de Annotation     \" Annotation - inserted by refer for %D keys
.in +3             \" Indent by three spaces
.ll 67m            \" Wrap at 67 (64+3) characters
.it 1 Break        \" Set an (input) trap for the next line
..
.R1
annotate D Annotation
bibliography dictionary.ref
.R2