File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.'
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 : |
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
You can’t perform that action at this time.
0 commit comments