-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcurriculum.tex
55 lines (41 loc) · 928 Bytes
/
curriculum.tex
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
\documentclass{book}
\usepackage{curriculum}
\begin{document}
\pagestyle{empty}
\include{cover}
\begingroup % customize table of contents
\makeatletter
% Redefine the \chapter* header macro to remove vertical space
\def\@makeschapterhead#1{%
%\vspace*{50\p@}% Remove the vertical space
{\parindent \z@ \raggedright
\normalfont
\interlinepenalty\@M
\Huge \bfseries #1\par\nobreak
\vskip 40\p@
}
}
\makeatother
\tableofcontents
\endgroup
\pagebreak
\section*{Objective Summary}
\section*{Lesson 1 : Motivations of Engineering}
\subsection*{Objective}
\subsection*{Topics}
\begin{itemize}
\item Topic A
\item Topic B
\item Topic C
\end{itemize}
\subsection*{Assessment Strategy : }
\section*{Lesson 2 : }
\subsection*{Objective}
\subsection*{Topics}
\begin{itemize}
\item Topic A
\end{itemize}
\subsection*{Assessment Strategy : }
\section*{Teaching Strategy}
\section*{Educational Goals}
\end{document}