forked from marcusjbishop/gettingStarted
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathgettingStarted.tex
32 lines (28 loc) · 1.02 KB
/
gettingStarted.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
\documentclass[noauthor,nooutcomes]{xourse}
\input{preamble.tex}
\title{Getting started with Ximera}
\begin{document}
\begin{abstract}
This is a Ximera activity explaining how to get started with Ximera.
\end{abstract}
\maketitle
\part{What is Ximera?}
\activity{whatIsXimera/whatIsXimera}
%\activity{cocalc/cocalc}
\part{Installing Locally}
\activity{overviewForInstalling/overviewForInstalling}
\activity{installingGit/installingGit}
\activity{installingLocallyWindows/installingLocally}
\activity{installingLocallyMac/installingLocally}
\activity{installingLocallyLinux/installingLocally}
\part{Setting up a Course}
\activity{basicGitCommands/basicGitCommands}
\activity{settingUpACourse/settingUpACourse}
\activity{deployingWithXake/deployingWithXake}
\activity{questionAndAnswerTypes/questionAndAnswerTypes}
\activity{graphicsAndVideos/graphicsAndVideos}
\activity{optionsForTheDocumentclass/optionsForTheDocumentclass}
\part{Gathering Data}
\activity{ltiSupport/ltiSupport}
\activity{downloadingData/downloadingData}
\end{document}