From 06d834caaa91bee53537e49251a1b30cfb9a8d00 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 15 Jul 2020 13:28:44 -0700 Subject: Use selnolig to selectively suppress ligatures with lualatex. Closes #6534 --- test/lhs-test.latex | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/lhs-test.latex') diff --git a/test/lhs-test.latex b/test/lhs-test.latex index 48d557b27..5dade622f 100644 --- a/test/lhs-test.latex +++ b/test/lhs-test.latex @@ -81,6 +81,9 @@ \providecommand{\tightlist}{% \setlength{\itemsep}{0pt}\setlength{\parskip}{0pt}} \setcounter{secnumdepth}{-\maxdimen} % remove section numbering +\ifluatex + \usepackage{selnolig} % disable illegal ligatures +\fi \author{} \date{} -- cgit v1.2.3