Difference between revisions of "Letter"

From Wiki
Jump to navigation Jump to search
(new link to manual)
(fix links (page is still outdated))
Line 68: Line 68:
  
 
* http://modules.contextgarden.net/letter
 
* http://modules.contextgarden.net/letter
* http://wolfgang.schuster.googlepages.com/letter
+
* https://bitbucket.org/wolfs/correspondence/
 
* http://www.ctan.org/tex-archive/macros/context/contrib/context-letter/
 
* http://www.ctan.org/tex-archive/macros/context/contrib/context-letter/
  
The manual for module is included in newer versions of the package or available from:
+
The manual for module was included in some versions of the package and is available from:
  
* http://dl.contextgarden.net/modules/t-letter/doc/context/third/letter/correspondence.pdf
+
* https://bitbucket.org/wolfs/correspondence/downloads/correspondence.pdf
* http://wolfgang.schuster.googlepages.com/lm.pdf
 

Revision as of 09:18, 30 November 2012

< Modules | User:Wolfgang_Schuster >


NOTE: This module is still in development

Introduction

The letter module provides a interface to write different kinds of correspondence with the support for different styles and extensions.

Example

\usemodule[letter]

\starttext

\startletter
  [opening={Dear Reader,},
   closing={Best regards,},
   signature={The TeXnician}]

\input knuth

\stopletter

\stoptext

produces

Styles

The layout of the letter can be changed with styles, the module comes with styles for:

  • Germany
  • Netherlands
  • France
  • America

Features

It is possible to change the default input method to the one used by Hans Hagen in the m-letter module or Donald Knuths letter style in the TeXbook.

Further Information

You can find more informations here: 

The manual for module was included in some versions of the package and is available from: