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