ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Back again with lucida problems
@ 2018-03-03 14:13 Eric Detrez
  2018-03-03 16:36 ` Wolfgang Schuster
  2018-03-04  2:24 ` Henri Menke
  0 siblings, 2 replies; 3+ messages in thread
From: Eric Detrez @ 2018-03-03 14:13 UTC (permalink / raw)
  To: ntg-context


[-- Attachment #1.1: Type: text/plain, Size: 355 bytes --]

I don't find any hint to my problem.

I bought Lucida fonts from Tugboat.

I want to get small caps AND primes (P'(x))

It seem I can't have both

When I use

\usetypescript[lucida]

\setupbodyfont[lucidaot,10pt,rm]

I don't have smallcaps


When I use

\usetypescript[lucida]

\setupbodyfont[lucida,10pt,rm]

primes are ugly


Did I miss something ?





[-- Attachment #1.2: Type: text/html, Size: 2510 bytes --]

[-- Attachment #2: lucida.pdf --]
[-- Type: application/pdf, Size: 12305 bytes --]

[-- Attachment #3: lucida.tex --]
[-- Type: text/x-tex, Size: 107 bytes --]

\usetypescript[lucida]
\setupbodyfont[lucida,10pt,rm]
\starttext

Blabla

$p'(1)$

{\sc Blabla}


\stoptext

[-- Attachment #4: lucidaOT.pdf --]
[-- Type: application/pdf, Size: 6343 bytes --]

[-- Attachment #5: lucidaOT.tex --]
[-- Type: text/x-tex, Size: 109 bytes --]

\usetypescript[lucida]
\setupbodyfont[lucidaot,10pt,rm]
\starttext

Blabla

$p'(1)$

{\sc Blabla}


\stoptext

[-- Attachment #6: Type: text/plain, Size: 492 bytes --]

___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Back again with lucida problems
  2018-03-03 14:13 Back again with lucida problems Eric Detrez
@ 2018-03-03 16:36 ` Wolfgang Schuster
  2018-03-04  2:24 ` Henri Menke
  1 sibling, 0 replies; 3+ messages in thread
From: Wolfgang Schuster @ 2018-03-03 16:36 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 1103 bytes --]


\setupbodyfont[lucidaot]

\starttext

Blabla

{\feature[+][f:smallcaps]Blabla}

{\setsmallcaps Blabla}

\stoptext

Wolfgang
> Eric Detrez <mailto:info@eric-detrez.fr>
> 3. März 2018 um 15:13
>
> I don't find any hint to my problem.
>
> I bought Lucida fonts from Tugboat.
>
> I want to get small caps AND primes (P'(x))
>
> It seem I can't have both
>
> When I use
>
> \usetypescript[lucida]
>
> \setupbodyfont[lucidaot,10pt,rm]
>
> I don't have smallcaps
>
>
> When I use
>
> \usetypescript[lucida]
>
> \setupbodyfont[lucida,10pt,rm]
>
> primes are ugly
>
>
> Did I miss something ?
>
>
>
>
> ___________________________________________________________________________________
> 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://context.aanhet.net
> archive : https://bitbucket.org/phg/context-mirror/commits/
> wiki : http://contextgarden.net
> ___________________________________________________________________________________


[-- Attachment #1.2: Type: text/html, Size: 4657 bytes --]

[-- Attachment #2: Type: text/plain, Size: 492 bytes --]

___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

* Re: Back again with lucida problems
  2018-03-03 14:13 Back again with lucida problems Eric Detrez
  2018-03-03 16:36 ` Wolfgang Schuster
@ 2018-03-04  2:24 ` Henri Menke
  1 sibling, 0 replies; 3+ messages in thread
From: Henri Menke @ 2018-03-04  2:24 UTC (permalink / raw)
  To: ntg-context

Smallcaps are for some reason missing from the typescript file.  Just add the
corresponding definition in your document and you should be fine.

---

\starttypescript [serif] [lucidaot]
  \definefontsynonym [SerifCaps] [Serif] [features={default,smallcaps}]
\stoptypescript

\setupbodyfont[lucidaot,10pt]

\starttext

Blabla

$p'(1)$

{\sc Blabla}

\stoptext

On Sat, 2018-03-03 at 15:13 +0100, Eric Detrez wrote:
> I don't find any hint to my problem.
> I bought Lucida fonts from Tugboat.
> I want to get small caps AND primes (P'(x))
> It seem I can't have both
> When I use
> \usetypescript[lucida]
> \setupbodyfont[lucidaot,10pt,rm]
> I don't have smallcaps
> 
> When I use
> \usetypescript[lucida]
> \setupbodyfont[lucida,10pt,rm]
> primes are ugly
> 
> Did I miss something ?
> 
> 
> 
> ______________________________________________________________________________
> _____
> 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://context.aanhet.net
> archive  : https://bitbucket.org/phg/context-mirror/commits/
> 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

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

end of thread, other threads:[~2018-03-04  2:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-03 14:13 Back again with lucida problems Eric Detrez
2018-03-03 16:36 ` Wolfgang Schuster
2018-03-04  2:24 ` Henri Menke

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).