ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Vertical align in side by side paragraphs
@ 2016-05-06 10:20 Tom Harrop
  2016-05-08 16:54 ` Wolfgang Schuster
  0 siblings, 1 reply; 2+ messages in thread
From: Tom Harrop @ 2016-05-06 10:20 UTC (permalink / raw)
  To: mailing list for ConTeXt users

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
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Vertical align in side by side paragraphs
  2016-05-06 10:20 Vertical align in side by side paragraphs Tom Harrop
@ 2016-05-08 16:54 ` Wolfgang Schuster
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Schuster @ 2016-05-08 16:54 UTC (permalink / raw)
  To: mailing list for ConTeXt users


[-- Attachment #1.1: Type: text/plain, Size: 400 bytes --]

> Tom Harrop <mailto:thomas.harrop@ird.fr>
> 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

[-- Attachment #1.2: Type: text/html, Size: 1388 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-05-08 16:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-05-06 10:20 Vertical align in side by side paragraphs Tom Harrop
2016-05-08 16:54 ` Wolfgang Schuster

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).