From 567fb182927ee8ddb984205ace082be4822e3e43 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 11 Feb 2016 11:35:17 +0200 Subject: Factor intro pro/epilogues to doc/style submodule --- doc/intro.html2ps | 66 ------------------------------------------------------- 1 file changed, 66 deletions(-) delete mode 100644 doc/intro.html2ps (limited to 'doc/intro.html2ps') diff --git a/doc/intro.html2ps b/doc/intro.html2ps deleted file mode 100644 index 1a3b352..0000000 --- a/doc/intro.html2ps +++ /dev/null @@ -1,66 +0,0 @@ -@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; - background: white; -} - -code { - font-size: 9pt; -} - -pre { - font-size: 9pt; -} -- cgit v1.1