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 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113
|
\ProvidesFile{addrconv.tex}[2002/05/21 KOMA-Script Manual]
% ============================================================================
% addrconv.tex
% Copyright (c) 2001 Markus Kohm and the authors.
%
% This file is part of the LaTeX2e KOMA-Script-Bundle
%
% This file can be redistributed and/or modified under the terms of the LaTeX
% Project Public License Version 1.0 distributed together with this file. See
% LEGAL.TXT or LEGALDE.TXT.
%
% This bundle is written specialy for use at german-language. So the main
% documentation is german. There may also be an english documentation. See
% readme.txt, if you search for it.
% ----------------------------------------------------------------------------
% addrconv.tex
% Copyright (c) 2001 Markus Kohm und bei den weiteren Autoren.
%
% Diese Datei ist Teil des LaTeX2e KOMA-Script-Pakets.
%
% Diese Datei kann nach den Regeln der LaTeX Project Public Licence
% Version 1.0, wie sie zusammen mit dieser Datei verteilt wird,
% weiterverbreitet und/oder modifiziert werden. Siehe dazu auch LEGAL.TXT oder
% LEGALDE.TXT.
%
% Dieses Paket ist fuer den deutschen Sprachraum konzipiert. Daher ist auch
% diese Anleitung komplett in Deutsch. Moeglicherweise existiert auch eine
% englische Version der Anleitung. Falls Sie eine solche benoetigen, schauen
% Sie bitte in liesmich.txt nach, ob eine solche vorhanden ist.
% ============================================================================
%
% Module: Database converter for address files
% Authors: Jens-Uwe Morawski (JUM) <morawski@gmx.net>
% Content: conversion with addrconv/adrconv
% Language: english
% german file: adrkonv.tex
% Date of translated german file:
% 2002/05/21
% charset of comments:
% US-ASCII
%
\chapter{Creating address files from a address database}%
\label{cha:addrconv}%
\index{address file}%
\IndexPackage{addrconv}
In former versions of \KOMAScript{} the package
\Package{addrconv} was a permanent part of
the \KOMAScript{} sytem.
The chief involvment with \KOMAScript{} was
that with the help of \Package{addrconv}
it was possible to create address files
from a address database in \BibTeX{} format.
Next the address file could be used for
the \KOMAScript{} letter class or with
the package \Package{scraddr}.
\begin{small}
\begin{verbatim}
@address{HMUS,
name = {Carl McExample},
title = {Dr.},
city = {Anywhere},
zip = 01234,
country = {Great Britain},
street = {A long Road},
phone = {01234 / 5 67 89},
note = {always forget his birthday},
key = {HMUS},
}
\end{verbatim}
\end{small}
From entries, as can be seen above, address files
can be generated.
For this \Package{addrconv} employs \BibTeX{} and
some \BibTeX{} styles.
Additionally there are some \LaTeX{} files which
help to create various telephon and address lists for
printing.
The package \Package{addrconv} was indeed a separate
package, since besides what is required for
\KOMAScript{} it includes some interessting features
more.
Therefore the package \Package{addrconv},
as announced in the previous \KOMAScript{} release,
is removed from the \KOMAScript{} system.
The package \Package{adrconv}, only one \emph{d},
replaces \Package{addrconv} entirely.
If it is not included in your \TeX{} distribution then
it can be downloaded from \cite{package:adrconv} and
you can install it separately.
\section{Authors}
\label{sec:addrconv.authors}
The authors listed below are responsible for this chapter or have
contributed to this chapter in different ways.
% Please use \textit{} for the name of the translator add all the
% names of the untranslated german file. If the translator is the
% main author, simply use \textbf.
\begin{itemize}
\item \textbf{Jens-Uwe Morawski}
\end{itemize}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: "main"
%%% End:
|