File tree Expand file tree Collapse file tree 2 files changed +38
-3
lines changed
Expand file tree Collapse file tree 2 files changed +38
-3
lines changed Original file line number Diff line number Diff line change 44 push :
55
66env :
7- XM_COMPILE_SEQUENCE : draft. html
8- XM_TO_PROCESS : .
7+ XM_COMPILE_SEQUENCE : html
8+ XM_TO_PROCESS : testxourse.tex
99
1010jobs :
1111 build-ximera :
5252 XM_JOBS : 6
5353 run : |
5454 ls -alrt
55- ./xmScripts/xmlatex ghaction -j 8 $XM_TO_PROCESS -f -s --compile draft. html || echo NOK
55+ ./xmScripts/xmlatex ghaction -j 8 $XM_TO_PROCESS -f -s --compile html || echo NOK
5656 echo "✅ Published to $XIMERA_URL$XIMERA_NAME " >> $GITHUB_STEP_SUMMARY
5757
5858 - name : Setup ximera serve cache (only .git)
Original file line number Diff line number Diff line change 1+ \documentclass [10pt,handout,wordchoicegiven ]{xourse }
2+
3+ \input {preamble.tex }
4+
5+ % \pdfOnly{\usepackage{printStyles/lulu1}}
6+
7+ \logo {logos/calculus1Logo/logo.png}
8+
9+ \title {Small test course}
10+ \begin {document }
11+ \maketitle
12+
13+ \setcounter {tocdepth}{2}
14+ \begin {onlineOnly }
15+ % % How to use
16+ % \chapterstyle
17+ \activity {ximeraTutorial/titlePage.tex}
18+ % \sectionstyle
19+ % \activity{ximeraTutorial/howToUseXimera.tex}
20+ % \activity{ximeraTutorial/howIsMyWorkScored.tex}
21+ \end {onlineOnly }
22+
23+ % \part{Functions, limits, and continuity}
24+ % \part{Content for the First Exam}
25+
26+
27+ % % Understanding Functions
28+ \chapterstyle
29+ \activity {understandingFunctions/titlePage.tex}
30+ \sectionstyle
31+ \activity {understandingFunctions/breakGround.tex}
32+
33+
34+ % \pdfOnly{\printindex}
35+ \end {document }
You can’t perform that action at this time.
0 commit comments