From 4948d27fee8c527652cbc8727150abfd21e8e38d Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 10 Feb 2025 12:54:45 -0800 Subject: Remove selnolig-langs. We now specify the language as a global option again, so we no longer need to specify it when invoking selnolig. See #9863. --- data/templates/common.latex | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'data') diff --git a/data/templates/common.latex b/data/templates/common.latex index 3f93b1b88..e19f54c34 100644 --- a/data/templates/common.latex +++ b/data/templates/common.latex @@ -201,12 +201,10 @@ $endfor$ % get rid of language-specific shorthands (see #6817): \let\LanguageShortHands\languageshorthands \def\languageshorthands#1{} -$if(selnolig-langs)$ \ifLuaTeX - \usepackage[$for(selnolig-langs)$$it$$sep$,$endfor$]{selnolig} % disable illegal ligatures + \usepackage{selnolig} % disable illegal ligatures \fi $endif$ -$endif$ $-- $-- pagestyle $-- -- cgit v1.2.3