ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* concrete fonts
@ 2001-07-25 14:46 Eckhart Guthöhrlein
  2001-07-25 16:37 ` Hans Hagen
  2001-07-26 10:54 ` Hans Hagen
  0 siblings, 2 replies; 3+ messages in thread
From: Eckhart Guthöhrlein @ 2001-07-25 14:46 UTC (permalink / raw)


I tried to use computer concrete fonts via

\setupbodyfont[con]

As far as I have understood the font selection in context, this should 
work. But it doesn't, because a font 'saccr10' is required, which is not 
available (and does not exist, to my knowledge). Maybe this is a bug in the 
typescript files, since it should be ccr10?

\definetypeface[con][rm][serif][concrete][default]
\setupbodyfont[con]

works and gives me ccr as the default font.

Eckhart


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

* Re: concrete fonts
  2001-07-25 14:46 concrete fonts Eckhart Guthöhrlein
@ 2001-07-25 16:37 ` Hans Hagen
  2001-07-26 10:54 ` Hans Hagen
  1 sibling, 0 replies; 3+ messages in thread
From: Hans Hagen @ 2001-07-25 16:37 UTC (permalink / raw)
  Cc: ConTeXt mailing list

At 04:46 PM 7/25/2001 +0200, Eckhart Guthöhrlein wrote:
>I tried to use computer concrete fonts via
>
>\setupbodyfont[con]
>
>As far as I have understood the font selection in context, this should 
>work. But it doesn't, because a font 'saccr10' is required, which is not 
>available (and does not exist, to my knowledge). Maybe this is a bug in 
>the typescript files, since it should be ccr10?
>
>\definetypeface[con][rm][serif][concrete][default]
>\setupbodyfont[con]
>
>works and gives me ccr as the default font.
>
>Eckhart

a few days ago i noticed this problem [and mistakenly put it aside] but 
didn't know it *did* work ok with the second approach. Interesting bug, 
i'll look into it.

saccr10 is actually a mingled sa ccr10 [scaled at]

Hans
-------------------------------------------------------------------------
                                   Hans Hagen | PRAGMA ADE | pragma@wxs.nl
                       Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------


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

* Re: concrete fonts
  2001-07-25 14:46 concrete fonts Eckhart Guthöhrlein
  2001-07-25 16:37 ` Hans Hagen
@ 2001-07-26 10:54 ` Hans Hagen
  1 sibling, 0 replies; 3+ messages in thread
From: Hans Hagen @ 2001-07-26 10:54 UTC (permalink / raw)
  Cc: ConTeXt mailing list

At 04:46 PM 7/25/2001 +0200, Eckhart Guthöhrlein wrote:
>I tried to use computer concrete fonts via
>
>\setupbodyfont[con]
>
>As far as I have understood the font selection in context, this should 
>work. But it doesn't, because a font 'saccr10' is required, which is not 
>available (and does not exist, to my knowledge). Maybe this is a bug in 
>the typescript files, since it should be ccr10?
>
>\definetypeface[con][rm][serif][concrete][default]
>\setupbodyfont[con]
>
>works and gives me ccr as the default font.

when in font-ini.tex you change:

\def\doparsefontspec#1 #2%
   {\def\somefontname{#1}%
    \ifx\somefontname\empty % space before fontname
      \@EA\doparsefontspec
    \else
      \ifx#2\relax
        \@EA\@EA\@EA\setnaturalfontspec
      \else
        \@EA\@EA\@EA\setforcedfontspec
      \fi
    \fi
    #2}

things will work ok

Hans
-------------------------------------------------------------------------
                                   Hans Hagen | PRAGMA ADE | pragma@wxs.nl
                       Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: +31 (0)38 477 53 69 | fax: +31 (0)38 477 53 74 | www.pragma-ade.com
-------------------------------------------------------------------------


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

end of thread, other threads:[~2001-07-26 10:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-07-25 14:46 concrete fonts Eckhart Guthöhrlein
2001-07-25 16:37 ` Hans Hagen
2001-07-26 10:54 ` Hans Hagen

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