problem about media9-Record and share programming errors


  • Nikolaus
    errors media9
    I am facing problems when I want to add 3Dviews to my media. I cannot compile the following code, getting an error ‘undefined control sequence’. But without the line 3Dviews=test.vws, it works.The strange thing is that this code had been working fine before I installed the newest MikTex distribution and also updated all packages… I would be thankful for any hints, can you help me please?\documentclass[landscape]{article} \usepackage[a4paper, left=1cm, right=1cm, top=2cm, bottom=2cm]{geometry} \usepackage{graphicx} \usepackage[dvipdfmx]{media9} \usepackage[pdftex]{hyperref}\begin{document} \pagestyle{empty} \centering \includemedia[ label=converter3degreelines, width=\textwidth, height=\textheight, activate=pagevisible, deactivate=pageinvisible, 3Dviews=test.vws, 3Dmenu ]{ \includegraphics[width=0.45\textwidth]{test.png} }{test.u3d} \end{document}The test.vws file contains the following:VIEW=DefaultCOO=4.675 -4.675 4.675C2C=0 0 80.9734ROO=6.1057ROLL=0ORTHO=0.081891PART=Mesh1RENDERMODE=WireframeEND ENDThe error message from the Log is the following:! Undefined control sequence. \LaTeX3 error: Missing number before ‘*’. l.20 }{test.u3d}The control sequence at the end of the top line of your error message was never \def’ed. If you have misspelled it (e.g., `\hobx’), type `I’ and the correct spelling (e.g., `I\hbox’). Otherwise just continue, and I’ll forget about whatever was undefined.The file list from the .log is:*File List* article.cls 2007/10/19 v1.4h Standard LaTeX document class size10.clo 2007/10/19 v1.4h Standard LaTeX file (size optio

Originally posted 2013-09-26 03:20:55.