hi,
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
XeTeX ⇒ Linux Libertine glyphs
NEW: TikZ book now 40% off at Amazon.com for a short time.
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Linux Libertine glyphs
Build a minimal working example (MWE) and attach the according log file to your next post. I have no problem with the following code.
Best regards and welcome to the board
Thorsten
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
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Linux Libertine glyphs
hi localghost,
thank you for your quick response.
(in case the next post comes with code/log file attached)
regards
nitram
thank you for your quick response.
(in case the next post comes with code/log file attached)
regards
nitram
Linux Libertine glyphs
nitram: You could of course try xelatex and use this kind of code:
Hope it helps.
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}