Re: [NTG-context] ConTeXt dont work with fonts after last miktex update
On Wed, 12 Jan 2005, Matthias C. Schmidt wrote:
After the last update ConTeXt has problems with fonts unter miktex.
from the log:
[1.1{original-empty.map}{texnansiOSFSC-adobe-cronospro.map Warning: pdfetex (file texnansiOSFSC-adobe-cronospro.map): invalid entry for `texnansiOSFSC-raw-CronosPro-Bold': invalid font file name
the entry in the map-file:
texnansiOSFSC-raw-CronosPro-Bold 4 < CronosPro-Bold.pfb texnansiOSFSC.enc
Please remove the blank after the "<":
texnansiOSFSC-raw-CronosPro-Bold 4
Hartmut Henkel wrote:
Please remove the blank after the "<":
hm, i ran intro something like that recently, pdftex was never sensitive to blanks there, so i have map files with blanks (since there can be blanks everywhere i see no reason for a restiction there); makes the file more readable 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 -----------------------------------------------------------------
Hans Hagen wrote:
Hartmut Henkel wrote:
Please remove the blank after the "<":
hm, i ran intro something like that recently, pdftex was never sensitive to blanks there, so i have map files with blanks (since there can be blanks everywhere i see no reason for a restiction there); makes the file more readable
Does this now differ from dvips' behaviour? If so, can we then move the pdftex map files back to the directory fonts/map/pdftex, please? :-D Greetings, Taco
Hi, I ran into a mem overflow, 65281 words of extra memory for PDF output out of 65536 can this one be increased? It happens when I assign lp/rp/ef codes inside a group (some 50 times in a row), maybe there's a mem leak? 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 -----------------------------------------------------------------
On 2005-01-12 10:27:50 +0100, Hans Hagen wrote:
65281 words of extra memory for PDF output out of 65536
can this one be increased? It happens when I assign lp/rp/ef codes inside a
Of course. I have this in texmf.cnf: obj_tab_size = 8388607 % maximum number of pdf objects (this is also the limit for Acrobat 4.x) dest_names_size = 131072 % maximum number of destinations in pdf files pdf_mem_size = 524288 % max size of the |pdf_mem| array Best regards Martin -- Martin Schröder, ms@artcom-gmbh.de ArtCom GmbH, Lise-Meitner-Str 5, 28359 Bremen, Germany Voice +49 421 20419-44 / Fax +49 421 20419-10 http://www.artcom-gmbh.de
Do you have a minimal test file to reproduce the problem? Thanh On Wed, Jan 12, 2005 at 10:27:50AM +0100, Hans Hagen wrote:
Hi,
I ran into a mem overflow,
65281 words of extra memory for PDF output out of 65536
can this one be increased? It happens when I assign lp/rp/ef codes inside a group (some 50 times in a row), maybe there's a mem leak?
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 -----------------------------------------------------------------
_______________________________________________ ntg-pdftex mailing list ntg-pdftex@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-pdftex
The Thanh Han wrote:
it was something
Hans, I did the following plain test \newcount\n \loop \bgroup \font\f=cmr10 \rpcode\font`\-=50 \lpcode\font`\-=50 \f Hello, world! \egroup \advance\n by 1 \ifnum \n < 1250 \repeat \bye and got no error. It doesn't matter whether you set rpcode/lpcode for how many characters, the first one always triggers mem allocation for the rest 255 chars. Can you send me a minimal test file? Thanh On Fri, Jan 14, 2005 at 05:12:06PM +0100, Hans Hagen wrote:
The Thanh Han wrote:
it was something
\bgroup <define font with protruding> use that font \egroup <endrepeat> (i changed the file)
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 -----------------------------------------------------------------
_______________________________________________ ntg-pdftex mailing list ntg-pdftex@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-pdftex
participants (6)
-
h h extern
-
Hans Hagen
-
Hartmut Henkel
-
Martin Schröder
-
Taco Hoekwater
-
The Thanh Han