Blob Blame History Raw
From 28d5162b269b1a2405941050061ea37441b33284 Mon Sep 17 00:00:00 2001
Message-Id: <28d5162b269b1a2405941050061ea37441b33284.1480431602.git.mjg@fedoraproject.org>
From: Michael J Gruber <mjg@fedoraproject.org>
Date: Tue, 29 Nov 2016 15:58:46 +0100
Subject: [PATCH] make doc work with newer KOMA classes

Old style font commands had been deprecated for quite a while, and KOMA
finally had pulled the plug - almost.

Use the compatibility option for now.

Signed-off-by: Michael J Gruber <mjg@fedoraproject.org>
---
 doc/c_lib.tex | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/c_lib.tex b/doc/c_lib.tex
index 9164347..23fb571 100644
--- a/doc/c_lib.tex
+++ b/doc/c_lib.tex
@@ -15,7 +15,7 @@
 %%*****************************************************************************
 
 \NeedsTeXFormat{LaTeX2e}
-\documentclass[11pt,a4paper]{scrbook}
+\documentclass[11pt,a4paper,enabledeprecatedfontcommands]{scrbook}
 
 \usepackage{luatex85}
 
-- 
2.11.0.rc2.213.ge954adf