Re: [NTG-context] error in animation

2014-10-01 Thread Willi Egger
Hi Jeong,

in your code you need to add braces after each external figure command:

{\externalfigure[dummy][]}{}

Works fine with ConTeXt  ver: 2014.09.26 11:42 MKIV beta

Willi
On 29 sep. 2014, at 16:01, Jeong Dal hak...@me.com wrote:

 \useMPlibrary[dum]
 \starttext
 \startplacefigure[]
 {\startanimation[menu=yes]
 %{\startcombination[2*2]
 {\externalfigure[dummy][]}
 {\externalfigure[dummy][]}
 {\externalfigure[dummy][]}
 {\externalfigure[dummy][]}
 %\stopcombination}
 \stopanimation}
 \stopplacefigure
 \stoptext

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

[NTG-context] error in animation

2014-10-01 Thread Akira Kakuto

Works fine with ConTeXt  ver: 2014.09.26 11:42 MKIV beta


Jeong is saying about
ConTeXt  ver: 2014.09.27 14:46 MKIV beta
which contains a bug.

Best,
Akira

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

Re: [NTG-context] Using \startframedtext with \startcombination

2014-10-01 Thread Wolfgang Schuster

Am 30.09.2014 um 21:52 schrieb Couvreur Fabrice couvreur.fabr...@wanadoo.fr:

 Hello Wolfgang,
 Thank you for the answer, but I did not understand everything.

I try ti explain it with a few examples. When you text in a framedtext 
environment context creates a box with the given width (which is shown with the 
red frame), this box is then put into another box (which is shown which a black 
frame) which has the width of the text area. The large outer box is necessary 
when you want to align the inner box to the left, middle or right of the text 
block.


\setupframedtext[width=8cm,framecolor=red,frameoffset=-1ex]

\starttext

\ruledhbox\bgroup
\startframedtext[left]
\input ward
\stopframedtext
\egroup

\blank

\ruledhbox\bgroup
\startframedtext[middle]
\input ward
\stopframedtext
\egroup

\blank

\ruledhbox\bgroup
\startframedtext[right]
\input ward
\stopframedtext
\egroup

\blank

\ruledhbox\bgroup
\startframedtext[none]
\input ward
\stopframedtext
\egroup

\stoptext


When you use now a combination with a framedtext environment each cell of the 
combination is too wide to show more than one cell on the page. You can see in 
the following example that the second cell is positioned outside of the visible 
page area.


\setuppapersize[A4][A3,landscape]

\showframe

\setupframedtext[width=8cm,framecolor=red,frameoffset=-1ex]

\starttext

\startcombination
\startcontent
\ruledhbox\bgroup
\startframedtext[left]
\input ward
\stopframedtext
\egroup
\stopcontent
\startcaption
Left aligned!
\stopcaption
\startcontent
\ruledhbox\bgroup
\startframedtext[right]
\input ward
\stopframedtext
\egroup
\stopcontent
\startcaption
Right aligned!
\stopcaption
\stopcombination

\stoptext


Wolfgang
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___

[NTG-context] authors in the toc

2014-10-01 Thread Andrea Valle
Dear all, 
as I’m working on a book that is a collection of essays by various authors, I 
need their names in the toc.
I’m using mkiv and the command start chapter, in the first argument specifying 
the author param.

I’ve explored the wiki (http://wiki.contextgarden.net/Table_of_Contents) but I 
don’t get it.

Can anyone provide some hints?

Thanks a lot!

-a-

--
Andrea Valle
--
CIRMA - StudiUm
Università degli Studi di Torino
-- http://www.cirma.unito.it/andrea/
-- http://www.fonurgia.unito.it/andrea/
-- http://www.flickr.com/photos/vanderaalle/sets/
-- http://vimeo.com/vanderaalle
-- andrea.va...@unito.it
--

This is a very complicated case, Maude. You know, a lotta ins, a lotta outs, a 
lotta what-have-yous. 
(Jeffrey 'The Dude' Lebowski)

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___