XeTeX ⇒ Linux Libertine glyphs
Linux Libertine glyphs
in any howto, manual, doc, ... it says that the Linux Libertine font is supported by the TeX Live system natively. It works all fine, but whats about all the nice glyphs like:
{\Huge\useTextGlyph{fxl}{Tux}} = "tux-logo" or the
\xllogo = "linuxlibertine-logo" and so on?
it doesn't work for me (tried several options).
any ideas?
thx
nitram
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Linux Libertine glyphs
Code: Select all
\listfiles
\documentclass{scrartcl}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{libertine}
\begin{document}
\Huge
\useTextGlyph{fxl}{Tux}
\xllogo
\end{document}
Best regards and welcome to the board
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Linux Libertine glyphs
thank you for your quick response.
(in case the next post comes with code/log file attached)
regards
nitram
Linux Libertine glyphs
Code: Select all
% 5. Ajuste de Fuentes. Libertine e IM Fell Types.
%---------------------------------------------------------------
\usepackage{xltxtra,url}
\PassOptionsToPackage{no-math}{fontspec}
\usepackage{xunicode}
\setromanfont{Linux Libertine O}
\defaultfontfeatures{Scale=MatchLowercase,RawFeature={+locl},Mapping=tex-text}
\defaultfontfeatures{Mapping=tex-text}
\setmainfont[Mapping=tex-text]{Linux Libertine O}
\setromanfont[Mapping=tex-text]{Linux Libertine O}
\setsansfont[Mapping=tex-text]{Linux Biolinum O}
\setmonofont[Mapping=tex-text]{Courier New}
\setromanfont[Mapping=tex-text, Numbers=OldStyle]{Linux Libertine O}
\defaultfontfeatures{Numbers=OldStyle, Colour=888888}
\fontspec{Linux Libertine O}