On 26 June 2012 00:06, candido <[email protected]> wrote: > Thanks > > The answers below questions > > On 25 jun, 15:18, Lex Trotman <[email protected]> wrote: >> On 25 June 2012 22:46, candido <[email protected]> wrote: >> >> > Hi, >> >> > I work on platform: Linux lur 3.2.0-25-generic #40-Ubuntu SMP Wed May >> > 23 20:30:51 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux >> >> But what version of asciidoc are you using?? >> > > asciidoc 8.6.6 > > > >> >> >> > I think that i have some postinstallation configuration problems with >> > SLIDY2 BACKEND that i have detected 3 results uncorrect that i adjunt >> > below. >> >> > slidy2 backend >> > --------------------- >> >> > 1-On slidy2 i can not configure RELATIVE PATH in macro block images >> > like images::.images/osmfmoma4.png[.images/osmfmoma1.png,./images/ >> > osmfmoma2.png,./images/osmfmoma3.png] BECAUSE DON'T append the base >> > address :imagesdir: attribute on header document. Only relative paths >> > to document directory? >> >> Images are relative to the document >> directoryhttp://www.methods.co.nz/asciidoc/userguide.html#X9. >> > > So, what's that mind: > > imagesdir html4, html5, xhtml11, docbook If this attribute is defined > it is prepended to the target image file name paths in inline and > block image macros. > > http://www.methods.co.nz/asciidoc/userguide.html#X88
Hmmm, looks like slidey doesn't do it if data-uri is NOT set. Slidey is a separate project here http://code.google.com/p/asciidoc-slidy2-backend-plugin/ so you should submit an issue there. > >> >> >> >> >> >> >> >> >> >> > 2- TEST .asciidoc/backend/slidy2/tests/python slidy2_UnitTest.py >> >> > EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE >> > ====================================================================== >> > ERROR: test_AsciiDoc_version (__main__.Slidy2_conf_Test) >> > ---------------------------------------------------------------------- >> > Traceback (most recent call last): >> > File "slidy2_UnitTest.py", line 32, in test_AsciiDoc_version >> > out = self.asciidoc_output(asciidoc_inputs.d['asciidoc- >> > version'],'slidy2') >> > File "slidy2_UnitTest.py", line 15, in asciidoc_output >> > asciidoc = AsciiDocAPI('../../../asciidoc.py') >> > File "/home/candido/.asciidoc/backends/slidy2/tests/asciidocapi.py", >> > line 166, in __init__ >> > raise AsciiDocError('missing file: %s' % cmd) >> > AsciiDocError: missing file: ../../../asciidoc.py >> >> > In Ubuntu flavor there is not asciidoc.py, there is /usr/bin/asciidoc >> > executable object. >> > > >> What version of asciidoc are you using? This should have been fixed in 8.6.0. > > > candido@lur:~/tutoriales/asciidoc_tutorial$ asciidoc --version > asciidoc 8.6.6 Ok, seems the slidey unit test program hard codes the .py extension, again its a problem to report to that project. Cheers Lex > > > >> > 3. On LOCAL installation the sample slidy2_doc.html code: >> >> > .......Press the +++<span class="keycap">M</span>+++ key...... >> >> > DON'T render the keycap style . I can see the correct renderezing in >> > the online sample document. >> >> That sounds like your browser since the keycap is just included CSS. >> You might check that it is in fact included. > > Firefox version 13.0.1 > stylesheet loaded: /* Shared CSS for AsciiDoc xhtml11 and html5 > backends */ > Solutioned with attribute :stylesheet: /home/candido/.asciidoc/ > backends/slidy2/doc/keycap.css > > THANKS > >> 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.
