summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/lexikon/lexikon-doc.tex
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/lexikon/lexikon-doc.tex
Initial commit
Diffstat (limited to 'macros/latex/contrib/lexikon/lexikon-doc.tex')
-rw-r--r--macros/latex/contrib/lexikon/lexikon-doc.tex52
1 files changed, 52 insertions, 0 deletions
diff --git a/macros/latex/contrib/lexikon/lexikon-doc.tex b/macros/latex/contrib/lexikon/lexikon-doc.tex
new file mode 100644
index 0000000000..e8bc0acc6c
--- /dev/null
+++ b/macros/latex/contrib/lexikon/lexikon-doc.tex
@@ -0,0 +1,52 @@
+\documentclass[fontsize=13pt, DIV=8, pagesize=auto]{scrartcl}
+
+\usepackage{fixltx2e}
+\usepackage{etex}
+\usepackage{xspace}
+\usepackage{lmodern}
+\usepackage[T1]{fontenc}
+\usepackage{textcomp}
+\usepackage{microtype}
+\usepackage{hyperref}
+
+\newcommand*{\mail}[1]{\href{mailto:#1}{\texttt{#1}}}
+\newcommand*{\pkg}[1]{\textsf{#1}}
+\newcommand*{\BibTeX}{Bib\kern-0.08em\TeX\@\xspace}
+
+\pdfstringdefDisableCommands{%
+ \def\BibTeX{BibTeX\xspace}%
+}
+
+\addtokomafont{title}{\rmfamily}
+
+\title{The \pkg{lexikon} package\thanks{This manual corresponds to \pkg{lexikon}~v0.1c, dated~1999/05/13.}}
+\author{Axel Kielhorn\\\mail{A.Kielhorn@tu-bs.de}}
+\date{1999/05/13}
+
+
+\begin{document}
+
+\maketitle
+
+\noindent
+This is the \pkg{lexikon} package.
+When I posted it to \texttt{de.comp.text.tex} some weeks ago it's name was
+\texttt{dictionary.sty}. I changed it to fit into 8~charakters.
+
+This package provides some commands which may be useful for a two language
+dictionary with addiional information for the keywords. There is only
+\texttt{lexikon.tex} as a documentation and it is in german but should be sufficient
+to line out the usage. If you need phonetic symbols you have to get the
+\pkg{ips.sty} and read the manual, I can't help you with that.
+
+This package is unsupported, but if you have an idea for an enhancement or
+find a bug just send me a mail. I'll try to fix it but won't spend many
+hours on the package because it already does what I need.
+
+A database interface would be nice but will take some time.
+My first idea was to use \BibTeX, but now i started using perl. I'm not sure
+It will ever be ready.
+
+\end{document}
+
+