2

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}
\usepackage{libertine}
\begin{document}
\libertineGlyph{W.alt}ikipedia
\end{document}

with XeTeX and LuaTeX as well, but with pdfLaTeX the command is not available:

! Undefined control sequence.
l.5 \libertineGlyph
                   {W.alt}ikipedia
Micha
  • 2,869

1 Answers1

1

Install and use the libertine-legacy package from CTAN.

Werner
  • 603,163
user22108
  • 606