ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Change address location in letter module
@ 2010-08-29 12:37 Jaroslav Hajtmar
  2010-08-29 15:39 ` Wolfgang Schuster
  0 siblings, 1 reply; 2+ messages in thread
From: Jaroslav Hajtmar @ 2010-08-29 12:37 UTC (permalink / raw)
  To: mailing list for ConTeXt users

Hello,
Is the ability to place data with the recipient address on the right 
side of the page? There are envelopes with a window on the right side.

Thanks. Jaroslav


\setupletterstyle[address][style=\ssbf] % OK
\setupletterstyle[address][style=\ssbf, location=right] % or align=right 
or leftmargin .... etc is without effect



___________________________________________________________________________________
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: Change address location in letter module
  2010-08-29 12:37 Change address location in letter module Jaroslav Hajtmar
@ 2010-08-29 15:39 ` Wolfgang Schuster
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Schuster @ 2010-08-29 15:39 UTC (permalink / raw)
  To: hajtmar, mailing list for ConTeXt users


Am 29.08.2010 um 14:37 schrieb Jaroslav Hajtmar:

> Hello,
> Is the ability to place data with the recipient address on the right side of the page? There are envelopes with a window on the right side.
> 
> Thanks. Jaroslav
> 
> 
> \setupletterstyle[address][style=\ssbf] % OK
> \setupletterstyle[address][style=\ssbf, location=right] % or align=right or leftmargin .... etc is without effect


The address is placed with a layer and you need the normal layer options
to change it's position, the easiest way is to use the right top corner
as the origin and set the distances to this position.

\setupletterstyle[address] % \setupletterlayer[address]
   [style=sansbold,
    preset=righttop,
    hoffset=2cm,
    voffset=7cm]

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
___________________________________________________________________________________


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

end of thread, other threads:[~2010-08-29 15:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-08-29 12:37 Change address location in letter module Jaroslav Hajtmar
2010-08-29 15:39 ` 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).