max_mad666 wrote:I'm quite happy but what is strange is that usually if you use a "good" serif font you get:
A normal amph "&" in general
An alternative amph quite styllictic in italic
I'm not sure that's true. With a good font you get in both cases a
suiting ampersand. In my eyes this is the case with the libertine font. But then, beauty lies in the eye of the beholder, so...
Anyway. `libertine-otf' provides
\libertineGlyph{}
and
the manual contains a comprehensive list of available glyphs.
Code: Select all
\documentclass{article}
\usepackage[libertine={Ligatures=TeX}]{libertineotf}
\begin{document}
Mumford \&\ Sons
\itshape
Mumford \&\ Sons
Mumford \libertineGlyph{ampersand.alt} Sons
\end{document}
Regards