ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* bug in beta?
@ 2005-08-20 15:44 Christopher Creutzig
  2005-08-20 16:49 ` Taco Hoekwater
  2005-08-20 22:59 ` ConTeXt in MikTeX distribution jjgod
  0 siblings, 2 replies; 14+ messages in thread
From: Christopher Creutzig @ 2005-08-20 15:44 UTC (permalink / raw)


Salvete,

 I haven't found the time to follow the list lately, so my apologies if
this has been mentioned before.  (I did try looking in the archives.)

 Using

ConTeXt  ver: 2005.06.08  fmt: 2005.6.17  int: english  mes: english

I can't compile

\starttext
\startitemize[columns]
\item a
\item a
\item a
\item a
\stopitemize
\stoptext

any longer:

! Missing number, treated as zero.
<to be read again>
                   \@col@-2-t
\splitlastcolumn ...global \setbox \lastcolumnbox
                                                  \vbox {\unvcopy
\lasttopco...



Christopher

^ permalink raw reply	[flat|nested] 14+ messages in thread
* ConTeXt in MikTeX distribution
@ 2005-08-14 20:44 jjgod
  2005-08-19  8:53 ` Patrick Gundlach
  0 siblings, 1 reply; 14+ messages in thread
From: jjgod @ 2005-08-14 20:44 UTC (permalink / raw)


Hello,

I've just updated my MikTeX distribution, which
use a 2005-07-12 version of context package. Since
then MikTeX could not generate the cont-en format
file, when I use texexec --make en, it reports
TeX capacity not enough, so I have to modify the
localtexmf/miktex/config/miktex.ini file, change
|trie_op_size from 2048 to 4096.

The second problem is about texfont. When texfont
installing Type1 fonts, it use '-p' option of afm2tfm
to collect some infomation, but it seems in the
afm2tfm source code of MikTeX, -p only works when
libkpathsea enabled, otherwise afm2tfm will crash.
(without kpathsea support, afm2tfm will only looking
for .enc in current directory instead of the
directory configured in miktex.ini. Some users in
this mail-list may have reported this problem).

Current afm2tfm executable file from MikTeX was
compiled without libkpathsea support, so when texfont
tries to
||
my $command = "afm2tfm \"$file\" -p texnansi.enc texfont.tfm";

afm2tfm crashed and texfont failed to collect infomation
into the $cleanfont variable.

So I suggest the maintainer of context avoid using
the -p option, it seems

||afm2tfm \"$file\" texfont.tfm|
|
does the same job in this piece of code.

Another problem is that some font vendor distribute
their font files in captial letters, such as BIRKA___.PFB,
it cause the copy_files routine in texfont.pl failed
to copy those pfb files to correct texmf directory.

Regards,
jjgod.

|

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

end of thread, other threads:[~2005-08-24  7:11 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-08-20 15:44 bug in beta? Christopher Creutzig
2005-08-20 16:49 ` Taco Hoekwater
2005-08-20 21:06   ` VnPenguin
2005-08-20 22:59 ` ConTeXt in MikTeX distribution jjgod
2005-08-21  7:15   ` Taco Hoekwater
2005-08-21 12:42     ` jjgod
2005-08-21 14:27       ` Taco Hoekwater
2005-08-21 18:05   ` Patrick Gundlach
2005-08-22 14:00     ` jjgod
2005-08-22 14:42       ` Patrick Gundlach
2005-08-24  7:11         ` Hans Hagen Outside
  -- strict thread matches above, loose matches on Subject: below --
2005-08-14 20:44 jjgod
2005-08-19  8:53 ` Patrick Gundlach
2005-08-20  5:08   ` jjgod
2005-08-20 12:14     ` Taco Hoekwater
2005-08-21 17:40     ` 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).