[spp] PDF document compilation on CentOS

Hideyuki Yamashita yamashita.hideyuki at ntt-tx.co.jp
Fri Aug 16 11:12:30 CEST 2019


Hello,

Righ now , PDF compilation is not supported for CentOS.

I think some more packages should be installed in addition
to written in RST document.
(https://spp.readthedocs.io/en/latest/gsg/install.html#build-documentation)

The following steps resolved the problem for me.

1.
$sudo yum install latexmk texlive-*.noarch

2.
# tabulary.sty
$wget http://mirrors.ctan.org/macros/latex/contrib/tabulary.zip
$unzip tabulary.zip
$cd tabulary
$latex tabulary.ins
$cd ../
$sudo mv tabulary /usr/share/texlive/texmf-dist/tex/latex/

3.
# capt-of.sty
$wget http://mirrors.ctan.org/macros/latex/contrib/capt-of.zip
$unzip capt-of.zip
$cd capt-of
$latex capt-of.ins
$cd ../
$sudo mv capt-of /usr/share/texlive/texmf-dist/tex/latex/

4.
# needspace.sty
$wget http://mirrors.ctan.org/macros/latex/contrib/needspace.zip
$unzip needspace.zip
$cd needspace
$latex needspace.ins
$cd ../
$sudo mv needspace /usr/share/texlive/texmf-dist/tex/latex/

5.
# create ls-R database
$sudo texhash


Thanks.

BR,
Hideyuki Yamashita
NTT TechnoCross



More information about the spp mailing list