doc: fix PDF with greek letter
authorThomas Monjalon <thomas@monjalon.net>
Wed, 22 May 2019 08:44:31 +0000 (10:44 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 29 May 2019 11:03:17 +0000 (13:03 +0200)
commitf98f4fb25c141aa69e3ab6c0f0bedad76546d3d8
tree763173cc2ac93fce499243ca44710a77bf3505d7
parent1f7203d6155d473173dd4ba98cb81c46c6c1b5c8
doc: fix PDF with greek letter

For an unknown reason, the sign "μ" is not accepted by some environments,
probably due to the version of some Latex packages or dependencies.

! Package inputenc Error: Unicode character μ (U+03BC)
(inputenc)                not set up for use with LaTeX.

It is fixed by installing texlive-langgreek.

Fixes: d0dff9ba445e ("doc: sample application user guide")
Cc: stable@dpdk.org
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: John McNamara <john.mcnamara@intel.com>
doc/guides/conf.py
doc/guides/contributing/documentation.rst