GeneralHow to disable ligatures?

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
Monkey D
Posts: 22
Joined: Thu Nov 01, 2007 6:12 pm

How to disable ligatures?

Post by Monkey D »

Is there any way to disable ligatures at a global level?

I hate it when "fi" gets replaced by one character... and I'm sure there are lots of other cases.
Many people like latex because of this feature... Well, no me... it's just a really annoying way to ruin search in pdf files! :x

Thank you.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX books
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

How to disable ligatures?

Post by localghost »

Try a postscript font from the psnfss (Postscript New Font Selection Scheme) or other fonts like the pxfonts (Palatino style) or txfonts (Times style). Other nice (almost complete) font shapes are provided by the kpfonts and libertine. All these fonts should preferably be used with T1 encoding (Cork Encoding).


Best regards
Thorsten¹
A.ndi
Posts: 1
Joined: Tue Dec 30, 2008 2:26 pm

How to disable ligatures?

Post by A.ndi »

disable ligatures:

Code: Select all

Code, edit and compile here:
\usepackage{microtype}
\DisableLigatures{encoding = *, family = * }
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
Best regards,
Andreas
Keta
Posts: 63
Joined: Tue Nov 25, 2008 1:00 pm

How to disable ligatures?

Post by Keta »

it's just a really annoying way to ruin search in pdf files!
What kind of package, compiler, viewer, etc. are you using? I did a try, and using both latex and pdflatex the "fi" string was searchable with Evince.
Post Reply