aboutsummaryrefslogtreecommitdiff
path: root/src/include.org
diff options
context:
space:
mode:
Diffstat (limited to 'src/include.org')
-rw-r--r--src/include.org15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/include.org b/src/include.org
index 8a50f3e..69dade5 100644
--- a/src/include.org
+++ b/src/include.org
@@ -1,5 +1,10 @@
#+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
@@ -21,3 +26,13 @@
#+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}}}