Skip to content

Commit 53e4222

Browse files
committed
Switch to PDFlatex builder.
1 parent 46cc546 commit 53e4222

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/book.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,15 @@ jobs:
2222
- name: Install dependencies
2323
run: |
2424
sudo apt update
25-
sudo apt install texlive-latex-recommended texlive-latex-extra texlive-fonts-extra
25+
sudo apt install latexmk texlive-latex-recommended texlive-latex-extra texlive-fonts-extra texlive-xetex xindy
2626
pip install -r requirements.txt
2727
2828
# Build the book
2929
- name: Build the book
3030
run: |
3131
jupyter book build .
32-
jupyter book build . --builder latex
32+
jupyter book build . --builder pdflatex
3333
cd _build/latex
34-
pdflatex python.tex
35-
pdflatex python.tex
3634
mv python.pdf primer.pdf
3735
3836
# Push the book's HTML to github-pages

0 commit comments

Comments
 (0)