[DVIPDFMx] dvipdfmx still can't support latex's animate package

luoyi luoyi.ly at gmail.com
Mon Jun 23 18:05:17 KST 2008


sorry,  after Karl update the tex-live svn, I can get the correct result now.

thank you for help!

2008/6/23 Jin-Hwan Cho <chofchof at ktug.or.kr>:
> Dear luoyi,
>
> I could get a pdf result without any problem. Actually, to compile your
> codes, at least
> you need
>
> 1. the recent dvipdfmx (or xdvipdfmx), version 20080607 or later
>
> 2. appropriate dvipdfmx.def for the latex graphics bundle
>
> http://project.ktug.or.kr/dvipdfmx/contrib/latex/dvipdfmx.def.sample
>
> 3. appropriate pgfsys-dvipdfmx.def for the pgf graphics
>
> http://project.ktug.or.kr/dvipdfmx/contrib/generic/pgfsys-dvipdfmx.def.version2
> http://project.ktug.or.kr/dvipdfmx/contrib/generic/pgfsys-dvipdfmx-patch.tex.version2
>
> after \usepackage{tikz}, run \input{pgfsys-dvipdfmx-patch} if you need image
> masking
> and transparency group. Actually your sample does not require this patch.
>
> Anyway, the result is attached. Please check whether it is right or not.
>
> Best regards, ChoF.
>
>
>
>
>
> On Jun 22, 2008, at 12:58 AM, luoyi wrote:
>
>> as  animate packages's update README said:
>>
>> http://groups.google.com.au/group/comp.text.tex/browse_thread/thread/fed1af9defff946b/ca8fae06d12fcb66?show_docid=ca8fae06d12fcb66
>>
>> the new animate package now can support dvipdfmx & XeTex backend. and
>> the code was contribute by Jin-Hwan Cho. but In my expriment, the
>> package still can't work well with dvipdfmx.
>>
>> A simple test file: ani.tex is as following:
>>
>>
>> %<-----------------------<---------------------------<-------------------------
>> \documentclass{article}
>> \usepackage[dvipdfmx]{graphicx}
>> \usepackage[dvipdfmx]{animate}
>> \usepackage{tikz}
>> \usepackage{verbatim}
>> \usepackage{fourier}
>>
>> \usetikzlibrary{shapes,arrows,calc,trees,snakes}
>> \usetikzlibrary{mindmap}
>>
>> \begin{document}
>>
>>
>>
>> \begin{animateinline}[step, controls]{1}
>> \begin{tikzpicture} [thick]
>> \draw (0,0) rectangle (2,2);
>> \end{tikzpicture}
>> \newframe
>> \begin{tikzpicture} [thick]
>> %   \draw (0,0) rectangle (2,2);
>> \draw (0,1) -- (1,2);
>> \end{tikzpicture}
>> \newframe
>> \begin{tikzpicture} [thick]
>> \draw (0,0) rectangle (2,2);
>> \draw (0,1) -- (1,2);
>> \draw (1,2) -- (1,0);
>> \end{tikzpicture}
>> \end{animateinline}
>>
>> \end{document}
>>
>> %<-----------------------<---------------------------<-------------------------
>>
>> I use
>>
>> latex ani
>> latex ani
>> dvipdfmx ani
>>
>> to compile it , and I can't get the right pdf out.
>>
>> BTW: I've also tried the XeTex driver, it also sucks.
>> _______________________________________________
>> dvipdfmx mailing list
>> dvipdfmx at ktug.or.kr
>> http://project.ktug.or.kr/mailman/listinfo/dvipdfmx
>
>
>



More information about the dvipdfmx mailing list