From 8eb5a8d62fe7259e11bcbf65f39798e8cee0203f Mon Sep 17 00:00:00 2001 From: Christophe ROGER Date: Tue, 26 Feb 2019 10:13:03 +1100 Subject: [FIX] Command line for CI --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 53d8430..32f1086 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -14,6 +14,6 @@ jobs: - checkout - run: name: Build th PDF - command: cd example && latexmk -cd -f -lualatex -interaction=nonstopmode -pdf cv.tex + command: cd example && latexmk -cd -f -lualatex -interaction=nonstopmode -synctex=1 cv.tex - store_artifacts: path: ~/project/example/cv.pdf -- cgit v1.2.1