File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -17,14 +17,21 @@ addons:
17
17
- " texlive-science"
18
18
19
19
install :
20
- # update KOMA-Script package as TeX Live 2017 is too old
20
+ # update KOMA-Script and etoc packages as TeX Live 2017 is too old
21
21
- " mkdir tmp && cd tmp"
22
22
- " wget https://svwh.dl.sourceforge.net/project/koma-script/KOMA-Script/koma-script-3511.zip"
23
23
- " unzip koma-script-3511.zip"
24
24
- " rm koma-script-3511.zip"
25
25
- " sudo mv * /usr/local/share/texmf/"
26
+ - " wget http://mirrors.ctan.org/macros/latex/contrib/etoc.zip"
27
+ - " unzip etoc.zip"
28
+ - " cd etoc"
29
+ - " etex etoc.dtx"
30
+ - " sudo mkdir -p /usr/local/share/texmf/tex/latex/etoc"
31
+ - " sudo mv etoc.sty /usr/local/share/texmf/tex/latex/etoc/"
32
+ - " cd .. && rm -r etoc"
26
33
- " sudo texhash"
27
- - " cd .. && rmdir tmp"
34
+ - " cd .. && rm -r tmp"
28
35
29
36
script :
30
37
- " /usr/bin/env python3 $(which scons) -j $(nproc)"
You can’t perform that action at this time.
0 commit comments