forked from XimeraProject/ximeraFirstSteps
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcourse.tex
More file actions
25 lines (20 loc) · 772 Bytes
/
course.tex
File metadata and controls
25 lines (20 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
\documentclass{xourse}
\input{preamble.tex} %% THIS SHOULD BE SUFFICIENT
\author{Wim Obbels \and Bart Snapp}
\title{A Basic Activity Collection}
\begin{document}
\begin{abstract}
A simple collection of Ximera activities, to be deployed online.
\end{abstract}
\maketitle
%% Next let's just do an activity... is chapterstyle necessary?
\part{All about Topic One}
\chapterstyle %% Not strictly necessary, makes the activities "Chapters" in our content
\activity{firstTopic/firstActivity.tex}
\activity{firstTopic/secondActivity.tex}
\sectionstyle
% Note: You'd like to have a title with \activity ...
\activity{firstTopic/exercises/ximerademo.tex}
\chapterstyle
\activity{graphicsInteractives/graphicsInteractives.tex}
\end{document}