diff options
author | Karl Berry <karl@freefriends.org> | 2013-09-06 23:12:39 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-09-06 23:12:39 +0000 |
commit | dd48d69037fc00584e152689afbc6d811cda2276 (patch) | |
tree | 4d01a5a0ff089245ad6d893dd203f84b3cf8a08b /Master/texmf-dist/doc/latex/media9 | |
parent | 4b008e6f0003c1cdf8e326fbb3fbeeab257eb321 (diff) |
media9 (6sep13)
git-svn-id: svn://tug.org/texlive/trunk@31586 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/media9')
-rw-r--r-- | Master/texmf-dist/doc/latex/media9/ChangeLog | 5 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/media9/media9.pdf | bin | 2754030 -> 2757135 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/media9/media9.tex | 2 |
3 files changed, 6 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/media9/ChangeLog b/Master/texmf-dist/doc/latex/media9/ChangeLog index 60aa7672643..3f80bea4ae2 100644 --- a/Master/texmf-dist/doc/latex/media9/ChangeLog +++ b/Master/texmf-dist/doc/latex/media9/ChangeLog @@ -1,3 +1,8 @@ +2013-09-06 + * v0.32 + * change: `bigfiles' package option no longer requires `-dNOSAFER' with + ps2pdf. + 2013-08-26 * v0.31 * fix: expl3 related fix for correct 3D views file processing diff --git a/Master/texmf-dist/doc/latex/media9/media9.pdf b/Master/texmf-dist/doc/latex/media9/media9.pdf Binary files differindex 8f47e944864..dd6b2ba1d7b 100644 --- a/Master/texmf-dist/doc/latex/media9/media9.pdf +++ b/Master/texmf-dist/doc/latex/media9/media9.pdf diff --git a/Master/texmf-dist/doc/latex/media9/media9.tex b/Master/texmf-dist/doc/latex/media9/media9.tex index 7c4463a3025..06a95592adf 100644 --- a/Master/texmf-dist/doc/latex/media9/media9.tex +++ b/Master/texmf-dist/doc/latex/media9/media9.tex @@ -1023,7 +1023,7 @@ There are two options to handle such situations: The first one is to increase \TeX's main memory. You may follow the steps in the \href{http://www.ctan.org/tex-archive/macros/latex/contrib/animate/animate.pdf\#dest:mem}{Bugs} section of the `animate' package documentation. In \TeX{}Live-2012, the maximum value that can be set is \verb+main_memory = 12435455+. -If increasing \TeX's main memory does not help, use the package option `\verb+bigfiles+' with media9. It defers file embedding from the DVI producing to the PDF producing step. However, this requires that \verb+ps2pdf+ be called with option `\verb+-dNOSAFER+'. Otherwise, \verb+ps2pdf+ aborts with error \verb+/invalidfileaccess+. +If increasing \TeX's main memory does not help, use the package option `\verb+bigfiles+' with media9. It defers file embedding from the DVI producing to the PS producing step. \section{Acknowledgements} This package was written using the new \LaTeX3 syntax which was a lot of fun. Many thanks to the \LaTeX3 team! |