Skip to content
Snippets Groups Projects
Commit b906e434 authored by Klas Arvidsson's avatar Klas Arvidsson
Browse files

latex with tcolorbox

parent 960215bb
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,7 @@ class aes {
include aes::aes_sw
include aes::opendsa
include aes::squid_filter
include aes::latex
include ::liurepo::centos_sclo_rh
package {
......
class aes::latex {
package {
[
'texlive',
'texlive-latex',
'texlive-xetex',
'texlive-collection-xetex',
'texlive-collection-latex',
'texlive-collection-latexrecommended',
'texlive-xetex-def',
'texlive-tcolorbox',
'latexmk',
]:
ensure => installed,
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment