Hi Stefan, thanks for reporting the problem, it's the same problem that was reported by Micheal Hackett. I've just committed the fix (see http://groups.google.com/group/asciidoc/browse_thread/thread/58d0843ae4345afd).

Cheers, Stuart

On 23/10/11 16:49, Stefan Sobernig wrote:
I noticed for 8.6.6 (and 8.6.3) that the include1 statement for the
stylesheet attribute in slidy.conf is flawed; the expansion is not
performed:

--- slidy.conf
+++ slidy.conf
@@ -85,7 +85,7 @@
  ifdef::pygments[]
  include1::{stylesdir=./stylesheets}/pygments.css[]
  endif::pygments[]
-include1::{stylesheet}}
+include1::{stylesheet}[]
  </style>
  <script type="text/javascript">

//stefan


--
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.

Reply via email to