From fac561ae43c42ddf9eb010675629abaedcc67e5f Mon Sep 17 00:00:00 2001 From: Hironori Kitagawa Date: Fri, 11 Aug 2017 14:10:49 +0900 Subject: [PATCH] lltjcore.sty: \relax{} -> \spacefactor\@m{} (in def. of \@setref) --- src/patches/lltjcore.sty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/patches/lltjcore.sty b/src/patches/lltjcore.sty index 1c8b1d7..a6eab9a 100644 --- a/src/patches/lltjcore.sty +++ b/src/patches/lltjcore.sty @@ -183,7 +183,7 @@ \@latex@warning{Reference `#3' on page \thepage \space undefined}% \else - \expandafter#2#1\relax{}% change \null to \relax + \expandafter#2#1\spacefactor\@m{}% change \null to \spacefactor\@m{} \fi} \endgroup \if@compatibility\else -- 2.11.0