Soft Patch Panel
 help / color / mirror / Atom feed
From: Yasufumi Ogawa <yasufum.o@gmail.com>
To: Hideyuki Yamashita <yamashita.hideyuki@ntt-tx.co.jp>
Cc: spp@dpdk.org
Subject: Re: [spp] PDF document compilation on CentOS
Date: Sat, 17 Aug 2019 15:10:57 +0900	[thread overview]
Message-ID: <5d391887-bb2e-79e6-5c46-3d85f1073aaa@gmail.com> (raw)
In-Reply-To: <20190816181230.D125.17218CA3@ntt-tx.co.jp_1>

> 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
> 
> 

  reply	other threads:[~2019-08-17  6:11 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-15  8:03 [spp] [PATCH 0/2] Add --single-file-segments option to SPP container Yasufumi Ogawa
2019-08-15  8:03 ` [spp] [PATCH 1/2] tools/sppc: add single file segments EAL option Yasufumi Ogawa
2019-08-16  9:12   ` [spp] PDF document compilation on CentOS Hideyuki Yamashita
2019-08-17  6:10     ` Yasufumi Ogawa [this message]
2019-08-19  1:24       ` 中村宏之
2019-08-15  8:03 ` [spp] [PATCH 2/2] docs: add single file segments EAL option for sppc Yasufumi Ogawa

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5d391887-bb2e-79e6-5c46-3d85f1073aaa@gmail.com \
    --to=yasufum.o@gmail.com \
    --cc=spp@dpdk.org \
    --cc=yamashita.hideyuki@ntt-tx.co.jp \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).