Skip to content

Commit 2b76dc0

Browse files
committed
add and run only testxourse
1 parent e7620b4 commit 2b76dc0

File tree

2 files changed

+38
-3
lines changed

2 files changed

+38
-3
lines changed

.github/workflows/serve-ximera.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ on:
44
push:
55

66
env:
7-
XM_COMPILE_SEQUENCE: draft.html
8-
XM_TO_PROCESS: .
7+
XM_COMPILE_SEQUENCE: html
8+
XM_TO_PROCESS: testxourse.tex
99

1010
jobs:
1111
build-ximera:
@@ -52,7 +52,7 @@ jobs:
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)

textxourse.tex

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
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}

0 commit comments

Comments
 (0)