On 2010-09-02, Grant Edwards <[email protected]> wrote: > On 2010-09-02, Stuart Rackham <[email protected]> wrote: > >>> $ 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. > > How does that file get installed? > > I've reinstalled asciidoc several times (both manually and using an > ebuild), and filters/latex doesn't get installed (all the rest of the > filters do).
I'm looking at Makefile.in, and there is stuff to install the other filters as part of DATATARGETS and PROGTARGETS, but there's nothing that installs the latex filter. Am I missing something? -- 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.
