Skip to content

Commit 8509105

Browse files
committed
ci: update binaries path in TL 2023; update testfiles
1 parent be41c59 commit 8509105

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
build-windows:
7878
runs-on: windows-latest
7979
env:
80-
SET_PATH: ${env:PATH} = "${{ github.workspace }}\tmp\texlive\bin\win32;" + ${env:PATH}
80+
SET_PATH: ${env:PATH} = "${{ github.workspace }}\tmp\texlive\bin\windows;" + ${env:PATH}
8181
steps:
8282
- uses: actions/checkout@v3
8383
- name: Install TeX Live

build.lua

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ checkopts = "-interaction=batchmode"
99
sourcefiles = {"source/*.dtx"}
1010
installfiles = {"*.cls", "*.sty", "*.def"}
1111

12-
-- typesetdeps = {"source/latexmkrc."}
1312
typesetexe = "xelatex"
1413
typesetfiles = {"fduthesis.dtx"}
1514

testfiles/04-cover.luatex.tlg

+6-3
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,8 @@ Completed box being shipped out [1]
571571
..........\hbox(12.3662+1.6863)x7.02625, direction TLT
572572
...........\LTJY3/FandolSong(0)/m/n/14.05249 :
573573
.........\glue(\tabskip) 0.0
574-
.........\hbox(16.3332+13.32367)x107.88057, glue set 29.86154fil, direction TLT..........\whatsit4=[]
574+
.........\hbox(16.3332+13.32367)x107.88057, glue set 29.86154fil, direction TLT
575+
..........\whatsit4=[]
575576
..........\glue 0.0 plus 1.0fil
576577
..........\glue 0.00002
577578
..........\hbox(12.3662+1.6863)x14.05249, direction TLT
@@ -608,7 +609,8 @@ Completed box being shipped out [1]
608609
..........\hbox(12.3662+1.6863)x7.02625, direction TLT
609610
...........\LTJY3/FandolSong(0)/m/n/14.05249 :
610611
.........\glue(\tabskip) 0.0
611-
.........\hbox(16.3332+13.32367)x107.88057, glue set 29.86154fil, direction TLT..........\whatsit4=[]
612+
.........\hbox(16.3332+13.32367)x107.88057, glue set 29.86154fil, direction TLT
613+
..........\whatsit4=[]
612614
..........\glue 0.0 plus 1.0fil
613615
..........\glue 0.00002
614616
..........\hbox(12.3662+1.6863)x14.05249, direction TLT
@@ -645,7 +647,8 @@ Completed box being shipped out [1]
645647
..........\hbox(12.3662+1.6863)x7.02625, direction TLT
646648
...........\LTJY3/FandolSong(0)/m/n/14.05249 :
647649
.........\glue(\tabskip) 0.0
648-
.........\hbox(16.3332+13.32367)x107.88057, glue set 36.88779fil, direction TLT..........\whatsit4=[]
650+
.........\hbox(16.3332+13.32367)x107.88057, glue set 36.88779fil, direction TLT
651+
..........\whatsit4=[]
649652
..........\glue 0.0 plus 1.0fil
650653
..........\glue 0.00002
651654
..........\hbox(12.3662+1.6863)x14.05249, direction TLT

0 commit comments

Comments
 (0)