aboutsummaryrefslogtreecommitdiff
path: root/doc/manual.html2ps
diff options
context:
space:
mode:
Diffstat (limited to 'doc/manual.html2ps')
-rw-r--r--doc/manual.html2ps69
1 files changed, 69 insertions, 0 deletions
diff --git a/doc/manual.html2ps b/doc/manual.html2ps
new file mode 100644
index 0000000..36b9c30
--- /dev/null
+++ b/doc/manual.html2ps
@@ -0,0 +1,69 @@
+@html2ps {
+ option {
+ toc: hb;
+ colour: 1;
+ hyphenate: 1;
+ titlepage: 1;
+ }
+
+ datefmt: "%B %Y";
+
+ titlepage {
+ content: "
+<div align=center>
+ <h1><big>C++ Object Persistence with ODB</big></h1>
+ <h1>&nbsp;</h1>
+ <h1>&nbsp;</h1>
+ <h1>&nbsp;</h1>
+ <h1>&nbsp;</h1>
+ <h1>&nbsp;</h1>
+ <h1>&nbsp;</h1>
+ <h1>&nbsp;</h1>
+ <h1>&nbsp;</h1>
+</div>
+ <p>Copyright &copy; 2009-2010 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.3.txt'>GNU Free
+ Documentation License, version 1.3</a>; with no Invariant Sections,
+ no Front-Cover Texts and no Back-Cover Texts.
+ </p>
+
+ <p>Revision $[revision], $D</p>
+
+ <p>This revision of the manual describes ODB $[version] and is available
+ in the following formats:
+ <a href='http://www.codesynthesis.com/products/odb/doc/manual.xhtml'>XHTML</a>,
+ <a href='http://www.codesynthesis.com/products/odb/doc/odb-manual.pdf'>PDF</a>, and
+ <a href='http://www.codesynthesis.com/products/odb/doc/odb-manual.ps'>PostScript</a>.</p>";
+ }
+
+ toc {
+ indent: 2em;
+ }
+
+ header {
+ odd-right: $H;
+ even-left: $H;
+ }
+
+ footer {
+ odd-left: Revision $[revision], $D;
+ odd-center: $T;
+ odd-right: $N;
+
+ even-left: $N;
+ even-center: $T;
+ even-right: Revision $[revision], $D;
+ }
+}
+
+body {
+ font-size: 12pt;
+ text-align: justify;
+}
+
+pre {
+ font-size: 10pt;
+}