From fb342c312591d2980bbbd490a04fb26967d04fb1 Mon Sep 17 00:00:00 2001 From: David Steele Date: Wed, 30 Jan 2019 21:11:52 +0200 Subject: [PATCH] Add latex install to documentation build in 711b3e67. --- doc/README.md | 3 +++ doc/xml/documentation.xml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/doc/README.md b/doc/README.md index 740edf29f7..d72c4fb2cc 100644 --- a/doc/README.md +++ b/doc/README.md @@ -31,6 +31,9 @@ sudo systemctl start docker # Install tools sudo yum install -y git wget +# Install latex (for building PDF) +sudo yum install -y texlive texlive-titlesec texlive-sectsty texlive-framed texlive-epstopdf ghostscript + # Install Perl modules that do not have CentOS packages via CPAN sudo yum install -y yum cpanminus sudo yum groupinstall -y "Development Tools" "Development Libraries" diff --git a/doc/xml/documentation.xml b/doc/xml/documentation.xml index 2c1081f66e..462f0bd498 100644 --- a/doc/xml/documentation.xml +++ b/doc/xml/documentation.xml @@ -44,6 +44,9 @@ sudo systemctl start docker # Install tools sudo yum install -y git wget +# Install latex (for building PDF) +sudo yum install -y texlive texlive-titlesec texlive-sectsty texlive-framed texlive-epstopdf ghostscript + # Install Perl modules that do not have CentOS packages via CPAN sudo yum install -y yum cpanminus sudo yum groupinstall -y "Development Tools" "Development Libraries"