summaryrefslogtreecommitdiff
path: root/cli/doc/guide/guide.html2ps
diff options
context:
space:
mode:
Diffstat (limited to 'cli/doc/guide/guide.html2ps')
-rw-r--r--cli/doc/guide/guide.html2ps63
1 files changed, 63 insertions, 0 deletions
diff --git a/cli/doc/guide/guide.html2ps b/cli/doc/guide/guide.html2ps
new file mode 100644
index 0000000..a691002
--- /dev/null
+++ b/cli/doc/guide/guide.html2ps
@@ -0,0 +1,63 @@
+@html2ps {
+ option {
+ toc: hb;
+ colour: 1;
+ hyphenate: 1;
+ titlepage: 1;
+ }
+
+ datefmt: "%B %Y";
+
+ titlepage {
+ content: "
+<div align=center>
+ <h1><big>CLI Language</big></h1>
+ <h1><big>Getting Started Guide</big></h1>
+ <h1>&nbsp;</h1>
+ <h1>&nbsp;</h1>
+ <h1>&nbsp;</h1>
+ <h1>&nbsp;</h1>
+ <h1>&nbsp;</h1>
+ <h1>&nbsp;</h1>
+</div>
+ <p>Copyright &#169; 2009-2020 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/mit.txt'>MIT License</a>.
+ </p>
+
+ <p>This document is available in the following formats:
+ <a href='http://www.codesynthesis.com/projects/cli/doc/guide/index.xhtml'>XHTML</a>,
+ <a href='http://www.codesynthesis.com/projects/cli/doc/guide/cli-guide.pdf'>PDF</a>, and
+ <a href='http://www.codesynthesis.com/projects/cli/doc/guide/cli-guide.ps'>PostScript</a>.</p>";
+ }
+
+ toc {
+ indent: 2em;
+ }
+
+ header {
+ odd-right: $H;
+ even-left: $H;
+ }
+
+ footer {
+ odd-left: $D;
+ odd-center: $T;
+ odd-right: $N;
+
+ even-left: $N;
+ even-center: $T;
+ even-right: $D;
+ }
+}
+
+body {
+ font-size: 12pt;
+ text-align: justify;
+}
+
+pre {
+ font-size: 10pt;
+}