ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Wolfgang Schuster <schuster.wolfgang@googlemail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: How to get the number of lines of a paragraph?
Date: Wed, 8 Apr 2009 17:28:27 +0200	[thread overview]
Message-ID: <B4BFA4DB-92C2-4148-8441-A2C8F33C8564@gmail.com> (raw)
In-Reply-To: <49DCC308.2040300@gmail.com>


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	other threads:[~2009-04-08 15:28 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-06 15:17 Wei-Wei Guo
2009-04-06 16:29 ` Wolfgang Schuster
2009-04-07  1:00   ` Wei-Wei Guo
2009-04-07  2:18     ` Yanrui Li
2009-04-07  2:25       ` Yanrui Li
2009-04-07  5:50         ` Wei-Wei Guo
2009-04-07 14:08       ` Wolfgang Schuster
2009-04-07 14:19     ` Wolfgang Schuster
2009-04-08 15:30   ` Wei-Wei Guo
2009-04-08 15:28     ` Wolfgang Schuster [this message]
2009-04-09  2:28       ` Wei-Wei Guo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=B4BFA4DB-92C2-4148-8441-A2C8F33C8564@gmail.com \
    --to=schuster.wolfgang@googlemail.com \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).