ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Todd DeVries" <todd@equaltext.com>
To: ntg-context@ntg.nl
Subject: Expanding text across two table cells
Date: Mon, 08 Apr 2019 16:45:52 -0400	[thread overview]
Message-ID: <6e170dc6-6ee2-4074-94ce-f64b758c1da9@www.fastmail.com> (raw)

Hello,

I use a progress note format which contains information that doesn't change much from session to session. Items like date, location, people attending a session. I would like to include two longer items, a diagnostic field and info about guardianship at the end of a table. Both of these fields should span two cells in the table and wrap to the full width. Currently, they wrap to the width of the first table column. The cells appear to be spanned correctly, but the text does not extend. What am I missing?

Thank you for the assistance.

\startcomponent c_DATE_clientcode_progress
\project prj_cases
\startsection[title=Counseling Progress Note, reference=DATE_clientcode]
\placetable{Meeting Info}
{\bTABLE
\bTR
\bTD
\ptitle{Client Name}:~John Smith
\eTD
\bTD
\ptitle{Billing code}:~90834
\eTD
\eTR
\bTR
\bTD
\ptitle{Date}:~April 8, 2019
\eTD
\bTD
\ptitle{Start \& stop time}~12:00-13:00
\eTD
\eTR
\bTR
\bTD
\ptitle{Next appointment}:~April 15, 2019
\eTD
\bTD
\ptitle{Punctuality}:~On time.
\eTD
\eTR
\bTR
\bTD
\ptitle{Location of Service}:~Office
\eTD
\bTD
\ptitle{Those in attendance}:~Counselor and John
\eTD
\eTR
\bTR
\bTD[n=2]
\ptitle{Diagnosis}:~Adjustment Disorder, Unspecified (F43.20).
\eTD
\eTR
\bTR
\bTD[n=2]
\ptitle{Children: Location / availability of parent / 
guardian}:~Not applicable.
\eTD
\eTR
\eTABLE}

Todd DeVries
*Phone: (208) 847-5996*

“Everyone must believe in something. I believe I'll go canoeing.”

—  Henry David Thoreau
___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

             reply	other threads:[~2019-04-08 20:45 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-08 20:45 Todd DeVries [this message]
2019-04-08 21:02 ` Aditya Mahajan
2019-04-08 21:28   ` Todd DeVries

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=6e170dc6-6ee2-4074-94ce-f64b758c1da9@www.fastmail.com \
    --to=todd@equaltext.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).