mattn wrote:
Does anyone know how O'Reilly wants asciidoc documents set up so as to generated their desired DocBook tags? For example, a filename is supposed to be surrounded by <filename> tags. But asciidoc can't do that. Am I supposed to use a phrase role here? Or just do nothing (and simply use emphasis)? Thx - m.
You could define a filename macro and do e.g. filename:[abc.txt], or just use raw XML directly e.g. +++<filename>/usr/include/sys</filename>+++
Cheers, Stuart
-- 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.
