Here is a code fragment: \section{Gallery} \useexternalfigure[B008][B008.jpg][scale=2000] \useexternalfigure[B009][B009.jpg][scale=2000] \useexternalfigure[B010][B010.jpg][scale=2000] \useexternalfigure[B013][B013.jpg][scale=2000] \useexternalfigure[picnic.jpg] \placefigure{} \startcombination[2] {\externalfigure[B008]}{} {\externalfigure[B009]}{} \stopcombination --------------------------------------- ---and here is the error message: )) (./gallery.tex section : - Gallery ! Missing { inserted. <to be read again> \let \noshowargumenterror ->\let \expectedarguments \noexpectedarguments \dodoubleempty #1->\noshowargumenterror \doifnextcharelse [{\dodoubletestemp... l.9 \startcombination [2] ? ------------------------------------------------------ I am using TeXExec 5.2.4 - ConTeXt / PRAGMA ADE 1997-2005 on a Slack Linux system. John Culleton Books with answers to marketing and publishing questions: http://wexfordpress.com/tex/shortlist.pdf Book coaches, consultants and packagers: http://wexfordpress.com/tex/packagers.pdf
John R. Culleton wrote:
Here is a code fragment: \section{Gallery}
\useexternalfigure[B008][B008.jpg][scale=2000] \useexternalfigure[B009][B009.jpg][scale=2000] \useexternalfigure[B010][B010.jpg][scale=2000] \useexternalfigure[B013][B013.jpg][scale=2000] \useexternalfigure[picnic.jpg] \placefigure{} \startcombination[2]
[2*1] or [1*2] Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
John R. Culleton wrote:
Here is a code fragment: \section{Gallery}
\useexternalfigure[B008][B008.jpg][scale=2000] \useexternalfigure[B009][B009.jpg][scale=2000]
... \placefigure{}{ \startcombination[2] {\externalfigure[B008]}{} {\externalfigure[B009]}{} \stopcombination } Just a pair of braces around the \start...\stopcombination ;) Mojca
On Monday 29 August 2005 09:37 pm, Mojca Miklavec wrote:
John R. Culleton wrote:
Here is a code fragment: \section{Gallery}
\useexternalfigure[B008][B008.jpg][scale=2000] \useexternalfigure[B009][B009.jpg][scale=2000]
...
\placefigure{}{ \startcombination[2] {\externalfigure[B008]}{} {\externalfigure[B009]}{} \stopcombination }
Just a pair of braces around the \start...\stopcombination ;)
Mojca _______________________________________________
Mojca's solution works, which means that the sample code on page 242 of _The Context Manual_ is missing the necessary braces. Just for fun I tried Hans' solution also, It did not help in this case. The correct example is on page 227. I corrected page 242 so that I don't ask the same question again :) -- John Culleton Books with answers to marketing and publishing questions: http://wexfordpress.com/tex/shortlist.pdf Book coaches, consultants and packagers: http://wexfordpress.com/tex/packagers.pdf
participants (3)
-
Hans Hagen
-
John R. Culleton
-
Mojca Miklavec