Search found 4 matches

by event-horizon
Fri Oct 15, 2021 10:58 am
Forum: XeTeX
Topic: ligatures not forming with some fonts with XeLaTeX
Replies: 4
Views: 30447

ligatures not forming with some fonts with XeLaTeX

Zauguin, thank you for your response. Based on your response, it looks like XeLaTeX and the PDF converter are working as intended?


For Georgia (at least the Georgia version in my system, 5.59) the ligatures you are looking for are defined as "Discretionary Ligatures" and not as "Default Ligatures ...
by event-horizon
Wed Oct 06, 2021 9:12 am
Forum: XeTeX
Topic: ligatures not forming with some fonts with XeLaTeX
Replies: 4
Views: 30447

ligatures not forming with some fonts with XeLaTeX

It is unclear if the ligature characters are being used in the PDF generated by *LaTeX.

I did a simple experiment. I selected the characters fi and fl (highlighting them in preparation for a copy/paste). With the XeLaTeX versions of the PDFs, I was able to individually select 'f', 'i', and 'l ...
by event-horizon
Tue Sep 28, 2021 8:59 am
Forum: XeTeX
Topic: ligatures not forming with some fonts with XeLaTeX
Replies: 4
Views: 30447

ligatures not forming with some fonts with XeLaTeX

The same problem occurs with the Georgia font which is readily available on Linux.

Here is the fontspec:


\defaultfontfeatures[Georgia]{
Path = /usr/share/fonts/truetype/msttcorefonts/,
Extension = .ttf,
UprightFont = *,
ItalicFont = *_Italic,
BoldFont = *_Bold,
BoldItalicFont = *_Bold ...
by event-horizon
Sun Sep 26, 2021 12:26 pm
Forum: XeTeX
Topic: ligatures not forming with some fonts with XeLaTeX
Replies: 4
Views: 30447

ligatures not forming with some fonts with XeLaTeX

I have created fontspec files for various fonts and have been testing them with XeLaTeX. I have found that ligatures are not forming with certain fonts. Here is an example:

I have available to me Bitstream's Baskerville font. It is a truetype font and my font directory is as follows:


$ ls /usr ...