added (skeletal) issue04 to the repo

This commit is contained in:
Laurens Kils-Hütten
2024-07-09 20:24:56 +02:00
parent e68260350d
commit f88955b909
16 changed files with 1274 additions and 29 deletions

139
macros Normal file
View File

@@ -0,0 +1,139 @@
.\" vim: filetype=groff
.nr PORPHANS 2
.nr HORPHANS 2
.\" A5 zine style is the default
.nr PO 1c
.nr LL 12.8c
.pl 21c
.nr HM 1c
.nr FM 2.5c
.nr PS 10
.nr VS 11
.nr PI 5n
.OH ''''
.EH ''''
.OF '''%'
.EF '%'''
.\" settings for A4, three column layout
.\" call .A4 for the alternative setting
.de A4
.nr LL 19c
.pl 29.7c
.\" here's a nested macro. 3C is undefined as long as
.\" .A4 hasn't been called
.de 3C !!
.MC 6.2c 0.13c
.!!
..
.\" bullets
.de BU
.IP \[rh]
..
.\" Major section header
.de H1
.\".sp 3
.if \\nLL<18c .1C
.ne 10
.ft NB
.ps 22
.vs 26
.ce 2
..
.\" Secondary section header
.de H2
.SH
..
.\" Paragraph header
.de H3
.PP
.B "\\$1"
..
.de Au
.ta 6.2cR
.ad l
\[em] \fI\\$1\f
.ad b
..
.de BS
.B1
.ad l
..
.de BE
.B2
.ad b
..
.de DF
.LP
.B "\\$1"
..
.de Tl
.ps 14
.ce
..
.de TL
.rs
.fam BM
.ll \\n(LLu
.sp 2c
.vs 54
.ps 54
.ad c
.ft BMB
Grenzland
\l'\\n(LLu'
.ps 11
.vs 13
.ft BMR
.nf
.ta \\n(LLu/2uC \\n(LLuR
.\" fill in Number, Title theme, Date
No. \\$1 \\$2 \\$3
.sp
.\" change tabs for TOC
.ta \\n(LLuR
..
.\" let's have a macro for table of contents items
.de CI
\fB\\$1\fP\\$2
\fI\\$3\fP
..
.\" the "title footer"
.de TF
.fi
.ad l
.if \\nLL<18c .ad b
..
.\" dates listings
.\" $1 Date, $2 Title, $3 Place, $4 URL
.de MONT
.IP "\fI\\$1\fP"
..
.de DATE
.IP
\fI\\$1\fP:
.B "\\$2" ,
\\$3
.hy 0
\fC\\$4\fP
.sp 0.2c
.hy
..
.de Imp
.H1
Impressum
.PP
.I Grenzland
wird herausgegeben von Laurens Kils-Hütten
.I lkh ). (
Abgesehen von den unten genannten Ausnahmen stehen alle Inhalte
unter Creative Commons BY-SA 4.0 Lizenz.
.PP
Zuschriften gerne unter:
.nf
Grenzland
c/o Laurens Kils-Hütten
Planckstr. 8
22765 Hamburg
oder: \fCgrenzland@betola.de\fR
..