aboutsummaryrefslogtreecommitdiff
path: root/doc/intro.html2ps
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-01-31 09:59:24 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-01-31 09:59:24 +0200
commitdd8127a95120fbf9a867a5546af1b41430ece729 (patch)
treef36f0dda0c25e8cfe938f56ed4324c58772c4721 /doc/intro.html2ps
parentabefd6d92d843551679f777c21fa98ec4c5f05d0 (diff)
Generate both A4 and Letter PDF/PS
Diffstat (limited to 'doc/intro.html2ps')
-rw-r--r--doc/intro.html2ps11
1 files changed, 8 insertions, 3 deletions
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.</p>
- <p>Revision $[version], $D<br/>
+ <p>Revision <code>$[version]</code>, $D<br/>
This revision of the document describes the <code>build2</code> toolchain
<code>$[version].x</code> series.</p>";
}
@@ -54,8 +54,13 @@
body {
font-size: 12pt;
text-align: justify;
+ background: white;
+}
+
+code {
+ font-size: 9pt;
}
pre {
- font-size: 10pt;
+ font-size: 9pt;
}