Hi,

I use the package "selnoligs.sty" in LuaLaTeX to selectively suppress
ligatures.

From the selnolig package description:

"The selnolig package suppresses typographic ligatures selectively,
i.e., based on predefined search patterns. The search patterns focus on
ligatures deemed inappropriate because they span morpheme boundaries.
For example, the word shelfful, which is mentioned in the TEXbook as a
word for which the ff ligature might be inappropriate, is automatically
typeset as shelfful rather than as shelfful."


This works with LuaLaTeX:

\documentclass{article}
\usepackage{fontspec}
\usepackage[ngerman]{selnolig}

\begin{document}

Auflage (no ligature)

Abfluss (ligature)

Auffahrt (no ligature)

Schiffe (ligature)

\end{document}


How can I achieve the same in ConTeXt?


This does not work:

\mainlanguage[de]

\starttext
\language[de]

Auflage

Abfluss

Auffahrt

Schiffe

\stoptext


TIA
juh
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to