On Sun, Jul 4, 2010 at 13:10, Wolfgang Schuster
Could you show me how to install this font for ConTeXt please ? I use mimimal ConTeXt (Windows XP).
Put the fonts in the systems font directory (C:\Windows\Fonts), this is everything you need for mkiv, to use load them with
\setupbodyfont[libertine]
That does not work for me. In C:\Windows\Fonts I have (downloaded from SF site): 15/06/2010 23:41 343 708 LinLibertine_Bd-4.1.5.otf 15/06/2010 23:47 803 864 LinLibertine_Bd-4.1.5.ttf 15/06/2010 23:41 375 796 LinLibertine_BI-4.1.0.otf 15/06/2010 23:48 869 088 LinLibertine_BI-4.1.0.ttf 15/06/2010 23:41 241 132 LinLibertine_C-4.0.4.otf 15/06/2010 23:48 629 012 LinLibertine_C-4.0.4.ttf 15/06/2010 23:42 451 756 LinLibertine_It-4.2.6.otf 15/06/2010 23:49 880 244 LinLibertine_It-4.2.6.ttf 15/06/2010 23:42 434 528 LinLibertine_Re-4.7.5.otf 15/06/2010 23:50 914 796 LinLibertine_Re-4.7.5.ttf My test file: \setuppapersize[A4][A4] \setupbodyfont[libertine,12pt] \starttext This is a test of Libertine fonts. \stoptext After run : context test.tex I got PDF which does not contain Libertine font !!! My ConTeXt : C:\context>context --version MTXrun | main context file: C:/context/tex/texmf-context/tex/context/base/context.tex MTXrun | current version: 2010.05.24 13:05 Any idea ? Thanks,