Skip to content

Commit 16c4ae7

Browse files
committed
use ppmcheckpdf in texlive
1 parent 83069c4 commit 16c4ae7

File tree

4 files changed

+7
-159
lines changed

4 files changed

+7
-159
lines changed

.github/workflows/texlive.package

+1
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ pgf
9393
pict2e
9494
pkuthss
9595
platex-tools
96+
ppmcheckpdf
9697
psnfss
9798
refcount
9899
rerunfilecheck

.github/workflows/texlive.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ jobs:
2929
- name: Install pdftoppm
3030
run:
3131
sudo apt-get install poppler-utils
32-
- name: Test codehigh with ppmcheck
32+
- name: Test codehigh with ppmcheckpdf
3333
run: |
3434
export PATH=${{github.workspace}}/tmp/texlive/bin/x86_64-linux:$PATH
35-
texlua ppmcheck.lua
35+
texlua buildend.lua
3636
build-windows:
3737
runs-on: windows-latest
3838
steps:
@@ -54,10 +54,10 @@ jobs:
5454
run: |
5555
${env:PATH} = "${{github.workspace}}\tmp\texlive\bin\windows;" + ${env:PATH}
5656
tlmgr install wintools.windows
57-
- name: Test codehigh with ppmcheck
57+
- name: Test codehigh with ppmcheckpdf
5858
run: |
5959
${env:PATH} = "${{github.workspace}}\tmp\texlive\bin\windows;" + ${env:PATH}
60-
texlua ppmcheck.lua
60+
texlua buildend.lua
6161
- name: Upload png and md5
6262
uses: actions/upload-artifact@v3
6363
with:

buildend.lua

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
kpse.set_program_name("kpsewhich")
2+
dofile(kpse.lookup("ppmcheckpdf.lua"))

ppmcheck.lua

-155
This file was deleted.

0 commit comments

Comments
 (0)