diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2018-09-19 13:15:12 -0300 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2018-09-19 13:15:12 -0300 | 
| commit | 4fc16218daaa6941d9d9ab6f70c2c73ee212ce3a (patch) | |
| tree | e21da9dea7bc35f950771de857823fe84ce0f3dc /manifests | |
| parent | 98bd653a9bd13724ea8547cab45a4925ece67695 (diff) | |
| download | puppet-nodo-4fc16218daaa6941d9d9ab6f70c2c73ee212ce3a.tar.gz puppet-nodo-4fc16218daaa6941d9d9ab6f70c2c73ee212ce3a.tar.bz2  | |
Adds latxmk into nodo::utils::latex
Diffstat (limited to 'manifests')
| -rw-r--r-- | manifests/utils/latex.pp | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/utils/latex.pp b/manifests/utils/latex.pp index c8c8086..34ef9ca 100644 --- a/manifests/utils/latex.pp +++ b/manifests/utils/latex.pp @@ -9,6 +9,7 @@ class nodo::utils::latex (      'texlive-fonts-extra',      'texlive-lang-portuguese',      'texlive-extra-utils', +    'latexmk',      'vim-latexsuite',      'pdftk',      #'pdfsam',  | 
