summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/context/third/letter/doc/correspondence-letter-extension.tex
blob: a6fb1a714059587e0efc3363b5080f2c7f08e289 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
\startcomponent correspondence-letter-extension

\environment correspondence-environment

\chapter{Extensions}

The letter module provides a special type of files, called extensions.
They provide functions that could be used by different files like the
labels for each language (\filename{label.nle}) or extra features for
one purpose like the page optimation (\filename{optimize.nle}).

You can load extension files either with the letter module and write
their names as argument to the \type{extension} key or afterwards in
your file with the \type{useletterextension} command.

\setup[useletterextension]

The module comes itself with the following extensions:

\starttabulate[|f{\bf}l|p|]
\NC label    \NC Labeltexts for different languages           \NC\NR
\NC pragma   \NC Example content for Hans own letter module   \NC\NR
\NC optimize \NC Increase or decrease the distance between
                 paragraphs to fill a page with at least 25\%
                 of the text height                           \NC\NR
\stoptabulate

\stopcomponent