With Ubuntu 16.10, make latexpdf fails with the error: ! LaTeX Error: File `iftex.sty' not found. This is fixed by installing texlive-generic-extra. Add this to the setup instructions. Signed-off-by: Rob Herring <robh@xxxxxxxxxx> --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 83a51882290c..cd04bceb5d49 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,8 @@ On Ubuntu: >``` ># apt-get install python-sphinx latexdiff texlive texlive-latex-extra \ -> texlive-humanities texlive-generic-recommended graphviz +> texlive-humanities texlive-generic-recommended graphviz \ +> texlive-generic-extra >``` > >If the version of python-sphinx installed is too old, then an additional -- 2.10.1 -- To unsubscribe from this list: send the line "unsubscribe devicetree-spec" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html