|
2 | 2 | # version of Ximera xake container to use (with xmlatex) |
3 | 3 | # |
4 | 4 | # : "${XAKE_BASE:=ximeralatex}" |
5 | | -# : "${XAKE_VERSION:=v2.7.0}" |
6 | | -# : "${XAKE_VERSION:=v2.7.0-full}" # with texlive_full |
| 5 | +: "${XAKE_VERSION:=222-a11y}" |
| 6 | +: "${XAKE_VERSION:=v2.7.2}" |
| 7 | +# : "${XAKE_VERSION:=v2.7.2-full}" # with texlive_full |
7 | 8 | # |
8 | 9 | # For publishing you'll need a GPG Key |
9 | 10 | # To generate a key-pair, fill in your name and email, and run 'xmlatex genKey' |
10 | | -YOUR_NAME="DUMMY_NAME_TEST" |
11 | | -YOUR_EMAIL="DUMMY_EMAIL_TEST" |
| 11 | +YOUR_NAME="Just For DUMMY Testing" |
| 12 | + |
12 | 13 | # |
13 | 14 | # Current 'xmlatex genKey' logic: |
14 | 15 | # if there is no .xmKeyFile, and it is properly .gitignored, |
@@ -49,7 +50,7 @@ YOUR_EMAIL="DUMMY_EMAIL_TEST" |
49 | 50 | # |
50 | 51 | # For use in Actions, and perhaps to adapt the functionality of the PDF/HTML/SERVE buttons |
51 | 52 | # |
52 | | -export XM_COMPILE_SEQUENCE=html,pdf,handout.pdf # which output to generate, eg "pdf,handout.pdf,html" |
| 53 | +# export XM_COMPILE_SEQUENCE=html # which output to generate, eg "pdf,handout.pdf,html" |
53 | 54 | # export XM_TO_PROCESS=aFirstXourse.tex # only build/frost/serve these files/courses |
54 | 55 | # export XM_CONFIGFILE=more.cfg # exotic: if you want to use a different TeX4ht config file |
55 | 56 | # export XM_SETTINGSFILE=config.lua # yet another way to set some options/Settings |
|
0 commit comments