Like The New Yorker, I want my Adobe Caslon Pro to have ligatures for ffl, ffi, etc. but not for Th.
Using LuaLaTeX, how can I simply disable the Th ligature? Is it possible to do this without using the selnolig
package, and, if not, could you tell me exactly how I should alter my preamble to make selnolig
work?
\documentclass[fontsize=13.5pt,oneside,DIV=calc]{scrbook}
\usepackage{fontspec}
\setmainfont[Ligatures=TeX]{Adobe Caslon Pro}
\usepackage[paperwidth=150mm,paperheight=225mm]{geometry}
\geometry{verbose,tmargin=0.55in,bmargin=0.5in,lmargin=0.6in,rmargin=0.6in}
\pagestyle{empty}
\usepackage{microtype}
\usepackage{csquotes}
\MakeOuterQuote{"}
\MakeInnerQuote{´}
\automatichyphenmode=1
\frenchspacing
\usepackage{polyglossia}\setdefaultlanguage[variant=american]{english}