mirror of
https://github.com/pigmonkey/spark.git
synced 2026-07-30 03:02:02 +00:00
install pandoc-citeproc
This commit is contained in:
parent
a544bde49c
commit
5f3a35d847
1 changed files with 4 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue