summaryrefslogtreecommitdiff
path: root/doc/cxx/tree/manual/manual.html2ps
blob: 19e96feb5fec0e5b753752dfedb670e8a7ddbb3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
@html2ps {
  option {
    toc: hb;
    colour: 1;
    hyphenate: 1;
    titlepage: 1;
  }

  datefmt: "%B %Y";

  titlepage {
    content: "
<div align=center>
  <h1><big>C++/Tree Mapping User Manual</big></h1>
  <h1>&nbsp;</h1>
  <h1>&nbsp;</h1>
  <h1>&nbsp;</h1>
  <h1>&nbsp;</h1>
  <h1>&nbsp;</h1>
  <h1>&nbsp;</h1>
  <h1>&nbsp;</h1>
</div>
  <p>Revision $[revision] &nbsp;&nbsp;&nbsp; $D</p>
  <p>Copyright &copy; 2005-2017 CODE SYNTHESIS TOOLS CC</p>

  <p>Permission is granted to copy, distribute and/or modify this
     document under the terms of the
     <a href='http://www.codesynthesis.com/licenses/fdl-1.2.txt'>GNU Free
     Documentation License, version 1.2</a>; with no Invariant Sections,
     no Front-Cover Texts and no Back-Cover Texts.
  </p>

  <p>This document is available in the following formats:
     <a href='http://www.codesynthesis.com/projects/xsd/documentation/cxx/tree/manual/index.xhtml'>XHTML</a>,
     <a href='http://www.codesynthesis.com/projects/xsd/documentation/cxx/tree/manual/cxx-tree-manual.pdf'>PDF</a>, and
     <a href='http://www.codesynthesis.com/projects/xsd/documentation/cxx/tree/manual/cxx-tree-manual.ps'>PostScript</a>.</p>";
  }

  toc {
    indent: 2em;
  }

  header {
    odd-right: $H;
    even-left: $H;
  }

  footer {
    odd-left: $D;
    odd-center: $T, v$[revision];
    odd-right: $N;

    even-left: $N;
    even-center: $T, v$[revision];
    even-right: $D;
  }
}

body {
  font-size: 12pt;
  text-align: justify;
}

pre {
  font-size: 10pt;
}