From: Pekka Riikonen Date: Mon, 3 Jun 2002 06:56:25 +0000 (+0000) Subject: updates X-Git-Tag: silc.toolkit.0.9.2~19 X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=commitdiff_plain;h=4e48fcb162075f34eb37abf373b0a70c5fb83a0a updates --- 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; */ }