Skip to content

Commit b9bd241

Browse files
committed
latexmk apt dep for latexpdf
1 parent 6c6a722 commit b9bd241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.travis.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ python:
33
- "3.6"
44
install:
55
- pip install -r requirements.txt
6-
- sudo apt-get install -y texlive-latex-base texlive-fonts-recommended texlive-fonts-extra texlive-latex-extra
6+
- sudo apt-get install -y texlive-latex-base texlive-fonts-recommended texlive-fonts-extra texlive-latex-extra latexmk
77
script:
88
- python deploy_gh_pages.py

0 commit comments

Comments
 (0)