Hi, I uploaded a beta release. If no further problems with the upgraded figure inclusion and adapted metapost conversion are reported, we will go current (otherwise a changelog will be impossible, even if most changes are not reportable anyway) 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 -----------------------------------------------------------------
Hans Hagen schrieb:
Hi,
I uploaded a beta release. If no further problems with the upgraded figure inclusion and adapted metapost conversion are reported, we will go current (otherwise a changelog will be impossible, even if most changes are not reportable anyway)
Hans
Hi Hans, \placetable[here,force][Nr15-1] {none} {\startcombination[2] {\externalfigure[Kto1A.tmp][width=0.5\textwidth]}{} {\externalfigure[Kto1B.tmp][width=0.5\textwidth]}{} \stopcombination} produce: ! Missing number, treated as zero. <to be read again> \@@co2height \dostartcombination ...nationparameter \c!height } \bgroup \expanded {\dodost... <to be read again> { l.68 { \externalfigure[Kto1A.tmp][width=0.5\textwidth]}{} ? that problem is not fixed!? Bernd
On Mon, 18 Sep 2006, Bernd Militzer wrote:
{\startcombination[2]
"2" is not a matrix. Try \startcombination[1*2] or \startcombination[2*1]. Cheers, Peter -- http://pmrb.free.fr/contact/
Bernd Militzer wrote:
Peter M�nster schrieb:
On Mon, 18 Sep 2006, Bernd Militzer wrote:
{\startcombination[2]
"2" is not a matrix. Try \startcombination[1*2] or \startcombination[2*1]. Cheers, Peter
thanks Peter, it works again. With version 5.2.4 it worked also with "2" alone
there was a wrong assignment in the following: (core-mis) \def\dostartcombination[#1][#2]% {\global\setsystemmode{combination}% \doifnothing{#1}\firstargumentfalse \doifnothing{#2}\secondargumentfalse \ifsecondargument \def\currentcombination{#1}% \edef\currentcombinationspec{#2*1*}% \else \let\currentcombination\empty \doifinstringelse{*}{#1} {\edef\currentcombinationspec{#1*1*}} {\edef\currentcombinationspec{2*1*}}% \fi \forgetall \doifelse{\combinationparameter\c!height}\v!fit \vbox {\vbox to \combinationparameter\c!height}% \bgroup \expanded{\dodostartcombination[\currentcombinationspec]}} \startcombination {test} {x} {test} {x} \stopcombination \startcombination[2*1] {test} {x} {test} {x} \stopcombination \startcombination[1*2] {test} {x} {test} {x} \stopcombination \startcombination[2] {test} {x} {test} {x} \stopcombination ----------------------------------------------------------------- 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 -----------------------------------------------------------------
Hi Hans, producing a table over several pages 1. the running tablehead is only on first page 2. the running tablefoot is only on the last page that problem is also not fixed. Bernd %%% ---- TestFile % \starttext % \SetTableToWidth{\textwidth} \setuptables[split=yes,bodyfont=9pt] \starttablehead \HL % \NC\use{2}\ReFormat[lp(0.28\textwidth)]{Datum\hfill Ereignis} \NC Person \NC PID \NC {\it PID} \NC\tfx Seite\NC\tfx Beleg\NC\FR % << \AR \HL \stoptablehead \starttabletail \HL \stoptabletail % \starttables[|lp(0.2\textwidth)|lp(0.04\textwidth)|lp(0.3\textwidth)|lp(0.05\textwidth)|lp(0.05\textwidth)|rp(0.06\textwidth)|lp(0.05\textwidth)|] % \dorecurse{50}{ \NC 2006-08-18 \NC U \NC Militzer, Bernd\NC 002\NC 003\NC \NC J\NC\AR \NC 1771-12-05 \NC G \NC Rudolph, Johann Heinrich\NC 134\NC 135\NC \NC J\NC\AR } \NC\NC\NC\NC\NC\NC\NC\NC\LR %<< Last Row \LR % \stoptables \stoptext
Hi Hans, please check the running table-heads producing a table over several pages 1. the running tablehead is only on first page 2. the running tablefoot is only on the last page that was not in version 5.2.4 % -- TestFile \starttext % \SetTableToWidth{\textwidth} \setuptables[split=yes,bodyfont=9pt] \starttablehead \HL % \NC Datum\NC Text\NC\FR % << \AR \HL \stoptablehead \starttabletail \HL \stoptabletail % \starttables[|l|l|] % \dorecurse{50}{ \NC 2006-08-18 \NC TestTest 1\NC\AR \NC 1771-12-05 \NC TestTest 2\NC\AR } \NC\NC\NC\LR %<< Last Row \AR % \stoptables \stoptext thanks Bernd
Bernd Militzer wrote:
Hi Hans,
producing a table over several pages
1. the running tablehead is only on first page 2. the running tablefoot is only on the last page
that problem is also not fixed.
Bernd
%%% ---- TestFile % \starttext % \SetTableToWidth{\textwidth} \setuptables[split=yes,bodyfont=9pt]
ok, i'll fix this (starttables is kind of obsolete; all table commands accept split=auto|yes|repeat [auto means that they will split when needed] ----------------------------------------------------------------- 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 -----------------------------------------------------------------
Hans Hagen schrieb:
\starttext % \SetTableToWidth{\textwidth} \setuptables[split=yes,bodyfont=9pt]
ok, i'll fix this (starttables is kind of obsolete; all table commands accept split=auto|yes|repeat
[auto means that they will split when needed]
Hi Hans did You have time to fix it? Bernd
Bernd Militzer wrote:
Hans Hagen schrieb:
\starttext % \SetTableToWidth{\textwidth} \setuptables[split=yes,bodyfont=9pt]
ok, i'll fix this (starttables is kind of obsolete; all table commands accept split=auto|yes|repeat
[auto means that they will split when needed]
Hi Hans did You have time to fix it?
not yet; too busy trying to let context read from zip files 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 -----------------------------------------------------------------
Bernd Militzer wrote:
Hans Hagen schrieb:
\starttext % \SetTableToWidth{\textwidth} \setuptables[split=yes,bodyfont=9pt]
ok, i'll fix this (starttables is kind of obsolete; all table commands accept split=auto|yes|repeat
[auto means that they will split when needed]
Hi Hans did You have time to fix it?
can you check if it works in the current beta? 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 -----------------------------------------------------------------
participants (3)
-
Bernd Militzer
-
Hans Hagen
-
Peter Münster