From 9e4f9142c026b1297f93dc5215080ababf6f137b Mon Sep 17 00:00:00 2001 From: Julian Gethmann Date: Tue, 24 Oct 2017 14:57:27 +0200 Subject: [PATCH] Add fncychap and tabulary * Sphinx dependencies --- group_vars/latex.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/group_vars/latex.yml b/group_vars/latex.yml index 823fcab..374dd37 100644 --- a/group_vars/latex.yml +++ b/group_vars/latex.yml @@ -226,4 +226,6 @@ texlivepackages: - texlive-enumitem.noarch - texlive-ctablestack.noarch - texlive-gitinfo2.noarch + - texlive-fncychap # e. g. Sphinx + - texlive-tabulary # to be continued -- GitLab