ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* \bTABLEheader used to work?
@ 2015-10-18  7:06 Henman
  2015-10-18  8:10 ` Fwd: " Henman
  0 siblings, 1 reply; 2+ messages in thread
From: Henman @ 2015-10-18  7:06 UTC (permalink / raw)
  To: Context Users Group

I tried to build on a previously compilable table generating context 
file, but can not do so now.   Here is  a simple example:

I am getting a " ! Undefined control sequence
                       Line #.20   which is ==>    \bTABLEheader

Do I have hidden bug in my script or did this change?
I'd appreciate hellp of this.

Thanks
--------------------------

% start here
\define\ROWCNT{5}
\define\COLCNT{5}

\starttext
%
   \bTABLE[align={middle,lohi},width=20mm,height=10mm]

      \bTABLEheader
        \bTR  \bTD \eTD        \dorecurse{\COLCNT}  { \bTH #1 \eTH } \eTR
          %  col label cells    % ... data cells ...........
      \eTABLEheader

      \bTABLEbody
         \dorecurse{\ROWCNT}
           {
           \bTR
           \bTD #1 \eTD   % row label cells
           \dorecurse{\COLCNT}  { \bTD  \eTD }   % data rows  (use 
#1:##1  for r# : c#)
           \eTR
           }
      \eTABLEbody

   \eTABLE
\stoptext
% end of example
___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Fwd: \bTABLEheader used to work?
  2015-10-18  7:06 \bTABLEheader used to work? Henman
@ 2015-10-18  8:10 ` Henman
  0 siblings, 0 replies; 2+ messages in thread
From: Henman @ 2015-10-18  8:10 UTC (permalink / raw)
  To: Context Users Group


[-- Attachment #1.1: Type: text/plain, Size: 1297 bytes --]


I found out that the command is \bTABLEhead and not \bTABLEheader, but I 
don't know why my saved example had ...header instead of head.

Thanks.


-------- Forwarded Message --------
Subject: 	\bTABLEheader used to work?
Date: 	Sun, 18 Oct 2015 00:06:38 -0700
From: 	Henman <dhenman@gmail.com>
To: 	Context Users Group <ntg-context@ntg.nl>



I tried to build on a previously compilable table generating context
file, but can not do so now.   Here is  a simple example:

I am getting a " ! Undefined control sequence
                       Line #.20   which is ==>    \bTABLEheader

Do I have hidden bug in my script or did this change?
I'd appreciate hellp of this.

Thanks
--------------------------

% start here
\define\ROWCNT{5}
\define\COLCNT{5}

\starttext
%
   \bTABLE[align={middle,lohi},width=20mm,height=10mm]

      \bTABLEheader
        \bTR  \bTD \eTD        \dorecurse{\COLCNT}  { \bTH #1 \eTH } \eTR
          %  col label cells    % ... data cells ...........
      \eTABLEheader

      \bTABLEbody
         \dorecurse{\ROWCNT}
           {
           \bTR
           \bTD #1 \eTD   % row label cells
           \dorecurse{\COLCNT}  { \bTD  \eTD }   % data rows  (use
#1:##1  for r# : c#)
           \eTR
           }
      \eTABLEbody

   \eTABLE
\stoptext
% end of example




[-- Attachment #1.2: Type: text/html, Size: 2396 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

___________________________________________________________________________________
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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-10-18  8:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-10-18  7:06 \bTABLEheader used to work? Henman
2015-10-18  8:10 ` Fwd: " Henman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).