ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Simplefonts + Linux Libertine fails to do italics and bold
@ 2010-08-13 11:58 John Haltiwanger
  2010-08-13 15:56 ` Hans Hagen
  2010-08-13 16:36 ` Wolfgang Schuster
  0 siblings, 2 replies; 4+ messages in thread
From: John Haltiwanger @ 2010-08-13 11:58 UTC (permalink / raw)
  To: mailing list for ConTeXt users

The following shows a problem I am seeing when trying to use the
opentype version of Linux Libertine with the simplefonts module.

\usemodule[simplefonts]
\setmainfont[linlibertineo]

\starttext
	Well, {\em this} doesn't work but {\sc this} does... and bold {\bf neither}
\stoptext

Using a recent minimals and a luatex ~0.60.2 .
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Simplefonts + Linux Libertine fails to do italics and bold
  2010-08-13 11:58 Simplefonts + Linux Libertine fails to do italics and bold John Haltiwanger
@ 2010-08-13 15:56 ` Hans Hagen
  2010-08-13 16:36 ` Wolfgang Schuster
  1 sibling, 0 replies; 4+ messages in thread
From: Hans Hagen @ 2010-08-13 15:56 UTC (permalink / raw)
  To: mailing list for ConTeXt users

On 13-8-2010 1:58, John Haltiwanger wrote:
> The following shows a problem I am seeing when trying to use the
> opentype version of Linux Libertine with the simplefonts module.
>
> \usemodule[simplefonts]
> \setmainfont[linlibertineo]
>
> \starttext
> 	Well, {\em this} doesn't work but {\sc this} does... and bold {\bf neither}
> \stoptext
>
> Using a recent minimals and a luatex ~0.60.2 .

it might be related to the names of the fonts when they're taken from 
ctan as there fontnames get texified sometimes

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
                                              | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Simplefonts + Linux Libertine fails to do italics and bold
  2010-08-13 11:58 Simplefonts + Linux Libertine fails to do italics and bold John Haltiwanger
  2010-08-13 15:56 ` Hans Hagen
@ 2010-08-13 16:36 ` Wolfgang Schuster
  2010-08-13 17:12   ` John Haltiwanger
  1 sibling, 1 reply; 4+ messages in thread
From: Wolfgang Schuster @ 2010-08-13 16:36 UTC (permalink / raw)
  To: mailing list for ConTeXt users

  Am 13.08.10 13:58, schrieb John Haltiwanger:
> The following shows a problem I am seeing when trying to use the
> opentype version of Linux Libertine with the simplefonts module.
>
> \usemodule[simplefonts]
> \setmainfont[linlibertineo]

You have to use the full name of the font, e.g.

\setmainfont[Linux Libertine O]

Wolfgang

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Simplefonts + Linux Libertine fails to do italics and bold
  2010-08-13 16:36 ` Wolfgang Schuster
@ 2010-08-13 17:12   ` John Haltiwanger
  0 siblings, 0 replies; 4+ messages in thread
From: John Haltiwanger @ 2010-08-13 17:12 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Thanks, that resolves it!

On Fri, Aug 13, 2010 at 4:36 PM, Wolfgang Schuster
<schuster.wolfgang@googlemail.com> wrote:
>  Am 13.08.10 13:58, schrieb John Haltiwanger:
>>
>> The following shows a problem I am seeing when trying to use the
>> opentype version of Linux Libertine with the simplefonts module.
>>
>> \usemodule[simplefonts]
>> \setmainfont[linlibertineo]
>
> You have to use the full name of the font, e.g.
>
> \setmainfont[Linux Libertine O]
>
> Wolfgang
>
> ___________________________________________________________________________________
> If your question is of interest to others as well, please add an entry to
> the Wiki!
>
> maillist : ntg-context@ntg.nl /
> http://www.ntg.nl/mailman/listinfo/ntg-context
> webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
> archive  : http://foundry.supelec.fr/projects/contextrev/
> wiki     : http://contextgarden.net
> ___________________________________________________________________________________
>
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-08-13 17:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-13 11:58 Simplefonts + Linux Libertine fails to do italics and bold John Haltiwanger
2010-08-13 15:56 ` Hans Hagen
2010-08-13 16:36 ` Wolfgang Schuster
2010-08-13 17:12   ` John Haltiwanger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).