diff options
author | Karl Berry <karl@freefriends.org> | 2010-06-18 16:19:17 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-06-18 16:19:17 +0000 |
commit | 2c714215c31a63d9e9b11ad3c57cf8ee3a1e5258 (patch) | |
tree | 8b40b3ce151d1c7468cb8281177d599c12ed4fd3 /Master/texmf-dist/doc | |
parent | 13f006e3f54d8837fdd9933bbf513c569d011e05 (diff) |
dtk 2009/11/07 v1.20 (17jun10)
git-svn-id: svn://tug.org/texlive/trunk@19040 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
29 files changed, 2387 insertions, 381 deletions
diff --git a/Master/texmf-dist/doc/latex/dtk/README b/Master/texmf-dist/doc/latex/dtk/README deleted file mode 100644 index 5ca6ba3e1c6..00000000000 --- a/Master/texmf-dist/doc/latex/dtk/README +++ /dev/null @@ -1,83 +0,0 @@ - - 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.ltx b/Master/texmf-dist/doc/latex/dtk/beispiel.ltx deleted file mode 100644 index 2ecd76659fa..00000000000 --- a/Master/texmf-dist/doc/latex/dtk/beispiel.ltx +++ /dev/null @@ -1,41 +0,0 @@ -\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 deleted file mode 100644 index 49409222b7b..00000000000 --- a/Master/texmf-dist/doc/latex/dtk/beispiel.tex +++ /dev/null @@ -1,257 +0,0 @@ -%%***************************************************************************** -%% $Id: beispiel.tex,v 1.4 2001/10/21 15:17:13 gene Exp $ -%%***************************************************************************** -%% Author: Gerd Neugebauer -%%----------------------------------------------------------------------------- -%% -%% Dies ist ein Beispieldokument zu einem Artikel für "`Die TeXnische -%% Kom"odie"'. Dieses soll die Struktur aufzeigen, die solch ein Artikel -%% haben sollte. Au"serdem sind hier die speziellen Makros im Einsatz -%% zu sehen und es werden einige Regeln vermittelt, die es zu beachten -%% gilt. -%% -%% Diese Datei enthält nur den eigentlichen Artikel. Diese Datei kann -%% nicht alleine von LaTeX bearbeitet werden. Hierzu ist der Treiber -%% in der Datei beispiel.ltx notwendig. Die Übersetzung des Beitrags -%% geschieht mit -%% -%% latex beispiel.ltx -%% -%%----------------------------------------------------------------------------- - -%%----------------------------------------------------------------------------- -%% -%% Das Paket german/ngerman wird automatisch geladen und sollte nicht -%% explizit angefordert werden. -%% -%% Regel: Es sollten so wenig wie m"oglich zus"atzliche Pakete -%% angefordert werden, da diese mit anderen Paketen 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: Es darf kein spezielles inputencoding verwendet werden. Die -%% Eingabe muss reines ASCII sein. -%% Bei Bedarf kann als letzter Schritt die Umwandlung der -%% Sonderzeichen in pures ASCII erfolgen (z.B. mit recode) -%% - -%%----------------------------------------------------------------------------- -%% Angabe des Titels der Arbeit. -\title{Der Titel, der auch so lang sein kann, dass er nicht mehr in die - Kopfzeile passt} - -%%----------------------------------------------------------------------------- -%% Angabe der Autoren. Mehrere Autoren sind durch \and getrennt. -%% Die Vornamen m"oglichst nicht abk"urzen. -\author{A. Utor\and J.E. Mand} - -%%----------------------------------------------------------------------------- -%% Angabe der Adressen der Autoren. Jeder Autor ist mit einer eigenen -%% \address-Anweisung vertreten. -%% Das erste Argument enth"alt (Titel und) Vornamen. -%% Das zweite Argument enth"alt die restlichen Namensbestandteile -%% (hiernach wird sortiert). -%% Das dritte Argument enth"at die Adresse. Die Bestandteile der -%% Adresse sind durch \\ voneinander getrennt. -\address{A.}{Utor}{Eine Stra"se 11\\11111 Irgendwo} -\address{J.E.}{Mand}{Weiter Weg 22\\99999 Hinterm Berg} - -%%----------------------------------------------------------------------------- -%% Hier wird der Titel gesetzt. -\maketitle - -%%----------------------------------------------------------------------------- -%% Die Definition von lokalen Makros und Umgebungen erfolgt hier. -\newcommand{\bs}{\symbol{`\\}} - -%%----------------------------------------------------------------------------- -%% Falls der Titel sehr lang ist, muss hier eine kurze Fassung f"ur die -%% Kopfzeile angegeben werden. Ansonsten kann diese Anweisung wegfallen. -\markboth{Der Kurztitel}{Der Kurztitel} - -%%----------------------------------------------------------------------------- -\begin{abstract} - Der Abstract enth"alt eine kurze Zusammenfassung der Problemstellung, - die in dem Artikel behandelt wird. Hier soll der Leser einen Hinweis - bekommen, ob der Artikel interessant ist, oder erst sp"ater gelesen - werden kann. -\end{abstract} - -\section{Einleitung} - -In der Einleitung sollte das Problem motiviert werden, das in diesem -Artikel behandelt wird. Wir behandeln hier das Vorbereiten von -Artikeln f"ur \DTK. Normalerweise wird das etwas l"anger ausfallen. - -\section{Jetzt geht's los} - -Es k"onnen alle \LaTeX-Konstrukte verwendet werden, die im -\texttt{article}-Style definiert sind. Dabei sind allerdings einige -Einschr"ankungen zu beachten. - -\begin{itemize} -\item Die Abschnitte sind nicht nummeriert. Deshalb macht es keinen - Unterschied, ob \verb|\section| oder \verb|\section*| verwendet - wird. Der Einfachheit halber sollte deshalb \verb|\section| benutzt - werden. Analoges gilt f"ur Unterabschnitte etc. -\item Die Papiergr"o"se ist DIN A5. Das muss ber"ucksichtigt werden, wenn - Figuren oder Tabellen entworfen werden. -\item Es d"urfen keine globalen Parameter umdefiniert werden, da dies - andere Artikel st"oren k"onnte. Insbesondere ist die Schriftgr"o"se - festgelegt. -\item Es sollten keine Randnotizen (\verb|\marginpar|) benutzt werden - (Es ist einfach kein ausreichender Rand vorhanden). -\end{itemize} - -Die Makros in der Tabelle~\ref{tab:logos} stehen zus"atzlich zur -Verf"ugung und sollten an den entsprechenden Stellen auch benutzt -werden. -\begin{table}[t] - \begin{center} - \caption{Logos in dtk.cls}\label{tab:logos} - - \begin{tabular}{ll}\toprule - \emph{Marko} & \emph{Ergebnis}\\\midrule - \texttt{\bs AMSLaTeX} & \AMSLaTeX \\ - \texttt{\bs AMSTeX} & \AMSTeX \\ - \texttt{\bs AMS} & \AMS \\ - \texttt{\bs BibTeX} & \BibTeX \\ - \texttt{\bs dante} & \dante \\ - \texttt{\bs Dante} & \Dante \\ - \texttt{\bs DTK} & \DTK \\ - \texttt{\bs emTeX} & \emTeX \\ - \texttt{\bs eTeX} & \eTeX \\ - \texttt{\bs LAmSTeX} & \LAmSTeX \\ - \texttt{\bs LaTeXTeX} & \LaTeXTeX \\ - \texttt{\bs LaTeXe} & \LaTeXe \\ - \texttt{\bs MF} & \MF \\ - \texttt{\bs MP} & \MP \\ - \texttt{\bs MakeIndex} & \MakeIndex \\ - \texttt{\bs NTS} & \NTS \\ - \texttt{\bs PS} & \PS \\ - \texttt{\bs PiCTeX} & \PiCTeX \\ - \texttt{\bs PubliCTeX} & \PubliCTeX \\ - \texttt{\bs SliTeX} & \SliTeX \\ - \texttt{\bs TeXXeT} & \TeXXeT \\ - \texttt{\bs TeXeT} & \TeXeT \\\bottomrule - \end{tabular} - \end{center} -\end{table} - -Beim Setzen von Verzeichnisnamen, E-Mail-Adressen, URLs und "ahnlichem -tritt oft das Problem auf, dass diese nicht getrennt werden k"onnen, -wenn sie in \verb|\texttt| gesetzt sind. Zu diesem Zweck wurde von -dieser Klasse das Makro \verb|\Path| bereitgestellt, das sein Argument -in der Nichtproportionalschrift setzt und die Trennung an gewissen -Stellen erlaubt. Damit ist es dann m"oglich, auch lange URLs wie die -folgende zu setzen: -\Path{http://www.gerd-neugebauer.de/software/TeX/}. - -Bei dieser Gelegenheit sind die Tilde \verb|~| und der Unterstrich -\verb|_| keine aktiven Zeichen mehr und k"onnen damit direkt -eingegeben werden. - -Leider ist \verb|\Path| fragil. Das hei"st, dass es in Argumenten von -anderen Makros unerwartete Resultate liefern kann und somit dort nicht -gebraucht werden sollte. - - -\section{Tabellen} - -\begin{enumerate} -\item Tabellen sollten normalerweise als Floats ausgef"uhrt werden. - Damit ist es f"ur \LaTeX{} m"oglich, einen geeigneten Ort f"ur deren - Plazierung zu finden. In der Regel sollte als Plazierungsargument - \verb|[tp]| angegeben werden. -\item Tabellen sollten eine Unterschrift (\verb|\caption|) tragen und - "uber eine Referenz im laufenden Text verankert werden. -\item Auf "uberfl"ussigen Schmuck, wie Rahmen und Linien sollte - verzichtet werden. Meistens kann man "uber angemessene Formatierung - bessere Ergebnisse erreichen als durch zus"atzliche Linien. -\item Die mit \verb|\label| vergebenen Namen sind lokal f"ur jeden - Artikel. Hier braucht keine R"ucksicht auf andere Artikel genommen zu - werden. -\end{enumerate} - -Ein Beispiel ist in der Tabelle~\ref{tab:logos} zu sehen. - - -\section{Goldene Regeln} - -In diesem Abschnitt werden Regeln f"ur den Satz deutscher Texte -gesammelt. Diese sind von allgemeinerem Interesse. Die Erfahrung hat -gezeigt, dass diese Regeln trotzdem nicht allgemein bekannt sind, oder -angewendet werden. - -\begin{enumerate} -\item Es gilt die deutsche Rechtschreibung, wie sie im Duden - festgelegt ist! Seit der Ausgabe 1/2000 wird die 21. Auf\/lage des - Duden zu Grunde gelegt. -\item Die Satzzeichen Punkt, Komma, Semikolon, Ausrufezeichen und - Fragezeichen folgen ohne Zwischenraum auf das davorstehende Wort. -\item Bei Abk"urzungen folgt nach einem inneren Punkt ein kleiner - Zwischenraum: - z.\,B. wird als \verb|z.\,B.| eingegeben. - - Am Anfang eines Satzes werden Abk"urzungen ausgeschrieben. Im - Allgemeinen ist es ratsam, Abkürzungen nur sehr sparsam einzusetzen. - So kann man "`z.\,B."' immer durch "`beispielsweise"' ersetzen. -\item Hervorhebungen erfolgen mit \verb|\emph|. \verb|\textbf| ist f"ur - Hervorhebungen \emph{nicht}\/ zu\-l"assig! -\item Die Gedankenstriche -- werden als \verb|--| eingegeben. Davor - und danach ist ein Leerraum zu lassen. -\item Ein Bereich von Zahlen wird mit \verb|--| gebildet. Hierbei sind - davor und danach \emph{keine}\/ Leerzeichen einzuf"ugen: - 21--34 -\item Bindestriche zwischen Worten werden mit \verb|-| eingegeben. - Davor und danach sind keine Leerzeichen zul"assig. -\end{enumerate} - - -\section{Literatur} - -Literatur sollte mit \BibTeX{} verwaltet werden. - -\begin{itemize} -\item Es git einen speziellen \BibTeX-Style \texttt{dtk.bst}, der mit - der Klasse \verb|dtk.cls| verteilt wird. Dieser sollte verwendet - werden. -\item Die Literatur muss in einer \BibTeX-Datei gesammelt sein. Diese - muss denselben Basisnamen haben wie das eigentliche Dokument. -\item Alternativ kann die Literatur in dem Dokument direkt angegeben - werden. In diesem Fall k"onnen die Beipiele am Ende dieses Dokuments - oder in der Zeitschrift "`\DTK"' "ur das Aussehen dienen. Davon wird - allerdings dringend abgeraten. -\end{itemize} - -An dieser Stelle kommen einige Beispiele f"ur Literaturzitate. Eine -Kurzbeschreibung der Klasse und deren Entstehung wurde in -\cite{neugebauer:klasse} ver"offentlicht. - -Angefangen hat alles mit einigen B"uchern von Donald Knuth -\cite{knuth:texbook,knuth:mfbook}. Der Klassiker zu \LaTeX{} stammt -von Leslie Lamport \cite{lamport:latex.2}. Neuerdings gibt es den -"`Companion"' \cite{companion}. Schlie"slich sollen auch noch B"ucher auf -Deutsch nicht verschwiegen werden \cite{kopka:latex,kopka:latex2}. - -Schlie"slich muss auch noch die \TeX-Directory-Structure -\cite{twg:tds} erw"ahnt werden, da das ein Beipiel f"ur eine Referenz -ins CTAN enth"alt. - - -\section{Zusammenfassung} - -Hier sollte noch einmal ein Resum\'e gezogen werden. Auch ein Ausblick -oder eine Diskussion von offenen Problemen kann hier erfolgen. - -Eine letzte Bitte sei hier noch angebracht. Das Dokument, das zur -Ver"offentlichung f"ur "`\DTK"' eingereicht wird, sollte m"oglichst -ohne Fehler durch \LaTeX{} bearbeitet werden k"onnen. Dazu z"ahlen -auch "`l"a"sliche S"unden"' wie overfull/underfull Boxes. - -\bibliography{beispiel} - -\endinput diff --git a/Master/texmf-dist/doc/latex/dtk/doc/beispiel.bib b/Master/texmf-dist/doc/latex/dtk/doc/beispiel.bib new file mode 100644 index 00000000000..59465c7e2b9 --- /dev/null +++ b/Master/texmf-dist/doc/latex/dtk/doc/beispiel.bib @@ -0,0 +1,17 @@ +@Book{voss:2008, + author = {Herbert Vo{\ss}}, + title = {{PSTricks} -- {G}rafik f\"ur {\TeX} und {\LaTeX}}, + edition = {5.}, + publisher = {DANTE -- Lob.media}, + year = {2008}, + address = {Heidelberg/""Hamburg} +} + +@Manual{pakin:2008, + Title = {The Comprehensive {\LaTeX} Symbol list}, + Author = {Pakin, Scott}, + Organization = {CTAN}, + annote = {\ctanurl{/info/symbols/comprehensive/symbol-a4.pdf}}, + Note = {}, + year = {2008}, +} diff --git a/Master/texmf-dist/doc/latex/dtk/doc/beispiel.pdf b/Master/texmf-dist/doc/latex/dtk/doc/beispiel.pdf Binary files differnew file mode 100644 index 00000000000..0fec23d476d --- /dev/null +++ b/Master/texmf-dist/doc/latex/dtk/doc/beispiel.pdf diff --git a/Master/texmf-dist/doc/latex/dtk/doc/beispiel.tex b/Master/texmf-dist/doc/latex/dtk/doc/beispiel.tex new file mode 100644 index 00000000000..4d71fe3d9d6 --- /dev/null +++ b/Master/texmf-dist/doc/latex/dtk/doc/beispiel.tex @@ -0,0 +1,116 @@ +\documentclass[10,ngerman]{dtk} +\usepackage[utf8]{inputenc} +%\usepackage[latin9]{inputenc} + +\begin{document} +\title{Die \texttt{dtk}-Klasse, \small Version \DTKversion -- \DTKdate} +\author{Rolf Niepraschk\and Herbert Voß} +\address{Herbert}{Voß} + {Wasgenstraße~21\\ + 14129 Berlin\\ + \protect\url{herbert@dante.de}} +\address{Rolf}{Niepraschk}% + {Persiusstr.~12\\ + 10245~Berlin\\ + \protect\url{Rolf.Niepraschk@gmx.de}} +\maketitle + +\section{Makros} + +\begin{verbatim} +\providecommand\File[1]{\texttt{#1}} +\providecommand\Package[1]{\texttt{#1}} +\providecommand\Program[1]{\texttt{#1}} +\providecommand\Command[1]{\texttt{#1}} +\providecommand\Macro[1]{\texttt{\#1}} +\providecommand\Environment[1]{\texttt{#1}} +\let\Email\url +\providecommand\Acronym[1]{\textsc{#1}} +\end{verbatim} + +Die Dateien \File{dtk.clo} und \File{10.clo} beinhalten die Klassenoptionen und +werden nur fortgeschreiben, wenn etwas Neues einzufügen ist. Das Paket +\Package{dtk} sollte nur um wichtige Pakete ergänzt werden, die für den Inhalt +des Manuskripts wichtig sind. Das Programm \Program{pdflatex} sollte bevorzugt +zum Ãœbersetzen eingesetzt werden. Macros wie \Macro{texttt} müssen nicht mit +dem Backslash angegeben werden, der wird automatisch gesetzt. Es folgen +Beispiele mit Listings in nummerierter und in nichtnummerierter Art: + +\begin{lstlisting}[style=DTKlstNumber] +\begin{itemize} +\item ... +\end{itemize} +\end{lstlisting} + +\begin{lstlisting}[style=DTKlstNoNumber] +\begin{description} +\item ... +\end{description} +\end{lstlisting} + +\Acronym{Ubuntu} wird als Akronym gesetzt. +Weitere Informationen für Autoren findet man im DTK-Wiki: +\url{http://projekte.dante.de/DanteFAQ/WebHome}. + +Zm Schluss folgt der Quelltext dieses Beispieldokumentes: +\lstinputlisting[style=DTKlstNumber,language={[AlLaTeX]{TeX}}]{\jobname.tex} + +\section{Listen} +\begin{itemize} +\item Bei \Environment{itemize} werden +die Elemente durch Punkte und andere Symbole gekennzeichnet. +\item Listen kann man auch verschachteln: + \begin{itemize} + \item Die maximale Schachtelungstiefe ist~4.~\cite{voss:2008} + \item + Bezeichnung und Ein\-rückung der Elemente + wechseln automatisch. + \end{itemize} +\item usw. +\end{itemize} + +\begin{enumerate} +\item Bei \Environment{enumerate} werden +die Elemente mit Ziffern oder Buchstaben numeriert. +\item Die Numerierung erfolgt automatisch.~\cite{pakin:2008} +\item Listen kann man auch +verschachteln: + \begin{enumerate} + \item Die maximale Schachtelungstiefe + ist~4. + \item Bezeichnung und Ein\-rückung der Elemente + wechseln automatisch. + \end{enumerate} +\item usw. +\end{enumerate} + +\begin{description} +\item[Gelse:] + ein kleines Tier, das + östlich des Semmering Touristen verjagt. +\item[Gemse:] + ein großes Tier, das + westlich des Semmering von Touristen verjagt wird. +\item[G"urteltier:] + ein mittelgroßes Tier, das + hier nur wegen der Länge seines Namens vorkommt. +\end{description} + +\section{Bibliografie} +Die folgende Bibliografie hat nur einen +Demonstrationscharakter. + +\begin{lstlisting}[style=DTKlstNumber] +\begingroup +\RaggedRight +\bibliography{\jobname} +\endgroup +\end{lstlisting} + + +\begingroup +\RaggedRight +\bibliography{\jobname} +\endgroup + +\end{document} diff --git a/Master/texmf-dist/doc/latex/dtk/historical/dtk00.clo b/Master/texmf-dist/doc/latex/dtk/historical/dtk00.clo new file mode 100644 index 00000000000..f74b397e28a --- /dev/null +++ b/Master/texmf-dist/doc/latex/dtk/historical/dtk00.clo @@ -0,0 +1,81 @@ +%% +%% This is file `dtk00.clo', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% dtk.dtx (with options: `2000') +%% +%% IMPORTANT NOTICE: +%% +%% For the copyright see the source file. +%% +%% Any modified versions of this file must be renamed +%% with new filenames distinct from dtk00.clo. +%% +%% For distribution of the original source see the terms +%% for copying and modification in the file dtk.dtx. +%% +%% This generated file may be distributed as long as the +%% original source files, as listed above, are part of the +%% same distribution. (The sources need not necessarily be +%% in the same archive or directory.) +%% Time-stamp: "dtk.dtx 2006-08-11 18:18:53 CET Mittwoch RN/HjG/hv" +%% +%%^^A%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%^^A $Id: dtk.dtx,v 1.9b 2006/08/11 21:03:42 hv Exp hv $ +%%^^A%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% Purpose: +%% LaTeX Class and Styles for ``Die TeXnische Komoedie''. +%% +%% Documentation: +%% The documentation can be generated from the original file +%% dtk.dtx with the doc style/package. LaTeX the file dtk.tex to +%% get the full documentation in DVI format. +%% +%% +%% Author: Gerd Neugebauer +%% Mainzer Str. 8 +%% 56321 Rhens (Germany) +%% Mail: gene@gerd-neugebauer.de +%% +%% Copyright (C) 1995-1996 Gerd Neugebauer +%% Copyright (C) 1997-2006 DANTE, Deutschsprachige +%% Anwendervereinigung TeX e.V. +%% +%% dtk.dtx is distributed in the hope that it will be useful, but +%% WITHOUT ANY WARRANTY. No author or distributor accepts +%% responsibility to anyone for the consequences of using it or for +%% whether it serves any particular purpose or works at all, unless +%% he says so in writing. +%% +%% Everyone is granted permission to copy, modify and redistribute +%% dtk.dtx, provided this copyright notice is preserved and any +%% modifications are indicated. +%% +%% +%% This package is still under development and may be replaced with +%% a new version which provides enhanced functionality. +%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% \CharacterTable +%% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z +%% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z +%% Digits \0\1\2\3\4\5\6\7\8\9 +%% Exclamation \! Double quote \" Hash (number) \# +%% Dollar \$ Percent \% Ampersand \& +%% Acute accent \' Left paren \( Right paren \) +%% Asterisk \* Plus \+ Comma \, +%% Minus \- Point \. Solidus \/ +%% Colon \: Semicolon \; Less than \< +%% Equals \= Greater than \> Question mark \? +%% Commercial at \@ Left bracket \[ Backslash \\ +%% Right bracket \] Circumflex \^ Underscore \_ +%% Grave accent \` Left brace \{ Vertical bar \| +%% Right brace \} Tilde \~} +%% +%%^^A%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\emergencystretch = 0pt +\endinput +%% +%% End of file `dtk00.clo'. diff --git a/Master/texmf-dist/doc/latex/dtk/historical/dtk01.clo b/Master/texmf-dist/doc/latex/dtk/historical/dtk01.clo new file mode 100644 index 00000000000..bde8cecf9d3 --- /dev/null +++ b/Master/texmf-dist/doc/latex/dtk/historical/dtk01.clo @@ -0,0 +1,80 @@ +%% +%% This is file `dtk01.clo', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% dtk.dtx (with options: `2001') +%% +%% IMPORTANT NOTICE: +%% +%% For the copyright see the source file. +%% +%% Any modified versions of this file must be renamed +%% with new filenames distinct from dtk01.clo. +%% +%% For distribution of the original source see the terms +%% for copying and modification in the file dtk.dtx. +%% +%% This generated file may be distributed as long as the +%% original source files, as listed above, are part of the +%% same distribution. (The sources need not necessarily be +%% in the same archive or directory.) +%% Time-stamp: "dtk.dtx 2006-08-11 18:18:53 CET Mittwoch RN/HjG/hv" +%% +%%^^A%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%^^A $Id: dtk.dtx,v 1.9b 2006/08/11 21:03:42 hv Exp hv $ +%%^^A%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% Purpose: +%% LaTeX Class and Styles for ``Die TeXnische Komoedie''. +%% +%% Documentation: +%% The documentation can be generated from the original file +%% dtk.dtx with the doc style/package. LaTeX the file dtk.tex to +%% get the full documentation in DVI format. +%% +%% +%% Author: Gerd Neugebauer +%% Mainzer Str. 8 +%% 56321 Rhens (Germany) +%% Mail: gene@gerd-neugebauer.de +%% +%% Copyright (C) 1995-1996 Gerd Neugebauer +%% Copyright (C) 1997-2006 DANTE, Deutschsprachige +%% Anwendervereinigung TeX e.V. +%% +%% dtk.dtx is distributed in the hope that it will be useful, but +%% WITHOUT ANY WARRANTY. No author or distributor accepts +%% responsibility to anyone for the consequences of using it or for +%% whether it serves any particular purpose or works at all, unless +%% he says so in writing. +%% +%% Everyone is granted permission to copy, modify and redistribute +%% dtk.dtx, provided this copyright notice is preserved and any +%% modifications are indicated. +%% +%% +%% This package is still under development and may be replaced with +%% a new version which provides enhanced functionality. +%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% \CharacterTable +%% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z +%% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z +%% Digits \0\1\2\3\4\5\6\7\8\9 +%% Exclamation \! Double quote \" Hash (number) \# +%% Dollar \$ Percent \% Ampersand \& +%% Acute accent \' Left paren \( Right paren \) +%% Asterisk \* Plus \+ Comma \, +%% Minus \- Point \. Solidus \/ +%% Colon \: Semicolon \; Less than \< +%% Equals \= Greater than \> Question mark \? +%% Commercial at \@ Left bracket \[ Backslash \\ +%% Right bracket \] Circumflex \^ Underscore \_ +%% Grave accent \` Left brace \{ Vertical bar \| +%% Right brace \} Tilde \~} +%% +%%^^A%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\endinput +%% +%% End of file `dtk01.clo'. diff --git a/Master/texmf-dist/doc/latex/dtk/historical/dtk02.clo b/Master/texmf-dist/doc/latex/dtk/historical/dtk02.clo new file mode 100644 index 00000000000..730b3b8f3af --- /dev/null +++ b/Master/texmf-dist/doc/latex/dtk/historical/dtk02.clo @@ -0,0 +1,81 @@ +%% +%% This is file `dtk02.clo', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% dtk.dtx (with options: `2002') +%% +%% IMPORTANT NOTICE: +%% +%% For the copyright see the source file. +%% +%% Any modified versions of this file must be renamed +%% with new filenames distinct from dtk02.clo. +%% +%% For distribution of the original source see the terms +%% for copying and modification in the file dtk.dtx. +%% +%% This generated file may be distributed as long as the +%% original source files, as listed above, are part of the +%% same distribution. (The sources need not necessarily be +%% in the same archive or directory.) +%% Time-stamp: "dtk.dtx 2006-08-11 18:18:53 CET Mittwoch RN/HjG/hv" +%% +%%^^A%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%^^A $Id: dtk.dtx,v 1.9b 2006/08/11 21:03:42 hv Exp hv $ +%%^^A%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% Purpose: +%% LaTeX Class and Styles for ``Die TeXnische Komoedie''. +%% +%% Documentation: +%% The documentation can be generated from the original file +%% dtk.dtx with the doc style/package. LaTeX the file dtk.tex to +%% get the full documentation in DVI format. +%% +%% +%% Author: Gerd Neugebauer +%% Mainzer Str. 8 +%% 56321 Rhens (Germany) +%% Mail: gene@gerd-neugebauer.de +%% +%% Copyright (C) 1995-1996 Gerd Neugebauer +%% Copyright (C) 1997-2006 DANTE, Deutschsprachige +%% Anwendervereinigung TeX e.V. +%% +%% dtk.dtx is distributed in the hope that it will be useful, but +%% WITHOUT ANY WARRANTY. No author or distributor accepts +%% responsibility to anyone for the consequences of using it or for +%% whether it serves any particular purpose or works at all, unless +%% he says so in writing. +%% +%% Everyone is granted permission to copy, modify and redistribute +%% dtk.dtx, provided this copyright notice is preserved and any +%% modifications are indicated. +%% +%% +%% This package is still under development and may be replaced with +%% a new version which provides enhanced functionality. +%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% \CharacterTable +%% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z +%% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z +%% Digits \0\1\2\3\4\5\6\7\8\9 +%% Exclamation \! Double quote \" Hash (number) \# +%% Dollar \$ Percent \% Ampersand \& +%% Acute accent \' Left paren \( Right paren \) +%% Asterisk \* Plus \+ Comma \, +%% Minus \- Point \. Solidus \/ +%% Colon \: Semicolon \; Less than \< +%% Equals \= Greater than \> Question mark \? +%% Commercial at \@ Left bracket \[ Backslash \\ +%% Right bracket \] Circumflex \^ Underscore \_ +%% Grave accent \` Left brace \{ Vertical bar \| +%% Right brace \} Tilde \~} +%% +%%^^A%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\newcommand\DTK@bibliography@rightskip{} +\endinput +%% +%% End of file `dtk02.clo'. diff --git a/Master/texmf-dist/doc/latex/dtk/historical/dtk03.clo b/Master/texmf-dist/doc/latex/dtk/historical/dtk03.clo new file mode 100644 index 00000000000..308c03daa46 --- /dev/null +++ b/Master/texmf-dist/doc/latex/dtk/historical/dtk03.clo @@ -0,0 +1,80 @@ +%% +%% This is file `dtk03.clo', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% dtk.dtx (with options: `2003') +%% +%% IMPORTANT NOTICE: +%% +%% For the copyright see the source file. +%% +%% Any modified versions of this file must be renamed +%% with new filenames distinct from dtk03.clo. +%% +%% For distribution of the original source see the terms +%% for copying and modification in the file dtk.dtx. +%% +%% This generated file may be distributed as long as the +%% original source files, as listed above, are part of the +%% same distribution. (The sources need not necessarily be +%% in the same archive or directory.) +%% Time-stamp: "dtk.dtx 2006-08-11 18:18:53 CET Mittwoch RN/HjG/hv" +%% +%%^^A%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%^^A $Id: dtk.dtx,v 1.9b 2006/08/11 21:03:42 hv Exp hv $ +%%^^A%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% Purpose: +%% LaTeX Class and Styles for ``Die TeXnische Komoedie''. +%% +%% Documentation: +%% The documentation can be generated from the original file +%% dtk.dtx with the doc style/package. LaTeX the file dtk.tex to +%% get the full documentation in DVI format. +%% +%% +%% Author: Gerd Neugebauer +%% Mainzer Str. 8 +%% 56321 Rhens (Germany) +%% Mail: gene@gerd-neugebauer.de +%% +%% Copyright (C) 1995-1996 Gerd Neugebauer +%% Copyright (C) 1997-2006 DANTE, Deutschsprachige +%% Anwendervereinigung TeX e.V. +%% +%% dtk.dtx is distributed in the hope that it will be useful, but +%% WITHOUT ANY WARRANTY. No author or distributor accepts +%% responsibility to anyone for the consequences of using it or for +%% whether it serves any particular purpose or works at all, unless +%% he says so in writing. +%% +%% Everyone is granted permission to copy, modify and redistribute +%% dtk.dtx, provided this copyright notice is preserved and any +%% modifications are indicated. +%% +%% +%% This package is still under development and may be replaced with +%% a new version which provides enhanced functionality. +%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% \CharacterTable +%% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z +%% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z +%% Digits \0\1\2\3\4\5\6\7\8\9 +%% Exclamation \! Double quote \" Hash (number) \# +%% Dollar \$ Percent \% Ampersand \& +%% Acute accent \' Left paren \( Right paren \) +%% Asterisk \* Plus \+ Comma \, +%% Minus \- Point \. Solidus \/ +%% Colon \: Semicolon \; Less than \< +%% Equals \= Greater than \> Question mark \? +%% Commercial at \@ Left bracket \[ Backslash \\ +%% Right bracket \] Circumflex \^ Underscore \_ +%% Grave accent \` Left brace \{ Vertical bar \| +%% Right brace \} Tilde \~} +%% +%%^^A%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\endinput +%% +%% End of file `dtk03.clo'. diff --git a/Master/texmf-dist/doc/latex/dtk/historical/dtk05.clo b/Master/texmf-dist/doc/latex/dtk/historical/dtk05.clo new file mode 100644 index 00000000000..b0ffd03612c --- /dev/null +++ b/Master/texmf-dist/doc/latex/dtk/historical/dtk05.clo @@ -0,0 +1,153 @@ +%% +%% This is file `dtk05.clo', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% dtk.dtx (with options: `2005') +%% +%% IMPORTANT NOTICE: +%% +%% For the copyright see the source file. +%% +%% Any modified versions of this file must be renamed +%% with new filenames distinct from dtk05.clo. +%% +%% For distribution of the original source see the terms +%% for copying and modification in the file dtk.dtx. +%% +%% This generated file may be distributed as long as the +%% original source files, as listed above, are part of the +%% same distribution. (The sources need not necessarily be +%% in the same archive or directory.) +%% Time-stamp: "dtk.dtx 2006-08-11 18:18:53 CET Mittwoch RN/HjG/hv" +%% +%%^^A%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%^^A $Id: dtk.dtx,v 1.9b 2006/08/11 21:03:42 hv Exp hv $ +%%^^A%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% Purpose: +%% LaTeX Class and Styles for ``Die TeXnische Komoedie''. +%% +%% Documentation: +%% The documentation can be generated from the original file +%% dtk.dtx with the doc style/package. LaTeX the file dtk.tex to +%% get the full documentation in DVI format. +%% +%% +%% Author: Gerd Neugebauer +%% Mainzer Str. 8 +%% 56321 Rhens (Germany) +%% Mail: gene@gerd-neugebauer.de +%% +%% Copyright (C) 1995-1996 Gerd Neugebauer +%% Copyright (C) 1997-2006 DANTE, Deutschsprachige +%% Anwendervereinigung TeX e.V. +%% +%% dtk.dtx is distributed in the hope that it will be useful, but +%% WITHOUT ANY WARRANTY. No author or distributor accepts +%% responsibility to anyone for the consequences of using it or for +%% whether it serves any particular purpose or works at all, unless +%% he says so in writing. +%% +%% Everyone is granted permission to copy, modify and redistribute +%% dtk.dtx, provided this copyright notice is preserved and any +%% modifications are indicated. +%% +%% +%% This package is still under development and may be replaced with +%% a new version which provides enhanced functionality. +%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% \CharacterTable +%% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z +%% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z +%% Digits \0\1\2\3\4\5\6\7\8\9 +%% Exclamation \! Double quote \" Hash (number) \# +%% Dollar \$ Percent \% Ampersand \& +%% Acute accent \' Left paren \( Right paren \) +%% Asterisk \* Plus \+ Comma \, +%% Minus \- Point \. Solidus \/ +%% Colon \: Semicolon \; Less than \< +%% Equals \= Greater than \> Question mark \? +%% Commercial at \@ Left bracket \[ Backslash \\ +%% Right bracket \] Circumflex \^ Underscore \_ +%% Grave accent \` Left brace \{ Vertical bar \| +%% Right brace \} Tilde \~} +%% +%%^^A%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + +\ProvidesFile{dtk05.clo} + [2006/08/11 v0.1 dtk class option (RN)] + +\renewcommand\CoverArt[3]{% + \ifx\CoverTitleFont\@undefined + %\newfont\CoverTitleFont{ecrm1700 scaled \magstep 5} + %\newfont\CoverTitleFont{lmr12 scaled 2938} + \DeclareFixedFont\CoverTitleFont{\encodingdefault}% + {\rmdefault}{m}{n}{41.26}% + \fi + \ifx\CoverNumberFont\@undefined + %\newfont\CoverNumberFont{ecrm1700 scaled 2986} + \DeclareFixedFont\CoverNumberFont{\encodingdefault}% + {\rmdefault}{m}{n}{51.66}% + \fi + \vspace*{-34pt}\hfill + \setbox\@tempboxa=\hbox to \textheight{\null\hfill\CoverTitleFont + \journalname\hfill\null}% + \@tempdimb=\ht\@tempboxa + \advance\@tempdimb by\dp\@tempboxa + \hbox to\@tempdimb{% + \vbox to\wd\@tempboxa{% + \vskip\wd\@tempboxa + \vss\rotatebox{90}{\box\@tempboxa}}\hss} \ + \rule{\CoverArt@barwidth}{\textheight} + \begin{minipage}[b]{.7\textwidth}\raggedright + \rule{1em}{0pt}% + \dimen2=\textwidth\advance\dimen2-1em + \parbox{\dimen2}{\CoverArt@font + {\Huge\DANTE}\\ + Deutschsprachige\\ + Anwendervereinigung + \TeX\ \eV}\\[1ex] + \dimen3=\textwidth\advance\dimen3-\CoverArt@gap + \hfill\rule{\dimen3}{\CoverArt@linewidth}% + \\[-\baselineskip]\null\hspace{1em}% + {\CoverArt@small\cover@sub{#1}{#2}{#3}}% + \\[-\baselineskip]\rule{0pt}{.617647\textheight}% + \CoverNumberFont + \null\hfill + \makebox(0,0)[br]{% + \textcolor{CoverArt@grey}{% + \CoverArt@strip@no #1;\hspace{1pt}% + }}% Warum verwendet `\CoverArt@strip@no' \CoverTitleFont? RN + \end{minipage}% +} + +\@tempswafalse +\@ifpackageloaded{ngerman}{\@tempswatrue}{}% +\@ifpackageloaded{german}{\@tempswatrue}{}% +\if@tempswa + \def@dqmacro{`}{\frqq}{\frqq}% + \def@dqmacro{'}{\flqq}{\flqq}% +\else + \@ifpackageloaded{babel}% + {% + \declare@shorthand{german}{"`}{\frqq}% + \declare@shorthand{german}{"'}{\flqq}% + }{}% +\fi +\RequirePackage{showexpl} +\lstset{language=[LaTeX]TeX} +\providecommand\lstverb{% + \leavevmode\bgroup % + \def\lst@boxpos{b}% + \lsthk@PreSet\lstset{flexiblecolumns,basicstyle=\mdseries\ttfamily\normalsize,backgroundcolor={}, + breaklines=false,keywordstyle=\mdseries\ttfamily\normalsize}% + \lsthk@TextStyle + \@ifnextchar\bgroup{\afterassignment\lst@InlineG \let\@let@token}% + \lstinline@} + +\endinput +%% +%% End of file `dtk05.clo'. diff --git a/Master/texmf-dist/doc/latex/dtk/historical/dtk06.clo b/Master/texmf-dist/doc/latex/dtk/historical/dtk06.clo new file mode 100644 index 00000000000..56dfabf9ea8 --- /dev/null +++ b/Master/texmf-dist/doc/latex/dtk/historical/dtk06.clo @@ -0,0 +1,160 @@ +%% +%% This is file `dtk06.clo', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% dtk.dtx (with options: `2006') +%% +%% IMPORTANT NOTICE: +%% +%% For the copyright see the source file. +%% +%% Any modified versions of this file must be renamed +%% with new filenames distinct from dtk05.clo. +%% +%% For distribution of the original source see the terms +%% for copying and modification in the file dtk.dtx. +%% +%% This generated file may be distributed as long as the +%% original source files, as listed above, are part of the +%% same distribution. (The sources need not necessarily be +%% in the same archive or directory.) +%% Time-stamp: "dtk.dtx 2005-03-23 18:18:53 CET Mittwoch RN/HjG" +%% +%%^^A%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%^^A $Id: dtk.dtx,v 1.8 2002/04/10 21:03:42 gene Exp gene $ +%%^^A%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% Purpose: +%% LaTeX Class and Styles for ``Die TeXnische Komoedie''. +%% +%% Documentation: +%% The documentation can be generated from the original file +%% dtk.dtx with the doc style/package. LaTeX the file dtk.tex to +%% get the full documentation in DVI format. +%% +%% +%% Author: Gerd Neugebauer +%% Mainzer Str. 8 +%% 56321 Rhens (Germany) +%% Mail: gene@gerd-neugebauer.de +%% +%% Copyright (C) 1995-1996 Gerd Neugebauer +%% Copyright (C) 1997-2005 DANTE, Deutschsprachige +%% Anwendervereinigung TeX e.V. +%% +%% dtk.dtx is distributed in the hope that it will be useful, but +%% WITHOUT ANY WARRANTY. No author or distributor accepts +%% responsibility to anyone for the consequences of using it or for +%% whether it serves any particular purpose or works at all, unless +%% he says so in writing. +%% +%% Everyone is granted permission to copy, modify and redistribute +%% dtk.dtx, provided this copyright notice is preserved and any +%% modifications are indicated. +%% +%% +%% This package is still under development and may be replaced with +%% a new version which provides enhanced functionality. +%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% \CharacterTable +%% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z +%% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z +%% Digits \0\1\2\3\4\5\6\7\8\9 +%% Exclamation \! Double quote \" Hash (number) \# +%% Dollar \$ Percent \% Ampersand \& +%% Acute accent \' Left paren \( Right paren \) +%% Asterisk \* Plus \+ Comma \, +%% Minus \- Point \. Solidus \/ +%% Colon \: Semicolon \; Less than \< +%% Equals \= Greater than \> Question mark \? +%% Commercial at \@ Left bracket \[ Backslash \\ +%% Right bracket \] Circumflex \^ Underscore \_ +%% Grave accent \` Left brace \{ Vertical bar \| +%% Right brace \} Tilde \~} +%% +%%^^A%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + +\ProvidesFile{dtk06.clo} + [2007/04/20 v0.01 dtk class option (hv)] + +\renewcommand\CoverArt[3]{% + \ifx\CoverTitleFont\@undefined + %\newfont\CoverTitleFont{ecrm1700 scaled \magstep 5} + %\newfont\CoverTitleFont{lmr12 scaled 2938} + \DeclareFixedFont\CoverTitleFont{\encodingdefault}{\rmdefault}{m}{n}{41.26}% + \fi + \ifx\CoverNumberFont\@undefined + %\newfont\CoverNumberFont{ecrm1700 scaled 2986} + \DeclareFixedFont\CoverNumberFont{\encodingdefault}{\rmdefault}{m}{n}{51.66}% + \fi +\iffalse + \vspace*{-34pt}\hfill + \setbox\@tempboxa=\hbox to \textheight{\null\hfill\CoverTitleFont + \fontsize{41.26}{42}\selectfont\journalname\hfill\null}% + \@tempdimb=\ht\@tempboxa + \advance\@tempdimb by\dp\@tempboxa + \hbox to\@tempdimb{\kern-20pt% + \vbox to\wd\@tempboxa{% + \vskip\wd\@tempboxa + \vss\rotatebox{90}{\box\@tempboxa}}\hss} \ + \rule{\CoverArt@barwidth}{\textheight} +\fi + \newsavebox\dtk@titlebox + \sbox\dtk@titlebox{\parbox{\textheight}{% + \null\hfill\CoverTitleFont\fontsize{41.26}{42}\selectfont\journalname\hfill\null}} + \hspace*{5pt} + \rotatebox{90}{\usebox\dtk@titlebox}\ + \rule{\CoverArt@barwidth}{\textheight} + \hfill +% + \begin{minipage}[b]{.7\textwidth}\raggedright + \rule{1em}{0pt}% + \dimen2=\textwidth\advance\dimen2-1em + \parbox{\dimen2}{\CoverArt@font + {\Huge\DANTE}\\ + Deutschsprachige\\ + Anwendervereinigung + \TeX\ \eV}\\[1ex] + \dimen3=\textwidth\advance\dimen3-\CoverArt@gap + \hfill\rule{\dimen3}{\CoverArt@linewidth}% + \\[-\baselineskip]\null\hspace{1em}% + {\CoverArt@small\cover@sub{#1}{#2}{#3}}% + \\[-\baselineskip]\rule{0pt}{.617647\textheight}% + \CoverNumberFont + \null\hfill + \makebox(0,0)[br]{% + \textcolor{CoverArt@grey}{% + \CoverArt@strip@no #1;\hspace{1pt}% + }}% Warum verwendet `\CoverArt@strip@no' \CoverTitleFont? RN + \end{minipage}% +} + +%\PassOptionsToPackage{ngerman}{babel} +\RequirePackage{babel} +\declare@shorthand{ngerman}{"`}{\frqq}% +\declare@shorthand{ngerman}{"'}{\flqq}% +%\def@dqmacro{`}{\frqq}{\frqq} +%\def@dqmacro{'}{\flqq}{\flqq} + + +\RequirePackage{showexpl} +\lstset{language=[LaTeX]TeX} +\providecommand\lstverb{% + \leavevmode\bgroup % + \def\lst@boxpos{b}% + \lsthk@PreSet\lstset{flexiblecolumns,basicstyle=\mdseries\ttfamily\normalsize,backgroundcolor={}, + breaklines=false,keywordstyle=\mdseries\ttfamily\normalsize}% + \lsthk@TextStyle + \@ifnextchar\bgroup{\afterassignment\lst@InlineG \let\@let@token}% + \lstinline@} +\providecommand*{\ctanurl}[1]{\url{CTAN: #1}} + + +\endinput + + +%% +%% End of file `dtk05.clo'. diff --git a/Master/texmf-dist/doc/latex/dtk/historical/dtk95.clo b/Master/texmf-dist/doc/latex/dtk/historical/dtk95.clo new file mode 100644 index 00000000000..36c32a1afa2 --- /dev/null +++ b/Master/texmf-dist/doc/latex/dtk/historical/dtk95.clo @@ -0,0 +1,182 @@ +%% +%% This is file `dtk95.clo', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% dtk.dtx (with options: `1995') +%% +%% IMPORTANT NOTICE: +%% +%% For the copyright see the source file. +%% +%% Any modified versions of this file must be renamed +%% with new filenames distinct from dtk95.clo. +%% +%% For distribution of the original source see the terms +%% for copying and modification in the file dtk.dtx. +%% +%% This generated file may be distributed as long as the +%% original source files, as listed above, are part of the +%% same distribution. (The sources need not necessarily be +%% in the same archive or directory.) +%% Time-stamp: "dtk.dtx 2006-08-11 18:18:53 CET Mittwoch RN/HjG/hv" +%% +%%^^A%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%^^A $Id: dtk.dtx,v 1.9b 2006/08/11 21:03:42 hv Exp hv $ +%%^^A%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% Purpose: +%% LaTeX Class and Styles for ``Die TeXnische Komoedie''. +%% +%% Documentation: +%% The documentation can be generated from the original file +%% dtk.dtx with the doc style/package. LaTeX the file dtk.tex to +%% get the full documentation in DVI format. +%% +%% +%% Author: Gerd Neugebauer +%% Mainzer Str. 8 +%% 56321 Rhens (Germany) +%% Mail: gene@gerd-neugebauer.de +%% +%% Copyright (C) 1995-1996 Gerd Neugebauer +%% Copyright (C) 1997-2006 DANTE, Deutschsprachige +%% Anwendervereinigung TeX e.V. +%% +%% dtk.dtx is distributed in the hope that it will be useful, but +%% WITHOUT ANY WARRANTY. No author or distributor accepts +%% responsibility to anyone for the consequences of using it or for +%% whether it serves any particular purpose or works at all, unless +%% he says so in writing. +%% +%% Everyone is granted permission to copy, modify and redistribute +%% dtk.dtx, provided this copyright notice is preserved and any +%% modifications are indicated. +%% +%% +%% This package is still under development and may be replaced with +%% a new version which provides enhanced functionality. +%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% \CharacterTable +%% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z +%% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z +%% Digits \0\1\2\3\4\5\6\7\8\9 +%% Exclamation \! Double quote \" Hash (number) \# +%% Dollar \$ Percent \% Ampersand \& +%% Acute accent \' Left paren \( Right paren \) +%% Asterisk \* Plus \+ Comma \, +%% Minus \- Point \. Solidus \/ +%% Colon \: Semicolon \; Less than \< +%% Equals \= Greater than \> Question mark \? +%% Commercial at \@ Left bracket \[ Backslash \\ +%% Right bracket \] Circumflex \^ Underscore \_ +%% Grave accent \` Left brace \{ Vertical bar \| +%% Right brace \} Tilde \~} +%% +%%^^A%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\RequirePackage[OT1]{fontenc} +\textheight = 484pt +\textwidth = 342pt +\headheight = 14pt +\headsep = 12pt +\footskip = 21pt +\columnsep = 10pt +\emergencystretch = 0pt +\renewcommand\DTKgerman{ + \let\DTK@captionsgerman=\captionsgerman + \let\captionsgerman=\DTK@captionsgerman + \selectlanguage{german}% +} +\ifDTK@german@ + \DTKgerman +\fi +\renewcommand\ChapterFont{\Large\bf} +\renewcommand\SectionFont{\normalsize\bf} +\renewcommand\SubsectionFont{\normalsize\it} +\renewcommand\SubsubsectionFont{\normalsize\it} +\renewcommand\AuthorFont{\normalsize\rm} +\renewcommand\TitleFont{\large\bf} +\renewcommand\HeadFont{\sl} +\renewcommand\FootFont{\footnotesize\sl} +\renewcommand\PagenoFont{\rm} +\renewcommand\HeadRuleDepth{0.1pt} +\renewcommand\FootRuleDepth{0.1pt} +\renewcommand\labelitemi{$\m@th\bullet$} +\renewcommand\labelitemii{\bf --} +\renewcommand\labelitemiii{$\m@th\ast$} +\setlength\leftmargini{2.5em} +\setlength\leftmarginii{2.2em} +\setlength\leftmarginiii{1.87em} +\setlength\leftmarginiv{1.7em} +\renewcommand\descriptionlabel[1]{\hspace\labelsep \bf #1} +\renewenvironment{quotation}{% + \list{}{\listparindent 1.5em + \itemindent\listparindent + \rightmargin\leftmargin\parsep \z@ plus\p@}% + \item\relax +}{\endlist} +\renewcommand\TopArt[2]{% + \begingroup + \unitlength = 1pt + \@tempcnta = \textwidth + \divide\@tempcnta by \unitlength + \framebox(\@tempcnta,38){\parbox{.95\textwidth}{% + \begin{center}{\large\bf #1}#2 \end{center}}} + \endgroup} +\renewcommand\section{\@startsection{section}{1}{\z@}{% + -1ex plus-1ex minus-.2ex}{.5ex plus.2ex}{\SectionFont}} +\renewcommand\subsection{\@startsection{subsection}{2}{\z@}{% + -1ex plus-1ex minus-.2ex}{0.75ex plus.2ex}{\SubsectionFont}} +\renewcommand\subsubsection{\@startsection{subsubsection}{3}{\z@}{% + -1ex plus-1ex minus-.2ex}{0.75ex plus.2ex}{\SubsubsectionFont}} +\renewcommand\paragraph{\@startsection{paragraph}{4}{\z@}{% + 1ex plus1ex minus.2ex}{-.5ex}{\SubsubsectionFont}} +\renewcommand\subparagraph{\@startsection{subparagraph}{4}% + {\parindent}{1ex plus1ex minus.2ex}{-.5ex}{\SubsubsectionFont}} +\renewcommand\DTKtitle@skip{0pt} +\renewcommand\DTKtitle@sep{\rule{\textwidth}{.4pt}% + \vskip 14pt plus 8pt minus 12pt} +\long\def\@makefntext#1{\parindent 1em\noindent + \hbox to 1.8em{\hss$\m@th^{\@thefnmark}$}#1} +\renewcommand\footnoterule{\kern-3\p@ + \hrule width .4\columnwidth + \kern 2.6\p@} +\renewcommand\CoverArt[3]{ + \ifx\CoverTitleFont\@undefined + \newfont\CoverTitleFont{cmr17 scaled \magstep 5}% + \fi + \begin{center} + {\LARGE DANTE\\[14pt] + \Large Deutschsprachige Anwendervereinigung \TeX\ \eV}% + \\\rule{\textwidth}{2pt}\par\vfill + \CoverTitleFont Die + \\[22pt] \TeX nische + \\[22pt] Kom{\"o}die + \par\vfill\rule{\textwidth}{2pt}\\[4pt]\large + Heft #1\hfill #2.\ Jahrgang\hfill #3 + \normalsize + \end{center}\vspace*{28.5pt}} +\let\addresssize\relax +\ifDTK@Author@\else + \renewcommand\ContentsArt{\part@nosubtitle{\contentsname}} +\fi +\renewcommand\l@part[2]{% + \addpenalty{-\@highpenalty}% + \addvspace{0.5em plus 0pt}% space above part line + \@tempdima 1.5em + \begingroup + \parindent \z@ \rightskip \@pnumwidth + \parfillskip -\@pnumwidth + \bf + \leavevmode + \advance\leftskip\@tempdima + \hskip -\leftskip + #1\nobreak\hfil \nobreak\hbox to\@pnumwidth{\hss #2}\par + \penalty\@highpenalty + \endgroup} +\renewcommand\l@chapter{\@dottedtocline{0}{1.5em}{2.3em}} + \renewcommand\eV{e.\kern-.18emV\kern-.18em\@ifnextchar.{}{.}} +\endinput +%% +%% End of file `dtk95.clo'. diff --git a/Master/texmf-dist/doc/latex/dtk/historical/dtk96.clo b/Master/texmf-dist/doc/latex/dtk/historical/dtk96.clo new file mode 100644 index 00000000000..3c8f1429ef9 --- /dev/null +++ b/Master/texmf-dist/doc/latex/dtk/historical/dtk96.clo @@ -0,0 +1,109 @@ +%% +%% This is file `dtk96.clo', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% dtk.dtx (with options: `1996') +%% +%% IMPORTANT NOTICE: +%% +%% For the copyright see the source file. +%% +%% Any modified versions of this file must be renamed +%% with new filenames distinct from dtk96.clo. +%% +%% For distribution of the original source see the terms +%% for copying and modification in the file dtk.dtx. +%% +%% This generated file may be distributed as long as the +%% original source files, as listed above, are part of the +%% same distribution. (The sources need not necessarily be +%% in the same archive or directory.) +%% Time-stamp: "dtk.dtx 2006-08-11 18:18:53 CET Mittwoch RN/HjG/hv" +%% +%%^^A%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%^^A $Id: dtk.dtx,v 1.9b 2006/08/11 21:03:42 hv Exp hv $ +%%^^A%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% Purpose: +%% LaTeX Class and Styles for ``Die TeXnische Komoedie''. +%% +%% Documentation: +%% The documentation can be generated from the original file +%% dtk.dtx with the doc style/package. LaTeX the file dtk.tex to +%% get the full documentation in DVI format. +%% +%% +%% Author: Gerd Neugebauer +%% Mainzer Str. 8 +%% 56321 Rhens (Germany) +%% Mail: gene@gerd-neugebauer.de +%% +%% Copyright (C) 1995-1996 Gerd Neugebauer +%% Copyright (C) 1997-2006 DANTE, Deutschsprachige +%% Anwendervereinigung TeX e.V. +%% +%% dtk.dtx is distributed in the hope that it will be useful, but +%% WITHOUT ANY WARRANTY. No author or distributor accepts +%% responsibility to anyone for the consequences of using it or for +%% whether it serves any particular purpose or works at all, unless +%% he says so in writing. +%% +%% Everyone is granted permission to copy, modify and redistribute +%% dtk.dtx, provided this copyright notice is preserved and any +%% modifications are indicated. +%% +%% +%% This package is still under development and may be replaced with +%% a new version which provides enhanced functionality. +%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% \CharacterTable +%% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z +%% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z +%% Digits \0\1\2\3\4\5\6\7\8\9 +%% Exclamation \! Double quote \" Hash (number) \# +%% Dollar \$ Percent \% Ampersand \& +%% Acute accent \' Left paren \( Right paren \) +%% Asterisk \* Plus \+ Comma \, +%% Minus \- Point \. Solidus \/ +%% Colon \: Semicolon \; Less than \< +%% Equals \= Greater than \> Question mark \? +%% Commercial at \@ Left bracket \[ Backslash \\ +%% Right bracket \] Circumflex \^ Underscore \_ +%% Grave accent \` Left brace \{ Vertical bar \| +%% Right brace \} Tilde \~} +%% +%%^^A%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\RequirePackage[OT1]{fontenc} +\textheight = 484pt +\textwidth = 342pt +\columnsep = 10pt +\emergencystretch = 0pt +\renewcommand\DTKgerman{ + \let\DTK@captionsgerman=\captionsgerman + \let\captionsgerman=\DTK@captionsgerman + \selectlanguage{german}% +} +\ifDTK@german@ + \DTKgerman +\fi +\let\addresssize\relax +\renewcommand\l@part[2]{% + \addpenalty{-\@highpenalty}% + \addvspace{0.5em plus 0pt}% space above part line + \@tempdima 1.5em + \begingroup + \parindent \z@ \rightskip \@pnumwidth + \parfillskip -\@pnumwidth + \bf + \leavevmode + \advance\leftskip\@tempdima + \hskip -\leftskip + #1\nobreak\hfil \nobreak\hbox to\@pnumwidth{\hss #2}\par + \penalty\@highpenalty + \endgroup} +\renewcommand\l@chapter{\@dottedtocline{0}{1.5em}{2.3em}} +\endinput +%% +%% End of file `dtk96.clo'. diff --git a/Master/texmf-dist/doc/latex/dtk/historical/dtk97.clo b/Master/texmf-dist/doc/latex/dtk/historical/dtk97.clo new file mode 100644 index 00000000000..439e5a7c80a --- /dev/null +++ b/Master/texmf-dist/doc/latex/dtk/historical/dtk97.clo @@ -0,0 +1,94 @@ +%% +%% This is file `dtk97.clo', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% dtk.dtx (with options: `1997') +%% +%% IMPORTANT NOTICE: +%% +%% For the copyright see the source file. +%% +%% Any modified versions of this file must be renamed +%% with new filenames distinct from dtk97.clo. +%% +%% For distribution of the original source see the terms +%% for copying and modification in the file dtk.dtx. +%% +%% This generated file may be distributed as long as the +%% original source files, as listed above, are part of the +%% same distribution. (The sources need not necessarily be +%% in the same archive or directory.) +%% Time-stamp: "dtk.dtx 2006-08-11 18:18:53 CET Mittwoch RN/HjG/hv" +%% +%%^^A%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%^^A $Id: dtk.dtx,v 1.9b 2006/08/11 21:03:42 hv Exp hv $ +%%^^A%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% Purpose: +%% LaTeX Class and Styles for ``Die TeXnische Komoedie''. +%% +%% Documentation: +%% The documentation can be generated from the original file +%% dtk.dtx with the doc style/package. LaTeX the file dtk.tex to +%% get the full documentation in DVI format. +%% +%% +%% Author: Gerd Neugebauer +%% Mainzer Str. 8 +%% 56321 Rhens (Germany) +%% Mail: gene@gerd-neugebauer.de +%% +%% Copyright (C) 1995-1996 Gerd Neugebauer +%% Copyright (C) 1997-2006 DANTE, Deutschsprachige +%% Anwendervereinigung TeX e.V. +%% +%% dtk.dtx is distributed in the hope that it will be useful, but +%% WITHOUT ANY WARRANTY. No author or distributor accepts +%% responsibility to anyone for the consequences of using it or for +%% whether it serves any particular purpose or works at all, unless +%% he says so in writing. +%% +%% Everyone is granted permission to copy, modify and redistribute +%% dtk.dtx, provided this copyright notice is preserved and any +%% modifications are indicated. +%% +%% +%% This package is still under development and may be replaced with +%% a new version which provides enhanced functionality. +%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% \CharacterTable +%% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z +%% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z +%% Digits \0\1\2\3\4\5\6\7\8\9 +%% Exclamation \! Double quote \" Hash (number) \# +%% Dollar \$ Percent \% Ampersand \& +%% Acute accent \' Left paren \( Right paren \) +%% Asterisk \* Plus \+ Comma \, +%% Minus \- Point \. Solidus \/ +%% Colon \: Semicolon \; Less than \< +%% Equals \= Greater than \> Question mark \? +%% Commercial at \@ Left bracket \[ Backslash \\ +%% Right bracket \] Circumflex \^ Underscore \_ +%% Grave accent \` Left brace \{ Vertical bar \| +%% Right brace \} Tilde \~} +%% +%%^^A%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\RequirePackage[OT1]{fontenc} +\textheight = 484pt +\textwidth = 342pt +\columnsep = 10pt +\emergencystretch = 0pt +\renewcommand\DTKgerman{ + \let\DTK@captionsgerman=\captionsgerman + \let\captionsgerman=\DTK@captionsgerman + \selectlanguage{german}% +} +\ifDTK@german@ + \DTKgerman +\fi +\def\TOC@configure{\renewcommand{\bfdefault}{bdx}} +\endinput +%% +%% End of file `dtk97.clo'. diff --git a/Master/texmf-dist/doc/latex/dtk/historical/dtk98.clo b/Master/texmf-dist/doc/latex/dtk/historical/dtk98.clo new file mode 100644 index 00000000000..63199c36ba3 --- /dev/null +++ b/Master/texmf-dist/doc/latex/dtk/historical/dtk98.clo @@ -0,0 +1,94 @@ +%% +%% This is file `dtk98.clo', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% dtk.dtx (with options: `1998') +%% +%% IMPORTANT NOTICE: +%% +%% For the copyright see the source file. +%% +%% Any modified versions of this file must be renamed +%% with new filenames distinct from dtk98.clo. +%% +%% For distribution of the original source see the terms +%% for copying and modification in the file dtk.dtx. +%% +%% This generated file may be distributed as long as the +%% original source files, as listed above, are part of the +%% same distribution. (The sources need not necessarily be +%% in the same archive or directory.) +%% Time-stamp: "dtk.dtx 2006-08-11 18:18:53 CET Mittwoch RN/HjG/hv" +%% +%%^^A%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%^^A $Id: dtk.dtx,v 1.9b 2006/08/11 21:03:42 hv Exp hv $ +%%^^A%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% Purpose: +%% LaTeX Class and Styles for ``Die TeXnische Komoedie''. +%% +%% Documentation: +%% The documentation can be generated from the original file +%% dtk.dtx with the doc style/package. LaTeX the file dtk.tex to +%% get the full documentation in DVI format. +%% +%% +%% Author: Gerd Neugebauer +%% Mainzer Str. 8 +%% 56321 Rhens (Germany) +%% Mail: gene@gerd-neugebauer.de +%% +%% Copyright (C) 1995-1996 Gerd Neugebauer +%% Copyright (C) 1997-2006 DANTE, Deutschsprachige +%% Anwendervereinigung TeX e.V. +%% +%% dtk.dtx is distributed in the hope that it will be useful, but +%% WITHOUT ANY WARRANTY. No author or distributor accepts +%% responsibility to anyone for the consequences of using it or for +%% whether it serves any particular purpose or works at all, unless +%% he says so in writing. +%% +%% Everyone is granted permission to copy, modify and redistribute +%% dtk.dtx, provided this copyright notice is preserved and any +%% modifications are indicated. +%% +%% +%% This package is still under development and may be replaced with +%% a new version which provides enhanced functionality. +%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% \CharacterTable +%% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z +%% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z +%% Digits \0\1\2\3\4\5\6\7\8\9 +%% Exclamation \! Double quote \" Hash (number) \# +%% Dollar \$ Percent \% Ampersand \& +%% Acute accent \' Left paren \( Right paren \) +%% Asterisk \* Plus \+ Comma \, +%% Minus \- Point \. Solidus \/ +%% Colon \: Semicolon \; Less than \< +%% Equals \= Greater than \> Question mark \? +%% Commercial at \@ Left bracket \[ Backslash \\ +%% Right bracket \] Circumflex \^ Underscore \_ +%% Grave accent \` Left brace \{ Vertical bar \| +%% Right brace \} Tilde \~} +%% +%%^^A%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\RequirePackage[OT1]{fontenc} +\textheight = 484pt +\textwidth = 342pt +\columnsep = 10pt +\emergencystretch = 0pt +\renewcommand\DTKgerman{ + \let\DTK@captionsgerman=\captionsgerman + \let\captionsgerman=\DTK@captionsgerman + \selectlanguage{german}% +} +\ifDTK@german@ + \DTKgerman +\fi +\def\TOC@configure{\renewcommand{\bfdefault}{bdx}} +\endinput +%% +%% End of file `dtk98.clo'. diff --git a/Master/texmf-dist/doc/latex/dtk/historical/dtk99.clo b/Master/texmf-dist/doc/latex/dtk/historical/dtk99.clo new file mode 100644 index 00000000000..7b4eea7e952 --- /dev/null +++ b/Master/texmf-dist/doc/latex/dtk/historical/dtk99.clo @@ -0,0 +1,93 @@ +%% +%% This is file `dtk99.clo', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% dtk.dtx (with options: `1999') +%% +%% IMPORTANT NOTICE: +%% +%% For the copyright see the source file. +%% +%% Any modified versions of this file must be renamed +%% with new filenames distinct from dtk99.clo. +%% +%% For distribution of the original source see the terms +%% for copying and modification in the file dtk.dtx. +%% +%% This generated file may be distributed as long as the +%% original source files, as listed above, are part of the +%% same distribution. (The sources need not necessarily be +%% in the same archive or directory.) +%% Time-stamp: "dtk.dtx 2006-08-11 18:18:53 CET Mittwoch RN/HjG/hv" +%% +%%^^A%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%^^A $Id: dtk.dtx,v 1.9b 2006/08/11 21:03:42 hv Exp hv $ +%%^^A%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% Purpose: +%% LaTeX Class and Styles for ``Die TeXnische Komoedie''. +%% +%% Documentation: +%% The documentation can be generated from the original file +%% dtk.dtx with the doc style/package. LaTeX the file dtk.tex to +%% get the full documentation in DVI format. +%% +%% +%% Author: Gerd Neugebauer +%% Mainzer Str. 8 +%% 56321 Rhens (Germany) +%% Mail: gene@gerd-neugebauer.de +%% +%% Copyright (C) 1995-1996 Gerd Neugebauer +%% Copyright (C) 1997-2006 DANTE, Deutschsprachige +%% Anwendervereinigung TeX e.V. +%% +%% dtk.dtx is distributed in the hope that it will be useful, but +%% WITHOUT ANY WARRANTY. No author or distributor accepts +%% responsibility to anyone for the consequences of using it or for +%% whether it serves any particular purpose or works at all, unless +%% he says so in writing. +%% +%% Everyone is granted permission to copy, modify and redistribute +%% dtk.dtx, provided this copyright notice is preserved and any +%% modifications are indicated. +%% +%% +%% This package is still under development and may be replaced with +%% a new version which provides enhanced functionality. +%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% \CharacterTable +%% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z +%% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z +%% Digits \0\1\2\3\4\5\6\7\8\9 +%% Exclamation \! Double quote \" Hash (number) \# +%% Dollar \$ Percent \% Ampersand \& +%% Acute accent \' Left paren \( Right paren \) +%% Asterisk \* Plus \+ Comma \, +%% Minus \- Point \. Solidus \/ +%% Colon \: Semicolon \; Less than \< +%% Equals \= Greater than \> Question mark \? +%% Commercial at \@ Left bracket \[ Backslash \\ +%% Right bracket \] Circumflex \^ Underscore \_ +%% Grave accent \` Left brace \{ Vertical bar \| +%% Right brace \} Tilde \~} +%% +%%^^A%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\textheight = 484pt +\textwidth = 342pt +\columnsep = 10pt +\emergencystretch = 0pt +\renewcommand\DTKgerman{ + \let\DTK@captionsgerman=\captionsgerman + \let\captionsgerman=\DTK@captionsgerman + \selectlanguage{german}% +} +\ifDTK@german@ + \DTKgerman +\fi +\def\TOC@configure{\renewcommand{\bfdefault}{bdx}} +\endinput +%% +%% End of file `dtk99.clo'. diff --git a/Master/texmf-dist/doc/latex/dtk/historical/textlist.sty b/Master/texmf-dist/doc/latex/dtk/historical/textlist.sty new file mode 100644 index 00000000000..5417fa577b4 --- /dev/null +++ b/Master/texmf-dist/doc/latex/dtk/historical/textlist.sty @@ -0,0 +1,14 @@ +% Unbekannter Style/Paket ``textlist'' +% nachgebaut analog zu ``deflist.sty'' +% (br, 12.02.2001) +\newenvironment{textlist}[1]{% + \list{}{% + \settowidth{\labelwidth}{#1}% + \setlength{\leftmargin}{\labelwidth}% + \addtolength{\leftmargin}{\labelsep}% + \def\makelabel##1{##1\hfill}% + }% +}{% + \endlist +} +\endinput
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/dtk/komoedie/Makefile b/Master/texmf-dist/doc/latex/dtk/komoedie/Makefile new file mode 100644 index 00000000000..4380c879502 --- /dev/null +++ b/Master/texmf-dist/doc/latex/dtk/komoedie/Makefile @@ -0,0 +1,142 @@ + +# Rolf Niepraschk, 2005/02/20, Rolf.Niepraschk@ptb.de +# +# `Makefile' für "Die TeXnische Komödie", Heft 2/2005 + +MAIN = komoedie + +ARCHNAME = $(MAIN)-03-09-$(shell date +%y%m%d) + +LATEX = pdflatex +#LATEX = xelatex + +MAKEINDEXSTYLE = dtk-idx.ist +MAKEGLOSSARYSTYLE = dtk-adr.ist + +ifeq ($(MAKECMDGOALS),corr) + DOCUMENTOPT = '\\PassOptionsToClass{draft}{dtk}' +endif + +# Alle kompletten Artikel mit Literaturverzeichnis +# (Namen der Hauptdateien mit \documentclass usw.). +ARTICLES_BIB = ziegenhagen.ltx + +# Alle anderen kompletten Artikel +# (Namen der Hauptdateien mit \documentclass usw.). +ARTICLES = eqExam.ltx esslingen.tex Hyper.tex GaPBer2.tex willand.tex roemer.tex kiel.tex grob.tex mv41-lang.tex + +# Alle verwendeten bib-Dateien +BIBS = ziegenhagen.bib + + +# Enthält das Dokument inline-PS-Code (als Parameter von +# \PSforPDF-Anweisungen; z.B. PSTricks, psfrag, EPS-Grafiken,...), +# so ist hier "1" anzugeben. +INLINE_PS = 0 + +# Alle sonstigen Dateien, die in das Hauptdokument eingefügt werden. +OTHER_INPUTS = impressum.tex termine.tex adressen.tex + +ifneq ($(ARTICLES_BIB),) + BBLS = $(foreach i,$(basename $(ARTICLES_BIB)),$(addprefix $i, .bbl)) +endif + +ifeq ($(INLINE_PS),1) + PDF_CONTAINER = $(MAIN)-pics.pdf +endif + +ALL_INPUTS = $(ARTICLES_BIB) $(ARTICLES) $(OTHER_INPUTS) + +ALL_ARTICLES = $(foreach i,$(basename $(ARTICLES_BIB)),$(addprefix $i, .pdf)) \ + $(foreach i,$(basename $(ARTICLES)),$(addprefix $i, .pdf)) + +ARCHFILES = $(MAIN).tex $(ALL_INPUTS) $(BIBS) Makefile Makefile.in \ + dtk.dtx dtk.ins + + +all : rm-old ruecken.pdf $(MAIN).pdf + +corr : $(MAIN).pdf + +rm-old : + $(RM) ruecken.pdf $(MAIN).pdf + +articles : $(MAIN).inf $(ALL_ARTICLES) $(BBLS) + +$(MAIN).inf : $(MAIN).pdf + +$(MAIN).pdf : $(MAIN).tex $(ALL_INPUTS) $(BBLS) $(PDF_CONTAINER) + +$(MAIN).dvi : #$(MAIN).tex $(ALL_INPUTS) + export TEXMFHOME=./texmf + latex $(MAIN).tex + +$(MAIN)-pics.ps : $(MAIN).dvi + dvips -Ppdf -o $@ $< + +$(MAIN)-pics.pdf : $(MAIN)-pics.ps + GS_OPTIONS=-dPDFSETTINGS=/prepress ps2pdf $< $@ + +%.bbl : %.aux $(BIBS) + bibtex $< + +%.aux : %.ltx + $(LATEX) $< + $(RM) $(basename $@).pdf + +%.aux : %.tex + $(LATEX) $< + $(RM) $(basename $@).pdf + +xxx : + @echo $(basename $(ARTICLES_BIB)) + @echo + @echo $(foreach i,$(basename $(ARTICLES_BIB)),$(addprefix $i, .bbl)) + @echo + @echo $(OTHER_INPUTS) + +ruecken.pdf : ruecken.tex + $(LATEX) ruecken.tex + +ruecken.tex : $(MAIN).tex + @perl -n -e 'print "\ + \\documentclass[11pt,a4paper]{article} \n\ + \\usepackage[T1]{fontenc} \n\ + \\usepackage{lmodern} \n\ + \\oddsidemargin=-1in \n\ + \\unitlength=1mm \n\ + \\begin{document} \n\ + \\begin{picture}(210,4) \n\ + \\put(5,2){\\makebox(100,0)[l]{\\tiny Die \\TeX nische Kom\\\"odie $$1}}\n\ + \\put(0,0){\\line(-1,0){5}} \n\ + \\put(0,0){\\line(0,-1){5}} \n\ + \\put(0,4){\\line(-1,0){5}} \n\ + \\put(0,4){\\line(0,1){5}} \n\ + \\end{picture} \n\ + \\end{document} \n\ + " if m/DieTeXnischeKomoedie\{(.*)\}\{(.*)\}\{(.*)\}/' $(MAIN).tex > ruecken.tex + +clean : _clean + $(RM) $(addprefix $(MAIN), .inf) + $(RM) $(foreach i,$(basename $(ARTICLES_BIB)),$(addprefix $i, \ + .pdf .log .aux .bbl .blg .ind .ilg .gls .glg)) \ + $(addprefix ruecken, .tex .log .aux) \ + $(MAIN)-pics.pdf + +veryclean : clean + $(RM) $(MAIN).pdf ruecken.pdf $(ALL_ARTICLES) + +arch : + zip $(ARCHNAME).zip $(ARCHFILES) + +.PHONY : all corr arch clean veryclean +# nur noetig, wenn Dateien mit dem selben Namen existieren + +.INTERMEDIATE : $(MAIN).dvi $(MAIN)-pics.ps + +ifneq ($(MAKECMDGOALS),arch) + include Makefile.in +endif + + + diff --git a/Master/texmf-dist/doc/latex/dtk/komoedie/Makefile.in b/Master/texmf-dist/doc/latex/dtk/komoedie/Makefile.in new file mode 100644 index 00000000000..e7f1be72b3d --- /dev/null +++ b/Master/texmf-dist/doc/latex/dtk/komoedie/Makefile.in @@ -0,0 +1,93 @@ + +# Makefile.latex -- Rules for processing LaTeX files with "make" +# +# Copyright (C) 1999,2005 Rolf Niepraschk, Rolf.Niepraschk@ptb.de, 2005/01/20 + +.SUFFIXES : .tex .dvi .ps .pdf .eps .mp .mps + +SHELL = /bin/sh + +ifeq ($(BIBTEX),) + BIBTEX= bibtex +endif +ifeq ($(METAPOST),) + METAPOST = mpost +endif +ifeq ($(MAKEINDEX),) + MAKEINDEX = makeindex +endif +ifeq ($(MAKEGLOSSARY),) + MAKEGLOSSARY = makeindex +endif +ifeq ($(GREP),) + GREP = grep +endif +ifeq ($(DIFF),) + DIFF = diff +endif +ifeq ($(TOUCH),) + TOUCH = touch +endif +ifeq ($(CP),) + CP = cp +endif + +ifneq ($(MAKEINDEXSTYLE),) + idxstyle = -s $(MAKEINDEXSTYLE) +endif +ifneq ($(MAKEGLOSSARYSTYLE),) + glostyle = -s $(MAKEGLOSSARYSTYLE) +endif + +ifeq ($(RUNMAX),) + runmax = 5 +else + runmax = $(RUNMAX) +endif + +bibwarn = 'There were undefined references' +rerunwarn = 'Rerun to get cross-references right' +linenowarn = 'rerun to get it right' +# Package longtable Warning: Table widths have changed. Rerun LaTeX. +multlab = 'There were multiply-defined labels' +ltxmisc = $*.toc $*.lof $*.lot $*.idx $*.glo #$*.out + +%.dvi %.pdf : %.ltx + @ $(latexcmds) + +%.dvi %.pdf : %.tex + @ $(latexcmds) + +define latexcmds + $(TOUCH) $(ltxmisc) # create some files if necessary + runs=0; \ + while test $$runs -lt $(runmax); do \ + runs=`expr $$runs + 1`; rerun=0; status=0; \ + $(foreach i, $(ltxmisc), $(CP) $i $i.old;) \ + $(LATEX) '$(DOCUMENTOPT)\input{$<}'; \ + if test $$? -gt 0; then status=`expr $$status + 64`; fi; \ + if $(GREP) $(rerunwarn) $*.log > /dev/null; then rerun=1; fi; \ + if $(GREP) $(linenowarn) $*.log > /dev/null; then rerun=1; fi; \ + if $(DIFF) $*.idx $*.idx.old > /dev/null; then :; else \ + $(MAKEINDEX) $(MAKEINDEXFLAGS) $(idxstyle) \ + -t $*.ilg -o $*.ind $*.idx; \ + if test $$? -gt 0; then status=`expr $$status + 256`; break; fi; \ + fi; \ + if $(DIFF) $*.glo $*.glo.old > /dev/null; then :; else \ + $(MAKEGLOSSARY) $(MAKEGLOSSARYFLAGS) $(glostyle) \ + -t $*.glg -o $*.gls $*.glo; \ + if test $$? -gt 0; then status=`expr $$status + 512`; break; fi; \ + fi; \ + $(foreach i, $(ltxmisc), \ + if $(DIFF) $i $i.old > /dev/null; then :; else rerun=1; fi;) \ + echo '++++++++++++++++++++++++++++++++' rerun=$$rerun runs=$$runs; \ + if test $$rerun -eq 0; then break; fi; \ + done; \ + $(RM) $(ltxmisc:=.old); \ + for i in $(ltxmisc); do if test ! -s $$i; then $(RM) $$i; fi; done; \ + exit $$status +endef + +_clean : + $(RM) $(addprefix $(MAIN), .log .aux .bbl .blg .ind .ilg .gls .glg \ + $(ltxmisc)) diff --git a/Master/texmf-dist/doc/latex/dtk/komoedie/adressen.tex b/Master/texmf-dist/doc/latex/dtk/komoedie/adressen.tex new file mode 100644 index 00000000000..4fd9d8a2194 --- /dev/null +++ b/Master/texmf-dist/doc/latex/dtk/komoedie/adressen.tex @@ -0,0 +1,70 @@ +\begingroup\small +\Dante{}\\\Label{adressen}% +%Deutschsprachige Anwendervereinigung \TeX~\eV\\ +Postfach 10\,18\,40\\ +69008 Heidelberg + +\smallskip +\begin{tabular*}{\textwidth}{@{}llr@{}} +Tel.: & 0\,62\,21/2\,97\,66 (Mo., Mi.--Fr., 10.00--12.00\,Uhr)\\ +Fax: & 0\,62\,21/16\,79\,06\\ +E-Mail: & \texttt{dante@dante.de}\\[6pt] +Konto: & VR Bank Rhein-Neckar eG\\ + & BLZ 670\,900\,00\\ + & Kontonummer 2\,310\,007\\ + & \texttt{IBAN DE67\,6709\,0000\,0002\,3100\,07}\\ + & \texttt{SWIFT-BIC GENODE61MA2}\\[4pt] +% & \multicolumn{2}{l@{}}{Postbank Karlsruhe \hfill +% (Auslands"uberweisungen)}\\ +% & BLZ 660\,100\,75\\ +% & Kontonummer 213\,400\,757\\ +% & \texttt{IBAN DE93\,6601\,0075\,0213\,4007\,57} \\ +% & \texttt{SWIFT-BIC PBNKDEFF}\\[9pt] +%Beitr"age: +% & Studenten & 30,-- \euro\\ +% & Vollmitglieder & 45,-- \euro\\ +% & Institutionelle Mitglieder & 65,-- \euro\\ +% & Firmen, die \TeX{} anwenden & 150,-- \euro\\ +% & Firmen, die \TeX{} verkaufen & 250,-- \euro\\[2pt] +% & Nachlass f\"ur aktive Mitglieder & 10,-- \euro +\end{tabular*} + +\section{Pr"asidium}\Label{vorstand} + +\begin{tabular}{@{}l@{\quad}l@{\quad}l@{}} + Pr"asident: & Klaus H"oppner\Label{president} + & {\small\texttt{president@dante.de}}\\ + Vizepr"asident: & Volker RW Schaa\Label{vice-president} + & {\small\texttt{vice-president@dante.de}}\\ + Schatzmeister: & Tobias Sterzl\Label{treasurer} + & {\small\texttt{treasurer@dante.de}}\\ + Schriftf"uhrer: & Manfred Lotz\Label{secretary} + & {\small\texttt{secretary@dante.de}}\\ + Beisitzer: & G"unter Partosch\Label{beisitzer:gp} + %& {\small\texttt{advisor@dante.de}} + \\ + & Bernd Raichle\Label{beisitzer:br}\\ + & Herbert Vo\ss\Label{beisitzer:hv} +\end{tabular} + +\section{Server} + +{\renewcommand{\arraystretch}{1.1} +\begin{tabular}{@{}l@{\quad}l} +\textsc{CTAN}: & \url{http://mirror.ctan.org} \iffalse \quad [\texttt{80.237.210.73}] \fi \\ +\textsc{DANTE}: & \url{http://www.dante.de/}\\ +\end{tabular}} + +\iffalse +\section{Mailing-Listen} + +{\renewcommand{\arraystretch}{1.1} +\begin{tabular}{@{}l@{\quad}l} +Deutschsprache \TeX-Nutzer: & \url{tex-d-l@listserv.gmd.de}\\ +Der Verein \dante{} & \url{dante-ev@urz.uni-heidelberg.de} +\end{tabular}} +\fi + +\par\endgroup % zurueckschalten auf \normalsize + +\endinput diff --git a/Master/texmf-dist/doc/latex/dtk/komoedie/editorial.tex b/Master/texmf-dist/doc/latex/dtk/komoedie/editorial.tex new file mode 100644 index 00000000000..196a7b1f55b --- /dev/null +++ b/Master/texmf-dist/doc/latex/dtk/komoedie/editorial.tex @@ -0,0 +1,37 @@ +\address{Herbert}{Vo\ss}{Wasgenstra\ss e 21\\ + 14129 Berlin\\ + \protect\url{herbert@dante.de}} +%\address{Herbert}{Vo\ss}{Wasgenstraße 21\\14129 Berlin\\\protect\url{herbert@dante.de}} + +Liebe Leserinnen und Leser, + +Wunder geschehen ja eigentlich nicht in regelmäßigen Abständen, jedenfalls wären es dann definitionsgemäß +keine mehr. So bleibt das Problem, wie man es bezeichnen soll, was Sie in den Händen halten. Dass bekanntermaßen nach einer Ausgabe +der Zeitschrift "`\DTK"' +natürlich immer auch vor einer Ausgabe ist, wird keinen erstaunen. Wenn aber nach einer Ausgabe der +"`Eingabespeicher"' der eingereichten Manuskripte immer vollständig geleert ist, so bleibt es ein Wunder, +dass bis zur nächsten Ausgabe dieser "`Speicher"' so aufgefüllt wird, dass es wieder für eine +neue Ausgabe in gewohntem Umfang reicht. Der Dank gebührt natürlich den Autoren, denn ohne sie könnte es tatsächlich zu einem echten +Wunder werden \ldots + +Dass \TeX, als reines Textsatzsystem konzipiert, durch derartig viele verschiedene Pakete +zur Grafikausgabe unterstützt wird, ist ebenfalls ein kleines Wunder, zumal die +Qualität mit der vom Textsatz gewohnten durchaus konkurrieren kann. In diesem Heft +finden Sie wieder eine Variante beschrieben. Weiterhin lesen Sie den Bericht von +der letzten Herbsttagung in Esslingen und dem Linuxtag in Kiel, auf dem \dante\ erstmalig +vertreten war. Weiterhin finden Sie Texte, die eher den praktischen Bereich von \LaTeX\ +beleuchten und natürlich, wie gewohnt, die Liste der neuen Pakete. Der Umfang dieser Liste ist das letzte Wunder +von dem man berichten kann, denn nach über 30 Jahren \TeX\ und 20 Jahren \LaTeX\ erscheint +die innovative Kraft der \TeX-Gemeinde ungebrochen. + + +\bigskip +Ich wünsche Ihnen wie immer viel Spaß beim Lesen und verbleibe + +%\medskip +%\enlargethispage{1.5ex} +mit \TeX nischen Grüßen, + +Ihr Herbert Voß + +\endinput diff --git a/Master/texmf-dist/doc/latex/dtk/komoedie/grusswort.tex b/Master/texmf-dist/doc/latex/dtk/komoedie/grusswort.tex new file mode 100644 index 00000000000..3ef706dc9f5 --- /dev/null +++ b/Master/texmf-dist/doc/latex/dtk/komoedie/grusswort.tex @@ -0,0 +1,15 @@ +\title{Gru"swort}\Label{gruss} +\address{Volker RW}{Schaa}{siehe Seite~\protect\Pageref{president}} +\address{Klaus}{Höppner}{siehe Seite~\protect\Pageref{vice-president}} +\maketitle + +Liebe Mitglieder, + +dieses Grußwort + +Mit freundlichem Gruß + +\begin{tabular}{@{}ll} +Volker RW Schaa & Klaus Höppner\\ +(Vorsitzender) & (Stellv. Vorsitzender) +\end{tabular} diff --git a/Master/texmf-dist/doc/latex/dtk/komoedie/impressum.tex b/Master/texmf-dist/doc/latex/dtk/komoedie/impressum.tex new file mode 100644 index 00000000000..2d5d0776808 --- /dev/null +++ b/Master/texmf-dist/doc/latex/dtk/komoedie/impressum.tex @@ -0,0 +1,93 @@ +\begingroup\small +"`Die \TeX{}nische Komödie"' ist die Mitgliedszeitschrift von +\dante{} Der Bezugspreis ist im Mitgliedsbeitrag enthalten. +Namentlich gekennzeichnete Beiträge geben die Meinung der +Schreibenden wieder. Reproduktion oder Nutzung der erschienenen +Beiträge durch konventionelle, elektronische oder beliebige andere +Verfahren ist nur im nicht-kommerziellen Rahmen gestattet. +Verwendungen in größerem Umfang bitte zur Information bei \dante{} +melden. + +Beiträge sollten in Standard-\LaTeX-Quellcode unter Verwendung der +Dokumentenklasse \texttt{dtk} erstellt und per \mbox{E-Mail} oder +Datenträger (CD) an untenstehende Adresse +der Redaktion geschickt werden. Sind +spezielle Makros, \LaTeX-Pakete oder Schriften dafür nötig, so +m"ussen auch diese komplett mitgeliefert werden. Außerdem m"ussen sie auf +Anfrage Interessierten zugänglich gemacht werden. \smallskip + + +Diese Ausgabe wurde mit +\texttt{pdfTeX 3.1415926-1.40.10-2.2} %\TeX Live2007 +erstellt. +%\texttt{LaTeX2e (2001/06/01)}, +%{\tt GSview\,1.3} (f"ur die Bildschirmdarstellung) +%{\tt ghostview 1.3} (f"ur die Bildschirmdarstellung) +%{\tt dviscr 1.4s} (f"ur die Bildschirmdarstellung), +%{\tt dvipm 1.5a} (f"ur die Bildschirmdarstellung), +%\texttt{Ac"-ro"-bat Read"-er 5.0.8} +% und \texttt{windvi 0.67} +%und +%\texttt{xdvi(k)} \texttt{22.40k} +%f"ur die Bild"-schirm"-dar"-stellung. +%und \texttt{dvips(k)~5.86e} +%(f"ur die endg"ultige Belichtung) +%f"ur Korrektur und Belichtung. +%Die Schriften zur Belichtung wurden mit +%dem \MF-Modus \texttt{linoone} (1270\,dpi) berechnet. +Als Stan"-dard-Schriften kamen die Type-1-Fonts Latin-Modern und LuxiMono zum Einsatz. + +\smallskip +\vfill +\noindent +\begin{tabular}{@{}l@{ }l@{}} + Erscheinungsweise: & viertelj"ahrlich\\ + Erscheinungsort: & Heidelberg\\ + Auf\/lage: & 2700\\ + Herausgeber: & \Dante\\ + & Postfach 10\,18\,40\\ + & 69008 Heidelberg\\[3pt] + & \begin{tabular}[b]{@{}ll@{}} +% Tel.: & 0\,62\,21/2\,97\,66\\ +% Fax: & 0\,62\,21/16\,79\,06\\ + E-Mail: & \texttt{dante@dante.de}\\ + & \texttt{dtkred@dante.de} (Redaktion) + \end{tabular}\\[4pt] + Druck: & Konrad Triltsch Print und digitale Medien GmbH\\ + & Johannes-Gutenberg-Str. 1--3, + 97199 Ochsenfurt-Hohestadt\\[4pt] + Redaktion: & Herbert Vo\ss\ (verantwortlicher Redakteur)\\ + Mitarbeit : & %\raisebox{-\height}{\begin{minipage}{.75\textwidth} +% \begin{multicols}3 \raggedright +% \makebox[0.25\linewidth][l]{Luzia Dietsche} %\\ +% \makebox[0.25\linewidth][l]{Rudolf Herrmann} %\\ +% Moriz Hoffmann-""Axthelm \\ +% \makebox[0.25\linewidth][l]{Klaus H"oppner} % \\ +% Lutz Ihlenburg \\ + \makebox[0.25\linewidth][l]{Gert Ingold} +% \makebox[0.25\linewidth][l]{Manfred Lotz} +% Uwe M"unch \\ +% & \makebox[0.25\linewidth][l]{Gerd Neugebauer} %\\ + \makebox[0.25\linewidth][l]{Rolf Niepraschk} +% \makebox[0.25\linewidth][l]{G"unter Partosch} \\ +% & \makebox[0.25\linewidth][l]{Bernd Raichle} %\\ + \makebox[0.25\linewidth][l]{Christine Römer} +% \makebox[0.25\linewidth][l]{Volker RW Schaa} %\\ +% \makebox[0.25\linewidth][l]{Hilmar Schlegel} +% \makebox[0.25\linewidth][l]{Martin Schröder} \\ +% \makebox[0.25\linewidth][l]{Uwe Ziegenhagen} +% \end{multicols} + %\end{minipage}} + +\end{tabular} + +\bigskip + +\noindent +\makebox[\linewidth]{% + Redaktionsschluss für Heft 1/2010: 15. Januar 2010 + \hfill + {ISSN 1434-5897}} + +\par\endgroup +\endinput diff --git a/Master/texmf-dist/doc/latex/dtk/komoedie/komoedie.tex b/Master/texmf-dist/doc/latex/dtk/komoedie/komoedie.tex new file mode 100644 index 00000000000..b73c4a887e1 --- /dev/null +++ b/Master/texmf-dist/doc/latex/dtk/komoedie/komoedie.tex @@ -0,0 +1,155 @@ +%\pdfpkresolution=1200\relax +%\PassOptionsToPackage{draft}{graphics} +%\PassOptionsToPackage{russian,greek,USenglish,ngerman}{babel} +\PassOptionsToPackage{table,dvipsnames}{xcolor} +%\PassOptionsToPackage{final}{listings} +%\PassOptionsToPackage{X2,OT2,T1}{fontenc} +\listfiles + +\documentclass[%tgschola, +full,fleqn,08,ngerman]{dtk} +\usepackage[T1]{fontenc} +\usepackage[utf8]{inputenc} +\usepackage{cmap} +\usepackage{dtklogos,ragged2e,booktabs} +\usepackage{eurosym} +\usepackage[hyphens]{url} +\usepackage{graphicx} +\usepackage{xspace,shortvrb} +\usepackage[bottom]{footmisc} +\usepackage{array,calc} +\usepackage{enumerate,pdfpages} +\usepackage{booktabs} +\usepackage{subfig} +\usepackage{babel} +\usepackage{setspace} +\AtBeginDocument{\selectlanguage{ngerman}} +%\usepackage[protrusion=true,expansion=true]{microtype} +\usepackage{microtype} + +\lstset{literate={ä}{{\"a}}1 {ö}{{\"o}}1 {ü}{{\"u}}1 + {Ä}{{\"A}}1 {Ö}{{\"O}}1 {Ãœ}{{\"U}}1 {ß}{\ss}1,language=[LaTeX]TeX} + +%\usepackage[ragged]{sidecap} +%\usepackage{picins} +%\usepackage{pifont} + +\setlength{\belowcaptionskip}{\abovecaptionskip} +\let\Euro\euro +\let\CTANurl\ctanurl +\def\amsmath{\texttt{amsmath}} +\def\cs#1{\texttt{\textbackslash#1}} +%\renewcommand\floatpagefraction{.8}??? +%^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ +% In `dtk.cls' hinein? RN + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%%% Warum nicht in dtklogos drin? +%%%\newcommand*\CMD[1]{\small\texttt{\textbackslash #1}} +\newcommand*\CTAN{\textsc{CTAN}} +%%%\newcommand*\AMSmath{\texttt{amsmath}}% +% Was ist AMSmath? Ein Logo? RN + +%\urldef{\WinstonChang}\url{http://www.stdout.org/~winston/latex/} +\lstset{basicstyle=\small\ttfamily} + +%\makeindex +%\inputencoding{utf8} +%\selectlanguage{ngerman} +%\shorthandon{"} +\makeaddresses + + +\makeatletter +\makeatother% + + + +\begin{document} + +\DieTeXnischeKomoedie{4/2009}{21}{November 2009} + +\part{Impressum} +\vspace*{-2mm} +\inputencoding{utf8} +\DTKinput{impressum} + +\part{Editorial} +\DTKinput{editorial} +\markboth{}{} + +\clearpage + + +\part[Hinter der B"uhne]{Hinter der B"uhne}[Vereinsinternes] +\bgroup +\inputencoding{latin1} +\DTKinput{gruss-2009-3-m} +\clearpage +\DTKinput{mv41-lang} +%\DTKinput{kassenbericht} +\egroup + +\part{\TeX-Theatertage} +\DTKinput{esslingen} +\bgroup +\inputencoding{latin1} +\DTKinput{kiel} +\egroup + + +\part{Bretter, die die Welt bedeuten} + +\DTKinput{eqExam} + +\bgroup +\inputencoding{latin9} +\DTKinput{ziegenhagen} +\DTKinput{GaPBer2} +\DTKinput{Hyper} +\DTKinput{willand} +\DTKinput{grob} +\egroup + +\clearpage + +%\part{Tipps und Tricks} + +%\DTKinput{niepraschk0} +\clearpage + +\part{Von fremden Bühnen} +\vspace*{-4ex} +\bgroup +\inputencoding{latin1} +\DTKinput{neuepakete} +\egroup + + +\part{Bücher und Rezensionen} + +\DTKinput{roemer} + +%\part{Leserbriefe} + +\clearpage +\part{Spielplan} + +\DTKinput{termine} +\clearpage + +\DTKinput{stammtische} + +\part{Adressen} + +\DTKinput{adressen} + +\clearpage +\markboth{}{} +\listofaddresses +\begingroup +%\raggedright% +\tableofcontents +\endgroup +\end{document} diff --git a/Master/texmf-dist/doc/latex/dtk/komoedie/ruecken.tex b/Master/texmf-dist/doc/latex/dtk/komoedie/ruecken.tex new file mode 100644 index 00000000000..a6130ee72a3 --- /dev/null +++ b/Master/texmf-dist/doc/latex/dtk/komoedie/ruecken.tex @@ -0,0 +1,29 @@ + +\documentclass[11pt,a4paper]{article} + +\usepackage[T1]{fontenc} + +\usepackage{lmodern} + +\oddsidemargin=-1in + +\unitlength=1mm + +\begin{document} + +\begin{picture}(210,4) + + \put(5,2){\makebox(100,0)[l]{\tiny Die \TeX nische Kom\"odie 4/2009}} + + \put(0,0){\line(-1,0){5}} + + \put(0,0){\line(0,-1){5}} + + \put(0,4){\line(-1,0){5}} + + \put(0,4){\line(0,1){5}} + +\end{picture} + +\end{document} + diff --git a/Master/texmf-dist/doc/latex/dtk/komoedie/rueckenNeu.tex b/Master/texmf-dist/doc/latex/dtk/komoedie/rueckenNeu.tex new file mode 100644 index 00000000000..78c7c804f9e --- /dev/null +++ b/Master/texmf-dist/doc/latex/dtk/komoedie/rueckenNeu.tex @@ -0,0 +1,29 @@ +\documentclass[11pt,a4paper,landscape]{article} +\pagestyle{empty} +\usepackage{xcolor,geometry} +\oddsidemargin=-1in + +\unitlength=1mm + +\begin{document} + +\begin{picture}(210,4) + + \put(0,1.2){\colorbox{black!10}{\makebox[700pt][l]{\rule[-2ex]{0pt}{5ex}\kern5mm\tiny + Die \TeX nische Kom\"odie 1/2009\hfill~}}} + + \put(0,0){\line(-1,0){5}} + \put(210,0){\line(1,0){5}} + + \put(0,0){\line(0,-1){5}} + \put(210,0){\line(0,-1){5}} + + \put(0,4){\line(-1,0){5}} + \put(210,4){\line(1,0){5}} + + \put(0,4){\line(0,1){5}} + \put(210,4){\line(0,1){5}} +\end{picture} + +\end{document} + diff --git a/Master/texmf-dist/doc/latex/dtk/komoedie/stammtische.tex b/Master/texmf-dist/doc/latex/dtk/komoedie/stammtische.tex new file mode 100644 index 00000000000..9a41719e9c3 --- /dev/null +++ b/Master/texmf-dist/doc/latex/dtk/komoedie/stammtische.tex @@ -0,0 +1,281 @@ +\chapter{Stammtische}\Label{stammt} +\markboth{}{} +\bgroup\small +\emph{In verschiedenen Städten im Einzugsbereich von \dante{} finden + regelmäßig Treffen von \TeX-Anwendern statt, die für jeden offen + sind. Im WWW gibt es aktuelle Informationen unter + \Path{http://www.dante.de/index/Stammtische.html}. +} +\vspace*{2pt} +%\vspace*{8pt} + +\begin{multicols}{2}\small\raggedright\raggedcolumns + \renewcommand\rolllabel[1]{\hspace\labelsep\bf #1\hfill} + \begin{roll}\footnotesize + \setlength{\itemsep}{-.5ex} + \item[Aachen] \ \\ + Torsten Bronger\\ \url{bronger@physik.rwth-aachen.de}\\ + \emph{Gaststätte Knossos, Templergraben 28\\ + Zweiter Donnerstag im Monat, 19.00\,Uhr} + + \item[Berlin] \ \\ + Rolf Niepraschk\\ % mnr 569 +% Physikalisch-Technische Bundesanstalt\\ +% Abbestr. 2--12\\ + Tel.: 0\,30/3\,48\,13\,16\\ + \url{Rolf.Niepraschk@gmx.de}\\ +% \emph{Gasthaus Pali-Eck \\ Koppenstr. 41\\ + \emph{Gaststätte Bärenschenke\\ + Friedrichstraße 124\\ + 10117 Berlin Mitte\\ + Zweiter Donnerstag im Monat, + 19.00\,Uhr} +% + \item[Bremen] \ \\ + Winfried Neugebauer\\ + Tel.: 04\,21-8\,28\,65\,14\\ + \url{tex@wphn.de}\\ + \emph{Wechselnder Ort\\ + Erster Donnerstag im Monat, + 18.30\,Uhr} +% +% \item[Chemnitz] \ \\ +% Ralf König\\ +% Tel.: 03\,41/4\,11\,58\,00\\ +% \verb|ralf.koenig@s1998.tu-chemnitz.de|\\ +% \emph{Studenten-Klub "`bspw"'\\ Vettersstra� 70/72, 2.OG\\ +% Dritter Mittwoch im Monat, 18.00\,Uhr} +% + \item[Darmstadt] \ \\ + Karlheinz Geyer\\ + \url{geyerk.fv.tu@nds.tu-darmstadt.de}\\ + \emph{Hostaria Toskana\\ + Nieder-Ramstädter-Straße 13\\ + 64283 Darmstadt\\ + \url{http://www.da-tex.org}\\ + Erster Freitag im Monat, ab 19.30\,Uhr} +% + \item[Dortmund] \ \\ + Martin Schr\"oder\\ + \url{martin@oneiros.de}\\ + Tel.: 0231-1206574\\ + \emph{Wechselnder Ort\\ + Zweiter Mittwoch im Monat, 18.30\,Uhr} +% + \item[Dresden] \ \\ + Carsten Vogel\\ + \url{lego@wh10.tu-dresden.de}\\ + \emph{Studentenwohnheim, + Borsbergstraße 34, Dresden, Ortsteil Striesen\\ + ca. alle 8 Wochen, Mittwoch, 19.00\,Uhr} +% \columnbreak\columnbreak\columnbreak + + \item[Düsseldorf] \ \\ + Georg Verweyen\\ + \url{Georg.Verweyen@web.de}\\ + \emph{Bistro/Café Zicke\\ + Böckerstr. 5\,a (Ecke Bergerallee)\\ + 40213 Düsseldorf\\ + Zweiter Mittwoch in ungeraden Monaten, 20.00\,Uhr} +% +%\columnbreak + \item[Erlangen] \ \\ + Walter Schmidt, Peter Seitz\\ + \url{w.a.schmidt@gmx.net}\\% \url{p.seitz@ks-ingenieurconsult.de}\\ +% \url{http://home.vr-web.de/was/stammtisch.html} + \emph{Gaststätte "`Deutsches Haus"'\\ + Luitpoldstraße 25\\ + Dritter Dienstag im Monat, 19.00\,Uhr}% +% + \item[Freiburg] \ \\ + Heiko Oberdiek\\ + Tel.: 07\,61/4\,34\,05\\ + \url{oberdiek@uni-freiburg.de}\\ + \url{http://www.inacker.de/TeX/}\\ + \emph{Wechselnder Ort\\ + Dritter Donnerstag im Monat, 19.30\,Uhr}% +% + \item[Hamburg] \ \\%\raggedright + Lothar Fröhling\\ + \url{lothar@thefroehlings.de}\\ + \emph{Zum Schwarzenberg\\ + Schwarzenbergstr. 80 -- 21073 Hamburg\\ + Letzter Dienstag im Monat, 19.30\,Uhr}% +% \vspace*{0pt}% +% + \item[Hannover] \ \\ + Mark Heisterkamp\\ +% Seminarraum RRZN, Regionales Rechenzentrum f"ur Niedersachsen, +% Schloßwender Str. 5\\ +% Tel.: 05\,11/7\,62\,51\,34\\ + \url{heisterkamp@rrzn.uni-hannover.de}\\ + \emph{Seminarraum RRZN\\ + Schlo"swender Straße 5\\ + Zweiter Donnerstag im Monat, + 18.30\,Uhr} +% + \item[Heidelberg] \ \\ + Martin Wilhelm Leidig\\ + Tel.: 06203/402203 \\ + \url{moss@moss.in-berlin.de}\\ + Anmeldeseite zur Mailingliste: \\[1pt] + \parbox{\columnwidth}{% + \url{http://mailman.moss.in-berlin.de/mailman/listinfo/stammtisch-hd-moss.in-berlin.de}}\\[1pt] + \emph{"`Goldener Hirsch"'\\ + Hauptstr. 18, 68526 Ladenburg\\ + Letzter Freitag im Monat, ab 19.30 Uhr} +% + \item[Karlsruhe] \ \\ + Klaus Braune\\ + Tel.: 07\,21/6\,08\,40\,31\\ + \url{braune@rz.uni-karlsruhe.de}\\ + \emph{Universit"at Karlsruhe, Rechenzentrum\\ + Zirkel 2, 3.\,OG, Raum 316\\ + Erster Donnerstag im Monat, + 19.30\,Uhr} +%\columnbreak\columnbreak\columnbreak + +\iffalse + \item[Kiel] \ \\ + Karsten Heymann\\ + \url{karsten.heymann@gmx.de}\\ + \emph{Letzter Donnerstag im Monat, 19.00\, Uhr\\ + Ort siehe \url{http://zaubberer.net/latexwiki}} +\fi + \item[Köln] \ \\ + Helmut Siegert\\ +% \url{b.hopp@lepkes-frings.de}\\ + \emph{Institut f"ur Kristallographie\\ + Zülpicher Straße 49b\\ + Letzter Dienstag im Monat, + 19.30\,Uhr} +% 50674 Köln +% \columnbreak\columnbreak\columnbreak +% \item[Konstanz] \ \\ +% Matthias Weisgerber, Hraban Ramm \\ +% \verb|weisgerb@fmi.uni-konstanz.de|, \verb|hraban@fiee.net|\\ +% \emph{Restaurant Rheingold\\ +% Spanierstra� 3\\ +% unregelm�ig} +% + \item[München] \ \\ + Uwe Siart\\ + \url{uwe.siart@tum.de}\\ + \url{http://www.siart.de/typografie/stammtisch.xhtml}\\ + \emph{Gaststätte "`Marktwirt"'\\ + Heiliggeiststr.\,2 \\ + Erste Woche des Monats an wechselnden Tagen, 19.00\,Uhr} +% +% +% \item[Münster] \ \\ +% Johannes Reese\\ +% \url{reese@linguist.de}\\ +% \emph{Gaststätte "`Sabroso"'\\ Mauritzstraße 19\\ +% nach Vereinbarung} +% +% \item[Oldenburg] \ \\ +% Konrad Blum\\ +% \verb+konrad@blum.physik.uni-oldenburg.de+\\ +% \emph{Bistro "`DaCapo"'\\ +% Friedhofsweg 64 \\%26121 Oldenburg +% Zweiter Montag im Monat, 20.00\,Uhr} +% +% \columnbreak\columnbreak\columnbreak + \item[Stuttgart] \ \\\nopagebreak + Bernd Raichle\\ + \url{bernd.raichle@gmx.de}\\ + \emph{Bar e Ristorante "`Valle"'\\ + Geschwister-Scholl-Str. 3\\ + Zweiter Dienstag im Monat, 19.30\,Uhr} + + \item[Trier] \ \\ + Martin Sievers\\ + \url{stammtisch-trier@texberatung.de}\\ + \emph{Fetzenkneipe (Haus Fetzenreich)\\ + Sichelstraße 36 (beim Sieh-Um-Dich)\\ +% 54290 Trier\\ + Dritter Montag des Monats, 20.15\,Uhr} + +% +%Ort: Ratskeller Ulm (Rathaus Ulm) 16-3-2009 +%Zeit: jeder dritte Montag im Monat um 19.30 +%Webseite: http://latex.in-ulm.de +%Ansprechpartner: Adelheid Grob, latex@heidi.in-ulm.de + + \item[Ulm] \ \\ + Adelheid Grob\\ + \url{latex@heidi.in-ulm.de}\\ + \url{http://latex.in-ulm.de}\\ + \emph{Ratskeller Ulm (Rathaus Ulm)\\ + Dritter Montag im Monat, 19.30\,Uhr} +% + \item[Wuppertal] \ \\\raggedright + Andreas Schrell\\ % mnr 86 +% Erlenstr. 1\\ + Tel.: 02193/53\,10\,93\\ + \url{as@schrell.de}\\ + \emph{Restaurant Croatia "`Haus Johannisberg"'\\ + Südstraße 10\\ + an der Schwimmoper Wuppertal-Elberfeld\\ + Zweiter Donnerstag im Monat, 19.30\,Uhr}% +% + \item[W\"urzburg] \ \\ + Bastian Hepp\\ + \url{LaTeX@sning.de}\\ + \emph{nach Vereinbarung} +% +% \item[Z\"urich] \ \\ +% Johannes Reese\\ +% \url{reese@spw.unizh.ch}\\ +% \emph{nach Vereinbarung} +% + \end{roll}% +\end{multicols}% +\egroup + +\markboth{Stammtische}{Stammtische} + + +\iffalse +\vfill +\bgroup\fboxsep=10pt +\fbox{\parbox{\linewidth-2\fboxsep-2\fboxrule}{% +\emph{Der Bayerische \TeX-Stammtisch 2009} + +\medskip +Jedes Jahr veranstalten die \TeX-Stammtische aus München, Erlangen und +Ulm ein gemeinsames Sommerfest mit Fachvorträgen und anschließendem Grillabend. + +Das diesjährige Sommerfest findet statt am Samstag, 27.\,Juni 2009 in Ulm. +Beginn: voraussichtlich 14 Uhr; Ende: offen. +% +Weitere Informationen und Kontaktadresse siehe \url{http://latex.in-ulm.de/baytex09/}. + +Gäste von außerhalb Bayerns bzw. Ulms sind herzlich willkommen! }} +\egroup +\fi + +\vfill + +\begin{center} +%\includegraphics[width=0.495\textwidth]{Bilder/ess8}\hfill% +%\includegraphics[width=0.495\textwidth]{Bilder/ess0} + +%\includegraphics[width=0.495\textwidth]{Bilder/ess1}\hfill% +%\includegraphics[width=0.495\textwidth]{Bilder/ess2} + +\minipage[b]{0.495\textwidth} +\includegraphics[width=0.9\linewidth]{Bilder/ess3} +~\rotatebox{90}{\small(Fotos: Martin Sievers)} +\endminipage\hfill% +\minipage[b]{0.495\textwidth} +\includegraphics[width=\linewidth]{Bilder/ess6}\\[2pt] +\includegraphics[width=\linewidth]{Bilder/ess5} +\endminipage + +\end{center} + + +\endinput + + diff --git a/Master/texmf-dist/doc/latex/dtk/komoedie/termine.tex b/Master/texmf-dist/doc/latex/dtk/komoedie/termine.tex new file mode 100644 index 00000000000..68c4ef37bf3 --- /dev/null +++ b/Master/texmf-dist/doc/latex/dtk/komoedie/termine.tex @@ -0,0 +1,89 @@ + +\vspace*{-3mm} + +\chapter{Termine}\label{termine} + +\begin{tabularx}{\linewidth}{@{}rX@{}} + +\iffalse +\multicolumn{2}{@{}l}{\textbf{2009}} \\[3pt] + +28.\,7. -- 31.\,7. & + \textbf{TUG 2009}\newline + Notre Dame (Indiana), USA\newline + \url{http://tug.org/tug2009/} \\[3pt] + +24.\,8. -- 28.\,8. & + \textbf{Euro\TeX\ 2009 und Con\TeX t meeting}\newline + Den Haag, Niederlande\newline + \url{http://www.ntg.nl/EuroTeX2009/} \\[3pt] + +12.\,9. & + \textbf{Herbsttagung}\newline und 41.\,Mitgliederversammlung von \dante\newline + Hochschule Esslingen\newline + \url{http://www.dante.de/events/mv41.html} \\[3pt] + + +2.\,10. -- 3.\,10. & + \textbf{Kieler Linux- und OpenSource-Tage} \newline + Kieler Innovations- und Technologiezentrum\newline + Schauenburgerstr. 116, 24118 Kiel\\[3pt] + +13.\,10. & + \textbf{GuiT} 2007 meeting\newline + Pisa, Italien\newline + \url{http://www.guit.sssup.it/GuITmeeting/2007/2007.en.php/} \\[3pt] +\fi + + +\multicolumn{2}{@{}l}{\textbf{2010}} \\[3pt] +%25.\,2. -- 27.\,2. & +Februar & + \textbf{DANTE\,2010}\newline und 42.\,Mitgliederversammlung von \dante\newline + Universität Dortmund\newline + ~%\url{http://www.dante.de/dante/events/dante2009/} + \\[3pt] + +13.\,3. -- 14.\,3. & + \textbf{Chemnitzer Linuxtage\,2010} \newline + Technische Universität Chemnitz\newline + 09107 Chemnitz\newline + \url{http://www.chemnitzer.linux-tage.de}\\[3pt] + + +\iffalse +20.\,8. -- 25.\,8. & + \textbf{2nd Con\TeX t user meeting}\newline + Bohinj, Slovenia\newline + \url{http://meeting.contextgarden.net/2008/}\\[3pt] + +13.\,10. & + \textbf{GuiT} 2008 meeting\newline + Pisa, Italien\newline + \url{http://www.guit.sssup.it/GuITmeeting/2008/2008.en.php/} \\[3pt] +\fi +%\multicolumn{2}{@{}l@{}}{\textbf{2009}} \\[3pt] + +\end{tabularx} + +\vfill +\begin{center} +\includegraphics[width=0.495\textwidth]{Bilder/ess8}\hfill% +\includegraphics[width=0.495\textwidth]{Bilder/ess0} + +\includegraphics[width=0.495\textwidth]{Bilder/ess1}\hfill% +\includegraphics[width=0.495\textwidth]{Bilder/ess2}\\ +{\footnotesize(Fotos: Martin Sievers)} +%\minipage[b]{0.495\textwidth} +%\includegraphics[width=\linewidth]{Bilder/ess3} +%\endminipage\hfill% +%\minipage[b]{0.495\textwidth} +%\includegraphics[width=\linewidth]{Bilder/ess6}\\[9.5mm] +%\includegraphics[width=\linewidth]{Bilder/ess5} +%\endminipage +\end{center} + +\clearpage + + +\endinput |