Re: [XeTeX] Linux Libertine 5 serif too heavy

2011-06-14 Thread M. Niedermair
Hi Sebastian, 1) Previously, I downloaded the fontfiles from http://sourceforge.net/projects/linuxlibertine/files/linuxlibertine as http://www.linuxlibertine.org links there. Is that not the proper location to get the files? if you only want to download the fonts, the sourceforge.net is the

Re: [XeTeX] Linux Libertine 5 serif too heavy

2011-06-13 Thread M. Niedermair
Hi, It seems like there have been problems with downloading the archive from SourceForge. Last time I tried the archive was broken: viz. [GlenMorangie:~/Downloads] rossmoor% tar tf LinLibertineFont-4.4.1.tar use the latex version on ctan ftp://dante.ctan.org/tex-archive/fonts/libertine/ wit

Re: [XeTeX] Linux Libertine 5 serif too heavy

2011-06-13 Thread M. Niedermair
Hi, thans for your reply. Actually, with version LinLibertine_Re-4.7.5.otf I do get the desired output. That's why I'm so confused. use the actual version! ftp://dante.ctan.org/tex-archive/fonts/libertine/ By Michael -- Subscriptions, Archi

Re: [XeTeX] Linux Libertine 5 serif too heavy

2011-06-13 Thread M. Niedermair
Hi, I tried the new version 5 of the Linux Libertine font. I'm getting a way to heavy serif font. Could someone please check if this a problem with my setup or a real problem? Thanks, Sebastian \documentclass[fontsize=12pt]{scrartcl} \usepackage{fontspec} \setmainfont{Linux Libertine O} if

Re: [XeTeX] linux libertine and number

2010-12-29 Thread M. Niedermair
I read somewhere that Linux Libertine developers are working on an OpenType math font, may be there is a beta release somewhere. Not yet! Maybe in some weeks a alpha version. By Michael -- Subscriptions, Archive, and List information, etc.: h

Re: [XeTeX] OldStyle Numbers not changeable to Lining Numbers

2010-08-18 Thread M. Niedermair
Hi Will, \newfontfamily\libertineX[Mapping=tex-text, RawFeature=+liga% ;+pnum ]{Linux Libertine O} ... You can change the rawfeature as you like. smcp, frac, hlig, dlig, lnum, pnum, zero, ... While there's nothing wrong with this, I'll just

Re: [XeTeX] OldStyle Numbers not changeable to Lining Numbers

2010-08-17 Thread M. Niedermair
Hi, try \documentclass{article} \usepackage[osf]{libertine} \newfontfamily\libertineX[Mapping=tex-text, RawFeature=+liga% ;+pnum ]{Linux Libertine O} \begin{document} A0123456789 {\libertineX B0123456789 } A0123456789 \end{document} tested