aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2025-02-10 12:54:45 -0800
committerJohn MacFarlane <[email protected]>2025-02-10 13:02:58 -0800
commit4948d27fee8c527652cbc8727150abfd21e8e38d (patch)
tree764c1bebda72facb53c5712411983e5505b27b2a /data
parent786356ace43d622866041f021b09452441ced009 (diff)
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.
Diffstat (limited to 'data')
-rw-r--r--data/templates/common.latex4
1 files changed, 1 insertions, 3 deletions
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
$--