On Sun, Jan 22, 2012 at 10:46 PM, Oleksandr Lavrushchenko <[email protected]> wrote: > Hi, > > thanks for answering > > On Sun, Jan 22, 2012 at 11:35 AM, Lex Trotman <[email protected]> wrote: > >>> Is there exist simple solution for that in asciidoc? >> I presume you are using HTML output. > No, unfortunately, i use asciidoc+xelatex. > >> You could either define your own specific modification to the >> configuration (probably as special quotes or an inline macro) to >> create the HTML you want or passthrough the HTML (but I would only do >> that if you have very few uses). > > Thanks, that's good idea, if i do this way, i probably can define xslt > template function to convert such special inline blocks to xelatex > environment, and than may be place some button picture under the text > in this environment. >
Oops I ddin't note you said you were using latex. If you are using the asciidoc latex backend you can passthrough/generate latex directly. If you are using docbook and dblatex to generate latex you can generate XML and then you will need to add to the xslt that it uses. Just be aware that docbook validation probably will fail (since you have generated something probably not docbook) Cheers Lex > -- > 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. > -- 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.
