I want to disable ligatures when I am typing letters, however, I need '--' to be joined to a long dash. Is it possible to make this?
Now I am avoiding it like this
\usepackage{microtype}
\DisableLigatures{encoding = *, family = * }
|
I want to disable ligatures when I am typing letters, however, I need '--' to be joined to a long dash. Is it possible to make this? Now I am avoiding it like this
|
|||
|
You can only do it the other way round as described in the documentation of
|
|||
|
|
\textendashfor the en-dash. – egreg May 29 '12 at 8:52