summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/dtk
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-08-29 20:37:00 +0000
committerKarl Berry <karl@freefriends.org>2007-08-29 20:37:00 +0000
commit3b96c9c6ec7ee8bdf985ef04b812d45e816da90b (patch)
treebf90788785486b39bef17b3c5da7d51c0d36d2ce /Master/texmf-dist/doc/latex/dtk
parentd340c324cfbe63068a5ef7776b8debfe2f20f8a1 (diff)
dtk update (28aug07)
git-svn-id: svn://tug.org/texlive/trunk@4839 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/dtk')
-rw-r--r--Master/texmf-dist/doc/latex/dtk/README83
-rw-r--r--Master/texmf-dist/doc/latex/dtk/beispiel.dvibin12644 -> 0 bytes
-rw-r--r--Master/texmf-dist/doc/latex/dtk/beispiel.ltx41
-rw-r--r--Master/texmf-dist/doc/latex/dtk/beispiel.tex13
4 files changed, 125 insertions, 12 deletions
diff --git a/Master/texmf-dist/doc/latex/dtk/README b/Master/texmf-dist/doc/latex/dtk/README
new file mode 100644
index 00000000000..5ca6ba3e1c6
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/dtk/README
@@ -0,0 +1,83 @@
+
+ dtk: A Document Class and Style for
+ ``Die TeXnische Komoedie''
+ the journal of the german speaking TeX users group
+
+ original written by
+ Gerd Neugebauer
+ gene@gerd-neugebauer.de
+
+
+dtk is a document class and style file which has been written to be
+used for the communications of the German speaking TeX users group
+Dante e.V.: ``Die TeXnische Komoedie''.
+
+For changes from the previous versions see the end of this file.
+
+The distribution consists of the following files (if one is missing
+then complain at the distributor of your version):
+
+dtk.dtx
+ This is the main distribution file. It contains the class and
+ style file. LaTeXing this file produces the English documentation.
+dtk.ins
+ This is the driver file for the extraction procedure. You need
+ the doc utility to unpack it.
+dtk.bst
+ This is the BibTeX style file to be used for ``Die TeXnische
+ Komoedie''.
+ReadMe
+ This file.
+beipiel.tex
+ A short description example for dtk (in German).
+beispiel.ltx
+ The driver file for beispiel.tex. Run this file through LaTeX to
+ get the dvi file.
+beispiel.bib
+ The bibliography for beispiel.tex.
+
+
+INSTALLATION
+------------
+
+(0) If you have obtained the unpacked distribution, i.e. you
+ already have cls and clo files, then continue with step (2).
+
+(1) Run TeX or LaTeX on dtk.ins.
+
+ This should produce the files dtk.cls, dtk.sty, dtklogos.sty,
+ dtk.ist, and some dtk*.clo files.
+
+ This might fail due to several reasons. In this case revert to
+ the unpacked files which are also distributed at the same
+ place where you got the sources from.
+
+(2) Move dtk.cls and the dtk*.clo files to a place where LaTeX
+ searches for class files. Move dtk.sty to a place where LaTeX
+ searches for style files.
+
+ The suggested place for the LaTeX files in a TDS conform
+ installation is the directory
+
+ TEXMF/tex/latex/supported/dtk
+
+ where TEXMF is the root of the TDS installation tree.
+
+(3) Run LaTeX on dtk.dtx to produce the documentation. LaTeX2e
+ is required for this step.
+
+ Usually the documentation contains a general part describing
+ the use of the class/style and the description of the
+ implementation details. If you want to omit the implementation
+ description you can create the file dtk.dcf before compiling
+ the documentation. This file should contain the following
+ lines:
+
+ \OnlyDescription
+ \endinput
+
+(4) Run LaTeX, BibTeX, and LaTeX twice again on beispiel.ltx for a
+ short description and a sample in German.
+
+
+y \ No newline at end of file
diff --git a/Master/texmf-dist/doc/latex/dtk/beispiel.dvi b/Master/texmf-dist/doc/latex/dtk/beispiel.dvi
deleted file mode 100644
index 87c911a2bec..00000000000
--- a/Master/texmf-dist/doc/latex/dtk/beispiel.dvi
+++ /dev/null
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/dtk/beispiel.ltx b/Master/texmf-dist/doc/latex/dtk/beispiel.ltx
new file mode 100644
index 00000000000..2ecd76659fa
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/dtk/beispiel.ltx
@@ -0,0 +1,41 @@
+\documentclass[07]{dtk}% load class options 07
+%%
+%% Packete/Style-Optionen und anderes Material in der Pr"aambel:
+%%
+\usepackage{booktabs}
+%%
+%% Das Packet german/ngerman wird automatisch geladen und sollte nicht
+%% explizit angefordert werden.
+%%
+%% Regel: Es sollten so wenig wie m"oglich zus"atzliche Packete
+%% angefordert werden, da diese mit anderen Packeten in Konflikt
+%% geraten k"onnten, die in anderen Artikeln unbedingt
+%% ben"otigt werden.
+%% Regel: Es sollten nicht unn"otig viele Kommandos oder Umgebungen
+%% definiert werden (aus demselben Grund). N"otigenfalls
+%% sollte die Definition im Artikel und nicht in der Pr"aambel
+%% geschehen.
+%% Regel: Bei der Produktion der Zeitschrift wird normalerweise das
+%% Input-Encoding utf8 verwendet, sofern nicht ein Beitrag
+%% unbedingt etwas anderes erforderlich macht.
+%% Es darf kein ein anderes Input-Encoding verwendet werden, wenn
+%% wie unten gezeigt eine lokale Umschaltung erfolgt.
+%%
+\begin{document}
+%
+% Nun wird nur noch der eigentliche Beitrag geladen. Alles weitere
+% findet in der Datei beispiel.tex statt.
+%
+%% Die Vereinszeitschrift wird mit dem Input-Encoding
+%% utf8 gesetzt. Wenn man eine andere Kodierung bevorzugt,
+%% dann den Textteil in
+%% \bgroup
+%% \inputencoding{...}
+%% \input{beispiel}
+%% \egroup
+%%
+\input{beispiel}
+%
+%
+\end{document}
+%
diff --git a/Master/texmf-dist/doc/latex/dtk/beispiel.tex b/Master/texmf-dist/doc/latex/dtk/beispiel.tex
index fe14cb2428e..49409222b7b 100644
--- a/Master/texmf-dist/doc/latex/dtk/beispiel.tex
+++ b/Master/texmf-dist/doc/latex/dtk/beispiel.tex
@@ -20,12 +20,6 @@
%%-----------------------------------------------------------------------------
%%-----------------------------------------------------------------------------
-%% Die ben"otigten Pakete k"onnen hier noch einmal deklariert werden.
-%% Diese werden hier gebraucht, da die Pr"aambel sich in der
-%% Treiber-Datei befindet, die nicht zur Produktion der
-%% Vereinszeitschrift eingesetzt wird.
-% \NeedPackage{multicol}
-\NeedPackage{booktabs}
%%
%% Das Paket german/ngerman wird automatisch geladen und sollte nicht
%% explizit angefordert werden.
@@ -260,9 +254,4 @@ auch "`l"a"sliche S"unden"' wie overfull/underfull Boxes.
\bibliography{beispiel}
-\endinput%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-%
-% Local Variables:
-% mode: latex
-% TeX-master: "beispiel.ltx"
-% End:
+\endinput