-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathteacher-handbook.org
41 lines (26 loc) · 1.13 KB
/
teacher-handbook.org
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
39
40
41
# - This document is meant to be converted to PDF via the LateX
# - exporter of org-mode, to generate an augmented handbook for the
# - teachers.
# - This document shouldn't need to be edited in most cases (see
# - [[lesson.org]] instead).
# - See also [[./slides.org]] for the version for presentation in the
# - classroom and [[./handbook.org]] for the version of the handbook
# - provided to the students
# - Export the PDF via C-c C-e l o
# - Customize specific org-mode settings for the handbook only if needed :
#+EXCLUDE_TAGS: slidesonly noexport
#+OPTIONS: toc:2
#+LaTeX_HEADER: \input{headers-teachers}
#+LATEX_CLASS: article
#+LATEX_CLASS_OPTIONS: [a4paper]
#+LaTeX_HEADER: \lhead{org-teaching}
#+LaTeX_HEADER: \rhead{Example lesson}
#+LaTeX_HEADER: \lfoot{TEACHERS HANDBOOK}
#+LATEX_HEADER_EXTRA: \newenvironment{NOTES}{\begin{lrbox}{\mybox}\begin{minipage}{0.9\textwidth}\begin{shaded}}{\end{shaded}\end{minipage}\end{lrbox}\fbox{\usebox{\mybox}}}
#+BEGIN_ABSTRACT
\begin{shaded}
This document is meant to be read only by the teachers
\end{shaded}
#+END_ABSTRACT
# - Main content included here:
#+INCLUDE: lesson.org :minlevel 1