Skip to content

Commit d9a5392

Browse files
committed
Run with lualatex.
1 parent 83c7289 commit d9a5392

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/LaTeXDocumentation.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ on:
4040
processor:
4141
description: 'Name of the used LaTeX processor.'
4242
required: false
43-
default: 'xelatex'
43+
default: 'lualatex'
4444
type: string
4545
halt-on-error:
4646
description: 'Halt on first error, otherwise continue as long as possible.'
@@ -75,6 +75,10 @@ jobs:
7575
path: latex
7676
investigate: 'true'
7777

78+
- name: Debug
79+
run: |
80+
find / -name "texmfapp.ini" | xargs -I {} sh -c 'echo -e "\e[31mPath: {}\e[0m"; cat "{}"' 2>/dev/null
81+
7882
- name: Build LaTeX document using 'pytooling/miktex:sphinx'
7983
if: inputs.pdf_artifact != ''
8084
run: |
@@ -83,7 +87,7 @@ jobs:
8387
fi
8488
8589
cd latex
86-
latexmk --${{ inputs.processor }} --interaction=nonstopmode -file-line-error -max-print-line=250 ${HALT_ON_ERROR} "${{ inputs.document }}.tex"
90+
latexmk --${{ inputs.processor }} --interaction=nonstopmode --file-line-error --max-print-line=1000 ${HALT_ON_ERROR} "${{ inputs.document }}.tex"
8791
8892
- name: 📤 Upload 'PDF Documentation' artifact
8993
uses: pyTooling/upload-artifact@v7

0 commit comments

Comments
 (0)