Hi, Docutils and Sphinx don't provide video directive, then you need to write a raw latex to embed a video file by using `.. raw:: latex`. It might work (not tested).
1. Put video files into _static directory 2. write raw latex to embed a video with `.. raw:: latex` directive. BTW, I don't know how to embed video in latex source :/ Regards, -- Takayuki SHIMIZUKAWA http://about.me/shimizukawa 2014-09-12 23:04 GMT+09:00 [email protected] <[email protected]>: > Hi all. > > As far as I know > > :download:`<video.mp4>` > > can be used only for option html. > > However, starting with PDF 1.3 (Adobe Acrobat 4.0), PDF files can contain > file > attachments. > > See > > http://www.ctan.org/tex-archive/macros/latex/contrib/attachfile > > Is it possible that pdf files generated by sphinx can contain file > attachments ? > > Nils > > -- > You received this message because you are subscribed to the Google Groups > "sphinx-users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/sphinx-users. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "sphinx-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sphinx-users. For more options, visit https://groups.google.com/d/optout.
