Re: [NTG-context] Expanding text across two table cells

2019-04-08 Thread Todd DeVries
On Mon, 08 Apr 2019 15:04 -06:00, Aditya Mahajan  wrote:
 
> Use nx=2 instead of n=2.

That works! Many thanks.

Todd
___
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
___


Re: [NTG-context] Expanding text across two table cells

2019-04-08 Thread Aditya Mahajan

On Mon, 8 Apr 2019, Todd DeVries wrote:


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?


Use nx=2 instead of n=2.

Aditya
___
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
___


[NTG-context] Expanding text across two table cells

2019-04-08 Thread Todd DeVries
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
___