Tagged Questions
4
votes
3answers
53 views
How do I get Libertine + Libertine in math mode + historical ligatures + french-style?
I would like to write a document using:
Libertine;
Libertine in a correct math mode;
Historical ligatures;
French style of mathematics (upright greek letters and capital letters).
I know I should ...
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 ...
4
votes
3answers
72 views
XeTeX with CJK: wrong font for numero sign
I'm using XeTeX in a MiKTeX 2.9 environment on Windows. Recently, I've added the xeCJK package to a larger document for including a short passage in Chinese. This, however, caused (among others) the ...
5
votes
1answer
166 views
Font problem with XeLaTeX
When trying to compile my .tex file using the xelatex command in TeXmaker (with MiKTeX), I get this error message:
! fontspec error: "font-not-found"
!
! The font "Linux Libertine O" cannot be ...
0
votes
1answer
46 views
Trouble adding fonts to texmate [closed]
I'm trying to follow the guide found here:
http://maketecheasier.com/make-a-pretty-resume-with-latex-the-easy-way/2013/01/15
and just having terrible luck. I'm sure this is an easy problem to ...
6
votes
2answers
284 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 ...
4
votes
1answer
206 views
libertineotf and xelatex - bold smallcaps broken?
It seems like bold smallcaps don't work with libertineotf any longer? I am currently adjusting an old template which I was using with pdflatex, and I need those bold small caps:
...
1
vote
2answers
229 views
Why can't I access alternate glyphs in Linux Libertine when using fontspec?
When I try to build Dario Taraborelli's CV example using fontspec font designations and Linux Libertine O, the ampersand glyph breaks. Here is the MWE:
%------------------------------------
% Dario ...
6
votes
0answers
138 views
Contextual Substitution with LuaLateX
Contextual substition doesn't seem to work with LuaLateX, while it works fine with XeLateX. Am I doing something wrong or is this a bug?
\documentclass{article}
\usepackage{fontspec}
...
3
votes
1answer
179 views
Best way to use Linux Biolinum Keyboard with fontspec?
I am trying to typeset keyboard shortcuts in my document, e.g. "CTRL + SHIFT + S". The Linux Libertine font family includes a nice keyboard font that I would like to use. What's the best way to use it ...
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]
...
8
votes
1answer
269 views
XeTeX: better using system fonts or packages?
I've recently switched to XeTeX.
In my document I use this code to set the fonts:
\usepackage[math-style=ISO,bold-style=ISO]{unicode-math}
\usepackage{xunicode}
\usepackage{fontspec}
...
5
votes
2answers
795 views
Using Linux Libertine in math mode with unicode-math (XeLaTeX)
I'm trying to use the Linux Libertine font for my thesis. Libertine in fact does have mathematical symbols, but I didn't manage to use them properly in unicode-math. The following example sums up my ...
14
votes
2answers
617 views
Parentheses differ (XeLaTeX, fontspec, newtxmath, libertine)
After Internal error: bad native font flag I stumbled upon another weird problem with the combination XeLaTeX/fontspec/Libertine/newtxmath:
\documentclass{scrartcl}
\usepackage[no-math]{fontspec}
...
7
votes
2answers
298 views
Internal error: bad native font flag (XeLaTeX, fontspec, newtxmath, libertine, \dot)
I'm trying to use \dot{P} in a math environment.
MWE:
\documentclass{scrartcl}
\usepackage[no-math]{fontspec}
\usepackage{libertineotf}
\usepackage[libertine]{newtxmath}
\begin{document}
...
10
votes
2answers
411 views
Substitute italic ampersand with alternative ampersand in Linux Libertine O
Based in this answer I want to create a command \amper that uses the alternative ampersand of Linux Libertine O and leaves the regular \& alone. The problem with the MWE below is that hyperref ...
4
votes
2answers
281 views
How to disable oldstyle numerals in a boldface text in Linux Libertine?
This document compiles (in XeLaTeX), but the boldface numbers are set oldstyle. Why? How to use boldface lining digits with Linux Libertine?
\documentclass{article}
\RequirePackage{fontspec}
...
2
votes
2answers
1k views
Linux Libertine O and Linux Biolinum O not found
I have TeX Live 2011. I set
\usepackage{fontspec}
\setmainfont{Linux Libertine O}
\setsansfont{Linux Biolinum O}
but I get a warning that these fonts are not found! If I try ...
1
vote
1answer
187 views
How to set equation numbers in lining numerals?
I'm using XeLaTeX with Linux Libertine (using fontspec) and oldstyle numbers. I'd like, however, to set equation numbers (using amsmath's \eqref) in lining numbers. This does not work:
...
3
votes
2answers
1k views
Linux Libertine Biolinum xelatex and lualatex
This is actually two questions rolled into one. Consider the example file below:
\documentclass[a4paper]{article}
\usepackage{fontspec}
%
...
13
votes
4answers
2k views
What free math font could/should accompany Linux Libertine and Linux Biolinum?
Well, the title of the question pretty much says everything. To be more precise: I'd like to know (1) what font would be visually suitable to use with Linux Libertine and/or Linux Biolinum as the ...
11
votes
1answer
668 views
Linux Libertine, libertineotf package and bold
Being interested by using the Linux Libertine font, I made some test with XeLaTeX and pdfLaTeX. My idea was to find a font that is suitable for use in xelatex, pdflatex and outside of any TeX flavour.
...
1
vote
2answers
502 views
Weird behavior when using small caps and slanted fonts with fontspec in XeLaTeX
I use XeLaTeX and the fontspec package.
Now, I like to use Linux Libertine as standard font. The slanted (not italics) characters are stored in a different font. Now, to use them with \slshape, I ...
5
votes
1answer
1k views
Problems with opentype options under XeTeX
I am new in the LaTeX world, so I don't understand everything about it, especially about the use of fonts.
I installed Linux Libertine font on my distribution (I use Gentoo, so I installed the ...
2
votes
2answers
386 views
\emph yields bold-italic using the package “libertine”
How can I make \emph use italics again after loading the package libertine? I suspect that this may be a bug in the font itself. I tried reinstalling the font and upgrading it onto the most recent ...
3
votes
2answers
383 views
Linux Libertine Initials break emph
Loading the Linux Libertine Initials font breaks the emph command, even if the font is not used:
\documentclass{scrartcl}
...

