-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexamplecourse.tex
More file actions
36 lines (19 loc) · 772 Bytes
/
examplecourse.tex
File metadata and controls
36 lines (19 loc) · 772 Bytes
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
\documentclass{xourse}
% \input{preamble.tex}
\title{Example Course}%% This is the Name of your course, personalize it!
\begin{document}
\begin{abstract} %% This describes your course
This is a sampler course meant to highlight potential applications of Ximera to lower-level undergraduate courses.
\end{abstract}
\maketitle
%% Here we have a listing of the activities.
%\activity{Introduction/Introduction}
\activity{Best/Best.tex}
%\activity{MAT101/MAT101activity}
%\activity{MAT151/MAT151activity}
%\activity{MAT200/MAT200activity}
%\activity{MAT211/MAT211activity}
%\activity{MAT212/MAT212activity}
%\activity{MAT221/MAT221activity}
%\activity{Conclusion/Conclusion}
\end{document}