From dd8127a95120fbf9a867a5546af1b41430ece729 Mon Sep 17 00:00:00 2001
From: Boris Kolpackov
Date: Sun, 31 Jan 2016 09:59:24 +0200
Subject: Generate both A4 and Letter PDF/PS
---
doc/intro.html2ps | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
(limited to 'doc/intro.html2ps')
diff --git a/doc/intro.html2ps b/doc/intro.html2ps
index 051e384..cb3c458 100644
--- a/doc/intro.html2ps
+++ b/doc/intro.html2ps
@@ -1,6 +1,6 @@
@html2ps {
option {
- toc: hb;
+ /*toc: hb;*/
colour: 1;
hyphenate: 1;
titlepage: 1;
@@ -26,7 +26,7 @@
Permission is granted to copy, distribute and/or modify this document under
the terms of the MIT License.
- Revision $[version], $D
+
Revision $[version]
, $D
This revision of the document describes the build2
toolchain
$[version].x
series.
";
}
@@ -54,8 +54,13 @@
body {
font-size: 12pt;
text-align: justify;
+ background: white;
+}
+
+code {
+ font-size: 9pt;
}
pre {
- font-size: 10pt;
+ font-size: 9pt;
}
--
cgit v1.1