blob: 8a50f3e6d24d15a6247ee8a9ea2774b53eec2e5d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
#+MACRO: newline (eval "\n")
#+MACRO: footer1 #+BEGIN_EXPORT LaTeX
#+MACRO: footer2 \vspace*{\fill}
#+MACRO: footer3 {\tiny
#+MACRO: footer4 \par\noindent\rule{\textwidth}{0.4pt}
#+MACRO: footer5 #+END_EXPORT
#+MACRO: footer6 For the most recent version of this document, please visit
#+MACRO: footer7 [[https://git.nistur.co.uk/teladi-gain]]
#+MACRO: footer8
#+MACRO: footer9
#+MACRO: footer10 This work is licensed under a
#+MACRO: footer11 [[http://creativecommons.org/licenses/by/4.0/][Creative Commons Attribution 4.0 International License]].
#+MACRO: footer12 #+BEGIN_EXPORT LaTeX
#+MACRO: footer13 }
#+MACRO: footer14 #+END_EXPORT
#+MACRO: footera {{{footer1}}}{{{newline}}}{{{footer2}}}{{{newline}}}{{{footer3}}}{{{newline}}}{{{footer4}}}{{{newline}}}
#+MACRO: footerb {{{footer5}}}{{{newline}}}{{{footer6}}}{{{newline}}}{{{newline}}}{{{footer7}}}{{{newline}}}{{{newline}}}
#+MACRO: footerc {{{footer8}}}{{{newline}}}{{{newline}}}{{{footer9}}}{{{newline}}}{{{newline}}}{{{footer10}}}{{{newline}}}
#+MACRO: footerd {{{footer11}}}{{{newline}}}{{{footer12}}}{{{newline}}}{{{footer13}}}{{{newline}}}{{{footer14}}}
#+MACRO: FOOTER {{{footera}}}{{{footerb}}}{{{footerc}}}{{{footerd}}}
|