ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* \DL misfunctioning
@ 2013-10-09  8:29 hwitloc
  2013-10-09 12:50 ` Wolfgang Schuster
  0 siblings, 1 reply; 2+ messages in thread
From: hwitloc @ 2013-10-09  8:29 UTC (permalink / raw)
  To: ntg-context



I'm  having some problems.  Here is a minimum example showing the problem:


Table #1 In the first case  \DL[1] does not work and no line is displayed, but the columns line 
   up nicesly.

Table #2 In this table I accidentally got \DL[1] to work by added a \NC to th last row.
         BUT, the last row is not misaligned by about 1 character position.


How could I get Example #2 below to align properly and why is \DL not working in example #1?

Regards

---------------



\starttext

\starttable[|r|]
    \NC Table Header Here    \AR
    \DL[1]		     \DR
    \NC misc item 1          \AR
    \NC misc item 2 	     \AR
\stoptable


\starttable[|r|]
    \NC Table Header Here    \AR
    \DL[1]		     \DR
    \NC misc item 1          \AR
    \NC misc item 2      \NC \AR
\stoptable

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


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

* Re: \DL misfunctioning
  2013-10-09  8:29 \DL misfunctioning hwitloc
@ 2013-10-09 12:50 ` Wolfgang Schuster
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Schuster @ 2013-10-09 12:50 UTC (permalink / raw)
  To: mailing list for ConTeXt users


Am 09.10.2013 um 10:29 schrieb hwitloc@gmail.com:

> 
> 
> I'm  having some problems.  Here is a minimum example showing the problem:
> 
> 
> Table #1 In the first case  \DL[1] does not work and no line is displayed, but the columns line 
>   up nicesly.
> 
> Table #2 In this table I accidentally got \DL[1] to work by added a \NC to th last row.
>         BUT, the last row is not misaligned by about 1 character position.
> 
> 
> How could I get Example #2 below to align properly and why is \DL not working in example #1?

You missed the \NC before \AR.

\starttext

\starttable[|r|]
   \NC Table Header Here \NC\AR
   \DL[1]		            \DR
   \NC misc item 1       \NC\AR
   \NC misc item 2 	     \NC\AR
\stoptable

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


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

end of thread, other threads:[~2013-10-09 12:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-09  8:29 \DL misfunctioning hwitloc
2013-10-09 12:50 ` Wolfgang Schuster

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).