From 5abdafeb9ded0c1c41992f7b3758f1dc02255683 Mon Sep 17 00:00:00 2001 From: wei <> Date: Thu, 12 Oct 2006 07:30:33 +0000 Subject: add unified chm build (quickstart + API + classdocs + wiki) --- buildscripts/texbuilder/Page2Tex.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'buildscripts/texbuilder') diff --git a/buildscripts/texbuilder/Page2Tex.php b/buildscripts/texbuilder/Page2Tex.php index f225d973..d8b6107f 100644 --- a/buildscripts/texbuilder/Page2Tex.php +++ b/buildscripts/texbuilder/Page2Tex.php @@ -19,6 +19,7 @@ class Page2Tex function setCurrentPage($current) { + self::$header_count = self::$header_count+1000; $this->_current_page = $current; } @@ -260,9 +261,8 @@ class Page2Tex } - function set_header_id($content, $count) + function set_header_id($content) { - self::$header_count = $count*100; $content = preg_replace_callback('/

/', array($this,"h1"), $content); $content = preg_replace_callback('/

/', array($this,"h2"), $content); $content = preg_replace_callback('/

/', array($this,"h3"), $content); -- cgit v1.2.3