Added silc_mp_format and silc_mp_unformat MP integer encoder/decoder
[crypto.git] / scripts / html2psrc
index e02c2d0308c3c0feb30faa16d5764a6239855b6f..712eb5069e940886daddda1ffa894fcf67143496 100755 (executable)
@@ -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 <Hx> 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 */
     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; */
   }
   titlepage {           /* The title page content: document title, author and
                            creation date */
@@ -29,6 +38,7 @@
   }
   package {
     djpeg: 1;
+    Ghostscript: 1;
   }
   toc {
     heading: "TABLE OF CONTENTS";
@@ -59,4 +69,4 @@ ADDRESS { text-align: right }
 BODY {
   font-family: Helvetica;
   text-align: justify
-}
\ No newline at end of file
+}