Soft Patch Panel
 help / color / mirror / Atom feed
From: Hideyuki Yamashita <yamashita.hideyuki@ntt-tx.co.jp>
To: spp@dpdk.org
Subject: [spp] PDF document compilation on CentOS
Date: Fri, 16 Aug 2019 18:12:30 +0900	[thread overview]
Message-ID: <20190816181230.D125.17218CA3@ntt-tx.co.jp_1> (raw)
In-Reply-To: <20190815080339.27914-2-yasufum.o@gmail.com>

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


  reply	other threads:[~2019-08-16  9:12 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   ` Hideyuki Yamashita [this message]
2019-08-17  6:10     ` [spp] PDF document compilation on CentOS Yasufumi Ogawa
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=20190816181230.D125.17218CA3@ntt-tx.co.jp_1 \
    --to=yamashita.hideyuki@ntt-tx.co.jp \
    --cc=spp@dpdk.org \
    /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).