Re: [NTG-context] can not include movie AKA embedding 3d pdf

2008-12-07 Thread Hans Hagen
Michail Vidiassov wrote: > Dear Hans, > > On Mon, 1 Dec 2008, Hans Hagen wrote: > i uploaded an alpha zip which has mov inclusion working >>> Where to? >> website > > Sorry for stupid question :( > That inclusion does really work but for a minor problem - > label parameter is ignored and th

Re: [NTG-context] can not include movie AKA embedding 3d pdf

2008-12-06 Thread Michail Vidiassov
Dear Hans, On Mon, 1 Dec 2008, Hans Hagen wrote: >>> i uploaded an alpha zip which has mov inclusion working >> Where to? > > website Sorry for stupid question :( That inclusion does really work but for a minor problem - label parameter is ignored and the label (or name as it is displayed by the

Re: [NTG-context] can not include movie AKA embedding 3d pdf

2008-12-01 Thread Hans Hagen
Michail Vidiassov wrote: > Dear Hans, > > On Sun, 30 Nov 2008, Hans Hagen wrote: > >> i uploaded an alpha zip which has mov inclusion working > Where to? website - Hans Hagen | PRAGMA ADE

Re: [NTG-context] can not include movie AKA embedding 3d pdf

2008-11-30 Thread Michail Vidiassov
Dear Hans, On Sun, 30 Nov 2008, Hans Hagen wrote: > i uploaded an alpha zip which has mov inclusion working Where to? >> Is there any way in luatex/context to include a pdf file with annotations >> (without losing them). Not necessary embedding it into a page, but also as > > currently not, at s

Re: [NTG-context] can not include movie AKA embedding 3d pdf

2008-11-30 Thread Hans Hagen
Michail Vidiassov wrote: > Dear Hans and All, > > On Fri, 28 Nov 2008, Hans Hagen wrote: > >>> But where to look for luatex-related code to use as an example and >>> starting point for u3d handling? >> not there; maybe next year > > And also concerning "mov" including he wrote > >> in luatex i

Re: [NTG-context] can not include movie AKA embedding 3d pdf

2008-11-28 Thread Michail Vidiassov
Dear Hans and All, On Fri, 28 Nov 2008, Hans Hagen wrote: >> But where to look for luatex-related code to use as an example and >> starting point for u3d handling? > > not there; maybe next year And also concerning "mov" including he wrote > in luatex i simply didn't implement it yet (will do i

Re: [NTG-context] can not include movie

2008-11-28 Thread Mojca Miklavec
Dear Michail, On Fri, Nov 28, 2008 at 12:06 PM, Michail Vidiassov wrote: > > Am I correct to assume that the default engine in minimals is luatex? No. Minimals are just a distribution. You can use whatever engine you want. There's no default engine. You can say --engines=luatex or --engines=pdfte

Re: [NTG-context] can not include movie

2008-11-28 Thread Hans Hagen
Michail Vidiassov wrote: > But where to look for luatex-related code to use as an example and > starting point for u3d handling? not there; maybe next year - Hans Hagen | PRAGMA ADE

Re: [NTG-context] can not include movie

2008-11-28 Thread Michail Vidiassov
Dear Hans and All, you wrote: >> >> ConTeXt user manual says movies are just like figures, >> but when I process > works ok in pdftex > > \placefigure > [here] > {none} > {\externalfigure[texwork.mov][width=0.7\textwidth, > height=.7\textwidth,label=demo,preview=yes]} > > in luatex i simply didn't

Re: [NTG-context] can not include movie

2008-11-28 Thread Hans Hagen
Michail Vidiassov wrote: > Dear All, > > ConTeXt user manual says movies are just like figures, > but when I process > > \starttext > \placefigure[here]{none}{\externalfigure[demo.mov][width=0.7\textwidth, > height=.7\textwidth, label=demo, preview=yes]} > \stoptext > > with > > context filena

[NTG-context] can not include movie

2008-11-27 Thread Michail Vidiassov
Dear All, ConTeXt user manual says movies are just like figures, but when I process \starttext \placefigure[here]{none}{\externalfigure[demo.mov][width=0.7\textwidth, height=.7\textwidth, label=demo, preview=yes]} \stoptext with context filename.tex using the latest minimals without any custo