{libertine} is about the Linux Libertine font which can be loaded with the package of the same name.
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}
%
...
3
votes
1answer
174 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 ...
3
votes
1answer
128 views
\dot not available on XeLaTeX with package eulervm
When compiling this document:
\documentclass{scrartcl}
\usepackage[biolinum]{libertine}
\usepackage[euler-digits,small]{eulervm}
\begin{document}
\[
U=-\dot\Phi=-\frac d{dx}\int_A B\;dA
\]
...
3
votes
1answer
373 views
MikTeX 2.9: libertine suddenly broken [closed]
MikTeX 2.9: 'libertine' seems to have broken at some point today (9 Dec leading into 10 Dec). The following code should produce some material in libertine:
\documentclass[a4paper,10pt]{article}
...
3
votes
1answer
130 views
smashoperator produces black line with Linux Libertine O
When I use fontspec to set the main font to "Linux Libertine O", the smashoperator command (and also mathclap and friends) produce a black line above the smashed subscript (with luatex).
...
3
votes
1answer
166 views
What settings for \[x]spaceskip would you suggest for Linux Libertine?
Quite contrary to my own answer here, I think that the default \spaceskip setting for Linux Libertine is rather unfortunate: seemingly, the shrink component is too high (and I end up getting to narrow ...
3
votes
1answer
395 views
Font mixup with Neo Euler and Fontspec
For my document I would like to use Linux Libertine as main font and Neo Euler as maths font. However, there seems to be some conflict with the code I am using. Here is a MWE and its output:
...
3
votes
1answer
183 views
custom luatex format file
I have to process a big number of files with the same preamble. Therefore I try to build a custom format file. The biggest »time eater« is font loading in lualatex, so I try to load the fonts in the ...
3
votes
2answers
381 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}
...
3
votes
1answer
86 views
menukeys with LinuxLibertine/Biolinum [closed]
I'm trying to use Linux Libertine/Biolinum in combination with the menukeys package. Unfortunately, switching between the default font (everything scaled properly) and Libertine causes the predefined ...
3
votes
1answer
178 views
Libertine/Biolinum suddenly missing/corrupted?
I'm working with Miktex 2.9 64 Bit on Windows 8 with Texniccenter. Up until yesterday I compiled all my documents without any problems. Today everything seems fine, too, I did not run any Miktex ...
3
votes
1answer
217 views
How to adapt classicthesis layout to B5paper and Linux Libertine
Question says it all: I am using classicthesis with XeTeX to typeset my PhD thesis. I want to use B5 paper size (176 × 250 mm) and the beautiful Linux Libertine font. I'm wondering how to
calculate ...
3
votes
2answers
159 views
LinuxLibertine destroys biblatex's supercite [duplicate]
Possible Duplicate:
superscripts with xelatex? (footnotes, natbib)
i want to use \supercite with biblatex. It works fine, unless I switch to LinuxLibertine. The font messes up the ...
2
votes
2answers
382 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 ...
2
votes
1answer
159 views
How to use old style numbers with xelibertine
I use the package:
\usepackage{xelibertine}
It works fine. But I do not know how to make the numbers old style. So I tried
\defaultfontfeatures{Numbers=OldStyle}
But it's not working.
How can ...
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 ...
2
votes
0answers
100 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 ...
2
votes
0answers
35 views
Strange Error with Libertine and pdfpages [duplicate]
Frequently I have to make a compilation of documents. Each document has been produced with pdfLaTeX, and the compilation is done with pdfLaTeX and the package pdfpages.
MWE of my file ...
1
vote
2answers
228 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 ...
1
vote
3answers
474 views
Layout Problems due to Using the Libertine Font in Beamer
Using Linux Biolinum as the sans font in beamer leads to layout problems for several themes. This seems to be related to a bug in the font, since it does not provide the right x-value, see here. I am ...
1
vote
1answer
186 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:
...
1
vote
2answers
499 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 ...
1
vote
1answer
123 views
Odd allocation of diacritic marks in Linux Libertine
Maybe it is just me (I don't think so, though), but the placement of the diacritic marks in the otherwise wonderful Linux Libertine fonts is quite at odds with any well-informed typographic ...
1
vote
1answer
190 views
Libertine italic sans-serif missing
I'm using Ubuntu 12.04 and installed the Ubuntu package 'texlive-fonts-extra' to be able to use the Libertine font. Everything is working fine except the sans-serif (Linux Biolinum) italic font. I ...
1
vote
0answers
74 views
newtxmath, libertine, cm figures [closed]
Newtxmath with libertine and otf
is an attractive combination for beautiful mathematics text. But it
is inconsistent in that for figures 0,1,2,...,9 within math mode it uses the CM font,
not the ...
1
vote
0answers
157 views
Spacing & sizing with libertine and newtxmath
I'm using the following setup for the Libertine font:
\documentclass{article}
\usepackage[T1]{fontenc}
\usepackage[lining]{libertine}
\usepackage[libertine, cmintegrals]{newtxmath}
\begin{document}
...
0
votes
1answer
44 views
libertineGlyph and pdflatex [duplicate]
This is a follow-up question to How to get Wikipedia W from Linux Libertine?
How can \libertineGlyph{W.alt} set with pdflatex? This MWE works fine
\documentclass{article}
\usepackage[T1]{fontenc}
...
0
votes
1answer
440 views
Missing \scriptstyle and \scriptscriptstyle letters with libertine and newtxmath
I have manually installed the newtx package to TEXMFLOCAL (with admin rights), placing everything into the appropriate folders in TEXMFLOCAL/fonts/ and TEXMFLOCAL/tex/latex, and running updmap-sys ...
0
votes
0answers
46 views
Macron in section heading merges into letter
I have a section heading that includes the word 'erōs'. I currently have a command mapped which replaces \eros with er\=os, thus printing the macron. The problem is that in the heading, which is bold, ...
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 ...
0
votes
0answers
152 views
LinLibertineO-osf-sc-t1--base at 720 not found [closed]
!pdfTeX error: pdflatex (file LinLibertineO-osf-sc-t1--base): Font LinLibertine
O-osf-sc-t1--base at 720 not found
==> Fatal error occurred, no output PDF file produced!
I get this message with a ...
0
votes
0answers
777 views
Unable to use libertine in Windows MiKTeX [closed]
\documentclass[14pt]{article}
\usepackage{libertine}
\usepackage[T1]{fontenc}
\title{Hello World}
\begin{document}
Lorem Ipsum
\end{document}
I have trouble with my MiKTeX installation. I tried ...
0
votes
0answers
658 views
Force use of old style figures for all numbers [closed]
After the latest update of the Libertine font, trying to use old style figures globally in a document using the libertine package (in vanilla LaTeX) via \usepackage[osf]{libertine} now results in no ...
