Hi, I just wonder how to center a table.... -------------------------------------------------- \starttext \startalignment[middle] this is centered? \stopalignment \startalignment[middle] \starttabulate[|l|l|] \FL \NC Platz 1--12 \NC Block A\NC\NR \NC Platz 7--18 \NC Block B\NC\NR \NC Platz 13--24 \NC Block C\NC\NR \NC Ab Platz 19 \NC Block D\NC\NR \LL \stoptabulate \stopalignment \stoptext -------------------------------------------------- Patrick -- Es wird kein Wunder geschehen
Hi Patrick, I would try to place this in the \placefloat environment \placetable[here,middle][] {centered table} {\starttabulate your actual table ... \stoptabulate} Cheers Willi Patrick Gundlach wrote:
Hi,
I just wonder how to center a table.... -------------------------------------------------- \starttext
\startalignment[middle] this is centered? \stopalignment
\startalignment[middle] \starttabulate[|l|l|] \FL \NC Platz 1--12 \NC Block A\NC\NR \NC Platz 7--18 \NC Block B\NC\NR \NC Platz 13--24 \NC Block C\NC\NR \NC Ab Platz 19 \NC Block D\NC\NR \LL \stoptabulate \stopalignment \stoptext --------------------------------------------------
Patrick
At 09:03 08/01/2004, you wrote:
Hi Patrick,
I would try to place this in the \placefloat environment
\placetable[here,middle][] {centered table} {\starttabulate your actual table ... \stoptabulate}
or: \definefloat[centered][table] \setupfloat[centered][default={none}] \starttext \input ward \placecentered {just a comment} {\starttabulate[|l|l|] \NC test \NC test \NC \NR \stoptabulate} \input tufte \setuptabulate[margin=3cm] \starttabulate[|l|l|] \NC test \NC test \NC \NR \stoptabulate \input davis \stoptext
Hi all, in a former paper I used \newcount\equationnumber \equationnumber=0 \def\eq{\advance\equationnumber by 1}%Formelzähler erhöhen \starttext \eq\reference[a]{(\the\equationnumber)} $$a\eqno(\the\equationnumber)$$%an equation \eq\reference[b]{(\the\equationnumber)} $$b\eqno(\the\equationnumber)$$%another equation Eq. \ref[t][a] and \ref[t][b] are only simple characters, because this is a test. \stoptext with the Context version 2003.9.17 this doesn't work: Only the largest Equationnumber appears as reference text, and in the *.tui and *.tuo-file is written "\the \equationnumber" instead of the value of \the\equationnumber. Would it be able to revive this mechanism? With many thanks for any hint, Albrecht
Hi, On Tue, Jan 13, 2004 at 01:56:55PM +0100, Albrecht Kauffmann wrote:
in a former paper I used [...]
How about \placeformula[one] \startformula \eqalignno{ a &= b & \formulanumber[one-a]{a}\cr c &= d & \subformulanumber[one-b]{b}\cr }\stopformula \in[one], \in[one-a], \in[one-b] Regards, Tobias
On Tue, 13 Jan 2004, Tobias Burnus wrote:
Hi,
On Tue, Jan 13, 2004 at 01:56:55PM +0100, Albrecht Kauffmann wrote:
in a former paper I used [...]
How about
\placeformula[one] \startformula \eqalignno{ a &= b & \formulanumber[one-a]{a}\cr c &= d & \subformulanumber[one-b]{b}\cr }\stopformula
\in[one], \in[one-a], \in[one-b]
Regards,
Tobias
This is the placeformula mechanism. The problem is, that I used the described way with \the\equationnumber in my earlier papers, with hundreds of formulas. It would be needed to rewrite them all. Greetings, Albrecht
_______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context
Hello Willi,
I would try to place this in the \placefloat environment
hmm, but I don't want it to float nor do I need a caption.
\placetable[here,middle][] {centered table} {\starttabulate your actual table ... \stoptabulate}
Patrick -- Es wird kein Wunder geschehen
participants (5)
-
Albrecht Kauffmann
-
Hans Hagen
-
Patrick Gundlach
-
Tobias Burnus
-
Willi Egger