aboutsummaryrefslogtreecommitdiff
path: root/src/include.org
blob: 69dade5f4ab1a5429354ff5f11751a2be10f44eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
#+MACRO: newline (eval "\n")


#+MACRO: export_begin #+BEGIN_EXPORT LaTeX
#+MACRO: export_end #+END_EXPORT
#+MACRO: hrule \rule{\textwidth}{0.4pt}

#+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}}}

#+MACRO: example2 \vspace{2px}{\small
#+MACRO: example3 \setlength{\parskip}{0pt}
#+MACRO: example4 \setlength{\baselineskip}{0pt}
#+MACRO: example5 \noindent
#+MACRO: example7 \vspace{5px}\linespread{0.5}{
#+MACRO: example9 \vspace{-5px}
#+MACRO: example0 }}
#+MACRO: BEGIN_EXAMPLE {{{export_begin}}}{{{newline}}}{{{example2}}}{{{example3}}}{{{example4}}}{{{example5}}}{{{hrule}}}{{{example7}}}{{{newline}}}{{{export_end}}}{{{newline}}}
#+MACRO: END_EXAMPLE {{{newline}}}{{{export_begin}}}{{{newline}}}{{{example9}}}{{{hrule}}}{{{example0}}}{{{newline}}}{{{export_end}}}{{{newline}}}