summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/adrconv
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-03-04 22:47:11 +0000
committerKarl Berry <karl@freefriends.org>2018-03-04 22:47:11 +0000
commit2e69dbd4075a191dab459d1d8faf9a89fcc36f8a (patch)
tree3104e70572def461b4b90dbae77a3eda79f12291 /Master/texmf-dist/doc/latex/adrconv
parent2dedb6340c3380b7688126a87f171b181b18446e (diff)
adrconv (4mar18)
git-svn-id: svn://tug.org/texlive/trunk@46817 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/adrconv')
-rw-r--r--Master/texmf-dist/doc/latex/adrconv/README50
-rw-r--r--Master/texmf-dist/doc/latex/adrconv/adrconv.pdfbin0 -> 264469 bytes
-rw-r--r--Master/texmf-dist/doc/latex/adrconv/adrconv.tex6
-rw-r--r--Master/texmf-dist/doc/latex/adrconv/adrdir.tex35
-rw-r--r--Master/texmf-dist/doc/latex/adrconv/adrfax.tex6
-rw-r--r--Master/texmf-dist/doc/latex/adrconv/adrguide.pdfbin396721 -> 380436 bytes
-rw-r--r--Master/texmf-dist/doc/latex/adrconv/adrguide.tex8
-rw-r--r--Master/texmf-dist/doc/latex/adrconv/adrmontage1.tex4
-rw-r--r--Master/texmf-dist/doc/latex/adrconv/adrmontage2.tex4
-rw-r--r--Master/texmf-dist/doc/latex/adrconv/birthday.tex6
-rw-r--r--Master/texmf-dist/doc/latex/adrconv/example.bib4
11 files changed, 86 insertions, 37 deletions
diff --git a/Master/texmf-dist/doc/latex/adrconv/README b/Master/texmf-dist/doc/latex/adrconv/README
new file mode 100644
index 00000000000..99ba9662a85
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/adrconv/README
@@ -0,0 +1,50 @@
+adrconv is a collection of bibtex programs to convert an adress database
+into a tex file that is suitable for the mail merge function of scrletter.
+
+adrconv uses a simple entry format:
+
+ @address{DANTE,
+ name = {{DANTE~e.\,V.}},
+ sortas = {Dante},
+ street = {Postfach 10 18 40},
+ zip = {69008},
+ city = {Heidelberg},
+ phone = {0 62 21 / 2 97 66},
+ fax = {0 62 21 / 16 79 06},
+ email = {dante{@}dante.de},
+ url = {http://www.dante.de},
+ key = {DANTE},
+ birthday = {14. April 1989},
+ nbirthday = {0414}
+ }
+
+I addition to that it offers some tex files to generate an adress book.
+(For those of us who don´t use smart phones.)
+
+Note: The Manual is only available in german.
+
+---
+
+adrconv ist eine Sammlung von bibtex Programmen, mit denen man Einträge aus einer
+Datenbank als tex Datei formatieren kann. Diese Datei kann dann für die
+Serienbrieffunktion von scrlettter aus dem KOMA.Script Paket benutzt werden.
+
+adrconv benutzt ein einfaches Datenformat:
+
+ @address{DANTE,
+ name = {{DANTE~e.\,V.}},
+ sortas = {Dante},
+ street = {Postfach 10 18 40},
+ zip = {69008},
+ city = {Heidelberg},
+ phone = {0 62 21 / 2 97 66},
+ fax = {0 62 21 / 16 79 06},
+ email = {info{@}dante.de},
+ url = {http://www.dante.de},
+ key = {DANTE},
+ birthday = {14. April 1989},
+ nbirthday = {0414}
+ }
+
+Außerdem lassen sich Addressbücher in unterschiedlichen Formaten (A6,
+Taschenkalender) erstellen.
diff --git a/Master/texmf-dist/doc/latex/adrconv/adrconv.pdf b/Master/texmf-dist/doc/latex/adrconv/adrconv.pdf
new file mode 100644
index 00000000000..15d7a0123c2
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/adrconv/adrconv.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/adrconv/adrconv.tex b/Master/texmf-dist/doc/latex/adrconv/adrconv.tex
index 2318699e5fb..dd766441206 100644
--- a/Master/texmf-dist/doc/latex/adrconv/adrconv.tex
+++ b/Master/texmf-dist/doc/latex/adrconv/adrconv.tex
@@ -5,7 +5,7 @@
%% The original source files were:
%%
%% adrconv.dtx (with options: `tex,conv')
-%% Copyright 2006, 2010 Axel Kielhorn
+%% Copyright 2006, 2010, 2018 Axel Kielhorn
%%
%% This file will generate fast loadable files from adrconv.dtx when
%% run through LaTeX or TeX.
@@ -24,13 +24,13 @@
%% adrconv.ins and adrguide.tex.
%%
%% adrguide.dtx
-%% Copyright 2006, 2010 Axel Kielhorn
+%% Copyright 2006, 2010, 2018 Axel Kielhorn
\ifx\ProvidesFile\undefined\def\ProvidesFile#1[#2]{}\fi
\ProvidesFile{%
adrconv%
.tex%
}
- [2010/04/02 v1.3 LaTeX2e
+ [2018/01/30 v1.4 LaTeX2e
Interactive driver of BibTeX database to addressfile converter]
\catcode`\@=11
\newlinechar`\^^J
diff --git a/Master/texmf-dist/doc/latex/adrconv/adrdir.tex b/Master/texmf-dist/doc/latex/adrconv/adrdir.tex
index 0d63f7039cf..0d9f9d20ef9 100644
--- a/Master/texmf-dist/doc/latex/adrconv/adrdir.tex
+++ b/Master/texmf-dist/doc/latex/adrconv/adrdir.tex
@@ -5,7 +5,7 @@
%% The original source files were:
%%
%% adrconv.dtx (with options: `dir')
-%% Copyright 2006, 2010 Axel Kielhorn
+%% Copyright 2006, 2010, 2018 Axel Kielhorn
%%
%% This file will generate fast loadable files from adrconv.dtx when
%% run through LaTeX or TeX.
@@ -24,13 +24,13 @@
%% adrconv.ins and adrguide.tex.
%%
%% adrguide.dtx
-%% Copyright 2006, 2010 Axel Kielhorn
+%% Copyright 2006, 2010, 2018 Axel Kielhorn
\ifx\ProvidesFile\undefined\def\ProvidesFile#1[#2]{}\fi
\ProvidesFile{%
adrdir%
.tex%
}
- [2010/04/02 v1.3 LaTeX2e
+ [2018/01/30 v1.4 LaTeX2e
Interactive address directory generation]
\documentclass[headsepline,10pt,twoside,pagesize]{scrartcl}
\newcommand*\jj {j}
@@ -111,21 +111,14 @@
\ifx\yes\answer\RunningHeadtrue\else
\RunningHeadfalse\fi\fi\fi\fi
\ifRunningHead
-\usepackage{scrpage}
-\renewpagestyle{headings}{%
- (0pt,0pt)%
- {\strut\rightmark\ -- \leftmark\hfil}%
- {\hfil\strut\rightmark\ -- \leftmark}%
- {\hfil\strut\rightmark\ -- \leftmark\hfil}%
- (\textwidth,.4pt)%
- }{%
- (0pt,0pt)%
- {\pagemark\hfill}%
- {\hfill\pagemark}%
- {\hfill\pagemark\hfill}%
- (0pt,0pt)}
+\usepackage[manualmark,headsepline]{scrlayer-scrpage}
+\clearpairofpagestyles
+\ohead{\if@twoside\rightmark\ -- \leftmark\fi}
+\chead{\if@twoside\else\rightmark\ -- \leftmark\fi}
+\ofoot{\if@twoside\pagemark\fi}
+\cfoot{\if@twoside\else\pagemark\fi}
\fi
-\def\headfont{\sffamily\bfseries}
+\setkomafont{pagehead}{\sffamily\bfseries}
\ifx\adrformat\empty
\def\adrformat{adrdir}
\fi
@@ -143,7 +136,7 @@
\fi
\def\adrentry#1#2#3#4#5#6#7#8{\hspace{\adrindent}%
\parbox[b]{\leftfield}
- {\raggedright \hspace{-\adrindent}{\sc #1}%
+ {\raggedright \hspace{-\adrindent}{\normalfont\scshape #1}%
\def\tempa{#1}\ifx \tempa\empty \else , #2\fi%
\def\tempa{#3}\ifx \tempa\empty \else \par #3\fi%
\ifEmail
@@ -161,12 +154,16 @@
\markboth{#1}{#1}
\fi
}
+\def\addrentry#1#2#3#4#5#6#7#8#9{%
+ \adrentry{#1}{#2}{#3}{#4}{#5}{#6}{#7}{#9}%
+}
+\def\addrchar{\adrchar}
\ifx\adrfile\empty \else
\InputIfFileExists{\adrfile.adr}{%
\pagestyle{empty}
\null\vfil
\begin{center}
- {\Large \sfb \adrtitle\par}
+ {\Large \normalfont\sffamily\bfseries \adrtitle\par}
\end{center}
\vfil\vfil\null
\cleardoublepage
diff --git a/Master/texmf-dist/doc/latex/adrconv/adrfax.tex b/Master/texmf-dist/doc/latex/adrconv/adrfax.tex
index 6d316393da0..ed087bc3adf 100644
--- a/Master/texmf-dist/doc/latex/adrconv/adrfax.tex
+++ b/Master/texmf-dist/doc/latex/adrconv/adrfax.tex
@@ -5,7 +5,7 @@
%% The original source files were:
%%
%% adrconv.dtx (with options: `tex,fax')
-%% Copyright 2006, 2010 Axel Kielhorn
+%% Copyright 2006, 2010, 2018 Axel Kielhorn
%%
%% This file will generate fast loadable files from adrconv.dtx when
%% run through LaTeX or TeX.
@@ -24,13 +24,13 @@
%% adrconv.ins and adrguide.tex.
%%
%% adrguide.dtx
-%% Copyright 2006, 2010 Axel Kielhorn
+%% Copyright 2006, 2010, 2018 Axel Kielhorn
\ifx\ProvidesFile\undefined\def\ProvidesFile#1[#2]{}\fi
\ProvidesFile{%
adrfax%
.tex%
}
- [2010/04/02 v1.3 LaTeX2e
+ [2018/01/30 v1.4 LaTeX2e
Interactive driver of BibTeX database to addressfile converter]
\catcode`\@=11
\newlinechar`\^^J
diff --git a/Master/texmf-dist/doc/latex/adrconv/adrguide.pdf b/Master/texmf-dist/doc/latex/adrconv/adrguide.pdf
index c2e29e57b41..af8f064bd12 100644
--- a/Master/texmf-dist/doc/latex/adrconv/adrguide.pdf
+++ b/Master/texmf-dist/doc/latex/adrconv/adrguide.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/adrconv/adrguide.tex b/Master/texmf-dist/doc/latex/adrconv/adrguide.tex
index 28ada4c73a7..358fa745f85 100644
--- a/Master/texmf-dist/doc/latex/adrconv/adrguide.tex
+++ b/Master/texmf-dist/doc/latex/adrconv/adrguide.tex
@@ -1,5 +1,5 @@
%% adrguide.tex
-%% Copyright 2006, 2010 Axel Kielhorn
+%% Copyright 2006, 2010, 2018 Axel Kielhorn
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3
@@ -39,9 +39,9 @@
\DeclareRobustCommand{\KOMAScript}{\textsf{K\kern.05em O\kern.05em%
M\kern.05em A\kern.1em-\kern.1em Script}}
-\title{ADRconv Anleitung\\Version 1.3}
+\title{ADRconv Anleitung\\Version 1.4}
\author{Axel Kielhorn\thanks{A.Kielhorn@web.de}}
-\date{2. April 2010}
+\date{3. M"arz 2018}
\begin{document}
\maketitle
@@ -568,6 +568,8 @@ Dokumentation verbessert, Lizenz auf LPPL 1.3 ge"andert.
\File{birthday.bst} in \File{adrbirthday.bst} umbenannt um Kollisionen mit \File{directory.cls} zu vermeiden.
\File{adrdir.tex} druckt optional die E-Mail Adresse und immer die Notiz.
Unterst"utzung f"ur PDF-Workflow. DVIDVI wird nicht mehr ben"otigt.
+\subsection{1.4}
+Anpassungen an das neue (inzwischen 10 Jahre alte) \KOMAScript\ durch Markus Kohm.
\section{Danksagungen}
diff --git a/Master/texmf-dist/doc/latex/adrconv/adrmontage1.tex b/Master/texmf-dist/doc/latex/adrconv/adrmontage1.tex
index 2871537ed6e..aeac2bda23a 100644
--- a/Master/texmf-dist/doc/latex/adrconv/adrmontage1.tex
+++ b/Master/texmf-dist/doc/latex/adrconv/adrmontage1.tex
@@ -5,7 +5,7 @@
%% The original source files were:
%%
%% adrconv.dtx (with options: `montage,erster')
-%% Copyright 2006, 2010 Axel Kielhorn
+%% Copyright 2006, 2010, 2018 Axel Kielhorn
%%
%% This file will generate fast loadable files from adrconv.dtx when
%% run through LaTeX or TeX.
@@ -24,7 +24,7 @@
%% adrconv.ins and adrguide.tex.
%%
%% adrguide.dtx
-%% Copyright 2006, 2010 Axel Kielhorn
+%% Copyright 2006, 2010, 2018 Axel Kielhorn
\ifx\ProvidesFile\undefined\def\ProvidesFile#1[#2]{}\fi
\ProvidesFile{%
adrmontage1.tex
diff --git a/Master/texmf-dist/doc/latex/adrconv/adrmontage2.tex b/Master/texmf-dist/doc/latex/adrconv/adrmontage2.tex
index 4bda8623261..859404f9b3c 100644
--- a/Master/texmf-dist/doc/latex/adrconv/adrmontage2.tex
+++ b/Master/texmf-dist/doc/latex/adrconv/adrmontage2.tex
@@ -5,7 +5,7 @@
%% The original source files were:
%%
%% adrconv.dtx (with options: `montage,zweiter')
-%% Copyright 2006, 2010 Axel Kielhorn
+%% Copyright 2006, 2010, 2018 Axel Kielhorn
%%
%% This file will generate fast loadable files from adrconv.dtx when
%% run through LaTeX or TeX.
@@ -24,7 +24,7 @@
%% adrconv.ins and adrguide.tex.
%%
%% adrguide.dtx
-%% Copyright 2006, 2010 Axel Kielhorn
+%% Copyright 2006, 2010, 2018 Axel Kielhorn
\ifx\ProvidesFile\undefined\def\ProvidesFile#1[#2]{}\fi
\ProvidesFile{%
adrmontage2.tex
diff --git a/Master/texmf-dist/doc/latex/adrconv/birthday.tex b/Master/texmf-dist/doc/latex/adrconv/birthday.tex
index a00dee2fccf..b86d7f9d4f9 100644
--- a/Master/texmf-dist/doc/latex/adrconv/birthday.tex
+++ b/Master/texmf-dist/doc/latex/adrconv/birthday.tex
@@ -5,7 +5,7 @@
%% The original source files were:
%%
%% adrconv.dtx (with options: `tex,birthday')
-%% Copyright 2006, 2010 Axel Kielhorn
+%% Copyright 2006, 2010, 2018 Axel Kielhorn
%%
%% This file will generate fast loadable files from adrconv.dtx when
%% run through LaTeX or TeX.
@@ -24,13 +24,13 @@
%% adrconv.ins and adrguide.tex.
%%
%% adrguide.dtx
-%% Copyright 2006, 2010 Axel Kielhorn
+%% Copyright 2006, 2010, 2018 Axel Kielhorn
\ifx\ProvidesFile\undefined\def\ProvidesFile#1[#2]{}\fi
\ProvidesFile{%
adrbirthday%
.tex%
}
- [2010/04/02 v1.3 LaTeX2e
+ [2018/01/30 v1.4 LaTeX2e
Interactive driver of BibTeX database to addressfile converter]
\catcode`\@=11
\newlinechar`\^^J
diff --git a/Master/texmf-dist/doc/latex/adrconv/example.bib b/Master/texmf-dist/doc/latex/adrconv/example.bib
index 5ab1887475a..dd126267c63 100644
--- a/Master/texmf-dist/doc/latex/adrconv/example.bib
+++ b/Master/texmf-dist/doc/latex/adrconv/example.bib
@@ -5,7 +5,7 @@
%% The original source files were:
%%
%% adrconv.dtx (with options: `bib,example')
-%% Copyright 2006, 2010 Axel Kielhorn
+%% Copyright 2006, 2010, 2018 Axel Kielhorn
%%
%% This file will generate fast loadable files from adrconv.dtx when
%% run through LaTeX or TeX.
@@ -24,7 +24,7 @@
%% adrconv.ins and adrguide.tex.
%%
%% adrguide.dtx
-%% Copyright 2006, 2010 Axel Kielhorn
+%% Copyright 2006, 2010, 2018 Axel Kielhorn
@address{VornameNachname,
name = {Vorname Nachname},