2017-03-24 21:36:04 +01:00
|
|
|
.\" **** Custom macro definitions *********************************
|
2017-03-24 09:18:56 +01:00
|
|
|
.\" * Super/subscript
|
|
|
|
.\" (https://lists.gnu.org/archive/html/groff/2012-07/msg00046.html)
|
|
|
|
.ds { \v'-0.3m'\\s[\\n[.s]*9u/12u]
|
|
|
|
.ds } \s0\v'0.3m'
|
|
|
|
.ds < \v'0.3m'\s[\\n[.s]*9u/12u]
|
|
|
|
.ds > \s0\v'-0.3m'
|
|
|
|
.\" * Horizontal line
|
|
|
|
.de HLINE
|
|
|
|
.LP
|
|
|
|
.ce
|
|
|
|
\l'20'
|
|
|
|
..
|
2017-04-01 17:07:39 +02:00
|
|
|
$if(highlighting-macros)$
|
|
|
|
.\" * Syntax highlighting macros
|
|
|
|
$highlighting-macros$
|
|
|
|
$endif$
|
2017-03-24 21:36:04 +01:00
|
|
|
.\" **** Settings *************************************************
|
|
|
|
.\" text width
|
|
|
|
.nr LL 5.5i
|
|
|
|
.\" left margin
|
|
|
|
.nr PO 1.25i
|
|
|
|
.\" top margin
|
2017-04-04 16:19:53 +02:00
|
|
|
.nr HM 1.25i
|
2017-03-24 21:36:04 +01:00
|
|
|
.\" bottom margin
|
2017-04-04 16:19:53 +02:00
|
|
|
.nr FM 1.25i
|
2017-03-24 21:36:04 +01:00
|
|
|
.\" header/footer width
|
|
|
|
.nr LT \n[LL]
|
2017-04-04 16:19:53 +02:00
|
|
|
.\" point size
|
2017-04-04 17:21:02 +02:00
|
|
|
.nr PS $if(pointsize)$$pointsize$$else$10p$endif$
|
2017-04-04 16:19:53 +02:00
|
|
|
.\" line height
|
2017-04-04 17:21:02 +02:00
|
|
|
.nr VS $if(lineheight)$$lineheight$$else$12p$endif$
|
2017-03-24 21:36:04 +01:00
|
|
|
.\" font family: A, BM, H, HN, N, P, T, ZCM
|
2019-11-17 04:32:59 +01:00
|
|
|
.fam $if(fontfamily)$$fontfamily$$else$P$endif$
|
2017-03-24 21:36:04 +01:00
|
|
|
.\" paragraph indent
|
2019-11-17 03:51:22 +01:00
|
|
|
.nr PI $if(indent)$$indent$$else$0m$endif$
|
2017-03-24 21:36:04 +01:00
|
|
|
.\" interparagraph space
|
2019-11-17 04:19:36 +01:00
|
|
|
.nr PD 0.4v
|
2017-03-24 21:36:04 +01:00
|
|
|
.\" footnote width
|
|
|
|
.nr FL \n[LL]
|
|
|
|
.\" footnote point size
|
|
|
|
.nr FPS (\n[PS] - 2000)
|
2018-01-03 11:21:25 +01:00
|
|
|
$if(papersize)$
|
2018-01-20 06:25:24 +01:00
|
|
|
.\" paper size
|
2018-01-03 11:21:25 +01:00
|
|
|
.ds paper $papersize$
|
|
|
|
$endif$
|
2017-03-25 20:53:32 +01:00
|
|
|
.\" color used for strikeout
|
|
|
|
.defcolor strikecolor rgb 0.7 0.7 0.7
|
2017-03-26 11:04:33 +02:00
|
|
|
.\" color for links (rgb)
|
|
|
|
.ds PDFHREF.COLOUR 0.35 0.00 0.60
|
|
|
|
.\" border for links (default none)
|
|
|
|
.ds PDFHREF.BORDER 0 0 0
|
2017-03-26 20:01:37 +02:00
|
|
|
.\" point size difference between heading levels
|
|
|
|
.nr PSINCR 1p
|
|
|
|
.\" heading level above which point size no longer changes
|
|
|
|
.nr GROWPS 2
|
|
|
|
.\" comment these out if you want a dot after section numbers:
|
|
|
|
.als SN SN-NO-DOT
|
|
|
|
.als SN-STYLE SN-NO-DOT
|
2019-11-17 03:51:22 +01:00
|
|
|
.\" page numbers in footer, centered
|
|
|
|
.rm CH
|
|
|
|
.ds CF %
|
2017-03-26 20:01:37 +02:00
|
|
|
.\" pdf outline fold level
|
|
|
|
.nr PDFOUTLINE.FOLDLEVEL 3
|
|
|
|
.\" start out in outline view
|
|
|
|
.pdfview /PageMode /UseOutlines
|
2017-03-24 21:36:04 +01:00
|
|
|
.\" ***************************************************************
|
2017-03-25 11:43:44 +01:00
|
|
|
.\" PDF metadata
|
2017-03-25 19:30:24 +01:00
|
|
|
.pdfinfo /Title "$title-meta$"
|
|
|
|
.pdfinfo /Author "$author-meta$"
|
2017-03-15 21:04:14 +01:00
|
|
|
$if(adjusting)$
|
|
|
|
.ad $adjusting$
|
|
|
|
$endif$
|
|
|
|
$if(hyphenate)$
|
|
|
|
.hy
|
|
|
|
$else$
|
2019-07-04 19:26:24 +02:00
|
|
|
.nh
|
2017-03-15 21:04:14 +01:00
|
|
|
$endif$
|
|
|
|
$if(has-inline-math)$
|
|
|
|
.EQ
|
2017-03-26 16:59:38 +02:00
|
|
|
delim @@
|
2017-03-15 21:04:14 +01:00
|
|
|
.EN
|
|
|
|
$endif$
|
2017-03-26 23:47:38 +02:00
|
|
|
$for(header-includes)$
|
|
|
|
$header-includes$
|
|
|
|
$endfor$
|
2017-03-15 21:04:14 +01:00
|
|
|
$if(title)$
|
|
|
|
.TL
|
|
|
|
$title$
|
|
|
|
$endif$
|
|
|
|
$for(author)$
|
|
|
|
.AU
|
|
|
|
$author$
|
|
|
|
$endfor$
|
2017-03-24 17:24:25 +01:00
|
|
|
$if(date)$
|
2018-04-26 02:49:01 +02:00
|
|
|
.AU
|
|
|
|
.sp 0.5
|
|
|
|
.ft R
|
|
|
|
$date$
|
2017-03-24 17:24:25 +01:00
|
|
|
$endif$
|
|
|
|
$if(abstract)$
|
|
|
|
.AB
|
|
|
|
$abstract$
|
|
|
|
.AE
|
|
|
|
$endif$
|
2017-03-26 23:47:38 +02:00
|
|
|
.\" 1 column (use .2C for two column)
|
|
|
|
.1C
|
2017-03-15 21:04:14 +01:00
|
|
|
$for(include-before)$
|
|
|
|
$include-before$
|
|
|
|
$endfor$
|
|
|
|
$body$
|
2017-03-24 17:24:25 +01:00
|
|
|
$if(toc)$
|
|
|
|
.TC
|
|
|
|
$endif$
|
2017-03-15 21:04:14 +01:00
|
|
|
$for(include-after)$
|
|
|
|
$include-after$
|
|
|
|
$endfor$
|
2017-03-25 11:43:44 +01:00
|
|
|
.pdfsync
|