ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Still no go
@ 2001-08-22  4:23 David Arnold
  2001-08-22  9:37 ` Hans Hagen
  0 siblings, 1 reply; 2+ messages in thread
From: David Arnold @ 2001-08-22  4:23 UTC (permalink / raw)
  Cc: ntg-context

Hans et al,

This file:

\usetypescript [all] [lucida] [texnansi]

\starttext

Hello, world!

\stoptext

compiles, but it ignores the Lucida and stick cmr12 in the pdf output. Here
is the log file:

This is pdfeTeX, Version 3.14159-14f-released-20000525-2.1 (MiKTeX 2.1)
(preloaded format=cont-en 2001.8.21)  21 AUG 2001 21:19
entering extended mode
**junk.tex
(junk.tex{pdftex.cfg}

ConTeXt  ver: 2001.8.8  fmt: 2001.8.21  int: english  mes: english

language       : language en is active
system         : cont-new loaded
(F:\Miktex\tex\context\base\cont-new.tex
systems        : beware: some patches loaded from cont-new.tex!
system (E-TEX) : [line 375] \ifcsname 
)
system         : cont-old loaded
(F:\Miktex\tex\context\base\cont-old.tex
loading        : Context Old Macros
)
system         : cont-fil loaded
(F:\Miktex\tex\context\base\cont-fil.tex
loading        : Context File Synonyms
)
system         : cont-sys loaded
(F:\Miktex\tex\context\base\cont-sys.tex)
bodyfont       : 12pt rm is loaded
language       : patterns 2-en-2 2-de-2 2-fr-2 2-es-2 2-nl-2 loaded
specials       : tex,postscript,rokicki loaded
system         : junk.top loaded
(./junk.top
specials       : tex,postscript,rokicki is reset
specials       : loading definition file tpd
(F:\Miktex\tex\context\base\spec-tpd.tex <unprotect 2>
specials       : loading definition file fdf
(F:\Miktex\tex\context\base\spec-fdf.tex <unprotect 3> <unprotect 4>
<protect 4> <protect 3>)
specials       : fdf loaded
<unprotect 3> <protect 3> <protect 2>)
specials       : fdf,tpd loaded
)
typescript     : [all] [lucida] [texnansi]
(F:\Miktex\tex\context\base\type-syn.tex)
(F:\Miktex\tex\context\base\type-enc.tex)
(F:\Miktex\tex\context\base\type-siz.tex)
(F:\Miktex\tex\context\base\type-map.tex
pdftex         : needs map file: original-ams-cmr.map
pdftex         : needs map file: original-ams-euler.map
) (F:\Miktex\tex\context\base\type-spe.tex)
(F:\Miktex\tex\context\base\type-exa.tex)
systems        : begin file junk at line 4
[1.1{psfonts.map}{context.map}]
systems        : end file junk at line 8
 )<cmr12.pfb>
Output written on junk.pdf (1 page, 4809 bytes).


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

* Re: Still no go
  2001-08-22  4:23 Still no go David Arnold
@ 2001-08-22  9:37 ` Hans Hagen
  0 siblings, 0 replies; 2+ messages in thread
From: Hans Hagen @ 2001-08-22  9:37 UTC (permalink / raw)
  Cc: ntg-context

At 09:23 PM 8/21/2001 -0700, David Arnold wrote:
>Hans et al,
>
>This file:
>
>\usetypescript [all] [lucida] [texnansi]
>
>\starttext
>
>Hello, world!
>
>\stoptext
>
>compiles, but it ignores the Lucida and stick cmr12 in the pdf output. Here
>is the log file:

sure, but then you did not say \setupbodyfont[lbr]

font switching / loading comes down to

(1) assigning symbolic names (LucidaBright to Serif)
(2) assigning file names (lbr, texnansi-lbr, whatever-lbr to LucidaBright)
(3) making sure that the map file maps the filename/encoding right

Now, most typescripts are neutral, but you need to specify an encoding. 
Currently the odd case is lucida, since i have not yet generated 
ec/texnansi/whatever files for them. So,

\setupencoding [default=texnansi] % can go into cont-sys.tex

\setupbodyfont [lbr] % in doc file

should work

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] 2+ messages in thread

end of thread, other threads:[~2001-08-22  9:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-08-22  4:23 Still no go David Arnold
2001-08-22  9:37 ` 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).