>From 8dd783f1bcb1eb6ee24cd98596e8b9099b8c3251 Mon Sep 17 00:00:00 2001 From: Akira Yokosawa <akiyks@xxxxxxxxx> Date: Fri, 18 Aug 2017 07:51:04 +0900 Subject: [PATCH 1/4] Use 'fixltx2e' package "fixltx2e" package had provided several fixes to LaTeX core. Those fixes were applied to LaTeX core in 2015 [1]. We need it to use "\textsubscript" in older LaTeX installation. In later versions of LaTeX, this package is no-op. [1]: https://www.tug.org/texlive/doc/texlive-en/texlive-en.html#x1-820009.1.12 Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx> --- perfbook.tex | 1 + 1 file changed, 1 insertion(+) diff --git a/perfbook.tex b/perfbook.tex index 9f1644d..4590338 100644 --- a/perfbook.tex +++ b/perfbook.tex @@ -17,6 +17,7 @@ \UseMicrotypeSet[protrusion]{basicmath} % disable protrusion for tt fonts \usepackage{etoolbox} +\usepackage{fixltx2e} % for \textsubscript, nop on Tex Live 2015 and later \usepackage{float} \floatstyle{ruled} \newfloat{listing}{tbhp}{lst}[chapter] -- 2.7.4 -- To unsubscribe from this list: send the line "unsubscribe perfbook" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html