%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % media9.sty % % multimedia inclusion package % % Copyright 2012--\today Alexander Grahn % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % This package implements Adobe-Reader 9 and X compatible RichMedia % annotation for multimedia (Flash & 3D) inclusion according to: % % Adobe Supplement to ISO 32000, BaseVersion 1.7, ExtensionLevel 3 % % Supported workflows: % % pdflatex, lualatex % latex-->dvips-->ps2pdf or Distiller % latex-->dvipdfmx % xelatex % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either version 1.3 % of this license or (at your option) any later version. % The latest version of this license is in % http://www.latex-project.org/lppl.txt % and version 1.3 or later is part of all distributions of LaTeX % version 2005/12/01 or later. % % This work has the LPPL maintenance status `maintained'. % % The Current Maintainer of this work is A. Grahn. \RequirePackage{expl3} \RequirePackage{l3regex} \RequirePackage{l3keys2e} \RequirePackage{xparse} \RequirePackage{ifpdf} \RequirePackage{atbegshi} \def\g@mix@date@tl{2013/09/24} \def\g@mix@version@tl{0.33} \def\g@mix@liiikerneldate{2013/07/28} \def\g@mix@liiipkgdate{2013/07/28} \ProvidesExplPackage{media9}{\g@mix@date@tl}{\g@mix@version@tl} {acrobat-9/X compatible media} \tl_gset:Nx\g_mix_date_tl{\g@mix@date@tl} \tl_gset:Nx\g_mix_version_tl{\g@mix@version@tl} \cs_if_exist:NTF\msg_set:nnnn{ \msg_set:nnnn{media9}{support~outdated}{ Support~package~#1~too~old. }{ Please~install~an~up~to~date~version~of~#1.\\ Loading~media9~will~abort! } }{ \PackageError{media9}{Support~package~expl3~too~old.}{ Please~install~an~up~to~date~version~of~expl3.\\ Loading~media9~will~abort! } \tex_endinput:D } \@ifpackagelater{expl3}{\g@mix@liiikerneldate}{}{ \msg_error:nnn{media9}{support~outdated}{l3kernel} \tex_endinput:D } \@ifpackagelater{xparse}{\g@mix@liiipkgdate}{}{ \msg_error:nnn{media9}{support~outdated}{l3packages} \tex_endinput:D } \@ifpackagelater{l3keys2e}{\g@mix@liiipkgdate}{}{ \msg_error:nnn{media9}{support~outdated}{l3packages} \tex_endinput:D } %testing for PDF output \bool_new:N\g_mix_pdfoutput_bool \bool_gset_false:N\g_mix_pdfoutput_bool \ifpdf \bool_gset_true:N\g_mix_pdfoutput_bool \fi %pdfTeX version check \pdftex_if_engine:T{ \int_compare:nT{\pdftexversion<130}{ \msg_interrupt:nnn{media9~error}{pdfTeX,~version~>=~1.30~required.}{} } } %package options %unknown package option error message \msg_set:nnnn{media9}{unknown~package~option}{Unknown~package~option~`#1'.}{ Package option~'#1'~is~unknown;\\ perhaps~it~is~spelled~incorrectly. } \bool_new:N\g_mix_pkgbigfiles_bool \bool_new:N\g_mix_dvipdfmx_bool \bool_new:N\g_mix_pkgdraft_bool \bool_new:N\g_mix_opt_pkgwindowed_bool \tl_gset:Nx\g_mix_pkgwinsize_tl{defaultxdefault} \tl_gset:Nx\g_mix_pkgwinpos_tl{cc} \tl_gset:Nn\g_mix_pkgact_tl{/XA} \tl_gset:Nn\g_mix_pkgdeact_tl{/PC} \tl_gset:Nn\g_mix_pkgtransp_tl{false} \tl_gset:Nn\g_mix_pkgcontextclick_tl{false} \tl_gset:Nn\g_mix_pkgplaycnt_tl{-1} \tl_gset:Nn\g_mix_pkgplayspd_tl{1} \tl_gset:Nn\g_mix_pkgplaytpe_tl{None} \tl_gset:Nn\g_mix_pkgtools_tl{false} \tl_gset:Nn\g_mix_pkgnrdflt_tl{/NR~true} \tl_gset:Nn\g_mix_pkgnav_tl{false} \tl_gclear:N\g_mix_pkgopt_bg_tl \tl_gclear:N\g_mix_pkgopt_ls_tl \tl_gclear:N\g_mix_pkgopt_rm_tl \bool_new:N\g_mix_pkgiiidcalc_bool %floating window settings \group_begin: \char_set_lccode:nn{`\+}{`\@} \tl_to_lowercase:n{ \group_end: \cs_new:Npn\mix_parse_windowedarg:w#1+#2+#3\q_stop{ \tl_if_blank:nF{#1}{\tl_gset:Nn\g_mix_winsize_tl{#1}} \tl_if_blank:nF{#2}{\tl_gset:Nn\g_mix_winpos_tl{#2}} } \cs_new:Nn\mix_parse_windowedarg:N{ \exp_after:wN\mix_parse_windowedarg:w#1++\q_stop } } \cs_new:Npn\mix_parse_winsizearg:w#1x#2\q_stop{ \str_if_eq:nnTF{#1}{default}{ \tl_gset:Nx\tl_mix_fltwd{ \fp_to_int:n{1.522*\__dim_strip_bp:n{\l_mix_wd_tl}}} \tl_gset:Nx\tl_mix_fltht{ \fp_to_int:n{1.522*\__dim_strip_bp:n{\l_mix_tt_tl}}} }{ \tl_gset:Nn\tl_mix_fltwd{#1} \tl_gset:Nn\tl_mix_fltht{#2} } } \keys_define:nn{media9}{ dvipdfmx .bool_gset:N = \g_mix_dvipdfmx_bool, xetex .bool_gset:N = \g_mix_dvipdfmx_bool, bigfiles .choice:, bigfiles / true .code:n = {\bool_gset_true:N\g_mix_pkgbigfiles_bool}, bigfiles / false .code:n = {\bool_gset_false:N\g_mix_pkgbigfiles_bool}, bigfiles .default:n = {true}, draft .choice:, draft / true .code:n = {\bool_gset_true:N\g_mix_pkgdraft_bool}, draft / false .code:n = {\bool_gset_false:N\g_mix_pkgdraft_bool}, draft .default:n = {true}, final .choice:, final / true .code:n = {\bool_gset_false:N\g_mix_pkgdraft_bool}, final / false .code:n = {\bool_gset_true:N\g_mix_pkgdraft_bool}, final .default:n = {true}, activate .choice:, activate / pagevisible .code:n = {\tl_gset:Nn\g_mix_pkgact_tl{/PV}}, activate / pageopen .code:n = {\tl_gset:Nn\g_mix_pkgact_tl{/PO}}, activate / onclick .code:n = {\tl_gset:Nn\g_mix_pkgact_tl{/XA}}, activate .value_required:, deactivate .choice:, deactivate / pageinvisible .code:n = {\tl_gset:Nn\g_mix_pkgdeact_tl{/PI}}, deactivate / pageclose .code:n = {\tl_gset:Nn\g_mix_pkgdeact_tl{/PC}}, deactivate / onclick .code:n = {\tl_gset:Nn\g_mix_pkgdeact_tl{/XD}}, deactivate .value_required:, transparent .choice_code:n = { \tl_gset:Nx\g_mix_pkgtransp_tl{\l_keys_choice_tl}}, transparent .generate_choices:n = {true,false}, transparent .default:n = {true}, passcontext .choice_code:n = {\tl_gset:Nx\g_mix_pkgcontextclick_tl{ \l_keys_choice_tl}}, passcontext .generate_choices:n = {true,false}, passcontext .default:n = {true}, windowed .code:n = { \str_if_eq:nnTF{#1}{false}{ \bool_gset_false:N\g_mix_opt_pkgwindowed_bool }{ \bool_gset_true:N\g_mix_opt_pkgwindowed_bool \tl_set:Nx\l_tmpa_tl{#1} \tl_remove_all:Nn\l_tmpa_tl{~} \mix_parse_windowedarg:N\l_tmpa_tl \tl_gset_eq:NN\g_mix_pkgwinsize_tl\g_mix_winsize_tl \tl_gset_eq:NN\g_mix_pkgwinpos_tl\g_mix_winpos_tl } }, %3D specific options 3Dplaytype .choice:, 3Dplaytype / none .code:n = {\tl_gset:Nn\g_mix_pkgplaytpe_tl{None}}, 3Dplaytype / linear .code:n = {\tl_gset:Nn\g_mix_pkgplaytpe_tl{Linear}}, 3Dplaytype / oscillating .code:n = { \tl_gset:Nn\g_mix_pkgplaytpe_tl{Oscillating}}, 3Dplaytype .value_required:, 3Dplaycount .code:n = {\tl_gset:Nn\g_mix_pkgplaycnt_tl{ \exp_after:wN\int_value:w \dim_eval:w#1sp\dim_eval_end:}}, 3Dplaycount .value_required:, 3Dplayspeed .tl_gset_x:N = \g_mix_pkgplayspd_tl, 3Dplayspeed .value_required:, 3Dtoolbar .choice_code:n = {\tl_gset:Nx\g_mix_pkgtools_tl{\l_keys_choice_tl}}, 3Dtoolbar .generate_choices:n = {true,false}, 3Dtoolbar .default:n = {true}, 3Dnavpane .choice_code:n = {\tl_gset:Nx\g_mix_pkgnav_tl{\l_keys_choice_tl}}, 3Dnavpane .generate_choices:n = {true,false}, 3Dnavpane .default:n = {true}, 3Dpartsattrs .choice_code:n = { \tl_set:Nn\l_mix_keep_tl{keep} \tl_if_eq:NNTF\l_keys_choice_tl\l_mix_keep_tl{ \tl_gset:Nn\g_mix_pkgnrdflt_tl{/NR~false} }{ \tl_gset:Nn\g_mix_pkgnrdflt_tl{/NR~true} } }, 3Dpartsattrs .generate_choices:n = {keep,restore}, 3Dpartsattrs .value_required:, 3Dmenu .bool_gset:N = \g_mix_pkgiiidcalc_bool, 3Dbg .code:n = { \tl_gset:Nx\g_mix_pkgopt_bg_tl{ /BG<>} }, 3Dbg .value_required:, 3Dlights .code:n = { \tl_gset:Nx\g_mix_pkgopt_ls_tl{/LS<>} }, 3Dlights .value_required:, 3Drender .code:n = { \tl_gset:Nx\g_mix_pkgopt_rm_tl{/RM<>} }, 3Drender .value_required:, unknown .code:n = { \msg_error:nnx{media9}{unknown~package~option}{\l_keys_key_tl} } } \ProcessKeysOptions{media9} \xetex_if_engine:T{\bool_gset_true:N\g_mix_dvipdfmx_bool} \box_new:N\l_mix_poster_box \dim_new:N\g_mix_wd_dim \dim_new:N\g_mix_ht_dim \dim_new:N\g_mix_dp_dim \int_new:N\g_mix_rmcnt_int \int_new:N\l_mix_viewcnt_int %counter for 3D views per annot \int_new:N\g@mix@page@int %abs. page counter (zero based) \int_gset:Nn\g@mix@page@int{\c_minus_one} \AtBeginShipout{\int_gincr:N\g@mix@page@int} \bool_new:N\l_mix_url_bool \bool_new:N\g_mix_iiidcalc_bool %missing package error message %example usage: % \msg_error:nnnn{media9}{missing~package}{graphicx}{[dvipdfmx]} % \msg_error:nnn{media9}{missing~package}{graphicx} \msg_set:nnn{media9}{missing~package}{ Package~`#1'~has~not~been~loaded~yet.\\ Put~the~line\\ ~~\string\usepackage#2{#1}\\ to~the~preamble~of~your~document. } %file not found error message %example usage: % \msg_error:nnn{media9}{file~not~found}{myfile.swf} \msg_set:nnnn{media9}{file~not~found}{ Line~\msg_line_number: :~ File~`#1'~not~found.}{Make~sure~file~`#1'~exists~and~is~readable!} \pdftex_if_engine:TF{ %\pdfmdfivesum is used for hashing object references of embedded files \cs_new:Nn\mix_filemdfivesum:n{\pdfmdfivesum~file~{#1}} \cs_new:Nn\mix_filesize:n{\pdffilesize{#1}} \cs_new:Nn\mix_filedump:nnn{\pdffiledump~offset~#1~length~#2~{#3}} \cs_new:Nn\mix_unescapehex:n{(\pdfunescapehex{#1})} }{ \luatex_if_engine:TF{ \RequirePackage{pdftexcmds} \cs_new:Nn\mix_filemdfivesum:n{\pdf@filemdfivesum{#1}} \cs_new:Nn\mix_filesize:n{\pdf@filesize{#1}} \cs_new:Nn\mix_filedump:nnn{\pdf@filedump{#1}{#2}{#3}} \cs_new:Nn\mix_unescapehex:n{<#1>} }{ \cs_new:Nn\mix_filemdfivesum:n{#1} } } %creating global definitions \cs_new:Npn\mix@newkey#1#2{\tl_gset:cx{#1}{#2}} %macros for writing global defs to \jobname.aux \msg_set:nnn{media9}{rerun}{Rerun~to~get~media~labels~right!} \msg_set:nnn{media9}{undefined~reference}{ Line~\msg_line_number: :~Media~reference~`#1'~not~defined. } \msg_set:nnn{media9}{undefined~references}{ There~were~undefined~media~references!} \msg_set:nnn{media9}{same~label}{ Line~\msg_line_number: :~Label~`#1'~multiply~defined. } \msg_set:nnn{media9}{multiple~labels}{There~were~multiply-defined~labels!} \cs_gset:Nn\mix_keytoaux_now:nn{ \iow_now:Nx\@auxout{\token_to_str:N\mix@newkey{#1}{#2}} \bool_if:nF{ \cs_if_exist_p:c{#1} && \str_if_eq_x_p:nn{\tl_use:c{#1}}{#2} }{ \cs_if_exist:NF\g_mix_rerunwarned_tl{ \tl_new:N\g_mix_rerunwarned_tl \AtEndDocument{\msg_warning:nn{media9}{rerun}} } } } \cs_gset:Nn\mix_keytoaux_shipout:nn{ \iow_shipout_x:Nx\@auxout{\token_to_str:N\mix@newkey{#1}{#2}} \cs_if_exist:cF{#1}{ \cs_if_exist:NF\g_mix_rerunwarned_tl{ \tl_new:N\g_mix_rerunwarned_tl \AtEndDocument{\msg_warning:nn{media9}{rerun}} } } } %reset various variables for every new media inclusion \cs_new:Nn\mix_reset:{ \tl_gset:Nx\g_mix_label_tl{rm@\int_use:N\g_mix_rmcnt_int} \tl_gclear:N\g_mix_usrlabel_tl \tl_gclear:N\g_mix_flashvars_tl \tl_gclear:N\g_mix_assets_tl \tl_gclear:N\g_mix_configurations_tl \tl_gset_eq:NN\g_mix_act_tl\g_mix_pkgact_tl \tl_gset_eq:NN\g_mix_deact_tl\g_mix_pkgdeact_tl \box_clear:N\l_mix_poster_box \tl_clear:N\l_mix_scripts_tl \bool_gset_eq:NN\g_mix_usrdraft_bool\g_mix_pkgdraft_bool \seq_gclear:N\g_mix_res_seq \seq_gclear:N\g_mix_script_seq \int_gzero:N\g_mix_resizeflag_int \tl_gset:Nn\g_mix_scalearg_tl{1.0} \tl_gset:Nn\g_mix_wdarg_tl{\width} \tl_gset:Nn\g_mix_htarg_tl{\height} \tl_gset:Nn\g_mix_dparg_tl{\depth} \tl_gset_eq:NN\g_mix_transp_tl\g_mix_pkgtransp_tl \tl_gset_eq:NN\g_mix_contextclick_tl\g_mix_pkgcontextclick_tl \bool_gset_eq:NN\g_mix_opt_windowed_bool\g_mix_opt_pkgwindowed_bool \tl_gset_eq:NN\g_mix_winsize_tl\g_mix_pkgwinsize_tl \tl_gset_eq:NN\g_mix_winpos_tl\g_mix_pkgwinpos_tl %3D specific settings \bool_gset_false:N\g_mix_iiid_bool \bool_gset_false:N\g_mix_opt_iiidview_bool \bool_gset_eq:NN\g_mix_iiidcalc_bool\g_mix_pkgiiidcalc_bool \tl_gset_eq:NN\g_mix_playcnt_tl\g_mix_pkgplaycnt_tl \tl_gset_eq:NN\g_mix_playspd_tl\g_mix_pkgplayspd_tl \tl_gset_eq:NN\g_mix_playtpe_tl\g_mix_pkgplaytpe_tl \tl_gset_eq:NN\g_mix_tools_tl\g_mix_pkgtools_tl \tl_gset_eq:NN\g_mix_nrdflt_tl\g_mix_pkgnrdflt_tl \tl_gset_eq:NN\g_mix_nav_tl\g_mix_pkgnav_tl \tl_gset_eq:NN\g_mix_opt_bg_tl\g_mix_pkgopt_bg_tl \tl_gset_eq:NN\g_mix_opt_ls_tl\g_mix_pkgopt_ls_tl \tl_gset_eq:NN\g_mix_opt_rm_tl\g_mix_pkgopt_rm_tl \tl_gset:Nn\g_mix_opt_psob_tl{Min} \tl_gset:Nn\g_mix_opt_coo_tl{0~0~0} \tl_gset:Nn\g_mix_opt_ctoc_tl{0~-1~0} \tl_gclear:N\g_mix_opt_ciiw_tl \fp_gset:Nn\g_mix_opt_roo_fp{1e-9} \fp_gset:Nn\g_mix_opt_aac_fp{30} \fp_gset:Nn\g_mix_opt_oscale_fp{1} \fp_gset:Nn\g_mix_opt_roll_fp{0} \bool_set_false:N\l_mix_roo_bool \bool_gset_false:N\g_mix_opt_ciiw_bool \bool_gset_false:N\g_mix_opt_iiidortho_bool \tl_clear:N\l_mix_iiidviewarray_tl \tl_gclear:N\g_mix_vfile_tl } %3D settings to be reset before creating an additional view \cs_new:Nn\mix_iiidreset:{ \tl_clear:N\l_mix_bg_tl \tl_clear:N\l_mix_ls_tl \tl_clear:N\l_mix_rm_tl \tl_set:Nn\l_mix_psob_tl{Min} \tl_set:Nn\l_mix_coo_tl{0~0~0} \tl_set:Nn\l_mix_ctoc_tl{0~-1~0} \tl_clear:N\l_mix_ciiw_tl \fp_set:Nn\l_mix_roo_fp{1e-9} \fp_set:Nn\l_mix_aac_fp{30} \fp_set:Nn\l_mix_oscale_fp{1} \fp_set:Nn\l_mix_roll_fp{0} \bool_set_false:N\l_mix_roo_bool \bool_set_false:N\l_mix_ciiw_bool \bool_set_false:N\l_mix_iiidortho_bool \tl_clear:N\l_mix_naarray_tl %array of node dicts \tl_clear:N\l_mix_saarray_tl %array of crosssect dicts \tl_set_eq:NN\l_mix_nr_tl\g_mix_nrdflt_tl %keep or restore part attributes } %wrong image resource for 3D \msg_set:nnn{media9}{wrong~image~resource}{ Image~resource~file\\~~'#1'\\has~wrong~type.\\\\ In~3D~context,~driver~#2~only~accepts~files~of~type\\#3\\ as~image~resources. } %excessive DVI resolution message \group_begin: \char_set_catcode_active:N\+\let+\space \tl_gset:Nx\g_mix_dpiwarning_tl{ {Resolution~1200~gt~VResolution~1200~gt~or~{ (@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@\token_to_str:N\n @@++++Warning:+DVI+resolution+greater+than+1200+dpi!+++++@@\token_to_str:N\n @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@\token_to_str:N\n @@+++++++++++++++++++++++++++++++++++++++++++++++++++++++@@\token_to_str:N\n @@+Media+button+faces+may+be+poorly+scaled+or+invisible++@@\token_to_str:N\n @@+in+the+PDF+output.++++++++++++++++++++++++++++++++++++@@\token_to_str:N\n @@+++++++++++++++++++++++++++++++++++++++++++++++++++++++@@\token_to_str:N\n @@+Dvips+should+be+called+either+without+option+`-Ppdf':+@@\token_to_str:N\n @@+++++++++++++++++++++++++++++++++++++++++++++++++++++++@@\token_to_str:N\n @@+++dvips+\c_job_name_tl\token_to_str:N\n @@+++++++++++++++++++++++++++++++++++++++++++++++++++++++@@\token_to_str:N\n @@+or+with+a+different+resolution+setting:+++++++++++++++@@\token_to_str:N\n @@+++++++++++++++++++++++++++++++++++++++++++++++++++++++@@\token_to_str:N\n @@+++dvips+-Ppdf+-D1200+\c_job_name_tl\token_to_str:N\n @@+++++++++++++++++++++++++++++++++++++++++++++++++++++++@@\token_to_str:N\n @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@\token_to_str:N\n) print}~if}~?pdfmark } \group_end: %commands for creating PDF objects, annots etc. \bool_if:NTF\g_mix_pdfoutput_bool{ %helper func to remove `0 R' part from pdf obj reference \cs_new:Npn\mix_reftonum:w #1~0~R {#1} \cs_new:Nn\mix_pdfobj:nnn{ % #1:objref; if empty, a new object number will be reserved % #2:type of object (dict|array|stream|fstream) % #3:content (key-value, file, string); may be empty \tl_clear:N\l_mix_usenum_tl \tl_if_blank:oTF{#1}{ \pdfobj~reserveobjnum \tl_set:Nx\l_mix_usenum_tl{useobjnum~\the\pdflastobj} }{ \tl_set:Nx\l_mix_usenum_tl{useobjnum~\exp_after:wN \mix_reftonum:w #1} } \tl_if_blank:oF{#3}{ \str_case:nnn{#2}{ {dict}{\immediate\pdfobj~\l_mix_usenum_tl~{<<#3>>}} {array}{\immediate\pdfobj~\l_mix_usenum_tl~{[#3]}} {stream}{\immediate\pdfobj~\l_mix_usenum_tl~stream~{#3}} {fstream}{\immediate\pdfobj~\l_mix_usenum_tl~stream~file~{#3}} }{} } \tl_gset:Nx\g_mix_pdflastobj_tl{\int_use:c{pdflastobj}~0~R} } \cs_new:Nn\mix_pdfannot:nnnn{ % #1:width, #2:height, #3:depth, #4:content (key-value) \immediate\pdfannot~width~#1~height~#2~depth~#3 {#4} \tl_gset:Nx\g_mix_pdflastann_tl{\int_use:c{pdflastannot}~0~R} } \cs_new:Nn\mix_pdflink:nn{% #1:dict, #2:text \immediate\pdfstartlink~user~{#1}#2\pdfendlink } \cs_new:Nn\mix_pdfxform:n{%#1:savebox number \immediate\pdfxform~resources~{\the\pdfpageresources}~#1 \tl_gset:Nx\g_mix_pdflastxform_tl{\int_use:c{pdflastxform}~0~R} } \cs_new:Nn\mix_pdfximage:n{%#1:bitmap file name \bool_if:nTF{ \str_if_eq_p:Vn\l_mix_ext_tl{png} ||\str_if_eq_p:Vn\l_mix_ext_tl{jpg} ||\str_if_eq_p:Vn\l_mix_ext_tl{jpeg} ||\str_if_eq_p:Vn\l_mix_ext_tl{jbig2} ||\str_if_eq_p:Vn\l_mix_ext_tl{jb2} }{ \immediate\pdfximage{#1} \tl_gset:Nx\g_mix_pdflastximage_tl{\int_use:c{pdflastximage}~0~R} }{ \msg_error:nnnnn{media9}{wrong~image~resource}{#1}{pdftex}{ png,~jpeg~and~jbig2 } } } \cs_new:Nn\mix_ndname:n{%#1:HEX encoded string %converted to binary UTF16BE using \pdfunescapehex (pdfTeX only) \tl_set:Nn\l_mix_ndname_tl{\mix_unescapehex:n{#1}} } %macro for adding AcroForm entry to PDF Catalog \cs_new:Nn\mix_insert_acroform:{ \tl_if_exist:cF{Acro@Form@added}{ \pdfcatalog{/AcroForm~<>} \tl_gset:cn{Acro@Form@added}{} } } }{ \int_new:N\g_mix_obj_int % object ID \bool_if:NTF\g_mix_dvipdfmx_bool{ %dvipdfmx/XeTeX \cs_new:Nn\mix_pdfobj:nnn{ % #1:objref; if empty, a new object number will be reserved % #2:type of object (dict|array|stream|fstream) % #3:content (key-value, file, string); may be empty \tl_clear:N\l_mix_usenum_tl \tl_if_blank:oTF{#1}{ \str_case:nnn{#2}{ {dict}{\special{pdf:obj~@mix@obj\int_use:N\g_mix_obj_int\space<<>>}} {array}{\special{pdf:obj~@mix@obj\int_use:N\g_mix_obj_int\space[]}} {stream}{\special{pdf:stream~@mix@obj\int_use:N\g_mix_obj_int\space(#3)}} {fstream}{ \message{<#3>} \special{pdf:fstream~@mix@obj\int_use:N\g_mix_obj_int\space(#3)} } }{} \tl_set:Nx\l_mix_usenum_tl{@mix@obj\int_use:N\g_mix_obj_int} \int_gincr:N\g_mix_obj_int }{ \tl_set:Nx\l_mix_usenum_tl{#1} } \tl_if_blank:oF{#3}{ \str_case:nnn{#2}{ {dict}{\special{pdf:put~\l_mix_usenum_tl\space<<#3>>}} {array}{\special{pdf:put~\l_mix_usenum_tl\space#3}} }{} } \tl_gset:Nx\g_mix_pdflastobj_tl{\l_mix_usenum_tl} } \cs_new:Nn\mix_pdfannot:nnnn{ % #1:width, #2:height, #3:depth, #4:content (key-value) \special{pdf:ann~@mix@obj\int_use:N\g_mix_obj_int\space width~#1\space height~#2\space depth~#3~<<#4>> } \tl_gset:Nx\g_mix_pdflastann_tl{@mix@obj\int_use:N\g_mix_obj_int} \int_gincr:N\g_mix_obj_int } \cs_new:Nn\mix_pdflink:nn{% #1:dict, #2:text \special{pdf:bann~<<#1>>}#2\special{pdf:eann} } \cs_new:Nn\mix_pdfxform:n{%#1:savebox number \special{pdf:bxobj~@mix@obj\int_use:N\g_mix_obj_int\space width\space\dim_eval:n{\box_wd:N #1}\space height\space\dim_eval:n{\box_ht:N #1}\space depth\space\dim_eval:n{\box_dp:N #1} } \begin{picture}(0,0)\put(0,0){\box_use:N #1}\end{picture} \special{pdf:exobj} \tl_gset:Nx\g_mix_pdflastxform_tl{@mix@obj\int_use:N\g_mix_obj_int} \int_gincr:N\g_mix_obj_int } \cs_new:Nn\mix_pdfximage:n{%#1:bitmap file name \bool_if:nTF{ \str_if_eq_p:Vn\l_mix_ext_tl{png} ||\str_if_eq_p:Vn\l_mix_ext_tl{jpg} ||\str_if_eq_p:Vn\l_mix_ext_tl{jpeg} }{ \special{pdf:image~@mix@obj\int_use:N\g_mix_obj_int\space %move initial display off the page matrix~0.000001~0~0~0.000001~-1000000~-1000000~(#1)} \tl_gset:Nx\g_mix_pdflastximage_tl{@mix@obj\int_use:N\g_mix_obj_int} \int_gincr:N\g_mix_obj_int }{ \msg_error:nnnnn{media9}{wrong~image~resource}{#1}{dvipdfmx/xetex}{ png~and~jpeg } } } \cs_new:Nn\mix_ndname:n{%#1:HEX encoded UTF16BE string \tl_set:Nn\l_mix_ndname_tl{<#1>} } \cs_new:Nn\mix_insert_acroform:{ \tl_if_exist:cF{Acro@Form@added}{ \special{pdf:put~@catalog~<< /AcroForm~<>>>} \tl_gset:cn{Acro@Form@added}{} } } }{ % dvips \bool_new:N\g_mix_powerdot_bool %to cope with some powerdot oddity \@ifclassloaded{powerdot}{\bool_gset_true:N\g_mix_powerdot_bool}{} \@ifpackageloaded{hyperref}{}{ %define `?pdfmark' operator as in file hdvips.def from package `hyperref' \special{!~ systemdict~/pdfmark~known { userdict~/?pdfmark~systemdict~/exec~get~put }{ userdict~/?pdfmark~systemdict~/pop~get~put~ userdict~/pdfmark~systemdict~/cleartomark~get~put } ifelse~ } } \bool_if:NT\g_mix_pkgbigfiles_bool{ \special{header=\jobname.m9} %open auxiliary file \jobname.m9 for writing hex encoded streams of the %files to be embedded. This file is inserted into PS during dvips run \iow_new:N\g_mix_mstreams_stream \iow_open:Nn\g_mix_mstreams_stream{\jobname.m9} \iow_now:Nn\g_mix_mstreams_stream{ /M9D~1~dict~def~M9D~begin /o{mark/_objdef}bind~def/O{/type/stream/OBJ~pdfmark}bind~def /m~systemdict/mark~get~def /P{/ASCIIHexDecode~filter/PUT~pdfmark}bind~def /C{/CLOSE~pdfmark}bind~def~end } } %determine DVI resolution and output warning message if too big %\AtBeginDocument{\special{ps:\g_mix_dpiwarning_tl}} \special{ps:\g_mix_dpiwarning_tl} \cs_new:Nn\mix_pdfobj:nnn{ % #1:objref; if empty, a new object number will be reserved % #2:type of object (dict|array|stream|fstream) % #3:content (key-value, file, string); may be empty \tl_clear:N\l_mix_usenum_tl \tl_if_blank:oTF{#1}{ \bool_if:nTF{ \g_mix_pkgbigfiles_bool && \str_if_eq_p:nn{#2}{fstream} }{ \iow_now:Nx\g_mix_mstreams_stream{ M9D~begin~o{mix@obj\int_use:N\g_mix_obj_int}O } }{ \special{ps:~mark~/_objdef~{mix@obj\int_use:N\g_mix_obj_int}~/type \str_case:nnn{#2}{ {dict}{/dict} {array}{/array} {stream}{/stream} {fstream}{/stream} }{}~ /OBJ~pdfmark~ } } \tl_set:Nx\l_mix_usenum_tl{{mix@obj\int_use:N\g_mix_obj_int}} \int_gincr:N\g_mix_obj_int }{ \tl_set:Nx\l_mix_usenum_tl{#1} } \tl_if_blank:oF{#3}{ \str_case:nnn{#2}{ {dict}{\special{ps:~mark~\l_mix_usenum_tl~<<#3>>/PUT~pdfmark~}} {array}{ \special{ps:~mark~\l_mix_usenum_tl~0~[#3]/PUTINTERVAL~pdfmark~} } {stream}{\special{ps:~mark~\l_mix_usenum_tl~(#3)/PUT~pdfmark~}} {fstream}{ \tl_set:Nn\l_mix_offset_tl{0} \tl_set:Nx\l_mix_fsize_tl{\mix_filesize:n{#3}} \message{<#3} %embed file in chunks of 32768 Bytes into PS as chunks of %65536 Bytes of HEX code \bool_while_do:nn{ \int_compare_p:n{\l_mix_offset_tl<\l_mix_fsize_tl} }{ \bool_if:NTF\g_mix_pkgbigfiles_bool{ \iow_now:Nx\g_mix_mstreams_stream{ m\l_mix_usenum_tl (\mix_filedump:nnn{\l_mix_offset_tl}{32767}{#3})P } }{ \special{ps:~ mark~ \l_mix_usenum_tl~ (\mix_filedump:nnn{\l_mix_offset_tl}{32767}{#3})~ /ASCIIHexDecode~filter~/PUT~ pdfmark~ } } \tl_set:Nx\l_mix_offset_tl{\int_eval:n{\l_mix_offset_tl+32767}} \message{.} } \message{>} \bool_if:NTF\g_mix_pkgbigfiles_bool{ \iow_now:Nx\g_mix_mstreams_stream{ m\l_mix_usenum_tl~C~end } }{ \special{ps:~ mark~\l_mix_usenum_tl~/CLOSE~pdfmark~ } } } }{} } \tl_gset:Nx\g_mix_pdflastobj_tl{\l_mix_usenum_tl} } \cs_new:Nn\mix_pdfannot:nnnn{ \hbox_set:Nn\l_tmpa_box{ \box_move_down:nn{#3}{ \hbox_to_zero:n{ \special{ps:~currentpoint~/mix@lly~exch~def~/mix@llx~exch~def} } } \skip_horizontal:n{#1} \box_move_up:nn{#2}{ \hbox_to_zero:n{ \special{ps:~currentpoint~/mix@ury~exch~def~/mix@urx~exch~def} } } } \box_set_wd:Nn\l_tmpa_box{\c_zero_dim} \box_set_ht:Nn\l_tmpa_box{\c_zero_dim} \box_set_dp:Nn\l_tmpa_box{\c_zero_dim} \box_use_clear:N\l_tmpa_box \special{ps:~ mark~ /_objdef~{mix@obj\int_use:N\g_mix_obj_int} /Rect~[mix@llx~mix@lly~mix@urx~mix@ury] #4~ /ANN~pdfmark~ } \tl_gset:Nx\g_mix_pdflastann_tl{{mix@obj\int_use:N\g_mix_obj_int}} \int_gincr:N\g_mix_obj_int } \cs_new:Nn\mix_pdflink:nn{% #1:dict, #2:text \cs_if_exist:NTF\pdfmark{ \pdfmark[#2]{pdfmark=/ANN,Raw={#1}} }{ \hbox_set:Nn\l_tmpb_box{#2} \mix_pdfannot:nnnn{ \box_wd:N\l_tmpb_box}{ \box_ht:N\l_tmpb_box}{ \box_dp:N\l_tmpb_box }{#1} \box_use_clear:N\l_tmpb_box } } \cs_new:Nn\mix_pdfxform:n{%#1:savebox number %mark bbox of box#1 \hbox_set:Nn\l_tmpa_box{ \box_move_down:nn{\box_dp:N #1}{ \hbox_to_zero:n{ \special{ps:~currentpoint~/mix@lly~exch~def~/mix@llx~exch~def} } } \skip_horizontal:n{\box_wd:N #1} \box_move_up:nn{\box_ht:N #1}{ \hbox_to_zero:n{ \special{ps:~currentpoint~/mix@ury~exch~def~/mix@urx~exch~def} } } } \box_set_wd:Nn\l_tmpa_box{\c_zero_dim} \box_set_ht:Nn\l_tmpa_box{\c_zero_dim} \box_set_dp:Nn\l_tmpa_box{\c_zero_dim} \box_use_clear:N\l_tmpa_box %define some length values in current PS coordinate units \hbox_set:Nn\l_tmpa_box{ \special{ps:~currentpoint~/origin@y~exch~def~/origin@x~exch~def} \skip_horizontal:n{72.27pt} \box_move_up:nn{72.27pt}{ \hbox_to_zero:n{ \special{ps:~ currentpoint~origin@y~exch~sub~/one@inch@y~exch~def~ origin@x~sub~/one@inch@x~exch~def } } } } \box_set_wd:Nn\l_tmpa_box{\c_zero_dim} \box_set_ht:Nn\l_tmpa_box{\c_zero_dim} \box_use_clear:N\l_tmpa_box \special{ps:~ gsave~ %translate graphics to upper left page corner \bool_if:NF\g_mix_powerdot_bool{ { mix@llx~neg~mix@ury~neg~translate~ one@inch@x~DVImag~div~neg~one@inch@y~DVImag~div~neg~translate }?pdfmark~ } %distill graphics into XObject mark~ /_objdef~{mix@obj\int_use:N\g_mix_obj_int} /BBox~[mix@llx~mix@lly~mix@urx~mix@ury] /BP~pdfmark~ { isls{%landscape mode (powerdot, geometry /w landscape option) /mix@dxdy~{ mix@urx~mix@llx~sub~abs~ mix@ury~mix@lly~sub~abs~div }~bind~def /mix@dydx~{1~mix@dxdy~div}~bind~def /mix@cx~{mix@urx~mix@llx~add~2~div}~bind~def /mix@cy~{mix@ury~mix@lly~add~2~div}~bind~def % graphics needs to be rescaled for some reason ... [mix@dxdy~0~0~mix@dydx~1~mix@dxdy~sub~mix@cx~mul~ 1~mix@dydx~sub~mix@cy~mul]~concat %... rotated by 270 degrees ... [0~-1~1~0~mix@cx~mix@cy~sub~mix@cx~mix@cy~add]~concat %... and flipped around vertical axis [-1~0~0~1~mix@llx~mix@urx~add~0]~concat }{% flip around horizontal axis in portrait mode [1~0~0~-1~0~mix@lly~mix@ury~add]~concat }ifelse }?pdfmark~ } \begin{picture}(0,0)\put(0,0){\box_use:N #1}\end{picture} \special{ps:~mark~/EP~pdfmark~grestore} \tl_gset:Nx\g_mix_pdflastxform_tl{{mix@obj\int_use:N\g_mix_obj_int}} \int_gincr:N\g_mix_obj_int } %Image XObject \cs_new:Nn\mix_pdfximage:n{%#1:bitmap file name \bool_if:nTF{ \str_if_eq_p:Vn\l_mix_ext_tl{ps} ||\str_if_eq_p:Vn\l_mix_ext_tl{eps} }{ \special{ps:~ mark~/_objdef~{mix@obj\int_use:N\g_mix_obj_int}~/NI~pdfmark~ } \special{psfile=#1~hsize=0~vsize=0} \special{ps:~ { 0~0~1~[1~0~0~1~0~0]~{}~image~%empty dummy, in case #1 is not }?pdfmark~ %a valid raster image file } \tl_gset:Nx\g_mix_pdflastximage_tl{{mix@obj\int_use:N\g_mix_obj_int}} \int_gincr:N\g_mix_obj_int }{ \msg_error:nnxxx{media9}{wrong~image~resource}{#1}{dvips}{ Postscript~(ps/eps)~with~bitmapped~content } } } %3DNode name \cs_new:Nn\mix_ndname:n{%#1:HEX encoded unicode string \special{ps:~ /mix@unicode~65535~string~def~ (#1)~/ASCIIHexDecode~filter~mix@unicode~readstring~pop~ /mix@unicode~exch~def~ } %converted to binary UTF16BE by ps2pdf \tl_set:Nn\l_mix_ndname_tl{mix@unicode} } \cs_new:Nn\mix_insert_acroform:{ \tl_if_exist:cF{Acro@Form@added}{ \special{ps: mark~{Catalog}~<>>>~ /PUT~pdfmark } \tl_gset:cn{Acro@Form@added}{} } } } } \cs_new:Nn\mix_embedasset:n{ %#1 file name or url %check if #1 is online resource \bool_set_false:N\l_mix_url_bool \regex_match:nnT{(^[Hh][Tt][Tt][Pp][Ss]?|^[Ff][Tt][Pp]):\/\/}{#1}{ \bool_set_true:N\l_mix_url_bool } \filename@parse{#1} \tl_set:Nx\l_mix_base_tl{\filename@base} \tl_set:Nx\l_mix_ext_tl{\filename@ext} \tl_replace_all:Nnn\l_mix_ext_tl{A}{a} \tl_replace_all:Nnn\l_mix_ext_tl{B}{b} \tl_replace_all:Nnn\l_mix_ext_tl{C}{c} \tl_replace_all:Nnn\l_mix_ext_tl{D}{d} \tl_replace_all:Nnn\l_mix_ext_tl{E}{e} \tl_replace_all:Nnn\l_mix_ext_tl{F}{f} \tl_replace_all:Nnn\l_mix_ext_tl{G}{g} \tl_replace_all:Nnn\l_mix_ext_tl{H}{h} \tl_replace_all:Nnn\l_mix_ext_tl{I}{i} \tl_replace_all:Nnn\l_mix_ext_tl{J}{j} \tl_replace_all:Nnn\l_mix_ext_tl{K}{k} \tl_replace_all:Nnn\l_mix_ext_tl{L}{l} \tl_replace_all:Nnn\l_mix_ext_tl{M}{m} \tl_replace_all:Nnn\l_mix_ext_tl{N}{n} \tl_replace_all:Nnn\l_mix_ext_tl{O}{o} \tl_replace_all:Nnn\l_mix_ext_tl{P}{p} \tl_replace_all:Nnn\l_mix_ext_tl{Q}{q} \tl_replace_all:Nnn\l_mix_ext_tl{R}{r} \tl_replace_all:Nnn\l_mix_ext_tl{S}{s} \tl_replace_all:Nnn\l_mix_ext_tl{T}{t} \tl_replace_all:Nnn\l_mix_ext_tl{U}{u} \tl_replace_all:Nnn\l_mix_ext_tl{V}{v} \tl_replace_all:Nnn\l_mix_ext_tl{W}{w} \tl_replace_all:Nnn\l_mix_ext_tl{X}{x} \tl_replace_all:Nnn\l_mix_ext_tl{Y}{y} \tl_replace_all:Nnn\l_mix_ext_tl{Z}{z} \bool_if:NTF\l_mix_url_bool{ \cs_if_exist:cF{url_#1}{ \mix_pdfobj:nnn{}{dict}{/FS/URL/F(#1)} \tl_gset:cx{url_#1}{\g_mix_pdflastobj_tl}% } %every new url should be added to assets tree of the current annot \cs_if_exist:cF{url_\int_use:c{g_mix_rmcnt_int}_#1}{ \tl_gput_right:Nx\g_mix_assets_tl{~(#1)~\tl_use:c{url_#1}} \tl_new:c{url_\int_use:c{g_mix_rmcnt_int}_#1} } \tl_gset:Nx\g_mix_lastasset_tl{\tl_use:c{url_#1}} }{ \file_if_exist:nTF{#1}{ \file_add_path:nN{#1}\l_mix_file_tl }{ \msg_error:nnx{media9}{file~not~found}{#1} } \bool_if:nTF{ %in 3D context, image resources must be embedded as Image XObjects, not %as file streams \g_mix_iiid_bool && ( \str_if_eq_p:Vn\l_mix_ext_tl{jpg} || \str_if_eq_p:Vn\l_mix_ext_tl{jpeg} || \str_if_eq_p:Vn\l_mix_ext_tl{png} || \str_if_eq_p:Vn\l_mix_ext_tl{jbig2} || \str_if_eq_p:Vn\l_mix_ext_tl{jb2} || \str_if_eq_p:Vn\l_mix_ext_tl{ps} || \str_if_eq_p:Vn\l_mix_ext_tl{eps} || \str_if_eq_p:Vn\l_mix_ext_tl{pdf} ) }{ \cs_if_exist:cF{imgXobj_\mix_filemdfivesum:n{\l_mix_file_tl}}{ \mix_pdfximage:n{\l_mix_file_tl} \tl_gset:cx{imgXobj_\mix_filemdfivesum:n{\l_mix_file_tl}}{ \g_mix_pdflastximage_tl } } %create fake FileSpec for current file name if not yet existent \cs_if_exist:cF{ImgFileSpecFor3D_#1}{ \tl_gset:cx{ImgFileSpecFor3D_#1}{ \tl_use:c{imgXobj_\mix_filemdfivesum:n{\l_mix_file_tl}} } } %add FileSpec to assets tree of current annot \cs_if_exist:cF{fileAsset_\int_use:c{g_mix_rmcnt_int}_#1}{ \tl_gput_right:Nx\g_mix_assets_tl{ ~(#1)~\tl_use:c{ImgFileSpecFor3D_#1} } \tl_new:c{fileAsset_\int_use:c{g_mix_rmcnt_int}_#1} } \tl_gset:Nx\g_mix_lastasset_tl{ \tl_use:c{ImgFileSpecFor3D_#1} } }{ %remaining file types in 3D context and any file type in case of Flash %context will be embedded as ordinary fstreams; \cs_if_exist:cF{fileEmb_\mix_filemdfivesum:n{\l_mix_file_tl}}{ \mix_pdfobj:nnn{}{fstream}{\l_mix_file_tl} \tl_gset:cx{fileEmb_\mix_filemdfivesum:n{\l_mix_file_tl}}{ \g_mix_pdflastobj_tl } } %create FileSpec for current file name if not yet existent \cs_if_exist:cF{fileSpec_#1}{ \mix_pdfobj:nnn{}{dict}{ /Type/Filespec /F~(#1) /UF~(#1) /EF~<> } \tl_gset:cx{fileSpec_#1}{\g_mix_pdflastobj_tl} } %add FileSpec to assets tree of current annot \cs_if_exist:cF{fileAsset_\int_use:c{g_mix_rmcnt_int}_#1}{ \tl_gput_right:Nx\g_mix_assets_tl{ ~(#1)~\tl_use:c{fileSpec_#1} } \tl_new:c{fileAsset_\int_use:c{g_mix_rmcnt_int}_#1} } \tl_gset:Nx\g_mix_lastasset_tl{ \tl_use:c{fileSpec_#1} } } } } \cs_new:Nn\mix_draftbox:n{ %#1 text string to be shown in the draft box centre \hbox_overlap_right:n{ \hbox_to_wd:nn{\l_mix_wd_tl}{ \vrule~height~\l_mix_ht_tl~depth~\l_mix_dp_tl\hss \vrule } } \box_move_down:nn{\l_mix_dp_tl}{ \hbox_to_wd:nn{\l_mix_wd_tl}{ \vbox_to_ht:nn{\l_mix_tt_tl}{ \hrule~width~\l_mix_wd_tl\vss \hbox_to_wd:nn{\l_mix_wd_tl}{\ttfamily{\tiny#1}\hss}\vss \hrule } } } } %calculates widget dimensions from natural ones, taking resizing options %into account \int_new:N\g_mix_resizeflag_int% resizing flags according to options given \cs_new:Nn\mix_scale:n{% #1 box number %natural dimensions \width, \height, \depth, \totalheight \tl_set:Nn\width {\box_wd:N#1} \tl_set:Nn\height{\box_ht:N#1} \tl_set:Nn\depth {\box_dp:N#1} \tl_set:Nn\totalheight{(\height+\depth)} \tl_set:Nx\l_mix_wd_tl{\dim_eval:n{\g_mix_wdarg_tl}} \tl_set:Nx\l_mix_ht_tl{\dim_eval:n{\g_mix_htarg_tl}} \tl_set:Nx\l_mix_dp_tl{\dim_eval:n{\g_mix_dparg_tl}} \tl_set:Nx\l_mix_tt_tl{\dim_eval:n{\g_mix_htarg_tl+\g_mix_dparg_tl}} %resize unspecified dimensions to keep aspect ratio \bool_if:nF{ % original poster box must be two dimensional \dim_compare_p:n{\width=\c_zero_dim} ||\dim_compare_p:n{\totalheight=\c_zero_dim} }{ \int_case:nnn{\g_mix_resizeflag_int}{ {\c_one}{% depth given alone: no rescaling, only vertical movement \tl_set:Nx\l_mix_ht_tl{ \dim_eval:n{ \totalheight-\l_mix_dp_tl } } } {\c_two}{% height given alone \tl_set:Nx\l_mix_wd_tl{ \dim_eval:n{ \width*\dim_ratio:nn{\l_mix_ht_tl}{\height} } } \tl_set:Nx\l_mix_dp_tl{ \dim_eval:n{ \depth*\dim_ratio:nn{\l_mix_ht_tl}{\height} } } } {\c_three}{% height and depth given \tl_set:Nx\l_mix_wd_tl{ \dim_eval:n{ \width*\dim_ratio:nn{\l_mix_tt_tl}{\totalheight} } } } {\c_four}{% width given alone \tl_set:Nx\l_mix_ht_tl{ \dim_eval:n{ \height*\dim_ratio:nn{\l_mix_wd_tl}{\width} } } \tl_set:Nx\l_mix_dp_tl{ \dim_eval:n{ \depth*\dim_ratio:nn{\l_mix_wd_tl}{\width} } } } {\c_five}{% width and depth given \tl_set:Nx\l_mix_ht_tl{ \dim_eval:n{ \totalheight*\dim_ratio:nn{\l_mix_wd_tl}{\width}-\l_mix_dp_tl } } } {\c_six}{% width and height given \tl_set:Nx\l_mix_dp_tl{ \dim_eval:n{ \depth*\dim_ratio:nn{\l_mix_ht_tl}{\height} } } } }{} % 0, 7 } %apply scaling factor \dim_set:Nn\l_tmpa_dim{\l_mix_wd_tl} \tl_set:Nx\l_mix_wd_tl{\dim_eval:n{\g_mix_scalearg_tl\l_tmpa_dim}} \dim_set:Nn\l_tmpa_dim{\l_mix_ht_tl} \tl_set:Nx\l_mix_ht_tl{\dim_eval:n{\g_mix_scalearg_tl\l_tmpa_dim}} \dim_set:Nn\l_tmpa_dim{\l_mix_dp_tl} \tl_set:Nx\l_mix_dp_tl{\dim_eval:n{\g_mix_scalearg_tl\l_tmpa_dim}} \tl_set:Nx\l_mix_tt_tl{\dim_eval:n{\l_mix_ht_tl+\l_mix_dp_tl}} %apply new dimensions (to non-zero size box) \bool_if:nF{ \dim_compare_p:n{\width=\c_zero_dim} || \dim_compare_p:n{\totalheight=\c_zero_dim} }{ \box_resize:Nnn#1{\l_mix_wd_tl}{\l_mix_tt_tl} } } \bool_new:N\g_mix_iiid_bool \int_new:N\l_mix_lineno_int \NewDocumentCommand\addmediapath{m}{\file_path_include:n{#1/}} \ior_new:N\l_mix_vfile_stream %file stream for 3D views files \NewDocumentCommand\includemedia{O{}mm}{%#1 options, #2 text/image #3 media file \group_begin: \leavevmode \mix_reset: %empty stream as appearance dummy \cs_if_exist:NF\g_mix_appearance_tl{ \hbox_set:Nn\l_mix_poster_box{\phantom{\rule{1pt}{1pt}}} \mix_pdfxform:n{\l_mix_poster_box} \tl_gset:Nx\g_mix_appearance_tl{\g_mix_pdflastxform_tl} } \cs_if_exist:NT\Ginput@path{\cs_set_eq:NN\input@path\Ginput@path} \hbox_set:Nn\l_mix_poster_box{#2} \mix_uribegin: %treat URI characters correctly \keys_set:nn{media9/user}{#1} \mix_uriend: \tl_greplace_all:Nnn\g_mix_flashvars_tl{~&}{&} \tl_greplace_all:Nnn\g_mix_flashvars_tl{&~}{&} \tl_greplace_all:Nnn\g_mix_flashvars_tl{~=}{=} \tl_greplace_all:Nnn\g_mix_flashvars_tl{=~}{=} \tl_gtrim_spaces:N\g_mix_flashvars_tl \mix_scale:n{\l_mix_poster_box} \bool_if:NTF\g_mix_usrdraft_bool{ \tl_if_empty:NF\g_mix_usrlabel_tl{ \mix_keytoaux_now:nn{ann@\g_mix_usrlabel_tl}{draft} } \mix_draftbox:n{\tl_to_str:n{#3}} }{ %embed main asset \mix_uribegin: \mix_embedasset:n{#3} \bool_if:nTF{ \str_if_eq_p:Vn\l_mix_ext_tl{prc}||\str_if_eq_p:Vn\l_mix_ext_tl{u3d} }{ \bool_gset_true:N\g_mix_iiid_bool \tl_gset:Nn\g_mix_mainassetsub_tl{3D} }{ \str_case_x:nnn{\l_mix_base_tl}{ {APlayer}{\tl_gset:Nn\g_mix_mainassetsub_tl{Sound}} {AudioPlayer}{\tl_gset:Nn\g_mix_mainassetsub_tl{Sound}} {VPlayer}{\tl_gset:Nn\g_mix_mainassetsub_tl{Video}} {VideoPlayer}{\tl_gset:Nn\g_mix_mainassetsub_tl{Video}} {StrobeMediaPlayback}{\tl_gset:Nn\g_mix_mainassetsub_tl{Video}} }{\tl_gset:Nn\g_mix_mainassetsub_tl{Flash}} } \tl_gset:Nx\g_mix_mainasset_tl{~\g_mix_lastasset_tl} \mix_uriend: %secondary assets (added by addresource) \seq_map_function:NN\g_mix_res_seq\mix_embedasset:n \seq_map_inline:Nn\g_mix_script_seq{ \mix_embedasset:n{##1} \tl_put_right:Nx\l_mix_scripts_tl{~\g_mix_lastasset_tl} } %attach 3D calculation script \bool_if:nT{\g_mix_iiid_bool && \g_mix_iiidcalc_bool}{ \mix_embedasset:n{3Dmenu.js} \tl_put_left:Nx\l_mix_scripts_tl{~\g_mix_lastasset_tl} } %create 3D views from file (option 3Dviews) \bool_if:nT{\g_mix_iiid_bool && !(\tl_if_blank_p:V\g_mix_vfile_tl)}{ \tl_set:Nn\l_mix_level_tl{\c_minus_one} \int_zero:N\l_mix_viewcnt_int \int_zero:N\l_mix_lineno_int \ior_open:Nn\l_mix_vfile_stream{\g_mix_vfile_tl} \ior_map_inline:Nn\l_mix_vfile_stream{ \int_incr:N\l_mix_lineno_int \keys_set:nn{media9/views}{##1} %process input line } \ior_close:N\l_mix_vfile_stream } \bool_if:nT{ %create default 3D view if required \g_mix_iiid_bool && (\g_mix_opt_iiidview_bool || \tl_if_blank_p:V\l_mix_iiidviewarray_tl) }{ \tl_set_eq:NN\l_mix_bg_tl\g_mix_opt_bg_tl \tl_set_eq:NN\l_mix_ls_tl\g_mix_opt_ls_tl \tl_set_eq:NN\l_mix_rm_tl\g_mix_opt_rm_tl \tl_set_eq:NN\l_mix_psob_tl\g_mix_opt_psob_tl \tl_set_eq:NN\l_mix_coo_tl\g_mix_opt_coo_tl \tl_set_eq:NN\l_mix_ctoc_tl\g_mix_opt_ctoc_tl \tl_set_eq:NN\l_mix_ciiw_tl\g_mix_opt_ciiw_tl \fp_set_eq:NN\l_mix_roo_fp\g_mix_opt_roo_fp \fp_set_eq:NN\l_mix_aac_fp\g_mix_opt_aac_fp \fp_set_eq:NN\l_mix_oscale_fp\g_mix_opt_oscale_fp \fp_set_eq:NN\l_mix_roll_fp\g_mix_opt_roll_fp \bool_set_eq:NN\l_mix_ciiw_bool\g_mix_opt_ciiw_bool \bool_set_eq:NN\l_mix_iiidortho_bool\g_mix_opt_iiidortho_bool \tl_clear:N\l_mix_naarray_tl \bool_if:NF\l_mix_ciiw_bool{ \tl_set:Nx\l_mix_args_tl{\l_mix_coo_tl\space\l_mix_ctoc_tl\space} \exp_after:wN\mix_calc_ciiw:w\l_mix_args_tl\q_stop } \tl_clear:N\l_mix_naarray_tl \tl_clear:N\l_mix_saarray_tl \tl_set_eq:NN\l_mix_nr_tl\g_mix_nrdflt_tl \mix_view:n{Default} \tl_set:Nx\l_mix_dfltview_tl{\g_mix_pdflastobj_tl} } \mix_pdfobj:nnn{}{dict}{ /Type/RichMediaInstance /Subtype/\g_mix_mainassetsub_tl /Asset~\g_mix_mainasset_tl \bool_if:NF\g_mix_iiid_bool{ /Params~<< /Binding/Foreground \tl_if_blank:VF\g_mix_flashvars_tl{ /FlashVars~(\g_mix_flashvars_tl) } >> } } \tl_if_empty:NF\g_mix_usrlabel_tl{ \mix_keytoaux_now:nn{main@\g_mix_usrlabel_tl}{\g_mix_pdflastobj_tl} } \mix_pdfobj:nnn{}{dict}{ /Type/RichMediaConfiguration /Subtype/\g_mix_mainassetsub_tl /Instances~[\g_mix_pdflastobj_tl] }% \mix_pdfobj:nnn{}{dict}{ /Type/RichMediaContent /Assets~<> /Configurations~[\g_mix_pdflastobj_tl] \bool_if:nT{ \g_mix_iiid_bool && !(\tl_if_empty_p:V\l_mix_iiidviewarray_tl) }{ /Views~[\l_mix_iiidviewarray_tl] } } \tl_set:Nx\l_mix_content_tl{\g_mix_pdflastobj_tl} \bool_if:nT{ \g_mix_iiid_bool && \str_if_eq_p:Vn\g_mix_playtpe_tl{Oscillating} }{ \tl_gset:Nx\g_mix_playcnt_tl{\int_eval:n{\g_mix_playcnt_tl*2}} } %determine floating window size \bool_if:NT\g_mix_opt_windowed_bool{ \exp_after:wN\mix_parse_winsizearg:w\g_mix_winsize_tl\q_stop } \mix_pdfobj:nnn{}{dict}{ /Activation~<< /Condition\g_mix_act_tl \bool_if:nT{ \g_mix_iiid_bool && !(\str_if_eq_p:Vn\g_mix_playtpe_tl{None}) }{%seems to work only with 3D content /Animation~<< /Subtype/\g_mix_playtpe_tl /PlayCount~\g_mix_playcnt_tl /Speed~\g_mix_playspd_tl >> } \bool_if:nT{ \g_mix_iiid_bool && ( \g_mix_opt_iiidview_bool || \tl_if_blank_p:V\l_mix_iiidviewarray_tl ) }{/View~\l_mix_dfltview_tl} /Presentation~<< /Transparent~\g_mix_transp_tl \bool_if:NTF\g_mix_opt_windowed_bool{ /Style/Windowed /Window~<< /Width~<> /Height~<> /Position~<< /HOffset~0/VOffset~0 \str_case_x:nnn{\g_mix_winpos_tl}{ {tl}{/VAlign/Near/HAlign/Near} {cl}{/VAlign/Center/HAlign/Near} {bl}{/VAlign/Far/HAlign/Near} {bc}{/VAlign/Far/HAlign/Center} {br}{/VAlign/Far/HAlign/Far} {cr}{/VAlign/Center/HAlign/Far} {tr}{/VAlign/Near/HAlign/Far} {tc}{/VAlign/Near/HAlign/Center} }{/HAlign/Center/VAlign/Center} >> >> }{ /Style/Embedded } \bool_if:NTF\g_mix_iiid_bool{ /Toolbar~\g_mix_tools_tl /NavigationPane~\g_mix_nav_tl }{ /PassContextClick~\g_mix_contextclick_tl } >> \tl_if_blank:VF\l_mix_scripts_tl{/Scripts~[\l_mix_scripts_tl]} >> /Deactivation~<> } \tl_set:Nx\l_mix_settings_tl{\g_mix_pdflastobj_tl} \tl_if_empty:NF\g_mix_usrlabel_tl{ \tl_gset_eq:NN\g_mix_label_tl\g_mix_usrlabel_tl } % #1:width, #2:height, #3:depth, #4:content (key-value) \mix_pdfannot:nnnn{\l_mix_wd_tl}{\l_mix_ht_tl}{\l_mix_dp_tl}{ /Subtype/RichMedia /F~4 /BS~<> /Contents~(media~embedded~by~media9~[\g_mix_version_tl~(\g_mix_date_tl)]) /NM~(\g_mix_label_tl) /AP~<> /RichMediaSettings~\l_mix_settings_tl /RichMediaContent~\l_mix_content_tl } \tl_if_empty:NF\g_mix_usrlabel_tl{ \mix_keytoaux_now:nn{ann@\g_mix_usrlabel_tl}{\g_mix_pdflastann_tl} \mix_keytoaux_shipout:nn{page@\g_mix_usrlabel_tl}{ \noexpand\the\g@mix@page@int} \mix_pdfobj:nnn{}{dict}{ /S/JavaScript/JS~( if(typeof(annotRM)=='undefined'){annotRM=new~Array();} if(typeof(annotRM['\g_mix_label_tl'])=='undefined'){ annotRM['\g_mix_label_tl']= this.getAnnotRichMedia(this.pageNum,'\g_mix_label_tl'); } ) } \mix_pdfannot:nnnn{0pt}{0pt}{0pt}{ /Subtype/Widget /FT/Btn/Ff~65537 /BS~<> /T~(fd@\g_mix_label_tl) /AA~<> } \mix_insert_acroform: } \hbox_to_wd:nn{\c_zero_dim}{ \box_move_down:nn{\l_mix_dp_tl-\box_dp:N\l_mix_poster_box}{ \box_use:N\l_mix_poster_box }\hss } \hbox_to_wd:nn{\l_mix_wd_tl}{ \vrule~width~\c_zero_dim~height~\l_mix_ht_tl~depth~\l_mix_dp_tl\hss } \int_gincr:N\g_mix_rmcnt_int } \group_end: } %defines environment \mix_uribegin: ... \mix_uriend: to sanitize possibly %active chars in URLs (RFC 2396) and path specifications; %code contributed by E. Gregorio \group_begin: \char_set_catcode_active:N\~ \cs_new:Npn\mix_uribegin:{ \group_begin: \tl_map_inline:nn{";/?:@&=+$|,-_.!~*'()}{ \group_begin: \char_set_lccode:nn{`\~}{`##1} \tl_to_lowercase:n{\group_end:\cs_set:Npn~}{\token_to_str:N##1} } \cs_set:Npn\%{\token_to_str:N\%} } \group_end: \cs_set_eq:NN\mix_uriend:\group_end: %macro for building the C2W transformation matrix \cs_new:Npn\mix_calc_ciiw:w#1~#2~#3~#4~#5~#6\q_stop{ % #1,#2,#3 centre of orbit coordinates (coo) % #4,#5,#6 centre of orbit to camera direction vector (c2c) %normalized view vector (opposite to c2c) \fp_set:Nn\l_mix_mag_fp{(#4*#4 + #5*#5 + #6*#6)**0.5} \fp_set:Nn\l_mix_viewx_fp{-#4/\l_mix_mag_fp} \fp_set:Nn\l_mix_viewy_fp{-#5/\l_mix_mag_fp} \fp_set:Nn\l_mix_viewz_fp{-#6/\l_mix_mag_fp} %camera roll \fp_set:Nn\l_mix_sinroll_fp{sin(\l_mix_roll_fp deg)} \fp_set:Nn\l_mix_cosroll_fp{cos(\l_mix_roll_fp deg)} %top and bottom views \fp_set:Nn\l_mix_leftx_fp{-1.0} \fp_set:Nn\l_mix_lefty_fp{0.0} \fp_set:Nn\l_mix_leftz_fp{0.0} \fp_compare:nNnTF\l_mix_viewz_fp<\c_zero_fp{% top view %up-vector \fp_set:Nn\l_mix_upx_fp{0.0} \fp_set:Nn\l_mix_upy_fp{1.0} \fp_set:Nn\l_mix_upz_fp{0.0} }{% bottom view %up-vector \fp_set:Nn\l_mix_upx_fp{0.0}% \fp_set:Nn\l_mix_upy_fp{-1.0}% \fp_set:Nn\l_mix_upz_fp{0.0}% } \fp_set:Nn\l_mix_sumxy_fp{abs(\l_mix_viewx_fp) + abs(\l_mix_viewy_fp)} \fp_compare:nNnF\l_mix_sumxy_fp=\c_zero_fp{% other views than top and bottom %up-vector = up_world - (up_world dot view) view \fp_set:Nn\l_mix_upx_fp{-\l_mix_viewz_fp*\l_mix_viewx_fp} \fp_set:Nn\l_mix_upy_fp{-\l_mix_viewz_fp*\l_mix_viewy_fp} \fp_set:Nn\l_mix_upz_fp{-\l_mix_viewz_fp*\l_mix_viewz_fp + 1.0} %normalize up-vector \fp_set:Nn\l_mix_mag_fp{(\l_mix_upx_fp*\l_mix_upx_fp + \l_mix_upy_fp*\l_mix_upy_fp + \l_mix_upz_fp*\l_mix_upz_fp)**0.5} \fp_set:Nn\l_mix_upx_fp{\l_mix_upx_fp/\l_mix_mag_fp} \fp_set:Nn\l_mix_upy_fp{\l_mix_upy_fp/\l_mix_mag_fp} \fp_set:Nn\l_mix_upz_fp{\l_mix_upz_fp/\l_mix_mag_fp} %left vector = up x view \fp_set:Nn\l_mix_leftx_fp{ \l_mix_viewz_fp*\l_mix_upy_fp - \l_mix_viewy_fp*\l_mix_upz_fp} \fp_set:Nn\l_mix_lefty_fp{ \l_mix_viewx_fp*\l_mix_upz_fp - \l_mix_viewz_fp*\l_mix_upx_fp} \fp_set:Nn\l_mix_leftz_fp{ \l_mix_viewy_fp*\l_mix_upx_fp - \l_mix_viewx_fp*\l_mix_upy_fp} %normalize left vector \fp_set:Nn\l_mix_mag_fp{(\l_mix_leftx_fp*\l_mix_leftx_fp + \l_mix_lefty_fp*\l_mix_lefty_fp + \l_mix_leftz_fp*\l_mix_leftz_fp)**0.5} \fp_set:Nn\l_mix_leftx_fp{\l_mix_leftx_fp/\l_mix_mag_fp} \fp_set:Nn\l_mix_lefty_fp{\l_mix_lefty_fp/\l_mix_mag_fp} \fp_set:Nn\l_mix_leftz_fp{\l_mix_leftz_fp/\l_mix_mag_fp} } %apply camera roll \fp_set:Nn\l_mix_leftxprime_fp{ \l_mix_leftx_fp*\l_mix_cosroll_fp + \l_mix_upx_fp*\l_mix_sinroll_fp} \fp_set:Nn\l_mix_leftyprime_fp{ \l_mix_lefty_fp*\l_mix_cosroll_fp + \l_mix_upy_fp*\l_mix_sinroll_fp} \fp_set:Nn\l_mix_leftzprime_fp{ \l_mix_leftz_fp*\l_mix_cosroll_fp + \l_mix_upz_fp*\l_mix_sinroll_fp} \fp_set:Nn\l_mix_upxprime_fp{ \l_mix_upx_fp*\l_mix_cosroll_fp - \l_mix_leftx_fp*\l_mix_sinroll_fp} \fp_set:Nn\l_mix_upyprime_fp{ \l_mix_upy_fp*\l_mix_cosroll_fp - \l_mix_lefty_fp*\l_mix_sinroll_fp} \fp_set:Nn\l_mix_upzprime_fp{ \l_mix_upz_fp*\l_mix_cosroll_fp - \l_mix_leftz_fp*\l_mix_sinroll_fp} \fp_set_eq:NN\l_mix_leftx_fp\l_mix_leftxprime_fp \fp_set_eq:NN\l_mix_lefty_fp\l_mix_leftyprime_fp \fp_set_eq:NN\l_mix_leftz_fp\l_mix_leftzprime_fp \fp_set_eq:NN\l_mix_upx_fp\l_mix_upxprime_fp \fp_set_eq:NN\l_mix_upy_fp\l_mix_upyprime_fp \fp_set_eq:NN\l_mix_upz_fp\l_mix_upzprime_fp %translation vector \fp_set:Nn\l_mix_transx_fp{#1 - \l_mix_roo_fp*\l_mix_viewx_fp} \fp_set:Nn\l_mix_transy_fp{#2 - \l_mix_roo_fp*\l_mix_viewy_fp} \fp_set:Nn\l_mix_transz_fp{#3 - \l_mix_roo_fp*\l_mix_viewz_fp} %format elements of transformation matrix \tl_set:Nx\l_mix_leftx_tl {\fp_to_decimal:n{round((\l_mix_leftx_fp),9)} } \tl_set:Nx\l_mix_lefty_tl {\fp_to_decimal:n{round((\l_mix_lefty_fp),9)} } \tl_set:Nx\l_mix_leftz_tl {\fp_to_decimal:n{round((\l_mix_leftz_fp),9)} } \tl_set:Nx\l_mix_upx_tl {\fp_to_decimal:n{round((\l_mix_upx_fp),9)} } \tl_set:Nx\l_mix_upy_tl {\fp_to_decimal:n{round((\l_mix_upy_fp),9)} } \tl_set:Nx\l_mix_upz_tl {\fp_to_decimal:n{round((\l_mix_upz_fp),9)} } \tl_set:Nx\l_mix_viewx_tl {\fp_to_decimal:n{round((\l_mix_viewx_fp),9)} } \tl_set:Nx\l_mix_viewy_tl {\fp_to_decimal:n{round((\l_mix_viewy_fp),9)} } \tl_set:Nx\l_mix_viewz_tl {\fp_to_decimal:n{round((\l_mix_viewz_fp),9)} } \tl_set:Nx\l_mix_transx_tl{\fp_to_decimal:n{round((\l_mix_transx_fp),9)}} \tl_set:Nx\l_mix_transy_tl{\fp_to_decimal:n{round((\l_mix_transy_fp),9)}} \tl_set:Nx\l_mix_transz_tl{\fp_to_decimal:n{round((\l_mix_transz_fp),9)}} %concat elements to matrix \tl_set:Nx\l_mix_ciiw_tl{ \l_mix_leftx_tl \space \l_mix_lefty_tl \space \l_mix_leftz_tl \space \l_mix_upx_tl \space \l_mix_upy_tl \space \l_mix_upz_tl \space \l_mix_viewx_tl \space \l_mix_viewy_tl \space \l_mix_viewz_tl \space \l_mix_transx_tl\space \l_mix_transy_tl\space \l_mix_transz_tl } } % 3D view object \cs_new:Nn\mix_view:n{ \tl_set:Nx\l_mix_oscale_tl{\fp_to_decimal:n{round((\l_mix_oscale_fp),9)}} \tl_set:Nx\l_mix_aac_tl{\fp_to_decimal:n{round((\l_mix_aac_fp),9)}} \tl_set:Nx\l_mix_roo_tl{\fp_to_decimal:n{round((\l_mix_roo_fp),9)}} \mix_pdfobj:nnn{}{dict}{ /MS/M /P<< \bool_if:NTF\l_mix_iiidortho_bool{ /Subtype/O/OS~\l_mix_oscale_tl/OB/\l_mix_psob_tl }{ /Subtype/P/FOV~\l_mix_aac_tl/PS/\l_mix_psob_tl } >> /C2W~[\l_mix_ciiw_tl] /CO~\l_mix_roo_tl \l_mix_nr_tl /NA~[\l_mix_naarray_tl] /SA~[\l_mix_saarray_tl] \l_mix_bg_tl\l_mix_ls_tl\l_mix_rm_tl /XN~(#1)/IN~(#1) } } %document command options \msg_set:nnnn{media9}{unknown~option}{ Line~\msg_line_number: :~Unknown~option~`#1'. }{ Option~'#1'~is~not~known~by~media9:\\ perhaps~it~is~spelled~incorrectly. } \msg_set:nnn{media9}{deprecated~option}{ Line~\msg_line_number: :~Option~`#1'~deprecated.\\ #2 } \bool_new:N\g_mix_usrdraft_bool \bool_new:N\g_mix_opt_iiidview_bool \bool_new:N\l_mix_roo_bool \bool_new:N\g_mix_opt_ciiw_bool \bool_new:N\g_mix_opt_iiidortho_bool \bool_new:N\l_mix_ciiw_bool \bool_new:N\l_mix_iiidortho_bool \bool_new:N\g_mix_opt_windowed_bool \seq_new:N\g_mix_res_seq \seq_new:N\g_mix_script_seq \tl_new:N\g_mix_rmnames_tl \keys_define:nn{media9/user}{ %user override automatic label label .code:n = { \tl_gset:Nx\g_mix_usrlabel_tl{#1} \tl_gtrim_spaces:N\g_mix_usrlabel_tl \cs_if_exist:cTF{rm@#1}{ \msg_warning:nnx{media9}{same~label}{#1} \cs_if_exist:NF\g_mix_samelabel_tl{ \tl_new:N\g_mix_samelabel_tl \AtEndDocument{\msg_warning:nn{media9}{multiple~labels}} } }{ \tl_new:c{rm@#1} } }, label .value_required:, width .code:n = { \tl_gset:Nn\g_mix_wdarg_tl{#1} \int_gadd:Nn\g_mix_resizeflag_int{\c_four} }, width .value_required:, height .code:n = { \tl_gset:Nn\g_mix_htarg_tl{#1} \int_gadd:Nn\g_mix_resizeflag_int{\c_two} }, height .value_required:, depth .code:n = { \tl_gset:Nn\g_mix_dparg_tl{#1} \int_gadd:Nn\g_mix_resizeflag_int{\c_one} }, depth .value_required:, scale .code:n = {\tl_gset:Nx\g_mix_scalearg_tl{#1}}, scale .value_required:, url .code:n = { \msg_warning:nnnn{media9}{deprecated~option}{url}{ Instead,~use~a~fully~qualified~URL~starting~with~`http://'~or~`ftp://'. } }, addresource .code:n = {\seq_gput_right:Nn\g_mix_res_seq{#1}}, addresource .value_required:, add3Djscript .code:n = {\seq_gput_right:Nn\g_mix_script_seq{#1}}, add3Djscript .value_required:, flashvars .tl_gset_x:N = \g_mix_flashvars_tl, flashvars .value_required:, activate .choice:, activate / pagevisible .code:n = {\tl_gset:Nn\g_mix_act_tl{/PV}}, activate / pageopen .code:n = {\tl_gset:Nn\g_mix_act_tl{/PO}}, activate / onclick .code:n = {\tl_gset:Nn\g_mix_act_tl{/XA}}, activate .value_required:, deactivate .choice:, deactivate / pageinvisible .code:n = {\tl_gset:Nn\g_mix_deact_tl{/PI}}, deactivate / pageclose .code:n = {\tl_gset:Nn\g_mix_deact_tl{/PC}}, deactivate / onclick .code:n = {\tl_gset:Nn\g_mix_deact_tl{/XD}}, deactivate .value_required:, draft .choice:, draft / true .code:n = {\bool_gset_true:N\g_mix_usrdraft_bool}, draft / false .code:n = {\bool_gset_false:N\g_mix_usrdraft_bool}, draft .default:n = {true}, final .choice:, final / true .code:n = {\bool_gset_false:N\g_mix_usrdraft_bool}, final / false .code:n = {\bool_gset_true:N\g_mix_usrdraft_bool}, final .default:n = {true}, transparent .choice_code:n = {\tl_gset:Nx\g_mix_transp_tl{\l_keys_choice_tl}}, transparent .generate_choices:n = {true,false}, transparent .default:n = {true}, passcontext .choice_code:n = {\tl_gset:Nx\g_mix_contextclick_tl{ \l_keys_choice_tl}}, passcontext .generate_choices:n = {true,false}, passcontext .default:n = {true}, windowed .code:n = { \str_if_eq:nnTF{#1}{false}{ \bool_gset_false:N\g_mix_opt_windowed_bool }{ \bool_gset_true:N\g_mix_opt_windowed_bool \tl_set:Nx\l_tmpa_tl{#1} \tl_remove_all:Nn\l_tmpa_tl{~} \mix_parse_windowedarg:N\l_tmpa_tl } }, %3D specific options 3Dplaytype .choice:, 3Dplaytype / none .code:n = {\tl_gset:Nn\g_mix_playtpe_tl{None}}, 3Dplaytype / linear .code:n = {\tl_gset:Nn\g_mix_playtpe_tl{Linear}}, 3Dplaytype / oscillating .code:n = { \tl_gset:Nn\g_mix_playtpe_tl{Oscillating}}, 3Dplaytype .value_required:, 3Dplaycount .code:n = {\tl_gset:Nn\g_mix_playcnt_tl{ \exp_after:wN\int_value:w \dim_eval:w#1sp\dim_eval_end:}}, 3Dplaycount .value_required:, 3Dplayspeed .tl_gset_x:N = \g_mix_playspd_tl, 3Dplayspeed .value_required:, 3Dtoolbar .choice_code:n = {\tl_gset:Nx\g_mix_tools_tl{\l_keys_choice_tl}}, 3Dtoolbar .generate_choices:n = {true,false}, 3Dtoolbar .default:n = {true}, 3Dnavpane .choice_code:n = {\tl_gset:Nx\g_mix_nav_tl{\l_keys_choice_tl}}, 3Dnavpane .generate_choices:n = {true,false}, 3Dnavpane .default:n = {true}, 3Dpartsattrs .choice_code:n = { \tl_set:Nn\l_mix_keep_tl{keep} \tl_if_eq:NNTF\l_keys_choice_tl\l_mix_keep_tl{ \tl_gset:Nn\g_mix_nrdflt_tl{/NR~false} }{ \tl_gset:Nn\g_mix_nrdflt_tl{/NR~true} } }, 3Dpartsattrs .generate_choices:n = {keep,restore}, 3Dpartsattrs .value_required:, 3Dcoo .code:n = {\tl_gset:Nn\g_mix_opt_coo_tl{#1} \bool_gset_true:N\g_mix_opt_iiidview_bool}, 3Dcoo .value_required:, 3Dc2c .code:n = {\tl_gset:Nn\g_mix_opt_ctoc_tl{#1} \bool_gset_true:N\g_mix_opt_iiidview_bool}, 3Dc2c .value_required:, 3Dc2w .code:n = { \tl_gset:Nx\g_mix_opt_ciiw_tl{#1} \bool_gset_true:N\g_mix_opt_iiidview_bool \bool_gset_true:N\g_mix_opt_ciiw_bool }, 3Dc2w .value_required:, 3Droo .code:n = { \fp_gset:Nn\g_mix_opt_roo_fp{abs(#1)} \fp_compare:nNnT\g_mix_opt_roo_fp<{1e-9}{ \fp_gset:Nn\g_mix_opt_roo_fp{1e-9}} \bool_gset_true:N\g_mix_opt_iiidview_bool \bool_set_true:N\l_mix_roo_bool }, 3Droo .value_required:, 3Daac .code:n = {\fp_gset:Nn\g_mix_opt_aac_fp{#1} \bool_gset_true:N\g_mix_opt_iiidview_bool}, 3Daac .value_required:, 3Dortho .code:n = { \bool_gset_true:N\g_mix_opt_iiidview_bool \bool_gset_true:N\g_mix_opt_iiidortho_bool \fp_compare:nF{#1=0.0}{ \fp_gset:Nn\g_mix_opt_oscale_fp{#1} \bool_if:NF\l_mix_roo_bool{ \fp_set:Nn\l_mix_temp_fp{1/#1/2} \fp_gset_eq:NN\g_mix_opt_roo_fp\l_mix_temp_fp } } }, 3Dortho .default:n = {1}, 3Droll .code:n = {\fp_gset:Nn\g_mix_opt_roll_fp{#1} \bool_gset_true:N\g_mix_opt_iiidview_bool}, 3Droll .value_required:, 3Dmenu .bool_gset:N = \g_mix_iiidcalc_bool, 3Dbg .code:n = { \tl_gset:Nx\g_mix_opt_bg_tl{/BG<>} }, 3Dbg .value_required:, 3Dlights .code:n = { \tl_gset:Nx\g_mix_opt_ls_tl{/LS<>} }, 3Dlights .value_required:, 3Drender .code:n = { \tl_gset:Nx\g_mix_opt_rm_tl{/RM<>} }, 3Drender .value_required:, 3Dpsob .code:n = { \tl_gset:Nx\g_mix_opt_psob_tl{#1} }, 3Dpsob .value_required:, 3Dviews .code:n = { \file_if_exist:nTF{#1}{ \file_add_path:nN{#1}\l_mix_temp_tl \tl_gset_eq:NN\g_mix_vfile_tl\l_mix_temp_tl }{ \msg_error:nnx{media9}{file~not~found}{#1} } }, 3Dviews .value_required:, unknown .code:n = { \msg_error:nnx{media9}{unknown~option}{\l_keys_key_tl} } } %3D views file parsing %messages related to 3D views file parsing \msg_set:nnn{media9}{nested~view}{ File~#1,~line~#2:\\ A~VIEW~section~cannot~be~nested~into~another~section. } \msg_set:nnn{media9}{key~not~allowed}{ File~#1,~line~#2:\\ Key~`#3'~not~allowed~here;~must~go~into~#4~section. } \msg_set:nnn{media9}{section~not~allowed}{ File~#1,~line~#2:\\ #3~not~allowed~here;~must~be~a~sub-section~of~a~#4~section. } \msg_set:nnn{media9}{missing~part~name}{ File~#1,~line~#2:\\ You~must~provide~a~valid~PART~name~(PART=),~as~displayed\\ in~the~model~tree~of~the~3D~object~(go~to~`View'->`Navigation~Panels'\\ ->`Model~Tree'~in~Adobe~Reader). } \msg_set:nnn{media9}{missing~utf16~name}{ File~#1,~line~#2:\\ You~must~provide~a~valid~hex~encoded~part~name~(UTF16NAME=).~Enable~`3Dmenu'~option~and~choose\\ `Get~Current~View'~from~3D~context~menu~to~generate~correct~views~file\\ entries. } \msg_set:nnn{media9}{too~many~cross~sections}{ File~#1,~line~#2:\\ Adobe~Reader~supports~only~one~cross~section~per~3D~view.\\ I~am~ignoring~this~CROSSSECT. } \msg_set:nnn{media9}{no~end~here}{ File~#1,~line~#2:\\ There~is~nothing~to~END~here. } \cs_new:Npn\mix_parse_vect:w#1~#2~#3\q_stop{ \fp_set:Nn\l_mix_x_fp{#1} \fp_set:Nn\l_mix_y_fp{#2} \fp_set:Nn\l_mix_z_fp{#3} } \cs_new:Nn\mix_arcsin:Nnnn{ %#1 result (rad), #2 argument, #3 current term no., #4 total number of %terms \int_compare:nTF{#3==\c_zero}{ \fp_set:Nn\l_mix_tmpa_fp{1.0} \fp_set:Nn\l_mix_tmpb_fp{1.0} \fp_set:Nn\l_mix_tmpc_fp{1.0} \fp_set:Nn\l_mix_tmpd_fp{#2} \fp_set:Nn#1{#2} }{ \fp_set:Nn\l_mix_tmpa_fp{\l_mix_tmpa_fp * \int_eval:n{2*#3-1}} \fp_set:Nn\l_mix_tmpb_fp{\l_mix_tmpb_fp * \int_eval:n{2*#3}} \fp_set:Nn\l_mix_tmpc_fp{\int_eval:n{2*#3+1}} \fp_set:Nn\l_mix_tmpd_fp{\l_mix_tmpd_fp * #2 * #2} \fp_set:Nn#1{#1 + \l_mix_tmpd_fp*\l_mix_tmpa_fp/\l_mix_tmpb_fp/\l_mix_tmpc_fp} } \int_compare:nF{#3==#4}{ \mix_arcsin:Nnnn#1{#2}{\int_eval:n{#3+1}}{#4} } } \cs_new:Nn\mix_angfromxy:Nnn{ %#1 result (deg), #2 x, #3 y \fp_set:Nn\l_mix_asinarg_fp{#3/(#2*#2 + #3*#3)**0.5} \fp_set:Nn\l_mix_acosarg_fp{#2/(#2*#2 + #3*#3)**0.5} \fp_set:Nn\l_mix_halfsqrttwo_fp{2**0.5/2} \mix_arcsin:Nnnn\l_mix_arcsin_fp{\l_mix_asinarg_fp}{0}{10} \mix_arcsin:Nnnn\l_mix_arccos_fp{\l_mix_acosarg_fp}{0}{10} \fp_set:Nn\l_mix_asinarg_fp{abs(\l_mix_asinarg_fp)} %determine quadrant \fp_compare:nTF{#2>=\c_zero_fp}{ \fp_compare:nTF{#3>=\c_zero_fp}{ %I \fp_compare:nNnTF\l_mix_asinarg_fp<\l_mix_halfsqrttwo_fp{ \fp_set_eq:NN#1\l_mix_arcsin_fp }{ \fp_set:Nn#1{\c_pi_fp/2 - \l_mix_arccos_fp} } }{ %IV \fp_compare:nNnTF\l_mix_asinarg_fp<\l_mix_halfsqrttwo_fp{ \fp_set_eq:NN#1\l_mix_arcsin_fp }{ \fp_set:Nn#1{\l_mix_arccos_fp-\c_pi_fp/2} } } }{ \fp_compare:nTF{#3>=\c_zero_fp}{ %II \fp_compare:nNnTF\l_mix_asinarg_fp<\l_mix_halfsqrttwo_fp{ \fp_set:Nn#1{\c_pi_fp-\l_mix_arcsin_fp} }{ \fp_set:Nn#1{\c_pi_fp/2-\l_mix_arccos_fp} } }{ %III \fp_compare:nNnTF\l_mix_asinarg_fp<\l_mix_halfsqrttwo_fp{ \fp_set:Nn#1{-\c_pi_fp-\l_mix_arcsin_fp} }{ \fp_set:Nn#1{\l_mix_arccos_fp-\c_pi_fp/2} } } } \fp_set:Nn#1{#1/deg} } \bool_new:N\l_mix_blankndname_bool %keys for parsing the 3D views file \keys_define:nn{media9/views}{ \par .code:n = {}, %allow for but ignore empty lines VIEW .code:n = { \int_compare:nF{\l_mix_level_tl<\c_zero}{ \msg_error:nnxx{media9}{nested~view} {\g_mix_vfile_tl}{\int_use:N\l_mix_lineno_int} } \tl_set:Nn\l_mix_level_tl{\c_zero} \tl_set:Nn\l_mix_cscount_tl{\c_zero} \tl_set:Nx\l_mix_xname_tl{#1}%optional name of the view \tl_trim_spaces:N\l_mix_xname_tl %reset 3D settings to defaults \mix_iiidreset: }, VIEW .default:n = {}, COO .code:n = { \int_compare:nF{\l_mix_level_tl=\c_zero}{ \msg_error:nnxxxx{media9}{key~not~allowed} {\g_mix_vfile_tl}{\int_use:N\l_mix_lineno_int}{COO}{a~VIEW} } \tl_set:Nx\l_mix_coo_tl{#1} }, COO .value_required:, C2C .code:n = { \int_compare:nF{\l_mix_level_tl=\c_zero}{ \msg_error:nnxxxx{media9}{key~not~allowed} {\g_mix_vfile_tl}{\int_use:N\l_mix_lineno_int}{C2C}{a~VIEW} } \tl_set:Nx\l_mix_ctoc_tl{#1} }, C2C .value_required:, C2W .code:n = { \int_compare:nF{\l_mix_level_tl=\c_zero}{ \msg_error:nnxxxx{media9}{key~not~allowed} {\g_mix_vfile_tl}{\int_use:N\l_mix_lineno_int}{C2W}{a~VIEW} } \tl_set:Nx\l_mix_ciiw_tl{#1} \bool_set_true:N\l_mix_ciiw_bool }, C2W .value_required:, ROO .code:n = { \int_compare:nF{\l_mix_level_tl=\c_zero}{ \msg_error:nnxxxx{media9}{key~not~allowed} {\g_mix_vfile_tl}{\int_use:N\l_mix_lineno_int}{ROO}{a~VIEW} } \fp_set:Nn\l_mix_roo_fp{abs(#1)} \fp_compare:nNnT\l_mix_roo_fp<{1e-9}{ \fp_set:Nn\l_mix_roo_fp{1e-9}} \bool_set_true:N\l_mix_roo_bool }, ROO .value_required:, AAC .code:n = { \int_compare:nF{\l_mix_level_tl=\c_zero}{ \msg_error:nnxxxx{media9}{key~not~allowed} {\g_mix_vfile_tl}{\int_use:N\l_mix_lineno_int}{AAC}{a~VIEW} } \fp_set:Nn\l_mix_aac_fp{#1} }, AAC .value_required:, ORTHO .code:n = { \int_compare:nF{\l_mix_level_tl=\c_zero}{ \msg_error:nnxxxx{media9}{key~not~allowed} {\g_mix_vfile_tl}{\int_use:N\l_mix_lineno_int}{ORTHO}{a~VIEW} } \bool_set_true:N\l_mix_iiidortho_bool \fp_compare:nF{#1=0.0}{ \fp_set:Nn\l_mix_oscale_fp{#1} \bool_if:NF\l_mix_roo_bool{ \fp_set:Nn\l_mix_temp_fp{1/#1/2} \fp_set_eq:NN\l_mix_roo_fp\l_mix_temp_fp } } }, ORTHO .default:n = {1}, PSOB .code:n = { \int_compare:nTF{\l_mix_level_tl=\c_zero}{ \tl_set:Nx\l_mix_psob_tl{#1} }{ \msg_error:nnxxxx{media9}{key~not~allowed} {\g_mix_vfile_tl}{\int_use:N\l_mix_lineno_int} {PSOB}{a~VIEW} } }, PSOB .value_required:, ROLL .code:n = { \int_compare:nF{\l_mix_level_tl=\c_zero}{ \msg_error:nnxxxx{media9}{key~not~allowed} {\g_mix_vfile_tl}{\int_use:N\l_mix_lineno_int}{ROLL}{a~VIEW} } \fp_set:Nn\l_mix_roll_fp{#1} }, ROLL .value_required:, BGCOLOR .code:n = { \int_compare:nF{\l_mix_level_tl=\c_zero}{ \msg_error:nnxxxx{media9}{key~not~allowed} {\g_mix_vfile_tl}{\int_use:N\l_mix_lineno_int}{BGCOLOR}{a~VIEW} } \tl_set:Nx\l_mix_bg_tl{/BG<>} }, BGCOLOR .value_required:, LIGHTS .code:n = { \int_compare:nF{\l_mix_level_tl=\c_zero}{ \msg_error:nnxxxx{media9}{key~not~allowed} {\g_mix_vfile_tl}{\int_use:N\l_mix_lineno_int}{LIGHTS}{a~VIEW} } \tl_set:Nx\l_mix_ls_tl{/LS<>} }, LIGHTS .value_required:, RENDERMODE .code:n = { \bool_if:nF{ \int_compare_p:n{\l_mix_level_tl=\c_zero} || \int_compare_p:n{\l_mix_level_tl=\c_one} }{ \msg_error:nnxxxx{media9}{key~not~allowed} {\g_mix_vfile_tl}{\int_use:N\l_mix_lineno_int} {RENDERMODE}{a~VIEW~or~a~PART} } \int_compare:nT{\l_mix_level_tl=\c_zero}{ \tl_set:Nx\l_mix_rm_tl{/RM<>} } \int_compare:nT{\l_mix_level_tl=\c_one}{ \tl_set:Nx\l_mix_ndrm_tl{/RM<>} %part (=node) render mode } }, RENDERMODE .value_required:, PARTSATTRS .choice_code:n = { \int_compare:nF{\l_mix_level_tl=\c_zero}{ \msg_error:nnxxxx{media9}{key~not~allowed} {\g_mix_vfile_tl}{\int_use:N\l_mix_lineno_int}{PARTSATTRS}{VIEW} } \tl_set:Nn\l_mix_keep_tl{keep} \tl_if_eq:NNTF\l_keys_choice_tl\l_mix_keep_tl{ \tl_set:Nn\l_mix_nr_tl{/NR~false} }{ \tl_set:Nn\l_mix_nr_tl{/NR~true} } }, PARTSATTRS .generate_choices:n = {keep,restore}, PARTSATTRS .value_required:, PART .code:n = { \int_compare:nF{\l_mix_level_tl=\c_zero}{ \msg_error:nnxxxx{media9}{section~not~allowed} {\g_mix_vfile_tl}{\int_use:N\l_mix_lineno_int}{PART}{VIEW} } \bool_set_true:N\l_mix_blankndname_bool \bool_set:Nn\l_mix_blankndname_bool{\tl_if_blank_p:o{#1}} \tl_set:Nn\l_mix_level_tl{\c_one} \tl_set:Nn\l_mix_ndname_tl{(#1)} %part (=node) name \tl_set_eq:NN\l_mix_partlineno_int\l_mix_lineno_int %default part settings \tl_clear:N\l_mix_ndop_tl %opacity \tl_clear:N\l_mix_ndvi_tl %visibility \tl_clear:N\l_mix_ndrm_tl %render mode \tl_clear:N\l_mix_ndtrans_tl%transformation matrix }, PART .default:n = {}, UTF16NAME .code:n = { %part (=node) name, UTF16, HEX encoded \int_compare:nF{\l_mix_level_tl=\c_one}{ \msg_error:nnxxxx{media9}{key~not~allowed} {\g_mix_vfile_tl}{\int_use:N\l_mix_lineno_int}{UTF16NAME}{PART} } \tl_if_blank:oT{#1}{ \msg_error:nnxx{media9}{missing~utf16~name} {\g_mix_vfile_tl}{\int_use:N\l_mix_lineno_int} } \bool_set_false:N\l_mix_blankndname_bool \mix_ndname:n{feff#1} }, UTFNAME .default:n = {}, OPACITY .code:n = { \int_compare:nF{\l_mix_level_tl=\c_one}{ \msg_error:nnxxxx{media9}{key~not~allowed} {\g_mix_vfile_tl}{\int_use:N\l_mix_lineno_int}{OPACITY}{PART} } \tl_set:Nx\l_mix_ndop_tl{/O~#1} }, OPACITY .value_required:, VISIBLE .choice_code:n = { \int_compare:nF{\l_mix_level_tl=\c_one}{ \msg_error:nnxxxx{media9}{key~not~allowed} {\g_mix_vfile_tl}{\int_use:N\l_mix_lineno_int}{VISIBLE}{PART} } \tl_set:Nx\l_mix_ndvi_tl{/V~\l_keys_choice_tl} }, VISIBLE .generate_choices:n = {true,false}, VISIBLE .default:n = {true}, TRANSFORM .code:n = { \int_compare:nF{\l_mix_level_tl=\c_one}{ \msg_error:nnxxxx{media9}{key~not~allowed} {\g_mix_vfile_tl}{\int_use:N\l_mix_lineno_int}{TRANSLATE}{PART} } \seq_set_split:Nnn\l_mix_args_seq{~}{#1} \seq_map_inline:Nn\l_mix_args_seq{ \fp_set:Nn\l_mix_tmpa_fp{##1} \tl_set:Nx\l_mix_tmpa_tl{\fp_to_decimal:n{round((\l_mix_tmpa_fp),9)}} \tl_put_right:Nx\l_mix_ndtrans_tl{~\l_mix_tmpa_tl} } }, TRANSFORM .value_required:, CROSSSECT .code:n = { \int_compare:nF{\l_mix_level_tl=\c_zero}{ \msg_error:nnxxxx{media9}{section~not~allowed} {\g_mix_vfile_tl}{\int_use:N\l_mix_lineno_int}{CROSSSECT}{VIEW} } \int_compare:nT{\l_mix_cscount_tl>\c_zero}{ \msg_warning:nnxx{media9}{too~many~cross~sections} {\g_mix_vfile_tl}{\int_use:N\l_mix_lineno_int} } \tl_set:Nn\l_mix_level_tl{\c_two} %default part settings \tl_set:Nn\l_mix_cscentre_tl{0~0~0} %centre of clipping plane \tl_set:Nn\l_mix_csorient_tl{null~0~0} %orientation of plane }, CROSSSECT .value_forbidden:, CENTER .code:n = { \int_compare:nF{\l_mix_level_tl=\c_two}{ \msg_error:nnxxxx{media9}{key~not~allowed} {\g_mix_vfile_tl}{\int_use:N\l_mix_lineno_int}{CENTER}{CROSSSECT} } \tl_set:Nx\l_mix_args_tl{#1\space} \exp_after:wN\mix_parse_vect:w\l_mix_args_tl\q_stop \tl_set:Nx\l_mix_x_tl{\fp_to_decimal:n{round((\l_mix_x_fp),9)}} \tl_set:Nx\l_mix_y_tl{\fp_to_decimal:n{round((\l_mix_y_fp),9)}} \tl_set:Nx\l_mix_z_tl{\fp_to_decimal:n{round((\l_mix_z_fp),9)}} \tl_set:Nx\l_mix_cscentre_tl{ \l_mix_x_tl\space \l_mix_y_tl\space \l_mix_z_tl } }, CENTER .value_required:, NORMAL .code:n = { \int_compare:nF{\l_mix_level_tl=\c_two}{ \msg_error:nnxxxx{media9}{key~not~allowed} {\g_mix_vfile_tl}{\int_use:N\l_mix_lineno_int}{NORMAL}{CROSSSECT} } \tl_set:Nx\l_mix_args_tl{#1\space} \exp_after:wN\mix_parse_vect:w\l_mix_args_tl\q_stop \fp_set:Nn\l_mix_magxy{ %sqrt(x^2+y^2) (\l_mix_x_fp*\l_mix_x_fp + \l_mix_y_fp*\l_mix_y_fp)**0.5} %rot angle of normal vec around Y axis \mix_angfromxy:Nnn\l_mix_roty_fp\l_mix_magxy\l_mix_z_fp \fp_set:Nn\l_mix_roty_fp{-\l_mix_roty_fp} %rot angle of normal vec around Z axis \mix_angfromxy:Nnn\l_mix_rotz_fp\l_mix_x_fp\l_mix_y_fp \tl_set:Nx\l_mix_roty_tl{\fp_to_decimal:n{round((\l_mix_roty_fp),9)}} \tl_set:Nx\l_mix_rotz_tl{\fp_to_decimal:n{round((\l_mix_rotz_fp),9)}} \tl_set:Nx\l_mix_csorient_tl{null~\l_mix_roty_tl\space\l_mix_rotz_tl} }, NORMAL .value_required:, END .code:n = { \int_case:nnn{\l_mix_level_tl}{ {0}{ %VIEW \bool_if:NF\l_mix_ciiw_bool{ \tl_set:Nx\l_mix_args_tl{\l_mix_coo_tl\space\l_mix_ctoc_tl\space} \exp_after:wN\mix_calc_ciiw:w\l_mix_args_tl\q_stop } \int_incr:N\l_mix_viewcnt_int \tl_if_blank:VT\l_mix_xname_tl{ \tl_set:Nx\l_mix_xname_tl{View~\int_use:N\l_mix_viewcnt_int} } \mix_view:n{\l_mix_xname_tl} \tl_put_right:Nx\l_mix_iiidviewarray_tl{~\g_mix_pdflastobj_tl} \tl_set:Nn\l_mix_level_tl{\c_minus_one} } {1}{ %PART \bool_if:NT\l_mix_blankndname_bool{ \msg_error:nnxx{media9}{missing~part~name} {\g_mix_vfile_tl}{\int_use:N\l_mix_partlineno_int} } \mix_pdfobj:nnn{}{dict}{ /Type/3DNode/N~\l_mix_ndname_tl \l_mix_ndop_tl\l_mix_ndvi_tl\l_mix_ndrm_tl \tl_if_blank:VF\l_mix_ndtrans_tl{ /M~[\l_mix_ndtrans_tl] } } \tl_put_right:Nx\l_mix_naarray_tl{~\g_mix_pdflastobj_tl} \tl_set:Nn\l_mix_level_tl{\c_zero} } {2}{ %CROSSSECT \int_compare:nT{\l_mix_cscount_tl=\c_zero}{ \mix_pdfobj:nnn{}{dict}{ /Type/3DCrossSection /C~[\l_mix_cscentre_tl] /O~[\l_mix_csorient_tl] /IV~true } \tl_put_right:Nx\l_mix_saarray_tl{~\g_mix_pdflastobj_tl} \tl_set:Nn\l_mix_cscount_tl{\c_one} } \tl_set:Nn\l_mix_level_tl{\c_zero} } }{ \msg_error:nnxx{media9}{no~end~here} {\g_mix_vfile_tl}{\int_use:N\l_mix_lineno_int} } }, END .value_forbidden:, } %options for \mediabutton command %helpers for option parsing \cs_new:Npn\mix_separate_cmd_from_actn:w#1[#2]#3\q_stop{#1} \cs_new:Npn\mix_separate_arg_from_actn:w#1[#2]#3\q_stop{#2} \cs_generate_variant:Nn\regex_match:nnTF{nV} \cs_generate_variant:Nn\tl_if_blank:nF{c} \bool_new:N\g_mix_btndraft_bool \keys_define:nn{media9/mbtndraft}{ draft .choice:, draft / true .code:n = {\bool_gset_true:N\g_mix_btndraft_bool}, draft / false .code:n = {\bool_gset_false:N\g_mix_btndraft_bool}, draft .default:n = {true}, final .choice:, final / true .code:n = {\bool_gset_false:N\g_mix_btndraft_bool}, final / false .code:n = {\bool_gset_true:N\g_mix_btndraft_bool}, final .default:n = {true}, unknown .code:n = {} } \keys_define:nn{media9/mbtn}{ draft .code:n = {}, final .code:n = {}, overface .code:n = { \hbox_set:Nn\l_mix_poster_box{#1} \mix_pdfxform:n{\l_mix_poster_box} \tl_gset:Nx\g_mix_overbtn_tl{\g_mix_pdflastxform_tl} }, overface .value_required:, downface .code:n = { \hbox_set:Nn\l_mix_poster_box{#1} \mix_pdfxform:n{\l_mix_poster_box} \tl_gset:Nx\g_mix_downbtn_tl{\g_mix_pdflastxform_tl} }, downface .value_required:, 3Dgotoview .code:n = { \tl_set:Nx\l_tmpa_tl{#1} %extract ref \regex_replace_once:nnN{([^:]+):??.*}{\1}\l_tmpa_tl \tl_trim_spaces:N\l_tmpa_tl \tl_if_exist:cTF{ann@\l_tmpa_tl}{ \str_if_eq_x:nnF{\tl_use:c{ann@\l_tmpa_tl}}{draft}{ \tl_set:Nx\l_tmpb_tl{#1} %extract idx \regex_replace_once:nnN{[^:]+:?}{}\l_tmpb_tl \tl_trim_spaces:N\l_tmpb_tl \tl_if_blank:VF\l_tmpb_tl{ \regex_match:nVTF{^[DFLNP]$}\l_tmpb_tl{ \tl_set:Nx\l_mix_vidx_tl{/\l_tmpb_tl} }{ \regex_match:nVTF{^\d+$}\l_tmpb_tl{ \tl_set:Nx\l_mix_vidx_tl{~\l_tmpb_tl} }{ \regex_replace_once:nnN{^\(\s*}{}\l_tmpb_tl \regex_replace_once:nnN{\s*\)$}{}\l_tmpb_tl \tl_set:Nx\l_mix_vidx_tl{~(\l_tmpb_tl)} } } } \mix_pdfobj:nnn{}{dict}{ /S/JavaScript/JS~( if(typeof(annotRM)=='undefined'){annotRM=new~Array();} if(typeof(annotRM['\l_tmpa_tl'])=='undefined'){ annotRM['\l_tmpa_tl']= this.getAnnotRichMedia(\tl_use:c{page@\l_tmpa_tl},'\l_tmpa_tl'); } annotRM['\l_tmpa_tl'].activated=true; ) \tl_if_blank:VF\l_tmpb_tl{ /Next~<< /S/GoTo3DView /TA~\tl_use:c{ann@\l_tmpa_tl} /V\l_mix_vidx_tl >> } } \tl_gput_right:Nx\g_mix_btnactions_tl{~\g_mix_pdflastobj_tl} } }{ \msg_warning:nnx{media9}{undefined~reference}{\l_tmpa_tl} \cs_if_exist:NF\g_mix_refundefwarned_tl{ \tl_new:N\g_mix_refundefwarned_tl \AtEndDocument{\msg_warning:nn{media9}{undefined~references}} } } }, 3Dgotoview .value_required:, mediacommand .code:n = { \tl_set:Nx\l_tmpa_tl{#1} \regex_replace_once:nnN{([^:]+):??.*}{\1}\l_tmpa_tl %extract ref \tl_trim_spaces:N\l_tmpa_tl \tl_if_exist:cTF{ann@\l_tmpa_tl}{ \str_if_eq_x:nnF{\tl_use:c{ann@\l_tmpa_tl}}{draft}{ \tl_set:Nx\l_tmpb_tl{#1} \regex_replace_once:nnN{[^:]+\:?}{}\l_tmpb_tl \tl_trim_spaces:N\l_tmpb_tl \regex_replace_all:nnN{^\{|\}$}{}\l_tmpb_tl \tl_set:Nx\l_mix_cmd_tl{ \exp_after:wN\mix_separate_cmd_from_actn:w\l_tmpb_tl[]\q_stop} \tl_trim_spaces:N\l_mix_cmd_tl \tl_set:Nx\l_mix_arg_tl{ \exp_after:wN\mix_separate_arg_from_actn:w\l_tmpb_tl[]\q_stop} \tl_trim_spaces:N\l_mix_arg_tl \mix_pdfobj:nnn{}{dict}{ /S/JavaScript/JS~( if(typeof(annotRM)=='undefined'){annotRM=new~Array();} if(typeof(annotRM['\l_tmpa_tl'])=='undefined'){ annotRM['\l_tmpa_tl']= this.getAnnotRichMedia(\tl_use:c{page@\l_tmpa_tl},'\l_tmpa_tl'); } annotRM['\l_tmpa_tl'].activated=true; ) \tl_if_blank:VF\l_mix_cmd_tl{ /Next~<< /S/RichMediaExecute /TA~\tl_use:c{ann@\l_tmpa_tl} /TI~\tl_use:c{main@\l_tmpa_tl} /CMD~<< /C~(\l_mix_cmd_tl) \tl_if_blank:VF\l_mix_arg_tl{ /A~[\l_mix_arg_tl] } >> >> } } \tl_gput_right:Nx\g_mix_btnactions_tl{~\g_mix_pdflastobj_tl} } }{ \msg_warning:nnx{media9}{undefined~reference}{\l_tmpa_tl} \cs_if_exist:NF\g_mix_refundefwarned_tl{ \tl_new:N\g_mix_refundefwarned_tl \AtEndDocument{\msg_warning:nn{media9}{undefined~references}} } } }, mediacommand .value_required:, jsaction .code:n = { \tl_set:Nx\l_tmpa_tl{#1} \regex_match:nVTF{^[^\{:]+:.*$}\l_tmpa_tl{ \regex_replace_once:nnN{([^:]+):??.*}{\1}\l_tmpa_tl %extract ref \tl_trim_spaces:N\l_tmpa_tl }{\tl_clear:N\l_tmpa_tl} \tl_set:Nx\l_tmpb_tl{#1} \tl_if_blank:VF\l_tmpa_tl{ \tl_if_exist:cF{ann@\l_tmpa_tl}{ \msg_warning:nnx{media9}{undefined~reference}{\l_tmpa_tl} \cs_if_exist:NF\g_mix_refundefwarned_tl{ \tl_new:N\g_mix_refundefwarned_tl \AtEndDocument{\msg_warning:nn{media9}{undefined~references}} } } \regex_replace_once:nnN{[^:]+\:}{}\l_tmpb_tl } \tl_set:Nx\l_tmpb_tl{\exp_after:wN\use:n\l_tmpb_tl} \tl_trim_spaces:N\l_tmpb_tl \tl_if_blank:VF\l_tmpb_tl{ \mix_pdfobj:nnn{}{dict}{ /S/JavaScript/JS~( try{\l_tmpb_tl}catch(e){console.show();console.println(e)})}} \bool_if:nT{ \tl_if_exist_p:c{ann@\l_tmpa_tl}&& !\str_if_eq_x_p:nn{\tl_use:c{ann@\l_tmpa_tl}}{draft} }{ \mix_pdfobj:nnn{}{dict}{ /S/JavaScript/JS~( if(typeof(annotRM)=='undefined'){annotRM=new~Array();} if(typeof(annotRM['\l_tmpa_tl'])=='undefined'){ annotRM['\l_tmpa_tl']= this.getAnnotRichMedia(\tl_use:c{page@\l_tmpa_tl},'\l_tmpa_tl'); } annotRM['\l_tmpa_tl'].activated=true; ) \tl_if_blank:VF\l_tmpb_tl{/Next~\g_mix_pdflastobj_tl} } } \bool_if:nT{ \tl_if_exist_p:c{ann@\l_tmpa_tl}&& !\str_if_eq_x_p:nn{\tl_use:c{ann@\l_tmpa_tl}}{draft}|| !\tl_if_blank_p:V\l_tmpb_tl }{ \tl_gput_right:Nx\g_mix_btnactions_tl{~\g_mix_pdflastobj_tl} } }, jsaction .value_required:, unknown .code:n = { \msg_error:nnx{media9}{unknown~option}{\l_keys_key_tl} } } %create media buttons \int_new:N\g_mix_mbtncnt_int \NewDocumentCommand\mediabutton{O{}m}{%#1 options, #2 normal button text \group_begin: \leavevmode %reset various variables \tl_gclear:N\g_mix_overbtn_tl \tl_gclear:N\g_mix_downbtn_tl \tl_gclear:N\g_mix_btnactions_tl %process options \bool_gset_eq:NN\g_mix_btndraft_bool\g_mix_pkgdraft_bool \mix_uribegin: %treat URI characters correctly \keys_set:nn{media9/mbtndraft}{#1} %detect draft/final on first pass \bool_if:NF\g_mix_btndraft_bool{\keys_set:nn{media9/mbtn}{#1}} \mix_uriend: %normal button appearance \hbox_set:Nn\l_mix_poster_box{#2} \tl_set:Nx\width {\dim_use:N\box_wd:N\l_mix_poster_box} \tl_set:Nx\height{\dim_use:N\box_ht:N\l_mix_poster_box} \tl_set:Nx\depth {\dim_use:N\box_dp:N\l_mix_poster_box} \bool_if:NTF\g_mix_btndraft_bool{\box_use:N\l_mix_poster_box}{ \mix_pdfxform:n{\l_mix_poster_box} \tl_set:Nx\g_mix_normalbtn_tl{\g_mix_pdflastxform_tl} %insert widget annotation \mix_pdfannot:nnnn{\width}{\height}{\depth}{ /Subtype/Widget /T~(mbtn@\int_use:N\g_mix_mbtncnt_int) /FT/Btn/Ff~65536 /H/P /MK~<< /TP~1~/IF~<> /I~\g_mix_normalbtn_tl \tl_if_empty:NF\g_mix_overbtn_tl{/RI~\g_mix_overbtn_tl} \tl_if_empty:NF\g_mix_downbtn_tl{/IX~\g_mix_downbtn_tl} >> /A~<< /S/JavaScript/JS~(app.focusRect=false;) %sequence of actions to perform \tl_if_empty:NF\g_mix_btnactions_tl{/Next~[\g_mix_btnactions_tl]} >> } \mix_insert_acroform: \hbox_to_wd:nn{\width}{ \vrule~width~\c_zero_dim~height~\height~depth~\depth\hss } \int_gincr:N\g_mix_mbtncnt_int } \group_end: }