From f91e023fc4c68867e8ef9476ae28226feaa9929e Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Mon, 17 Feb 2014 18:04:46 +1100 Subject: Add the documentation. --- doc/asciidoc/slidy.conf | 150 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 150 insertions(+) create mode 100644 doc/asciidoc/slidy.conf (limited to 'doc/asciidoc/slidy.conf') diff --git a/doc/asciidoc/slidy.conf b/doc/asciidoc/slidy.conf new file mode 100644 index 0000000..32a9098 --- /dev/null +++ b/doc/asciidoc/slidy.conf @@ -0,0 +1,150 @@ +# +# Asciidoc Configuration file for slidy HTML generation. +# + +include::xhtml11.conf[] + +[literalparagraph] +template::[listingblock] + +[openblock] +
+
{title}
+
+| +
+ +[listtags-bulleted] +list={title?
{title}
}| +item=
  • |
  • +text=| + +[listtags-numbered] +# The start attribute is not valid XHTML 1.1 but all browsers support it. +list={title?
    {title}
    }| +item=
  • |
  • +text=| + +[listtags-labeled] +list=
    {title?
    {title}
    }
    |
    +entry= +label= +term=
    |
    +item=
    |
    +text=

    |

    + +[preamble] +# Untitled elements between header and first section title. +
    +
    +| +
    +
    + +[sect1] +
    +{numbered?{sectnum} }{title} +# Set max-width here because Slidy ignores max-width on body. +
    +| +
    +
    + +[appendix] +
    +{numbered?{sectnum} }{appendix-caption} {counter:appendix-number:A}: {title} +# Set max-width here because Slidy ignores max-width on body. +
    +| +
    +
    + +[header] + + + + +{doctitle=} + +ifndef::copyright[] + + + +ifdef::linkcss[] + + +ifeval::["{source-highlighter}"=="pygments"] + +endif::[] + +# DEPRECATED: 'pygments' attribute. +ifdef::pygments[] + + + +endif::linkcss[] +ifndef::linkcss[] + + +endif::linkcss[] +ifdef::asciimath[] +ifdef::linkcss[] + +endif::linkcss[] +ifndef::linkcss[] + +endif::linkcss[] +endif::asciimath[] +ifdef::latexmath[] +ifdef::linkcss[] + +endif::linkcss[] +ifndef::linkcss[] + +endif::linkcss[] +endif::latexmath[] + + + + +[footer] + + -- cgit v1.2.3