diff --git a/manifests/latex.pp b/manifests/latex.pp index 46a6f27111431f91f8ce45d07d09a19d48628240..ac672a4cda678705aac53555291acede8a811b50 100644 --- a/manifests/latex.pp +++ b/manifests/latex.pp @@ -16,6 +16,7 @@ class aes::latex { # 'texlive-xetex-def', # Not in RHEL9, why is this required? What breaks? 'texlive-tcolorbox', 'texlive-booktabs', + 'texlive-varwidth', 'latexmk', ]: ensure => installed,