Expanding text across two table cells
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
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
participants (2)
-
Aditya Mahajan
-
Todd DeVries