ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* Is there documentation for the memo module?
@ 2013-10-12 12:06 Michael Ash
  2013-10-27  8:44 ` Wolfgang Schuster
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Ash @ 2013-10-12 12:06 UTC (permalink / raw)
  To: ntg-context


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

The code is at
http://bay.uchicago.edu/tex-archive/macros/context/contrib/context-letter/tex/context/third/letter/base/t-memo.mkiv

Thank you very much.

Sincerely,
Michael

[-- Attachment #1.2: Type: text/html, Size: 414 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

* Re: Is there documentation for the memo module?
  2013-10-12 12:06 Is there documentation for the memo module? Michael Ash
@ 2013-10-27  8:44 ` Wolfgang Schuster
  0 siblings, 0 replies; 2+ messages in thread
From: Wolfgang Schuster @ 2013-10-27  8:44 UTC (permalink / raw)
  To: mailing list for ConTeXt users; +Cc: Michael Ash


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


Am 12.10.2013 um 14:06 schrieb Michael Ash <mash@econs.umass.edu>:

> The code is at
> http://bay.uchicago.edu/tex-archive/macros/context/contrib/context-letter/tex/context/third/letter/base/t-memo.mkiv

The memo module is slightly modified version of the letter module with
different command names and a different layout.

The code for the module is in the file s-cor-02.mkvi and s-cot-00.mkvi,
the file t-memo.mkiv you’re referring to is a dummy file for TeX Live 2012
to prevent error messages.

\usemodule[memo]

\usememostyle[margin] % table

\setupmemooptions
  [bodyfont=pagella]

\setupmemo
  [fromname={John Simmons},
   fromaddress={Parkstreet 12\\8257 Green Bay}]

\setupmemo
  [toname={Steve Wilson},
   toaddress={Nightstreet 4a\\9183 Cotton Village}]

\setupmemotext
  [copy=cc: ,
   enclosure=encl: ]

\setupmemo
  [copy=Copy,
   enclosure=Enclosure,
   postscript=Postscript]

\setupmemosection[head][style=bold]
%\setupmemosection[content][align={right,broad}]

\startmemo
  [opening={Dear Mr. Wilson,},
   subject={Ideas for a new typesetting system},
   closing={Best regards},
   signature={John Simmons}]

\dorecurse{4}{\input knuth\par}

\stopmemo

Wolfgang


[-- Attachment #1.2: Type: text/html, Size: 2342 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:[~2013-10-27  8:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-10-12 12:06 Is there documentation for the memo module? Michael Ash
2013-10-27  8:44 ` 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).