diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/media9/javascript/3Dmenu.js | 4 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/media9/media9.sty | 9 |
2 files changed, 7 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/media9/javascript/3Dmenu.js b/Master/texmf-dist/tex/latex/media9/javascript/3Dmenu.js index a0b04d915ae..8d791a9734f 100644 --- a/Master/texmf-dist/tex/latex/media9/javascript/3Dmenu.js +++ b/Master/texmf-dist/tex/latex/media9/javascript/3Dmenu.js @@ -4,7 +4,7 @@ // // 3Dmenu.js // -// version 20131126 +// version 20131127 // //////////////////////////////////////////////////////////////////////////////// // @@ -57,7 +57,7 @@ // set of points; see: http://www.inf.ethz.ch/personal/gaertner/miniball.html // //////////////////////////////////////////////////////////////////////////////// -host.console.show(); +//host.console.show(); //constructor for doubly linked list function List(){ diff --git a/Master/texmf-dist/tex/latex/media9/media9.sty b/Master/texmf-dist/tex/latex/media9/media9.sty index d19a615d251..23f9cdb07da 100644 --- a/Master/texmf-dist/tex/latex/media9/media9.sty +++ b/Master/texmf-dist/tex/latex/media9/media9.sty @@ -42,8 +42,8 @@ \RequirePackage{atbegshi} \RequirePackage{tikz} -\def\g@mix@date@tl{2013/11/26} -\def\g@mix@version@tl{0.36} +\def\g@mix@date@tl{2013/11/27} +\def\g@mix@version@tl{0.37} \def\g@mix@liiikerneldate{2013/07/28} \def\g@mix@liiipkgdate{2013/07/28} @@ -910,8 +910,8 @@ \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_false:N\l_mix_url_bool\tl_set:Nx\l_tmpa_tl{#1} + \regex_match:nVT{(^[Hh][Tt][Tt][Pp][Ss]?|^[Ff][Tt][Pp]):\/\/}\l_tmpa_tl{ \bool_set_true:N\l_mix_url_bool } \filename@parse{#1} @@ -2278,6 +2278,7 @@ \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\regex_match:nnT{nV} \cs_generate_variant:Nn\tl_if_blank:nF{c} \bool_new:N\g_mix_btndraft_bool |