diff options
Diffstat (limited to 'src/include.org')
-rw-r--r-- | src/include.org | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/include.org b/src/include.org new file mode 100644 index 0000000..8a50f3e --- /dev/null +++ b/src/include.org @@ -0,0 +1,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}}} |