install pandoc-citeproc

This commit is contained in:
Pig Monkey 2019-08-24 11:58:04 -07:00
parent a544bde49c
commit 5f3a35d847

View file

@ -45,9 +45,11 @@
name: simple-scan
state: present
- name: Install pandoc
- name: Install pandoc and dependencies
pacman:
name: pandoc
name:
- pandoc
- pandoc-citeproc
state: present
- name: Install texlive-core