Tagged Questions
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:
...
5
votes
1answer
171 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}
...
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}
%
...
1
vote
2answers
500 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 ...