Skip to content

Commit 443a964

Browse files
committed
use ximeralatex=222-a11y (with texlive2025...)
1 parent 940584e commit 443a964

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

29-tables/tblr.tex

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
\documentclass{ximera}
2-
32
%% must load tabularray first
43
%\usepackage{TailorSwiftBotPublic}
54
\input{preamble.tex}

xmScripts/config.txt

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22
# version of Ximera xake container to use (with xmlatex)
33
#
44
# : "${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
78
#
89
# For publishing you'll need a GPG Key
910
# 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+
YOUR_EMAIL="[email protected]"
1213
#
1314
# Current 'xmlatex genKey' logic:
1415
# if there is no .xmKeyFile, and it is properly .gitignored,
@@ -49,7 +50,7 @@ YOUR_EMAIL="DUMMY_EMAIL_TEST"
4950
#
5051
# For use in Actions, and perhaps to adapt the functionality of the PDF/HTML/SERVE buttons
5152
#
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"
5354
# export XM_TO_PROCESS=aFirstXourse.tex # only build/frost/serve these files/courses
5455
# export XM_CONFIGFILE=more.cfg # exotic: if you want to use a different TeX4ht config file
5556
# export XM_SETTINGSFILE=config.lua # yet another way to set some options/Settings

0 commit comments

Comments
 (0)