[tex-live] texdoc for libertine

Denis Bitouzé dbitouze at wanadoo.fr
Thu Nov 29 11:14:57 CET 2012


Le jeudi 29/11/12 à 10h13,
Herbert Voss <Herbert.Voss at fu-berlin.de> a écrit :

> no, it was never said that it will _completely_ support
> the features of libertineotf

I agree but then features of libertineotf not provided by libertine
should still be easily available, even as a separate package.

> ... Then it must also support the bug in libertineotf :-)

Even the bugs :)

> \documentclass{article}
> \usepackage{libertine}
> \setmonofont[Scale=0.82]{Linux Mono O}
> \newfontface\LinKeyboard{Linux Biolinum Keyboard O}
> \def\LKey#1{{\LinKeyboard#1}}
> \begin{document}
> \LKey{A} \texttt{Mono}
> \end{document}
> 
> should work ...

Well... The following:

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass{article}
\usepackage{libertine}
\newfontface\LinKeyboard{Linux Biolinum Keyboard O}
\def\LKey#1{{\LinKeyboard#1}}
\begin{document}
\LKey{A}
\end{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

does work (BTW you saved my life, many thanks Herbert!) but the
compilation of the following:

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass{article}
\usepackage{libertine}
\setmonofont[Scale=0.82]{LinLibertineMO}
\begin{document}
\texttt{Mono}
\end{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

stays many seconds on the line:

(/usr/local/texlive/2012/texmf-dist/tex/latex/libertine/fxbuni.inc))

Hence, if the previous file is test1.tex:

$ time xelatex test1
real    0m9.073s
user    0m8.705s
sys     0m0.355s

whereas if test2.tex contains:

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass{article}
\usepackage{libertine}
\begin{document}
\texttt{Mono}
\end{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

$ time xelatex test2
real    0m0.980s
user    0m0.856s
sys     0m0.119s

> However, as long as the keyboard font is provided with the
> Libertine fonts from libertine.org it maybe part of the
> package libertine, also the mono font.

I fully agree!

Thanks again!
-- 
Denis



More information about the tex-live mailing list