Skip to content

Commit

Permalink
Update tex_compile.yml
Browse files Browse the repository at this point in the history
pdflatex -> xelatex
  • Loading branch information
Haron123 authored Nov 28, 2024
1 parent ad15312 commit f3923a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tex_compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
# Change directory to the file's location
cd "$(dirname "$file")"
# Compile the LaTeX document
pdflatex -halt-on-error "$(basename "$file")"
xelatex -halt-on-error "$(basename "$file")"
if [ $? -ne 0 ]; then
echo "Compilation failed for $file"
exit 1
Expand Down

0 comments on commit f3923a0

Please sign in to comment.