Le jeudi 26 avril 2012 13:52:20 Paolo Cavallini a écrit : > Hi all. > I think it would be good to add some slide show to the documentation > material. However, I do not see an easy way of incorporating rst2s5 into > the translation workflow: does anybody know how (if) possible? > Thanks. Hello Paolo,
I am using rst2s5 for all my training materials but there are some issue: * you should use header of level 2 for each slide. Level 1 is for the main title. Level 3 and other are shown in the same slide. * Some directive are not working correctly (ie :ref: for instance). * I create link to s5 html page from an index file (rst convert into html). S5 html pages are created from the MakeFile this way: $(RST2S5BUILD) --theme-url ui/c2c slides/1_presentation.rst $(BUILDDIR)/s5/cours/presentation_slides.html So you can just add s5 target into the Makefile to create s5 html page from a specific directory (aka nammed "slides" for instance) where you can put some files (one slideshow by file). Am I clear? Y. -- Yves Jacolin http://yjacolin.gloobe.org _______________________________________________ Qgis-developer mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/qgis-developer
