4d42034432
This commit proposes PDF generation with pdflatex. Executing Sphinx with latex option generates .tex files will be performed first, and pdflatex converts from .tex to .pdf files. More details are as followings: - Adds texlive related package binary dependency (>= Trusty) : inkscape texlive-latex-base texlive-latex-extra texlive-fonts-recommended - build-rst.sh: --pdf option is added - install-guide PDF support using --pdf option - PDF support for serveral documents : arch-design, cli-reference, ha-guide, ops-guide, user-guide, networking-guide, arch-design-draft (testable using like "tox -e build -- networking-guide --pdf") - Intermidiate files for building .tex (required for converting into .pdf) are stored in "build/pdf" folder. Change-Id: I66242f44bb13f1a09be0904a491c84f42f25c3a2 Implements: blueprint build-pdf-from-rst-guides
26 lines
745 B
Plaintext
26 lines
745 B
Plaintext
# This is a cross-platform list tracking distribution packages needed by tests;
|
|
# see http://docs.openstack.org/infra/bindep/ for additional information.
|
|
|
|
fonts-nanum [platform:dpkg]
|
|
fonts-takao [platform:dpkg]
|
|
freetype-devel [platform:rpm]
|
|
gettext
|
|
gnome-doc-utils
|
|
libfreetype6-dev [platform:dpkg]
|
|
libjpeg-dev [platform:dpkg]
|
|
libjpeg-turbo-devel [platform:rpm]
|
|
libxml2-dev [platform:dpkg]
|
|
libxml2-devel [platform:rpm]
|
|
libxml2-utils [platform:dpkg]
|
|
libxslt-devel [platform:rpm]
|
|
libxslt1-dev [platform:dpkg]
|
|
python-dev [platform:dpkg]
|
|
python-lxml
|
|
xsltproc [platform:dpkg]
|
|
zlib-devel [platform:rpm]
|
|
zlib1g-dev [platform:dpkg]
|
|
inkscape
|
|
texlive-latex-base [platform:dpkg]
|
|
texlive-latex-extra [platform:dpkg]
|
|
texlive-fonts-recommended [platform:dpkg]
|