Blob Blame History Raw
From 4a3af0892bf241995a05f751b563396c7f342049 Mon Sep 17 00:00:00 2001
Message-Id: <4a3af0892bf241995a05f751b563396c7f342049.1586877358.git.mjg@fedoraproject.org>
From: Michael J Gruber <mjg@fedoraproject.org>
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 <mjg@fedoraproject.org>
---
 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 f715034..2bbeb00 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 8187373..e8009e7 100644
--- a/doc/c_lib.tex
+++ b/doc/c_lib.tex
@@ -20,6 +20,8 @@
 \DeclareOldFontCommand{\tt}{\normalfont\ttfamily}{\mathtt}
 \DeclareOldFontCommand{\sf}{\normalfont\sffamily}{\mathsf}
 
+\usepackage{luatex85}
+
 \usepackage{array,shortvrb,makeidx}
 \usepackage[colorlinks=true,
             linkcolor=blue,
-- 
2.26.0.280.gaba8734f63