diff options
author | Karl Berry <karl@freefriends.org> | 2009-08-12 21:40:14 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-08-12 21:40:14 +0000 |
commit | 4065c83d560e2675c0a32802e984c50a2fc5ca8d (patch) | |
tree | 0739236c2c7b6ea3777fea2685b9853c6b08e59a /Build/source/texk/web2c/pdftexdir | |
parent | 32fc32f88556b0b313b8bc069e93b42bc7bd653d (diff) |
typo in tex.ch; increase constants for Peter Abbott test doc
git-svn-id: svn://tug.org/texlive/trunk@14629 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/pdftexdir')
-rw-r--r-- | Build/source/texk/web2c/pdftexdir/ChangeLog | 5 | ||||
-rw-r--r-- | Build/source/texk/web2c/pdftexdir/pdftex.web | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/Build/source/texk/web2c/pdftexdir/ChangeLog b/Build/source/texk/web2c/pdftexdir/ChangeLog index 4bad69487a8..4e824f900bf 100644 --- a/Build/source/texk/web2c/pdftexdir/ChangeLog +++ b/Build/source/texk/web2c/pdftexdir/ChangeLog @@ -1,3 +1,8 @@ +2009-08-12 Karl Berry <karl@tug.org> + + * pdftex.web (sup_dest_names_size): increase to 500000; + test document from Peter Abbott to Karl, 12 Aug 2009 12:24:43. + 2009-07-13 Han The Thanh <hanthethanh@gmail.com> * mapfile.c: treat TTC fonts as TTF diff --git a/Build/source/texk/web2c/pdftexdir/pdftex.web b/Build/source/texk/web2c/pdftexdir/pdftex.web index 0c2faf3a7db..440305aa774 100644 --- a/Build/source/texk/web2c/pdftexdir/pdftex.web +++ b/Build/source/texk/web2c/pdftexdir/pdftex.web @@ -1,4 +1,4 @@ -% Copyright (c) 1996-2008 Han Th\^e\llap{\raise 0.5ex\hbox{\'{}}} Th\`anh, <thanh@@pdftex.org> +% Copyright (c) 1996-2009 Han Th\^e\llap{\raise 0.5ex\hbox{\'{}}} Th\`anh, <thanh@@pdftex.org> % This file is part of pdfTeX. @@ -16354,7 +16354,7 @@ so we can use this field for both} @!inf_obj_tab_size = 1000; {min size of the cross-reference table for PDF output} @!sup_obj_tab_size = 8388607; {max size of the cross-reference table for PDF output} @!inf_dest_names_size = 1000; {min size of the destination names table for PDF output} -@!sup_dest_names_size = 131072; {max size of the destination names table for PDF output} +@!sup_dest_names_size = 500000; {max size of the destination names table for PDF output} @!inf_pk_dpi = 72; {min PK pixel density value from \.{texmf.cnf}} @!sup_pk_dpi = 8000; {max PK pixel density value from \.{texmf.cnf}} @!pdf_objtype_max = head_tab_max; |