ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* bug in latest release
@ 2005-08-18  8:47 Hans Hagen
  2005-08-18 12:59 ` font missing for palatino luigi.scarso
  0 siblings, 1 reply; 6+ messages in thread
From: Hans Hagen @ 2005-08-18  8:47 UTC (permalink / raw)


Hi,

There is a bug in the latest type-syn.tex:

\starttypescript [serif] [modern,computer-modern-vari,latin-modern-vari] 
[name]

  =>

\starttypescript [serif] 
[modern-vari,computer-modern-vari,latin-modern-vari] [name]

(no need for format generation)

Hans

-----------------------------------------------------------------
                                          Hans Hagen | PRAGMA ADE
              Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
     tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com
                                             | www.pragma-pod.nl
-----------------------------------------------------------------

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

* font missing for palatino
  2005-08-18  8:47 bug in latest release Hans Hagen
@ 2005-08-18 12:59 ` luigi.scarso
  2005-08-19  7:45   ` luigi.scarso
  0 siblings, 1 reply; 6+ messages in thread
From: luigi.scarso @ 2005-08-18 12:59 UTC (permalink / raw)


Hi,
with following code
%-----------------------------------------------------------
\usetypescript[berry][ec]
\setupencoding[ec]
\usetypescript[palatino][\defaultencoding]
\setupbodyfont[palatino]

\starttext

test

\stoptext
%----------------------------------------------------------

I've a missingfonts.log:
mktexpk --mfmode / --bdpi 72 --mag 1+14/72 --dpi 86 uplr8r

Any ideas ?

luigi

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

* Re: font missing for palatino
  2005-08-18 12:59 ` font missing for palatino luigi.scarso
@ 2005-08-19  7:45   ` luigi.scarso
  2005-08-19  9:10     ` pdfetex manuals luigi.scarso
  0 siblings, 1 reply; 6+ messages in thread
From: luigi.scarso @ 2005-08-19  7:45 UTC (permalink / raw)


Fixed:
\usetypescript [berry]   [ec]
\setupencoding[ec]
\loadmapfile [context-base] %%add this
\usetypescript[palatino][\defaultencoding]
\setupbodyfont[palatino,12pt]


\starttext

test

\stoptext

(cfr. http://contextgarden.net/Psnfss)

luigi

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

* pdfetex manuals
  2005-08-19  7:45   ` luigi.scarso
@ 2005-08-19  9:10     ` luigi.scarso
  2005-08-19  9:20       ` luigi.scarso
  0 siblings, 1 reply; 6+ messages in thread
From: luigi.scarso @ 2005-08-19  9:10 UTC (permalink / raw)


I have compiled pdfetex 1.30 manuals ; they are at
http://www.logosrl.it

*)pdftex-a.pdf: A4
*)pdftex-l.pdf: letter
*)pdftex-s.pdf: screen
To compile, I have to patch pdftex-t.tex adding
\loadmapfile [context-base]
after
\usetypescript [adobekb] [\defaultencoding]

*)samplepdf.zip: samplepdf dir with samplepdf.tex compiled
Typing error: SoundfFile.wav ==>SoundFile.wav

*)pdfetex-web.pdf: "eTex -The Program" with pdf extension
$> weave pdfetex.web
replace first line
\input webmac
with
\input pdfwebmac
$> pdfetex pdfetex.tex


luigi

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

* Re: pdfetex manuals
  2005-08-19  9:10     ` pdfetex manuals luigi.scarso
@ 2005-08-19  9:20       ` luigi.scarso
  2005-08-19 15:45         ` Vit Zyka
  0 siblings, 1 reply; 6+ messages in thread
From: luigi.scarso @ 2005-08-19  9:20 UTC (permalink / raw)


luigi.scarso wrote:

> I have compiled pdfetex 1.30 manuals ; they are at
> http://www.logosrl.it
>
http://www.logosrl.it/context

Sorry

> *)pdftex-a.pdf: A4
> *)pdftex-l.pdf: letter
> *)pdftex-s.pdf: screen
> To compile, I have to patch pdftex-t.tex adding
> \loadmapfile [context-base]
> after
> \usetypescript [adobekb] [\defaultencoding]
>
> *)samplepdf.zip: samplepdf dir with samplepdf.tex compiled
> Typing error: SoundfFile.wav ==>SoundFile.wav
>
> *)pdfetex-web.pdf: "eTex -The Program" with pdf extension
> $> weave pdfetex.web
> replace first line
> \input webmac
> with
> \input pdfwebmac
> $> pdfetex pdfetex.tex
>
>
> luigi
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context
>

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

* Re: pdfetex manuals
  2005-08-19  9:20       ` luigi.scarso
@ 2005-08-19 15:45         ` Vit Zyka
  0 siblings, 0 replies; 6+ messages in thread
From: Vit Zyka @ 2005-08-19 15:45 UTC (permalink / raw)


luigi.scarso wrote:
> luigi.scarso wrote:
> 
>> I have compiled pdfetex 1.30 manuals ; they are at
>> http://www.logosrl.it
>>
> http://www.logosrl.it/context

Back to module.pdf: It is very instructive to have all module 
documentation together, fresh, and very nice designed! So thank you both 
Luigi and Hans for this efford!

vit

> 
> Sorry
> 
>> *)pdftex-a.pdf: A4
>> *)pdftex-l.pdf: letter
>> *)pdftex-s.pdf: screen
>> To compile, I have to patch pdftex-t.tex adding
>> \loadmapfile [context-base]
>> after
>> \usetypescript [adobekb] [\defaultencoding]
>>
>> *)samplepdf.zip: samplepdf dir with samplepdf.tex compiled
>> Typing error: SoundfFile.wav ==>SoundFile.wav
>>
>> *)pdfetex-web.pdf: "eTex -The Program" with pdf extension
>> $> weave pdfetex.web
>> replace first line
>> \input webmac
>> with
>> \input pdfwebmac
>> $> pdfetex pdfetex.tex
>>
>>
>> luigi
>> _______________________________________________
>> ntg-context mailing list
>> ntg-context@ntg.nl
>> http://www.ntg.nl/mailman/listinfo/ntg-context
>>
> 
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context
> 

-- 
=======================================================
Ing. Vít Zýka, Ph.D.                         TYPOkvítek

database publishing              databazove publikovani
data maintaining and typesetting in typographic quality
priprava dat a jejich sazba v typograficke kvalite

tel.: (+420) 777 198 189     www: http://typokvitek.com
=======================================================

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

end of thread, other threads:[~2005-08-19 15:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-08-18  8:47 bug in latest release Hans Hagen
2005-08-18 12:59 ` font missing for palatino luigi.scarso
2005-08-19  7:45   ` luigi.scarso
2005-08-19  9:10     ` pdfetex manuals luigi.scarso
2005-08-19  9:20       ` luigi.scarso
2005-08-19 15:45         ` Vit Zyka

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