On Mon, Jan 23, 2012 at 4:38 PM, Warren Block <[email protected]> wrote: > On Mon, 23 Jan 2012, Lex Trotman wrote: > >> On Mon, Jan 23, 2012 at 3:19 PM, Warren Block <[email protected]> wrote: >>> >>> When attempting to use a different Slidy theme, it appears that AsciiDoc >>> always appends the default stylesheet path, even when a custom path is >>> given: >> >> >> Yes, the theme attribute selects the theme from the directory defined >> by the themedir attribute. > > > Yes, but I think there was a similar problem with the stylesheet attribute. > For example, this works: > > -a stylesheet=~/docs/stylesheets/wb-html.css > > Maybe the theme attribute is not supposed to work the same way, though.
No its not supposed to work the same way, a stylesheet attribute specifies a single file which is in addition to the standard stylesheet, a theme stylesheet is used in place of the standard stylesheet. So themedir works more like stylesdir and scriptsdir do, but has an extra level defined by the theme attribute. This is to allow the theme to be selected from several which can be installed to the default place using the plugin mechanism. Cheers Lex > > > -- > You received this message because you are subscribed to the Google Groups > "asciidoc" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/asciidoc?hl=en. > -- You received this message because you are subscribed to the Google Groups "asciidoc" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/asciidoc?hl=en.
