Skip to content
Snippets Groups Projects
Commit cc257ba2 authored by minute's avatar minute
Browse files

Merge branch 'debug' into 'master'

some improvements aiding debuggability

See merge request reform/reform-handbook!9
parents f6dc4e27 017f270e
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ image: bitnami/minideb:latest
build:
script:
- apt update
- apt install -y python3-pip texlive-xetex texlive-latex-extra pandoc wget unzip fontconfig texlive-font-utils
- apt install -y --no-install-recommends python3-pip texlive-xetex texlive-latex-extra pandoc wget unzip fontconfig texlive-font-utils texlive-fonts-recommended ghostscript
- pip3 install sphinx
- wget https://github.com/rsms/inter/releases/download/v3.15/Inter-3.15.zip
- mkdir -p ~/.local/share/fonts
......
......@@ -32,10 +32,10 @@ done
cat _tex/post.tex >>reform-handbook.tex
# generate reform-handbook.pdf
xelatex reform-handbook.tex
xelatex --interaction=nonstopmode reform-handbook.tex
# thrice to get the TOC right
xelatex reform-handbook.tex
xelatex reform-handbook.tex
xelatex --interaction=nonstopmode reform-handbook.tex
xelatex --interaction=nonstopmode reform-handbook.tex
# clean up
mv reform-handbook.pdf ../build/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment