[NTG-context] Vertical align in side by side paragraphs

2016-05-06 Thread Tom Harrop
Hello,

How can I make both/all columns in a paragraphs environment align flush bottom, 
e.g. for addressing a letter? I saw a line in the manual about using top=\vfill 
but I couldn’t get this to work. Should I be using TABLE here?

Thanks (again),

Tom

\starttext

\defineparagraphs[Par]
  [n=2, before={\blank}, after={\blank}] 

\setupparagraphs[Par][1]
  [align=flushleft]
\setupparagraphs[Par][2]
  [align=flushright]

\startPar
  \vfill % I hoped this would push bob’s address down
  Bob’s name \crlf
  Company \crlf
  Bob’s street \crlf
  Bob’s town \crlf
  Bob’s country
\Par
  My street \crlf
  My town \crlf
  My country 
  \blank
  My phone number
  \blank
  Today's date
\stopPar

Dear Bob,

Blah blah blah

\stoptext

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

Re: [NTG-context] Vertical align in side by side paragraphs

2016-05-08 Thread Wolfgang Schuster

Tom Harrop 
6. Mai 2016 um 12:20
Hello,

How can I make both/all columns in a paragraphs environment align 
flush bottom, e.g. for addressing a letter? I saw a line in the manual 
about using top=\vfill but I couldn’t get this to work. Should I be 
using TABLE here?

Yes, the TABLE or xtable environments are better suited for this.

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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___