ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* cont 2005.10.27 & t5-lmtt10 font problem
@ 2005-11-01 21:45 VnPenguin
  2005-11-01 22:17 ` Thomas A. Schmitz
  0 siblings, 1 reply; 24+ messages in thread
From: VnPenguin @ 2005-11-01 21:45 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 3094 bytes --]

Hi all,
Just updated cont-2005.10.27 on teTeX 3.0 (build from tarball). I
updated package "cont-lmt.zip" from http://www.pragma-ade.com. I
follow step by step at page
http://wiki.contextgarden.net/TeTeX_3.0_installation.

Now I have:

$ texexec --version

 TeXExec 5.4.3 - ConTeXt / PRAGMA ADE 1997-2005

               texexec : TeXExec 5.4.3 - ConTeXt / PRAGMA ADE 1997-2005
               texutil : TeXUtil 9.0.0 - ConTeXt / PRAGMA ADE 1992-2004
                   tex : pdfeTeX, 3.141592-1.30.4-2.2 (Web2C 7.5.5)
               context : ver: 2005.10.27
               cont-en : ver: 2005.10.27  fmt: 2005.11.1  mes: english

        total run time : 1 seconds


I do a small test with vietnamese utf-8:

----------- begin test ----------------------------------
\language[vn]
\mainlanguage[vn]

\setuptyping
    [style={\switchtobodyfont[10pt]\tt}]

\enableregime[utf]
\setupencoding[default=t5]
\setupbodyfont[reset]

\usetypescript[berry][t5]
\usetypescript[palatino][t5]
\setupbodyfont[palatino,12pt]

\starttext
Giả sử bạn có một loạt khá nhiều

\setuptyping[option=PERL]

\starttyping
use OpenOffice::OODoc;
# Giả sử bạn có một loạt khá nhiều
if ((@ARGV <1) or (@ARGV > 2)){
  print << "EOF";
  Usage: blahblah
EOF
\stoptyping

\stoptext
------------- end of test ------------------------------

On screen I see:
...
systems         : begin file test at line 18
(/work/apps/tetex/share/texmf-dist/tex/context/base/verb-pl.tex
loading         : Context Support Macros / Pretty PERL Verbatim
) (/work/apps/tetex/share/texmf-dist/tex/context/base/pdfr-ec.tex)
fonts           : needs map file: original-base
fonts           : needs map file: ec-public-lm
fonts           : needs map file: ec-base
fonts           : needs map file: t5-base
fonts           : needs map file: t5-urw-palatino
fonts           : needs map file: original-youngryu-px
fonts           : needs map file: t5-public-lm
[1.1{/home/quy/.texmf-var/fonts/map/pdftex/updmap/pdftex.map}]
systems         : end file test at line 32
kpathsea: Running mktexpk --mfmode / --bdpi 72 --mag 1+5/72 --dpi 77 t5-lmtt10
mktexpk: don't know how to create bitmap font for t5-lmtt10.
kpathsea: Appending font creation commands to missfont.log.
 )
Warning: pdfetex (file t5-lmtt10): Font t5-lmtt10 at 77 not found
kpathsea: Running mktexpk --mfmode / --bdpi 72 --mag 1+5/72 --dpi 77 t5-lmtto10
mktexpk: don't know how to create bitmap font for t5-lmtto10.

Warning: pdfetex (file t5-lmtto10): Font t5-lmtto10 at 77 not found
{/work/apps/tetex/share/texmf-local/fonts/enc/dvips/vntex/t5.enc}</work/apps/te
tex/share/texmf-dist/fonts/type1/public/urwvn/uplr8v.pfb>
Output written on test.pdf (1 page, 17698 bytes).
Transcript written on test.log.
...

PDF output is very strange: all font in typing mode are lossed !
(see screenshot:
http://people.vnoss.org/~vnpenguin/pub/shots/cont-font-problem.png)
PDF of the test is : http://people.vnoss.org/~vnpenguin/pub/test.pdf

I missed some thing when updating ?

Thank you in advance,

Quy NGUYEN-DAI
--
http://vnoss.org
Vietnamese Open Source Software Community

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

_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

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

end of thread, other threads:[~2005-11-09 10:40 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-11-01 21:45 cont 2005.10.27 & t5-lmtt10 font problem VnPenguin
2005-11-01 22:17 ` Thomas A. Schmitz
2005-11-01 23:01   ` VnPenguin
2005-11-02 21:23     ` Tobias Wolf
2005-11-02 22:25       ` VnPenguin
2005-11-04  9:57         ` Tobias Wolf
2005-11-04 10:21           ` VnPenguin
2005-11-04 10:43           ` Taco Hoekwater
2005-11-04 12:44             ` Tobias Wolf
2005-11-04 13:38               ` Taco Hoekwater
2005-11-04 14:48                 ` Tobias Wolf
2005-11-09 10:40                 ` Hans Hagen
2005-11-04 15:17               ` Hans Hagen
2005-11-04 18:34                 ` Tobias Wolf
2005-11-04 19:10                   ` Taco Hoekwater
2005-11-04 21:30                     ` Tobias Wolf
2005-11-09  8:30                     ` Hans Hagen
2005-11-04 19:40                   ` compiling pdftex docs (was: cont 2005.10.27 & t5-lmtt10 font problem) Taco Hoekwater
2005-11-04 21:15                     ` Tobias Wolf
2005-11-04 22:15                       ` compiling pdftex docs Taco Hoekwater
2005-11-05 10:59                         ` compiling pdftex docs => BUG Taco Hoekwater
2005-11-09  8:34                         ` compiling pdftex docs Hans Hagen
2005-11-09  8:28                   ` cont 2005.10.27 & t5-lmtt10 font problem Hans Hagen
2005-11-07 10:16       ` Debian Installation (was: cont 2005.10.27 & t5-lmtt10 font problem) Taco Hoekwater

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