Le vendredi 6 septembre 2013 09:51:49 UTC+2, Lex Trotman a écrit :
>
>
>
>
> On 6 September 2013 17:27, David Demelier <[email protected]<javascript:>
> > wrote:
>
>> Le jeudi 5 septembre 2013 23:32:05 UTC+2, Lex Trotman a écrit :
>>
>>>
>>>
>>>
>>> On 6 September 2013 00:50, David Demelier <[email protected]> wrote:
>>>
>>>> Hello,
>>>>
>>>> I've been using asciidoc for years. I've updated it to 8.6.8 (8.6.8_1 
>>>> on FreeBSD) and now it starts to ignore every attributes, it does not 
>>>> generate table of content and does not even use any css. Even the sample 
>>>> article in the asciidoc home does not work:
>>>>
>>>> http://www.methods.co.nz/**asciidoc/article.txt<http://www.methods.co.nz/asciidoc/article.txt>
>>>>
>>>> When using asciidoc -a data-uri -a icons -a toc -a max-width=55em 
>>>> article.txt, it does add toc, no icons and everything is black like we 
>>>> use standard HTML and CSS defaults.
>>>>
>>>> What am I doing wrong?
>>>>
>>>
>>> Could you post a 5 line source for which those attributes are relevant, 
>>> and a link to a pastebin of the generated HTML.
>>>
>>> Cheers
>>> Lex
>>>
>>
>> Update: it seems to be a backend problem, with html5 it works, but not 
>> with xhtml11 nor html4. 
>>
>
> Well, the previous post showed that you were generating html4 correctly, 
> just not xhtml11.  Try the -v option and see what backend files its loading.
>
> Cheers
> Lex
>

By default, it seems to generate xhtml11:

$ asciidoc -v -a data-uri -a icons -a toc -a max-width=55em article.txt
asciidoc: reading: /usr/local/etc/asciidoc/asciidoc.conf
asciidoc: reading: /home/markand/article.txt
asciidoc: reading: /usr/local/etc/asciidoc/xhtml11.conf
asciidoc: include: /usr/local/etc/asciidoc/html4.conf
asciidoc: article.txt: line 4: reading: /usr/local/etc/asciidoc/html4.conf
asciidoc: reading: /usr/local/etc/asciidoc/filters/latex/latex-filter.conf
asciidoc: reading: 
/usr/local/etc/asciidoc/filters/graphviz/graphviz-filter.conf
asciidoc: reading: /usr/local/etc/asciidoc/filters/code/code-filter.conf
asciidoc: reading: /usr/local/etc/asciidoc/filters/music/music-filter.conf
asciidoc: reading: 
/usr/local/etc/asciidoc/filters/source/source-highlight-filter.conf
asciidoc: article.txt: line 4: ifeval: 
"source-highlight"=="source-highlight": True
asciidoc: article.txt: line 4: ifeval: "source-highlight"=="highlight": 
False
asciidoc: article.txt: line 4: ifeval: "source-highlight"=="pygments": False
asciidoc: article.txt: line 4: ifeval: 
"source-highlight"=="source-highlight": True
asciidoc: article.txt: line 4: ifeval: "source-highlight"=="highlight": 
False
asciidoc: reading: /usr/local/etc/asciidoc/lang-en.conf
asciidoc: writing: /home/markand/article.html
asciidoc: article.txt: line 45: evaluating: {counter:figure-number}
asciidoc: article.txt: line 55: evaluating: {counter:table-number}
asciidoc: article.txt: line 95: evaluating: {counter:appendix-number:A}
 

-- 
You received this message because you are subscribed to the Google Groups 
"asciidoc" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/asciidoc.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to