diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..6b2dcf8 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,28 @@ +--- +kind: pipeline +type: docker +name: compose + +platform: + os: linux + arch: amd64 + +steps: +- name: compose CV + image: pandoc/latex:2.14.2 + commands: + - apk add --no-cache make ttf-linux-libertine + - wget -O /tmp/FantasqueSansMono-Normal.tar.gz https://github.com/belluzj/fantasque-sans/releases/download/v1.8.0/FantasqueSansMono-Normal.tar.gz + - mkdir /usr/share/fonts/fantasque-sans-mono + - tar xf /tmp/FantasqueSansMono-Normal.tar.gz -C /usr/share/fonts/fantasque-sans-mono OTF/ TTF/ --strip-component=1 + - tlmgr install curve + - xelatex cv.tex + - xelatex cv.tex + - mkdir dist + - mv cv.pdf dist/ + +trigger: + event: + - cron + - push + - tag diff --git a/cv.tex b/cv.tex index 043fd52..fb6c8b1 100644 --- a/cv.tex +++ b/cv.tex @@ -6,8 +6,8 @@ \usepackage[a4paper,nohead,nofoot,hmargin=0.9cm,vmargin=0.8cm]{geometry} \usepackage{unicode-math} \defaultfontfeatures{Ligatures=TeX,Scale=MatchLowercase} -\setmainfont[]{Linux Libertine O} -\setsansfont[]{Linux Biolinum O} +\setmainfont[]{Linux Libertine} +\setsansfont[]{Linux Biolinum} \setmonofont[Mapping=tex-ansi]{FantasqueSansMono-Regular} \usepackage{polyglossia}