Skip to content

Commit

Permalink
Add latex install to documentation build in 711b3e6.
Browse files Browse the repository at this point in the history
  • Loading branch information
dwsteele committed Jan 30, 2019
1 parent aa3e5b8 commit fb342c3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/README.md
Expand Up @@ -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"
Expand Down
3 changes: 3 additions & 0 deletions doc/xml/documentation.xml
Expand Up @@ -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"
Expand Down

0 comments on commit fb342c3

Please sign in to comment.