On 2010-09-02, Stuart Rackham <[email protected]> wrote:
>
>
> On 02/09/10 09:28, Grant Edwards wrote:
>> I'm using asciidoc 8.6.1, and I can't seem to get the latex filter to
>> work.
[...]
>>    $ asciidoc -a data-uri -a max-width=40em test1.txt
>>    asciidoc: WARNING: test1.txt: line 3: missing style: [paradef-default]: 
>> latex

> I ran the same command on the same file and it worked, the warning
> you got mean that asciidoc can't find the latex paragraph style in
> the filters/latex/latex-filter.conf configuration file. Run asciidoc
> with the --verbose option and check it's picking up the latex
> configuration file, should look like:

$ asciidoc -a data-uri -a max-width=40em -v test1.txt
asciidoc: reading: /usr/share/asciidoc/asciidoc.conf
asciidoc: reading: /usr/share/asciidoc/xhtml11.conf
asciidoc: reading: /usr/share/asciidoc/filters/code/code-filter.conf
asciidoc: reading: /usr/share/asciidoc/filters/music/music-filter.conf
asciidoc: reading: /usr/share/asciidoc/filters/graphviz/graphviz-filter.conf
asciidoc: reading: 
/usr/share/asciidoc/filters/source/source-highlight-filter.conf
asciidoc: reading: /home/nextgen/manual/test1.txt
asciidoc: writing: /home/nextgen/manual/test1.html
asciidoc: reading: /usr/share/asciidoc/lang-en.conf
asciidoc: WARNING: test1.txt: line 3: missing style:
[paradef-default]: latex


Ah.  I checked /usr/share/asciidoc/filters, and there is no latex filter.

Something seems to have gone wrong with the installation process.  :/

-- 
Grant

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