Skip to content

Commit 5c6ffc9

Browse files
committed
only testxourse
1 parent a5c3b8d commit 5c6ffc9

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

.github/workflows/serve-ximera-split.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ env:
1313
# XIMERA_URL: "https://ximera.osu.edu/"
1414
XIMERA_URL: "https://xerxes.ximera.org/"
1515
##XM_COMPILE_SEQUENCE: html
16-
# XM_TO_PROCESS: "testxourse.tex"
16+
XM_TO_PROCESS: "testxourse.tex"
1717
# XM_TO_PROCESS: "testxourse.tex calculus1.tex " # calculus2.tex" # calculus3.tex calculusA2.tex calculusE.tex calculus1TextbookBySection [a-z]*/exercises/exerciseList.tex"
1818
# XM_TO_PROCESS: "testxourse.tex calculus1.tex review/*/exerciseList.tex calculus1TextbookBySection/*.tex"
19-
XM_TO_PROCESS: "."
19+
# XM_TO_PROCESS: "."
2020

2121
jobs:
2222
build-ximera-pdfexport:

testxourse.tex

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -31,32 +31,32 @@ \part{Functions}
3131
\activity{understandingFunctions/titlePage.tex}
3232
\sectionstyle
3333
\activity{understandingFunctions/breakGround.tex}
34-
\activity{understandingFunctions/digInForEachInputExactlyOneOutput.tex}
35-
\activity{understandingFunctions/digInCompositionOfFunctions.tex}
36-
\activity{understandingFunctions/digInInversesOfFunctions.tex}
34+
% \activity{understandingFunctions/digInForEachInputExactlyOneOutput.tex}
35+
% \activity{understandingFunctions/digInCompositionOfFunctions.tex}
36+
% \activity{understandingFunctions/digInInversesOfFunctions.tex}
3737

38-
\part{Other}
38+
% \part{Other}
3939

40-
\activity{higherOrderDerivativesAndGraphs/digInHigherOrderDerivativesAndGraphs.tex}
40+
% \activity{higherOrderDerivativesAndGraphs/digInHigherOrderDerivativesAndGraphs.tex}
4141

42-
\part{Calculus3}
42+
% \part{Calculus3}
4343

44-
\chapterstyle
45-
\activity{normalVectors/titlePage.tex}
46-
\sectionstyle
47-
\activity{normalVectors/digInUnitTangentAndUnitNormalVectors.tex}
48-
\activity{normalVectors/digInPlanesInSpace.tex}
49-
\activity{normalVectors/digInParametricPlots.tex}
50-
\activity{normalVectors/digInDrawingATorus.tex}
51-
%\pdfOnly{\printindex}
44+
% \chapterstyle
45+
% \activity{normalVectors/titlePage.tex}
46+
% \sectionstyle
47+
% \activity{normalVectors/digInUnitTangentAndUnitNormalVectors.tex}
48+
% \activity{normalVectors/digInPlanesInSpace.tex}
49+
% \activity{normalVectors/digInParametricPlots.tex}
50+
% \activity{normalVectors/digInDrawingATorus.tex}
51+
% %\pdfOnly{\printindex}
5252

53-
\part{Functions of several variables}
53+
% \part{Functions of several variables}
5454

55-
%% functions of several variables
56-
\chapterstyle
57-
\activity{functionsOfSeveralVariables/titlePage.tex}
58-
\sectionstyle
59-
\activity{functionsOfSeveralVariables/digInFunctionsOfSeveralVariables.tex}
60-
\activity{functionsOfSeveralVariables/digInLevelSets.tex}
55+
% %% functions of several variables
56+
% \chapterstyle
57+
% \activity{functionsOfSeveralVariables/titlePage.tex}
58+
% \sectionstyle
59+
% \activity{functionsOfSeveralVariables/digInFunctionsOfSeveralVariables.tex}
60+
% \activity{functionsOfSeveralVariables/digInLevelSets.tex}
6161

6262
\end{document}

0 commit comments

Comments
 (0)