From 067acd6b49b94d4f1cba238d5530fbebeded1bf2 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 28 Jan 2016 14:19:37 +0200 Subject: Update intro styling --- doc/intro.html2ps | 61 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 doc/intro.html2ps (limited to 'doc/intro.html2ps') diff --git a/doc/intro.html2ps b/doc/intro.html2ps new file mode 100644 index 0000000..051e384 --- /dev/null +++ b/doc/intro.html2ps @@ -0,0 +1,61 @@ +@html2ps { + option { + toc: hb; + colour: 1; + hyphenate: 1; + titlepage: 1; + } + + datefmt: "%B %Y"; + + titlepage { + content: " +
+

The build2 Toolchain Introduction

+

 

+

 

+

 

+

 

+

 

+

 

+

 

+

 

+

 

+
+

Copyright © 2014-2016 Code Synthesis Ltd
+ Permission is granted to copy, distribute and/or modify this document under + the terms of the MIT License.

+ +

Revision $[version], $D
+ This revision of the document describes the build2 toolchain + $[version].x series.

"; + } + + toc { + indent: 2em; + } + + header { + odd-right: $H; + even-left: $H; + } + + footer { + odd-left: Revision $[version], $D; + odd-center: $T; + odd-right: $N; + + even-left: $N; + even-center: $T; + even-right: Revision $[version], $D; + } +} + +body { + font-size: 12pt; + text-align: justify; +} + +pre { + font-size: 10pt; +} -- cgit v1.1