Skip to content

Commit a50b0a6

Browse files
committed
add xourseAll.tex (with (almost) all test;
1 parent 8e0051c commit a50b0a6

File tree

2 files changed

+64
-1
lines changed

2 files changed

+64
-1
lines changed

dtxTests/image/imagePreamble.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
\graphicspath{
33
{./}
44
{./missionPatch/}% Path from the ximera document file to the image file(s)
5-
{../../testFiles/dtxTestFiles/image/missionPatch/}% Path from the xourse file to image file(s).
5+
{./image/missionPatch/}% Path from the ximera document file to the image file(s)
66
}

dtxTests/xourseAll.tex

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
\documentclass{xourse}
2+
3+
\input{./image/imagePreamble}
4+
\input{./textcolor/textcolorpreamble.tex}
5+
6+
\title{All Tests}
7+
8+
9+
\begin{document}
10+
\maketitle
11+
12+
\activity{abstract/base}
13+
\activity{activity/base}
14+
\activity{activity/noTitle}
15+
\activity{activity/practice}
16+
\activity{answer/base}
17+
\activity{answer/optionals}
18+
\activity{choice/base}
19+
\activity{clearHideEnv/base}
20+
\activity{desmos/base}
21+
\activity{dialogue/base}
22+
\activity{expandable/base}
23+
\activity{expandable/foldableEnvironments}
24+
\activity{expandable/foldableEnvironmentsOSU}
25+
\activity{feedback/base}
26+
\activity{footnotes/base}
27+
\activity{freeresponse/base}
28+
\activity{geogebra/base}
29+
\activity{google/base}
30+
\activity{graph/base}
31+
\activity{hints/base}
32+
\activity{hints/baseOSU}
33+
\activity{image/base}
34+
\activity{instructornotes/base}
35+
\activity{javascript/base}
36+
\activity{link/base}
37+
% \activity{localization/basic}
38+
% \activity{localization/localization}
39+
% \activity{localization/localizationPreamble}
40+
% \activity{localization/multilingual}
41+
% \activity{localization/multilingualPreamble}
42+
\activity{metadata/base}
43+
% \activity{metadata/metapreamble}
44+
\activity{only/base}
45+
\activity{outcomes/base}
46+
\activity{outcomes/styling}
47+
% \activity{problem/base}
48+
% \activity{problem/nesting}
49+
% \activity{problem/numbering}
50+
% \activity{problem/problemPreamble}
51+
\activity{proof/base}
52+
\activity{sagemath/base}
53+
\activity{solution/base}
54+
\activity{textcolor/base}
55+
\activity{textcolor/customColors}
56+
% \activity{textcolor/textcolorpreamble}
57+
\activity{theorems/base}
58+
\activity{title/base}
59+
\activity{validator/base}
60+
\activity{validator/base2}
61+
\activity{video/base}
62+
63+
\end{document}

0 commit comments

Comments
 (0)