diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-28 14:19:37 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-28 14:19:37 +0200 |
commit | 067acd6b49b94d4f1cba238d5530fbebeded1bf2 (patch) | |
tree | 5ecb41b2bdd38c617b1a7f1558b47317845a5fdf /doc/intro.html2ps | |
parent | 0e6d620c53e6548960168976789675bfa8b136ad (diff) |
Update intro styling
Diffstat (limited to 'doc/intro.html2ps')
-rw-r--r-- | doc/intro.html2ps | 61 |
1 files changed, 61 insertions, 0 deletions
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: " +<div align=center> + <h1><big>The <code>build2</code> Toolchain Introduction</big></h1> + <h1> </h1> + <h1> </h1> + <h1> </h1> + <h1> </h1> + <h1> </h1> + <h1> </h1> + <h1> </h1> + <h1> </h1> + <h1> </h1> +</div> + <p>Copyright © 2014-2016 Code Synthesis Ltd<br/> + Permission is granted to copy, distribute and/or modify this document under + the terms of the MIT License.</p> + + <p>Revision $[version], $D<br/> + This revision of the document describes the <code>build2</code> toolchain + <code>$[version].x</code> series.</p>"; + } + + 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; +} |