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 d1722d3 commit 9f481d4Copy full SHA for 9f481d4
.circleci/config.yml
@@ -16,18 +16,18 @@ apt-run: &apt-install
16
inkscape \
17
ffmpeg \
18
dvipng \
19
- pgf \
20
lmodern \
21
cm-super \
22
texlive-latex-base \
23
texlive-latex-extra \
24
texlive-fonts-recommended \
25
texlive-latex-recommended \
+ texlive-pictures \
26
texlive-xetex \
27
graphviz \
28
libgeos-dev \
29
fonts-crosextra-carlito \
30
- otf-freefont
+ fonts-freefont-otf
31
32
fonts-run: &fonts-install
33
name: Install custom fonts
0 commit comments