Tagged Questions
2
votes
0answers
101 views
\pdfglyphtounicode with XeTeX
One well known problem with using the font Linux Libertine (presumably other fonts too), is that its many ligatures are not recognized in the resulting pdf-file, so that it's not possible to search ...
11
votes
1answer
77 views
Should I use the font encoding LY1 with the package libertine?
I normally use \usepackage[T1]{fontenc} without giving it any thought. The package libertine seems to provide more ligatures with the LY1 encoding.
\documentclass{article}
\usepackage{libertine}
...
7
votes
2answers
220 views
Linux Libertine ligatures / T1
The libertine package documentation says
It is recommended that the font encoding be set to T1 or LY1 but the default OT1 encoding is also supported.
\documentclass{article}
% ...
6
votes
2answers
279 views
Problem of Arabic numbers in math mode with 'New TX' math font option [Libertine] compiled by XeLaTeX
Recently i decided to use the Libertine font to write my dissertation, because finally there is kinda math font for Libertine: \usepackage[libertine]{newtxmath}. Since I want to enable of the ...
5
votes
1answer
134 views
Possible to enable historical Ligatures of Libertine font in Ubuntu system?
I searched all of related posts but it seems that there is no solution in this case.
I really wann activate the feature of historical Ligatures of Libertine font e.g:
In Ubuntu system is it ...
7
votes
1answer
213 views
Using ligatures from libertine for roman numerals in pdftex
I am using the Linux Libertine font through the libertine-legacy package with pdftex. This font contains nice ligatures for roman numerals, e.g., \LibertineGlyph{tworoman} gives ii. Now I want to use ...
5
votes
1answer
193 views
Libertine's discretionary and historical ligatures with ConTeXt and XeTeX
I would like activate Libertine's discretionary and historical ligatures with ConTeXt and XeTeX compilation.
Currently, I'm using this:
\definetypeface[Libertine][rm][Xserif][Linux Libertine O]
...
6
votes
3answers
260 views
Incorrect font for ligated glyphs, bold-italics combination, Libertine font
Would appreciate your help with the following code:
\begin{definition}
The \textbf{confidence interval (CI)} for ...
\end{definition}
The problem is that the letters "fi" within the word ...
12
votes
1answer
748 views
Use Libertine's discretionary and historical ligatures with pdfTeX
I know XeTeX can easily turn on and off Linux Libertine's different sets of ligatures as described in the Manual for
Linux Libertine with XeTeX, but is there a way to use the discretionary or the ...
32
votes
1answer
2k views
Make ligatures in Linux Libertine copyable (and searchable)
I'm currently working on an essay written in LaTeX form. I'm facing problems with ligatures - in my pdf output (rendered using pdftex) opened in Adobe Reader I get X's and V's when copy-pasting words ...
