0
votes
1answer
18 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 ...
5
votes
3answers
116 views

lining figures in tables and math, old style figures in text

I’m using TeXLive 2012, up to date on Ubuntu 12.10. When I use the libertine package with the option osf and newtxmath for math fonts!, I get oldstyle nombers everywhere, but I only want to use them ...
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} ...
10
votes
0answers
135 views

Libertine Mono and lualatex

Using lualatex on latest TeXLive 2012 I am not able to select Libertine Mono by its full name via fontspec. luaotfload is finding the font and it is written into ...
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 ...
7
votes
1answer
80 views

Specifying a different font for polytonic Greek in pdfTeX with Babel

I am writing my master’s thesis with the ulthese class, which is now part of MiKTeX and TeX Live. This class is based on memoir and is fairly flexible, but assumes the use of pdfTeX and sets the font ...
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 ...
4
votes
1answer
96 views

Biolinum font bold 11pt issue in tableofcontents [closed]

I found an issue in adopting the Biolinum font, bold face at 11pt, in the tableofcontents. At 10pt or 12pt it works just fine, indeed. But I need to use 11pt. Compiled indifferently under LuaLaTeX ...
3
votes
2answers
169 views

Font mismatch with Linux Libertine and siunitx package

Following example: \documentclass{scrbook} \usepackage{amsmath} \usepackage{amssymb} \usepackage{microtype} \usepackage{siunitx} \usepackage{fontspec} \setmainfont{Linux Libertine O} ...
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 ...
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} % ...
1
vote
0answers
158 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} ...
5
votes
3answers
163 views

Changing numbers font features while changing shape

I am writing a document with the main font set up with old numbers, but I would like to have the "normal" style in the tables. This works but one particular table has some of the numbers in italic and ...
6
votes
1answer
433 views

\setmainfont{Linux Libertine O} uses pfb files instead of otf

(This is sort of a follow-up to libertineotf and xelatex - bold smallcaps broken?, based on a problem that I had noticed earlier, but hadn't put my finger on.) \documentclass{article} ...
4
votes
1answer
205 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: ...
0
votes
0answers
153 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 ...
18
votes
3answers
991 views

Linux Libertine package and fonts not working anymore (fall 2012)

So in the last couple of weeks I've had some issues with the Linux Libertine font and package, both don't seem to work anymore on a completely up-to-date version of MacTeX (which is equivalent to TeX ...
8
votes
2answers
408 views

How does “libertine-type1” work?

I am really struggling to understand how the packages libertine-type1 and biolinum-type1 work now that libertine-legacy is depreciated. According to the new libertine.sty all options when using ...
4
votes
1answer
218 views

Problem with libertine font for pretty big quotes

The following code, that I used with success, does not work with the last TeX LIve distribution. I don't know why. \documentclass{article} \usepackage[utf8]{inputenc} \usepackage[T1]{fontenc} ...
5
votes
1answer
172 views

Linux Libertine does not show Greek SmallCaps

According to the Linux Libertine font tester you can have Greek small caps. However the following example does not yield the desirable result: \documentclass{article} \usepackage{fontspec} ...
13
votes
2answers
480 views

Which typewriter font fits to Linux Libertine and supports bold letters?

I'm thinking about using the Linux Libertine font (\usepackage{libertine}) in my next TeX documents. For listings with syntax highlighting I will need a typewriter font that supports boldface. I ...
12
votes
3answers
494 views

Linux Libertine: Change Numeral Set

I am using the Linux Libertine font for my document. The font provides different numeral sets, "normal" numbers which are all the same height, and medieval/minuscle numbers with varying height. By ...
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} ...
0
votes
0answers
778 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
1answer
444 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 ...
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
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: ...
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
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
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} % ...
19
votes
2answers
628 views

How to get Wikipedia W from Linux Libertine?

How can I get the Wikipedia-looking crossing-w from Linux Libertine font? They talk about it on their homepage and in the wikipedia article, but I can't find an example of how to actually produce it. ...
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. ...
19
votes
1answer
2k views

libertine font package doesn't work anymore (December 2011)

If you're using an up-to-date system and you're having trouble with using the Linux Libertine fonts, you should probably check out Linux Libertine package and fonts not working any more (fall 2012), ...
0
votes
0answers
659 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 ...
18
votes
5answers
3k views

Is it possible to use Linux Libertine as a mathematical font?

I recently heard that there is a package called unicode-math that makes it possible to use an ordinary TTF/OTF font for mathematic typesetting. To what degree is that possible with Linux Libertine? I ...
9
votes
1answer
657 views

Linux Libertine and pdfTeX: glyph `a' undefined

I have little doubt, usually, in the Linux Libertine font with LaTeX / pdflatex, but a couple of weeks ago, the following happened to me: I have the file with the following test.tex ...
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} ...
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 ...
7
votes
2answers
813 views

Libertine fonts not working in ConTeXt

In a previous question about vertical rhythm, I was pointed at ConTeXt, which I am now trying to use. I first took the step from LaTeX to luaLaTeX in order to get simplified font selection and the ...
13
votes
1answer
707 views

Italic Correction for Linux Libertine Font

I was looking for a new font for the manuals of my LaTeX packages and found the Linux Libertine most pleasing. However it seems that it doesn't support italic correction (yet). I assume that a font ...