From 4e48fcb162075f34eb37abf373b0a70c5fb83a0a Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Mon, 3 Jun 2002 06:56:25 +0000 Subject: [PATCH] updates --- scripts/html2psrc | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/scripts/html2psrc b/scripts/html2psrc index 8b619f4d..712eb506 100755 --- a/scripts/html2psrc +++ b/scripts/html2psrc @@ -8,6 +8,13 @@ information below. */ +/* The toc: thingy does not work with every html file, disable it from + the option { } when it causes bad PS files. It causes problems if + the HTML file doesn't use any tags. Also Ghostscript must be + installed in the system. -Pekka */ +/* Tested the html2ps with the xhtml and css thingys and it works pretty + good, so they should be preferred in html format. -Pekka */ + @html2ps { header { /* Running page header */ odd-left: $T; /* Document title */ @@ -19,7 +26,8 @@ center: "- $N -"; /* Page number */ } option { - toc: bh; /* Generate a table of contents, based on headings */ + /* Generate a table of contents, based on headings */ + /*toc: bh; */ titlepage: 1; /* Generate a title page */ /* original: 1; */ } -- 2.24.0