We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46cc546 commit 53e4222Copy full SHA for 53e4222
.github/workflows/book.yml
@@ -22,17 +22,15 @@ jobs:
22
- name: Install dependencies
23
run: |
24
sudo apt update
25
- sudo apt install texlive-latex-recommended texlive-latex-extra texlive-fonts-extra
+ sudo apt install latexmk texlive-latex-recommended texlive-latex-extra texlive-fonts-extra texlive-xetex xindy
26
pip install -r requirements.txt
27
28
# Build the book
29
- name: Build the book
30
31
jupyter book build .
32
- jupyter book build . --builder latex
+ jupyter book build . --builder pdflatex
33
cd _build/latex
34
- pdflatex python.tex
35
36
mv python.pdf primer.pdf
37
38
# Push the book's HTML to github-pages
0 commit comments