[spp] PDF document compilation on CentOS
Yasufumi Ogawa
yasufum.o at gmail.com
Sat Aug 17 08:10:57 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)
Hideyuki,
Thanks for your help! By the way, which version of CentOS are you
tested? CentOS 7.6 as described here?
https://spp.readthedocs.io/en/latest/gsg/setup.html
>
> 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
Could you send a patch for this update for documentation if possible?
Thanks,
Yasufumi
>
>
> Thanks.
>
> BR,
> Hideyuki Yamashita
> NTT TechnoCross
>
>
More information about the spp
mailing list