2017-03-24 09:18:56 +01:00
|
|
|
.\" **** Custom macro definitions ****
|
|
|
|
.\" * 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-03-15 21:04:14 +01:00
|
|
|
$if(adjusting)$
|
|
|
|
.ad $adjusting$
|
|
|
|
$endif$
|
|
|
|
$if(hyphenate)$
|
|
|
|
.hy
|
|
|
|
$else$
|
|
|
|
.nh \" Turn off hyphenation by default.
|
|
|
|
$endif$
|
|
|
|
$if(has-inline-math)$
|
|
|
|
.EQ
|
|
|
|
delim ||
|
|
|
|
.EN
|
|
|
|
$endif$
|
|
|
|
$if(title)$
|
|
|
|
.TL
|
|
|
|
$title$
|
|
|
|
$endif$
|
|
|
|
$for(author)$
|
|
|
|
.AU
|
|
|
|
$author$
|
|
|
|
$endfor$
|
2017-03-24 17:24:25 +01:00
|
|
|
$if(date)$
|
|
|
|
.ND "$date$"
|
|
|
|
$endif$
|
|
|
|
$if(abstract)$
|
|
|
|
.AB
|
|
|
|
$abstract$
|
|
|
|
.AE
|
|
|
|
$endif$
|
2017-03-15 21:04:14 +01:00
|
|
|
$for(header-includes)$
|
|
|
|
$header-includes$
|
|
|
|
$endfor$
|
|
|
|
$for(include-before)$
|
|
|
|
$include-before$
|
|
|
|
$endfor$
|
|
|
|
$body$
|
2017-03-24 17:24:25 +01:00
|
|
|
$if(toc)$
|
|
|
|
$toc$
|
|
|
|
.TC
|
|
|
|
$endif$
|
2017-03-15 21:04:14 +01:00
|
|
|
$for(include-after)$
|
|
|
|
$include-after$
|
|
|
|
$endfor$
|