From 6c03cede3e691a2e1d15f99b985f9ab0edcf5a96 Mon Sep 17 00:00:00 2001 From: Hironori Kitagawa Date: Sun, 12 Jan 2020 18:08:45 +0900 Subject: [PATCH] bugfix: \mdseries@jtt causes infinite loop --- src/patches/lltjdefs.sty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/patches/lltjdefs.sty b/src/patches/lltjdefs.sty index 55811e8..537c024 100644 --- a/src/patches/lltjdefs.sty +++ b/src/patches/lltjdefs.sty @@ -83,7 +83,7 @@ \def\bfseries@jtt{\bfseries@gt} \def\mdseries@mc{m} \def\mdseries@gt{m} -\def\mdseries@jtt{\mdseries@jtt} +\def\mdseries@jtt{\mdseries@gt} \fi \newif\if@ltj@match@family -- 2.11.0