Am 08.04.2009 um 17:30 schrieb Wei-Wei Guo:

Hi Wolfgang,

I tried many ways, but could not make the following effect:

 Title Head: Here is text, blur blur blur blur blur blur
             -------------------------------------------
             blur blur blur blur
             -------------------------------------------

I tried \starttabulate, \starttable, \setupTABLE, and \definedescription
with \underline{} and \startunderline.

- Tabulate will get error.
- Table do not show underline.
- Natural table displays the underline with only half length as the text
 line's. And the vertical positions are also not right.
- Description seems more promising, but the head will be about one line
 height higher than the text with underline (I use location=left).

Could you help me with it?


You can need a p column in table/tabulate.

The wrong position of the line is a bug, make a bug report and use Li Yanruis
fix for the moment.

\definetextbackground
  [underline]
  [location=paragraph,
   alternative=1,
   background=,
   frame=off]

\starttext

\starttabulate
\NC Title Head \EQ \underline{Here is text, \dorecurse{20}{blur }} \NC \NR
\stoptabulate

\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  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to