From fe52bb6f39c045a4f3d405591553764f4261ae1f Mon Sep 17 00:00:00 2001 Message-Id: From: Michael J Gruber Date: Tue, 29 Nov 2016 15:47:29 +0100 Subject: [PATCH] make doc work with LuaTeX 0.85 LuaTeX 0.85 and later removed several pdf specials which are packages need. Many TeXlive packages have not adapted to that change yet. Include luatex85.sty to provide the missing specials. Signed-off-by: Michael J Gruber --- doc/bibtool.tex | 2 ++ doc/c_lib.tex | 2 ++ 2 files changed, 4 insertions(+) diff --git a/doc/bibtool.tex b/doc/bibtool.tex index 7bcca2f..310034e 100644 --- a/doc/bibtool.tex +++ b/doc/bibtool.tex @@ -18,6 +18,8 @@ \documentclass[11pt,a4paper]{scrbook} +\usepackage{luatex85} + \usepackage{bibtool-doc} \input{config.tex} diff --git a/doc/c_lib.tex b/doc/c_lib.tex index 6f311dc..9164347 100644 --- a/doc/c_lib.tex +++ b/doc/c_lib.tex @@ -17,6 +17,8 @@ \NeedsTeXFormat{LaTeX2e} \documentclass[11pt,a4paper]{scrbook} +\usepackage{luatex85} + \usepackage{array,shortvrb,makeidx} \usepackage[colorlinks=true, linkcolor=blue, -- 2.11.0.rc2.213.ge954adf