diff options
author | Karl Berry <karl@freefriends.org> | 2019-01-02 22:37:03 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-01-02 22:37:03 +0000 |
commit | f5eb3253503f0d9b2bb9efcf1d4813bd948ca5d4 (patch) | |
tree | f71abc91f0119ab3114800d1ac6b17b4f6bbf9a4 /Master/texmf-dist/doc/latex/media9/README.txt | |
parent | 443bcdc0cb69f7073630ecb174d9ab71a8ec8997 (diff) |
media9 (2jan19)
git-svn-id: svn://tug.org/texlive/trunk@49577 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/media9/README.txt')
-rw-r--r-- | Master/texmf-dist/doc/latex/media9/README.txt | 76 |
1 files changed, 76 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/media9/README.txt b/Master/texmf-dist/doc/latex/media9/README.txt new file mode 100644 index 00000000000..488de1f2413 --- /dev/null +++ b/Master/texmf-dist/doc/latex/media9/README.txt @@ -0,0 +1,76 @@ +================================== + The media9 LaTeX Package + + https://gitlab.com/agrahn/media9 + + (C) 2012--\today Alexander Grahn +================================== + +This package provides an interface to embed interactive Flash (SWF) and +3D objects (Adobe U3D & PRC) as well as video and sound files or streams +in the popular MP4, FLV, MP3 formats into PDF documents with Acrobat-9/X +compatibility. Playback of multimedia files relies on Adobe Flash Player +which supports the efficient H.264 codec for video compression. + +This package is based on the RichMedia Annotation, an Adobe addition to +the PDF specification. It replaces the now obsolete `movie15' package. + +* +* Note that Adobe Reader for Linux has dropped Flash support since +* version 9.4.2. +* + +Supported PDF making workflows are: + * pdfLaTeX, LuaLaTeX + * (Lua)LaTeX --> dvips --> ps2pdf/Distiller + * (Xe)LaTeX --> (x)dvipdfmx + +The package was written in the new LaTeX3 syntax. + + +Requirements: + + * l3kernel (LaTeX package), version >=2012/07/16 + * l3packages (LaTeX package), version >=2012/07/16 + * pdfTeX, version >=1.30 + * Ghostscript, version >=8.31 or Adobe Distiller for PS to PDF conversion + * dvipdfmx, version >=20120420 for DVI to PDF conversion + * Adobe Reader, version >=9 + + +Installation: + +MiKTeX and TeXLive users should run the package manager for installation. + +Otherwise, a manual install into the local TeX-Directory-Structure +(TDS) root directory can be done along the following steps: + +1.) Download the TDS compliant package file +http://mirror.ctan.org/install/macros/latex/contrib/media9.tds.zip. + +2.) Find the local TDS root directory by running + + kpsewhich -var-value TEXMFLOCAL + +on the command line. + +3.) Unzip media9.tds.zip into the local TDS root directory previously +found. Depending on the location of this directory, you may need to be +logged in as Root/Administrator. + +4.) After installation, update the filename database by running + + texhash + +on the command line. Again, Root/Administrator privileges may be required. + +For updating the package, repeat the steps given above. + + +License: + +This material is subject to the LaTeX Project Public License. See + + http://mirrors.ctan.org/macros/latex/base/lppl.txt + +for the details of that license. |