ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: John Culleton <John@wexfordpress.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: creating multiline paragraph in \tabulate
Date: Tue, 19 May 2015 11:54:48 -0400	[thread overview]
Message-ID: <20150519115448.75232558@localb.wexfordpress.net> (raw)

Supposedly \tablulate can handle a multiline
paragraph in a single cell. It didn't work for
me. The text just ran off the right edge of
the page. So here is my two column table with a
workaround.
---------------------------------------------
\starttext
{\bf Figure 2.3: Specialty Food Store
Classifications}
\setupframed[framecorner=rectanglular,background=none]
\tfx
\placetable[force,none]{}
\starttabulate[|lw(.25\textwidth)|lpw(.75\textwidth)|]
\HL 
...
\NC Housewares \NC Gourmet pots and pans and other cookware, with some impulse\NC\NR 
\NC \null \NC and companion food items \NC\NR
...
\HL 
\stoptabulate 
\tf
\stoptext
-------------
In my version the \null command was necessary to
skip the left column.

Also, I want the title of the table at the top
and not the bottom. So I have to add a separate
title line at the top and blank out the generated
title with a graphic of blank space placed below
the table thus:
\vskip -0.35in
\externalfigure[blanker.pdf]

There ought to be an easier way to get rid of the
title at the bottom of the table but this is the
best I could come up with. The file blanker.pdf
was generated in Scribus 1.5.0
----------------------------------------------------------------------
John Culleton Wexford Press Free list of books for self-publishers:
http://wexfordpress.net/shortlist.html 
___________________________________________________________________________________
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
___________________________________________________________________________________

             reply	other threads:[~2015-05-19 15:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-19 15:54 John Culleton [this message]
2015-05-19 17:16 ` Aditya Mahajan

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=20150519115448.75232558@localb.wexfordpress.net \
    --to=john@wexfordpress.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).