summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/context/third/letter/doc/correspondence-letter-extension.tex
blob: 96567e9cfadda91eaff3bb984298d8ddae7f87eb (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
like page optimization (\filename{optimize.nle}).

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

\setup[useletterextension]

The module itself comes with the following extensions:

\starttabulate[|Bl|p|]
\NC label    \NC Label texts 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