summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/dtk/dtk.cls
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/dtk/dtk.cls')
-rw-r--r--Master/texmf-dist/tex/latex/dtk/dtk.cls1382
1 files changed, 430 insertions, 952 deletions
diff --git a/Master/texmf-dist/tex/latex/dtk/dtk.cls b/Master/texmf-dist/tex/latex/dtk/dtk.cls
index 661f99f5975..7a738096274 100644
--- a/Master/texmf-dist/tex/latex/dtk/dtk.cls
+++ b/Master/texmf-dist/tex/latex/dtk/dtk.cls
@@ -1,11 +1,9 @@
-%% $Id: dtk.cls 42 2014-07-08 17:34:44Z herbert $
-%%
%% This is file `dtk.cls',
%%
%% LaTeX Class for ``Die TeXnische Komoedie''.
%%
-%% Copyright (C) 1995-1996 Gerd Neugebauer
-%% Copyright (C) 1997- Herbert Voß
+%% Copyright (C) 2015-
+%% Rolf Niepraschk, Herbert Voss
%%
%% It may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3c
@@ -14,997 +12,477 @@
%% http://www.latex-project.org/lppl.txt
%% and version 1.3c or later is part of all distributions of LaTeX
%% version 2005/12/01 or later.
-%
-\def\filename{dtk.cls}
-\def\fileversion{1.32}
-\def\filedate{2015/02/23}
-%
-\NeedsTeXFormat{LaTeX2e}[1995/12/01]
-\ProvidesClass{dtk}[\filedate~\fileversion~ dtk document class (gn,rn,hv)]
-\let\DTKversion=\fileversion
-\let\DTKdate=\filedate
-\newif\ifDTK@Author@
-\DTK@Author@true
-\newif\ifDTK@Draft@
-\newif\ifDTK@lineno@
-\DTK@lineno@false
-\newif\ifDTK@numeric@
-\DTK@numeric@true
-\newif\ifDTK@german@
-\DTK@german@true
-\ifx\documentclass\@undefined
- \newcommand\RequirePackage[1]{
- \chardef\DTK@cat=\the\catcode`\@
- \catcode`\@=11
- \input{#1.sty}%
- \catcode`\@=\DTK@cat}
- \let\LoadClass=\RequirePackage
- \newcommand\InputIfFileExists[3]{%
- \openin\DTK@file #1
- \ifeof\DTK@file\closein\DTK@file #3%
- \else\closein\DTK@file #2\input{#1}%
- \fi}
- \newcommand\DeclareOption{\@ifstar{\@gobble}{\DTK@DeclareOption}}
- \newcommand\DTK@DeclareOption[2]{\@namedef{ds@#1}{#2}}
- \let\ProcessOptions=\relax
- \let\OptionNotUsed=\gobble
- \def\ProvidesClass#1[#2]{\typeout{Document Style #1 #2}}
-\iffalse
- \providecommand\emph[1]{{\em#1}}
- \providecommand\textbf[1]{{\bf#1}}
- \providecommand\textrm[1]{{\rm#1}}
- \providecommand\textsc[1]{{\sc#1}}
- \providecommand\textsf[1]{{\sf#1}}
- \providecommand\textsl[1]{{\sl#1}}
- \providecommand\textit[1]{{\it#1}}
- \providecommand\texttt[1]{{\tt#1}}
-\fi
- \@ifundefined{fontshape}{\let\fontshape=\@gobble}{}
- \@ifundefined{selectfont}{\let\selectfont=\relax}{}
- \newcommand\providecommand[2]{\ifx#1\@undefined\newcommand#1{#2}\fi}
-\fi
-\newread\DTK@file
-\ProvidesClass{dtk}[\filedate\space\fileversion\space gene]
-\newcommand\DTK@isnum[1]{%
- \if!\ifnum9<1#1!\else_\fi
- \expandafter\@firstoftwo
- \else
- \expandafter\@secondoftwo
- \fi
-}
-\newcommand*\DTK@@thelinenumber{\thepage-\arabic{linenumber}}
-%%%%
-\DeclareOption{10pt}{\OptionNotUsed}
-\DeclareOption{11pt}{\OptionNotUsed}
-\DeclareOption{12pt}{\OptionNotUsed}
-\DeclareOption{twoside}{\OptionNotUsed}
-\DeclareOption{oneside}{\OptionNotUsed}
-\DeclareOption{full}{\DTK@Author@false}
-\DeclareOption{omitgerman}{\DTK@german@false}
-\DeclareOption{alpha}{\DTK@numeric@false}
-\DeclareOption{ancient}{\def\DTK@layout{95}}
-\DeclareOption{draft}{%
- \DTK@Draft@true
- \DTK@lineno@true
- \PassOptionsToPackage{pagewise}{lineno}%
- \PassOptionsToClass{\CurrentOption}{book}%
-}
-\DeclareOption{linenumbers}{\DTK@lineno@true}
-\DeclareOption{nolinenumbers}{\DTK@lineno@false}
-\DeclareOption{pagewise}{%
- \PassOptionsToPackage{\CurrentOption}{lineno}}
-\DeclareOption{running}{%
- \PassOptionsToPackage{\CurrentOption}{lineno}}
-\DeclareOption{ln-long}{\def\DTK@@thelinenumber{%
- %\def\Hugo{%
- \ifoddNumberedPage% eigtl. Even!!!
- \ifodd\c@page
- \@tempswatrue %C
- \else
- \@tempswafalse %D
- \fi
+\listfiles
+\NeedsTeXFormat{LaTeX2e}[1999/12/01]
+\RequirePackage{hyphsubst}% Trennregeln austauschen
+\HyphSubstIfExists{ngerman-x-latest}{%
+ \HyphSubstLet{ngerman}{ngerman-x-latest}}{}
+\HyphSubstIfExists{german-x-latest}{%
+ \HyphSubstLet{german}{german-x-latest}}{}
+
+\def\DTKversion{2.0b}
+\def\DTKversiondate{2016/02/15}
+\ProvidesClass{dtk}[\DTKversiondate\ v\DTKversion\ dtk documentclass (RN)]
+
+\RequirePackage{ifxetex,ifluatex,ifpdf,ifvtex}
+\newcommand*\DTK@engine{}
+
+\ifluatex
+ \def\DTK@engine{4}% LuaTeX
+\else
+ \ifxetex
+ \def\DTK@engine{3}% XeTeX
\else
- \ifodd\c@page
- \@tempswafalse %A
+ \ifpdf
+ \def\DTK@engine{2}% pdfTeX
\else
- \@tempswatrue %B
+ \ifvtex
+ \def\DTK@engine{1}% VTeX
+ \else
+ \def\DTK@engine{0}% TeX+dvips
+ \fi
\fi
\fi
- %}\Hugo
- %\@tempcnta=\c@page
- %\if@tempswa \advance\@tempcnta\@ne \fi
- \if@tempswa \advance\c@page\@ne \fi
- %\edef\thepage{\the\@tempcnta}%
- \thepage-\arabic{linenumber}}}
-\DeclareOption{ln-short}{\def\DTK@@thelinenumber{%
- \arabic{linenumber}}}
-\DeclareOption*{\PassOptionsToClass{\CurrentOption}{book}}%
-%
-\ProcessOptions
-\LoadClass{book}
-
-\let\Ref=\ref
-\let\Label=\label
-\let\Pageref=\pageref
-
-\RequirePackage{fixltx2e}
-\RequirePackage{xcolor}%
-\ifDTK@lineno@
- \RequirePackage{lineno}\linenumbers
- \linenumbersep=.8ex
- \def\linenumberfont{\normalfont\scriptsize\sffamily\bfseries}%
- \definecolor{DTK@lineno@color}{cmyk}{0.26,0,0.76,0}% SpringGreen
- \def\thelinenumber{%
- \begingroup
- \fboxsep=.3ex\fcolorbox{black}{DTK@lineno@color}{%
- \DTK@@thelinenumber}%
- \endgroup}%
\fi
-%%%%%%%%%%
-\RequirePackage{etex}
-\RequirePackage{ifxetex}
-\RequirePackage{ifluatex}
-\ifluatex
- \RequirePackage{amssymb}
- \RequirePackage{textcomp}
- \RequirePackage{eurosym}
- \let\EURO\euro
-% \usepackage{expl3}%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-% \ExplSyntaxOn
-% \let\lua_now_x:n\directlua
-% \ExplSyntaxOff
- \RequirePackage{amsmath}
- \RequirePackage{fontspec}
- \RequirePackage{unicode-math}
- \RequirePackage[lining=true]{libertine}
- \setmathfont[Scale=0.9,math-style=TeX,bold-style=TeX]{XITS Math}
-% \setmathfont[range=8728]{Neo Euler}%%% "2218
- \let\degrees\vysmwhtcircle
-% \setmonofont[Scale=0.81]{Luxi Mono}
- \setmonofont[Scale=0.81,FakeStretch=0.9]{Bitstream Vera Sans Mono}
-% \setmonofont[Scale=0.81]{SourceCodePro-Regular}
-% \setmonofont[Scale=0.81]{Lucida Sans Typewriter}
- \usepackage{luacode}
-% \usepackage{polyglossia}
- \usepackage{babel}
-% \usepackage[autostyle,german=guillemets]{csquotes}
- \usepackage[ngerman]{selnolig}
- \nolig{Herbstt[aruöe]}{Herbst|t}
- \nolig{Mitt[iruä]}{Mit|t}
-% \MakeAutoQuote{»}{«}
-% \setmainlanguage[spelling=new,latesthyphen=true,babelshorthands=true]{german}
-\else
- \RequirePackage[T1]{fontenc}
- \RequirePackage{mathpazo}
- \RequirePackage[scale=0.95]{tgpagella}
- \RequirePackage[scale=0.92]{tgheros}
- \RequirePackage[scaled=0.83]{beramono}
-
- \RequirePackage[utf8]{inputenc}
- \RequirePackage[full]{textcomp}
- \RequirePackage{cmap}
- \RequirePackage{babel}
- \usepackage[autostyle,german=guillemets]{csquotes}
-% \MakeAutoQuote{»}{«}
-\fi
-\RequirePackage[%factor=1500,
- verbose=true,final=true]{microtype}
-%
-\RequirePackage{afterpage}
-\usepackage[hyphens]{url}
-\DeclareRobustCommand*{\URL}{\url}
-\def\UrlFont{\ttfamily\Small}
-\usepackage[newcommands,newparameters]{ragged2e}
-\usepackage{filecontents}
-
-\RequirePackage{tabularx}
-\RequirePackage{graphicx}
-\RequirePackage{xspace,shortvrb}
-\RequirePackage[bottom,marginal]{footmisc}
-\RequirePackage{array}
-\RequirePackage{enumerate}
-\RequirePackage{booktabs}
-\RequirePackage{subfig}
-\RequirePackage{setspace}
-
-\RequirePackage{multicol}
-\RequirePackage{dtklogos}
-\paperwidth = 148mm
-\paperheight = 210mm
-\textheight = 485pt %%%%471pt
-\textwidth = 333pt
-\oddsidemargin = 0pt
-\evensidemargin = \oddsidemargin
-\oddsidemargin -35.89157pt
-\evensidemargin -17.70235pt
-\topmargin -55.66684pt
-\headheight = 17pt
-\headsep = 17pt
-\footskip = 24pt
-\parskip = 0.3\baselineskip
-\advance\parskip by 0pt plus 2pt
-\parindent = 0pt
+
+\RequirePackage{xkeyval}
+
+\newif\ifDTK@Author@ \DTK@Author@true
+\newif\ifDTK@bib@ \DTK@bib@false
+\newif\ifDTKcolor \DTKcolorfalse % "@" ?
+\newif\ifDTK@korr@ \DTK@korr@false
+
+\newcommand*\journalname{Die \protect\TeX{}nische Kom\"odie}
+
+\newcommand*\DTKyear{} \edef\DTKyear{\the\year}
+\newcommand*\DTKmonth{0}
+\newcommand*\DTKissue{0}
+\newcommand*\DTKvolume{??}
+\newcommand*\DTKdate{?/??}
+\newcommand*\DTKcorrVersion{\mbox{}}
+\newcommand*\DTKfullIssue{\mbox{}}
+\newcommand*\DTKissn{1434-5897}
+
+\DeclareOptionX{Ausgabe}{\def\DTKissue{#1}}
+\DeclareOptionX{Jahr}{\def\DTKyear{#1}}
+\DeclareOptionX{Monat}{\def\DTKmonth{#1}}
+\DeclareOptionX{korr}[true]{\csname DTK@korr@#1\endcsname}
+\DeclareOptionX{full}[true]{\csname @tempswa#1\endcsname
+ \if@tempswa\DTK@Author@false\else\DTK@Author@true\fi}
+\DeclareOptionX{color}[true]{\csname DTKcolor#1\endcsname}
+\DeclareOptionX{draft}{\PassOptionsToClass{\CurrentOption}{scrbook}}
+
+\DeclareOptionX*{\OptionNotUsed}
+\ProcessOptionsX\relax
+
+\PassOptionsToPackage{paper=a5,pagesize}{typearea}
+
+\newdimen\DTK@tempdima
+\newdimen\DTK@tempdimb
+\newdimen\DTK@tempdimc
+
+\newcommand*\DTK@tempa{}
+\newcommand*\DTK@tempb{}
+\newcommand*\DTK@tempc{}
+
+\PassOptionsToPackage{hyphens}{url}
+\RequirePackage{dtk-url}
+
+\LoadClass[%
+,twoside
+,fontsize=10pt
+,captions=oneline
+,parskip=full-
+,headings=small
+,open=any
+,pagesize
+]{scrbook}
+
+\RequirePackage{scrhack}% Andere Pakete KOMA-Script-freundlich machen
+
+% http://www.komascript.de/release3.18
+\ifstr{\KOMAScriptVersion}{2015/07/02 v3.18 KOMA-Script}{%
+ \ifx\par@update\default@par@update\else
+ \AtBeginDocument{\par@updaterelative}%
+ \fi
+}{}
+
+\AtEndOfClass{%
+ \InputIfFileExists{dtk.cfg}{}{}%
+}
+
+% *** Konstanten ***
+
+\ifDTK@Author@\else\setcounter{errorcontextlines}{100}\fi
+
+\textheight = 485pt %
+\textwidth = 333pt %
+\oddsidemargin = -35.89157pt %
+\evensidemargin = -17.70235pt %
+\marginparwidth = 1cm %
+\marginparsep = 7pt %
+\topmargin = -55.66684pt %
+\headheight = 17pt %
+\headsep = 17pt %
+\footskip = 24pt %
+\parskip = 0.3\baselineskip
+\advance\parskip by 0pt plus 2pt %
+\parindent = 0pt %
+\columnsep = 5pt %
+
+\emergencystretch = 1.5em %
+\clubpenalty = 10000 %
+\widowpenalty = 10000 %
+\raggedbottom
+
+\setcounter{secnumdepth}{\numexpr\partnumdepth-1\relax}
+\setcounter{tocdepth}{\chapternumdepth}
+
+\@fptop=\z@
\renewcommand\topfraction{.9}
\renewcommand\bottomfraction{.9}
\renewcommand\textfraction{.1}
-\columnsep = 5pt
-\emergencystretch = 1.5em
-\raggedbottom
-\clubpenalty = 10000
-\widowpenalty = 10000
-\marginparwidth=1cm
-\@ifdefinable\DTK@orig@marginpar{\let\DTK@orig@marginpar\marginpar}
-\renewcommand*\marginpar{%
- \ClassWarning{dtk}{Command `\string\marginpar' not expected}%
- \DTK@orig@marginpar}
-\newcommand\DTKgerman{
- \let\DTK@captionsgerman=\captionsgerman
- \let\captionsgerman=\DTK@captionsgerman
- \@ifundefined{l@ngerman}{}{\selectlanguage{ngerman}}%
+
+\RequirePackage[english,main=ngerman]{babel}
+
+\defineshorthand{"|}{%
+ \ClassError{dtk2}{%
+ Shorthand `\string"|' wird nicht unterstützt! Entferne `\string"|'%
+ }{}%
}
-\newcommand\DTK@captionsgerman{%
- \DTK@captionsgerman%
- \gdef\refname{Literatur}%
- \gdef\bibname{Literatur}%
- \gdef\contentsname{Inhalt Heft \Volume}%
+
+\newcommand*\DTK@FontNameMissing{%
+ \ClassError{dtk2}{%
+ Eines der Makros `\string\DTKrmFontName', `\string\DTKsfFontName',
+ \MessageBreak
+ `\string\DTKttFontName`' oder `\string\DTKmathFontName'
+ \MessageBreak
+ ist nicht korrekt definiert%
+ }{}%
}
-\ifDTK@german@
- \DTKgerman
+\newcommand*\DTKrmFontName{} \let\DTKrmFontName=\DTK@FontNameMissing
+\newcommand*\DTKsfFontName{} \let\DTKsfFontName=\DTK@FontNameMissing
+\newcommand*\DTKttFontName{} \let\DTKttFontName=\DTK@FontNameMissing
+\newcommand*\DTKmathFontName{} \let\DTKmathFontName=\DTK@FontNameMissing
+
+\ifnum\DTK@engine < 3 %
+ \input{dtk-old-engines.clo}% pdfTeX oder TeX+dvips oder VTeX
+\else
+ \input{dtk-new-engines.clo}% LuaTeX oder XeTeX
\fi
-\newcommand\addressname{Autoren/Organisatoren}
-\newcommand\journalname{Die \TeX{}nische Kom\"odie}
-\newcommand\Volume{?/??}
-\newcommand\volume{\Volume\ --- Entwurf \today\
- \begingroup
- \count1=\time\divide\count1 60
- \count2=\count1 \multiply\count2 -60 \advance\count2\time
- \ifnum\count1<10 0\fi\the\count1:\ifnum\count2<10 0\fi\the\count2
- \endgroup
-}
-\newcommand*\DTK@corr@version{}
-\ifDTK@Author@\else
- \newcommand*\DTK@today{}%
- \begingroup
- \count@\time
- \divide\count@ 60\relax
- \count2=-\count@
- \multiply\count2 60\relax
- \advance\count2 \time
- %% \loggingall %% Wuduh!
- \xdef\DTK@today{%
- \the\year-\two@digits{\the\month}-\two@digits{\the\day}% %!!! \the
- %\protect~% Warum geht das nicht?
- \noexpand\noexpand~%
- %% Wuduh! 2 \noexpand noetig? Weil \number\the 2mal zuschlaegt?
- %% Ohne \the langt 1 \noexpand!
- \two@digits{\the\count@}:\two@digits{\the\count2}}%
- %%\show\DTK@today
- \endgroup
- \ifDTK@Draft@
- \def\DTK@corr@version{\fbox{Korrekturversion:~\DTK@today}}%
- \AtEndOfClass{%
- \let\ps@empty=\ps@plain
- \let\ps@part=\ps@plain}%
- \else
- \let\@LN\@gobbletwo% Wegen .aux-Datei von vorherigem lineno-Lauf
- \let\@LN@col\@gobble
- \fi
+
+\RequirePackage[autostyle=true,babel=once,german=guillemets,maxlevel=3]{csquotes}%
+\MakeAutoQuote{»}{«}
+\defineshorthand{"`}{\openautoquote}%
+\defineshorthand{"'}{\closeautoquote}%
+
+\ifxetex\else
+\RequirePackage[%
+,protrusion=true
+,expansion=true
+,verbose=true
+,final=true
+,letterspace=100
+,babel=true
+]{microtype}
+% TODO: Spezielle Angaben zu den Schriften?
\fi
-\newcommand\footmark{{\sffamily\journalname} \volume}
-\newcommand\ChapterFont{\Large\sf}
-\newcommand\SectionFont{\large\sf}
-\newcommand\SubsectionFont{\normalsize\sf}
-\newcommand\SubsubsectionFont{\normalsize\sf}
-\newcommand\AuthorFont{\large\sf}
-\newcommand\TitleFont{\Large\sf\RaggedRight}
-\newcommand\HeadFont{\sf\fontshape{sl}\selectfont}
-\newcommand\FootFont{\footnotesize\sf\fontshape{sl}\selectfont}
-\newcommand\PagenoFont{\sf}
-\newcommand\NewpageThreshold{100pt}
-\newcommand\HeadRuleDepth{0pt}
-\newcommand\FootRuleDepth{0pt}
-\newcommand\ContentsParSkip{1pt}
-\newcommand\DTK@math{%
- \abovedisplayskip = 4pt plus 2pt minus 1pt
- \belowdisplayskip = \abovedisplayskip
- \abovedisplayshortskip = 2pt plus 2pt
- \belowdisplayshortskip = \abovedisplayshortskip
-}
-\let\DTK@@normalsize=\@normalsize
-\def\@normalsize{%
- \DTK@@normalsize
- \DTK@math
- \let\@listi=\@listI}
-\let\DTK@normalsize=\normalsize
-\renewcommand\normalsize{%
- \DTK@normalsize
- \DTK@math
- \let\@listi=\@listI}
-\normalsize
-\let\DTK@small=\small
-\renewcommand\small{%
- \DTK@small
- \DTK@math
- \let\@listi=\@listI}
-\let\DTK@footnotesize=\footnotesize
-\renewcommand\footnotesize{%
- \DTK@footnotesize
- \DTK@math
- \let\@listi=\@listI}
-\begingroup
-\gdef\Path@SepI{/""}
-\gdef\Path@SepII{\symbol{92}""}
-\gdef\Path@SepIII{:""}
-\catcode`\/=13
-\catcode`\:=13
-\catcode`\^=0
-^catcode`\\=13
-^gdef^Path{^begingroup
- ^catcode`^/=13
- ^catcode`^\=13
- ^catcode`^:=13
- ^catcode`^~=12
- ^catcode`^$=12 %$
- ^catcode`^_=12
- ^catcode`^#=12
- ^let/=^Path@SepI
- ^let\=^Path@SepII
- ^let:=^Path@SepIII
- ^@Path}
-^gdef^@Path#1{^texttt{#1}^endgroup}
-^endgroup
-%
-%\DeclareUrlCommand\File{\urlstyle{tt}}
-\providecommand\File[1]{\mbox{\texttt{#1}}}
-\providecommand\Package[1]{\mbox{\texttt{#1}}}
-\providecommand\Program[1]{\mbox{\texttt{#1}}}
-\providecommand\Command[1]{\mbox{\texttt{#1}}}
-\providecommand\Macro[1]{\mbox{\texttt{\textbackslash#1}}}
-\providecommand\Environment[1]{\mbox{\texttt{#1}}}
-\let\Env\Environment
-\let\ENV\Environment
-\let\Email\Url
-\let\Class\Environment
-\providecommand\Acronym[1]{\textsc{#1}}
-\def\@listI{%
- \leftmargin = \leftmargini
- \parsep = \parskip
- \topsep = 0pt plus 2pt
- \itemsep = 0pt plus 2pt}
-\let\@listi=\@listI
-\def\@listii{%
- \leftmargin = \leftmarginii
- \labelwidth = \leftmarginii
- \advance \labelwidth by-\labelsep
- \parsep = \parskip
- \topsep = 0pt plus 2pt
- \itemsep = 0pt plus 2pt}
-\def\@listiii{%
- \leftmargin = \leftmarginiii
- \labelwidth = \leftmarginiii
- \advance \labelwidth by-\labelsep
- \partopsep = 1pt plus 0pt minus 1pt
- \parsep = \parskip
- \topsep = 0pt plus 2pt
- \itemsep = 0pt plus 2pt}
-\@listi
-%\renewcommand\labelitemi{$\m@th\mdwhtcircle$}
-%\renewcommand\labelitemii{$\m@th\whitepointerright%\triangleright$}
-%\renewcommand\labelitemiii{$\m@th\diamond$}
-\setlength\leftmargini{1.5em}
-\setlength\leftmarginii{1.4em}
-\setlength\leftmarginiii{1.3em}
-\setlength\leftmarginiv{1.2em}
-\renewenvironment{description}{%
- \begin{list}{}{%
- \labelwidth = 0pt
- \itemindent = -\leftmargin
- \parsep = \parskip
- \topsep = 0pt plus 2pt
- \itemsep = 0pt plus 2pt
- \let\makelabel=\descriptionlabel}%
- }{\end{list}}
-\renewcommand\descriptionlabel[1]{%
- \hspace\labelsep{\normalsize\it #1}}
-\renewenvironment{quotation}{%
- \list{}{\rightmargin\leftmargin}%
- \item\relax
-}{\endlist}
-\newenvironment{roll}%
- {\@ifnextchar[{\r@ll}{\r@ll[0pt]}}%
- {\end{list}}
-\def\r@ll[#1]{\begin{list}{}{%
- \labelwidth = #1
- \leftmargin = \labelwidth
- \itemsep = .3ex
- \let\makelabel=\rolllabel}%
- }
-\newcommand\rolllabel[1]{\hspace\labelsep \textbf{#1}\hfill}
-\newenvironment{example}{\begin{quote}\small}{\end{quote}}
-%\long\def\@caption#1[#2]#3{\par\addcontentsline{\csname
-% ext@#1\endcsname}{#1}{\protect\numberline{\csname
-% the#1\endcsname}{\ignorespaces #2}}\begingroup
-% \@parboxrestore
-% \small
-% \@makecaption{\csname fnum@#1\endcsname}{\ignorespaces #3}\par
-% \endgroup}
-\setcounter{secnumdepth}{0}
-\newif\ifFirstArticle
-\FirstArticletrue
-\renewcommand\part{%
- \clearpage
- \thispagestyle{part}%
- \FirstArticletrue
- \Advance@Label@Prefix
- \@ifstar{\part@star{chapter}}{\part@star{part}}}
-\newcommand\part@star[1]{%
- \@ifnextchar[{\part@optional{#1}}{\part@normal{#1}}}
-\def\part@optional#1[#2]#3{%
-% \markboth{#2}{#2}%
- \addcontentsline{toc}{#1}{#2}%
- \@ifnextchar[{\part@subtitle{#3}}{\part@nosubtitle{#3}}}
-\newcommand\part@normal[2]{%
-% \markboth{#2}{#2}%
- \addcontentsline{toc}{#1}{#2}%
- \@ifnextchar[{\part@subtitle{#2}}{\part@nosubtitle{#2}}}
-\def\part@subtitle#1[#2]{\TopArt{#1}{\\#2}\bigskip\par}
-\newcommand\part@nosubtitle[1]{\TopArt{#1}{}\bigskip\par}
-\newcommand\TopArtRule{2pt}
-\newcommand\TopArt[2]{%
- \begin{minipage}{\textwidth}\parskip=0pt\parindent=0pt
- \null\vspace{18pt}\par\raggedright\large\sf
- {\huge\sf #1}\\[-.5ex]\rule{\textwidth}{\TopArtRule}%
- \vspace{2pt} #2
- \end{minipage}}
- \renewcommand\chapter{%
- \@ifnextchar*{\chapter@star}{%
- \@ifnextchar[{\chapter@optional}{\chapter@normal}}}
-\def\chapter@star*{\chapter}
-\def\chapter@normal#1{\chapter@optional[#1]{#1}}
-\def\chapter@optional[#1]{%
- \typeout{#1}%
- \Advance@Label@Prefix
- \addcontentsline{toc}{chapter}{#1}%
- \markboth{#1}{#1}%
- \FirstArticletrue
- \@startsection{chapter}{0}{\z@}{-1ex plus-1ex minus -.2ex}{.5ex plus.2ex}{\ChapterFont}*}
-\renewcommand\section{\@startsection{section}{1}{\z@}{-2ex plus-1ex minus-.2ex}{0.2ex plus .1ex}{\SectionFont}}
-\renewcommand\subsection{\@startsection{subsection}{2}{\z@}{-2ex plus-1ex minus-.2ex}{2pt plus .1ex}{\SubsectionFont}}
-\renewcommand\subsubsection{\@startsection{subsubsection}{3}{\z@}{-2ex plus-1ex minus-.2ex}{0.2ex plus.1ex}{\SubsubsectionFont}}
-\renewcommand\paragraph{\@startsection{paragraph}{4}{\z@}{0ex plus1ex minus.2ex}{-.5ex}{\SubsubsectionFont}}
-\renewcommand\subparagraph{\@startsection{subparagraph}{4}{\parindent}{0ex plus1ex minus.2ex}{-.5ex}{\SubsubsectionFont}}
-%
-\newcommand\keywords[1]{\def\DTK@keywords{#1}}
-\def\DTK@keywords{}
+
+\RequirePackage[%
+,style=dtk
+,language=auto
+,sorting=nyt
+,sortlocale=auto
+,backend=biber
+]{biblatex}
+
+\g@addto@macro\bibsetup{\RaggedRight}
+
+%\RequirePackage{etex} % ???
+\RequirePackage{ragged2e,dtk-logos}
\renewcommand\title[2][]{%
\gdef\@title{#2}%
\ifx\relax#1\relax\gdef\@@title{#2}\else\gdef\@@title{#1}\fi%
}
-\renewcommand\maketitle[1][]{%
- \ifDTK@Author@ \thispagestyle{part}\fi
- \ifdim\DTKtitle@skip>0pt\vspace{\DTKtitle@skip}\fi
+\newcommand\DTK@maketitle[1][]{%
\begingroup
- \dimen0=\vsize
+ \dimen0=\textheight
\advance\dimen0 by -\pagetotal
- \ifdim\dimen0<\NewpageThreshold
+ \ifdim\dimen0<.2\textheight
\newpage
- \global\FirstArticletrue
\fi
\endgroup
- \Advance@Label@Prefix
- \markboth{}{}%
+ \def\and{\end{tabular}, \begin{tabular}[t]{@{}c@{}}}%
+ \chapter[\@@title]{\@title}%
+ %%%\ifx\@author\@empty\else\addsec*{\@author}\fi
\begingroup
- \begin{minipage}{\textwidth}
- \ifFirstArticle
- \global\FirstArticlefalse
- \vskip 3pt
- \else
- \DTKtitle@sep
- \fi
-% \setcounter{footnote}0 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% hv 20130205
- \setcounter{lstlisting}0 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% hv 20130205
- \@flushglue=0pt plus .3\textwidth\relax
- \raggedright
- \TitleFont
- \spaceskip=\fontdimen2\font\relax
- \xspaceskip=\fontdimen7\font\relax
- \@title
- \ifx\@author\@empty\else
- \bigskip\par
- \AuthorFont\@author
- \fi
- \end{minipage}%
- \@thanks
- \let\thanks\@gobble
- \addcontentsline{toc}{chapter}{\@@title}%
- \markboth{\@@title}{\@@title}
+ \usekomafont{author}\lineskip 0.75em %
+ \begin{tabular}[t]{@{}c@{}}\@author\end{tabular}\par
\endgroup
- \let\@title=\@empty
- \let\@author=\@empty
- \let\@thanks=\@empty
- \setcounter{figure}0
- \setcounter{table}0
- \setcounter{equation}0
- \medskip\par}
-
-\newcommand\DTKtitle@skip{12pt}
-\newcommand\DTKtitle@sep{\vspace{32pt plus 8pt minus 16pt}}
-%
-\renewcommand\and{, }
-\let\@title=\@empty
-\let\@author=\@empty
-\let\@thanks=\@empty
-\newenvironment{abstract}
- {\begin{quote}\small}
- {\end{quote}\medskip\par}
-\renewcommand\thefigure{\arabic{figure}}
-\renewcommand\thetable{\arabic{table}}
-\renewcommand\theequation{\arabic{equation}}
-\newcount\DTL@label
-\DTL@label=0
-\newcommand\Advance@Label@Prefix{%
- \advance\DTL@label 1
- \xdef\Label@Prefix{module \the\DTL@label:}}
-\Advance@Label@Prefix
-\renewcommand\ref[1]{\Ref{\Label@Prefix:#1}}
-\renewcommand\label[1]{\Label{\Label@Prefix:#1}}
-\renewcommand\pageref[1]{\Pageref{\Label@Prefix:#1}}
-\renewcommand\thebibliography[1]{%
- \section*{\refname}%
- \list{[\arabic{enumi}]}{%
- \settowidth\labelwidth{[#1]}%
- \leftmargin\labelwidth
- \advance\leftmargin\labelsep
- \usecounter{enumi}}
- \def\newblock{\hskip .11em plus .33em minus .07em}
- \sloppy\clubpenalty4000\widowpenalty4000
- \sfcode`\.=1000\relax\DTK@bibliography@rightskip}
-\newcommand\DTK@bibliography@rightskip{\rightskip=0pt plus 2em}
-\newcommand\DTK@bibliography[1]{
- \InputIfFileExists{#1.bbl}{}{\typeout{--- File #1.bbl not found.}}}
-\ifDTK@numeric@ \bibliographystyle{dtk} \else \bibliographystyle{alpha} \fi %%%%%% hv 20111024
-\newcommand\DTK@fnrightmargin{0em}
-\newcommand\DTK@fnleftmargin{1em}
-\long\def\@makefntext#1{%
- \@nobreaktrue
- \begin{list}{}{%
- \rightmargin=0pt%
- \parsep=0.333\baselineskip plus 2pt
- \leftmargin=\DTK@fnleftmargin}
- \item\mbox{}%
- \llap{\@textsuperscript{\normalfont\@thefnmark}\kern1pt}%
- #1%
- \end{list}}
-\@ifundefined{@textsuperscript}{%
- \def\@textsuperscript#1{%
- {\m@th\ensuremath{^{\mbox{\fontsize\sf@size\z@#1}}}}}
-}{}
-\renewcommand\footnoterule{%
- \kern-3\p@
- \hrule\@width0.333\columnwidth
- \kern2.6\p@}
-\renewcommand\ps@plain{%
- \let\@mkboth=\@gobbletwo
- \let\chaptermark=\@gobble
- \let\sectionmark=\@gobble
- \let\subsectionmark=\@gobble
- \def\@oddhead{\vbox{\hbox to \textwidth{%
- \let\\=\relax
- \HeadFont \rightmark \hfil\PagenoFont\vphantom{g}\thepage}\kern 3pt
- \ifdim\HeadRuleDepth>0pt \hrule depth\HeadRuleDepth\fi}}%
- \def\@evenhead{\vbox{\hbox to \textwidth{%
- \let\\=\relax
- \PagenoFont \vphantom{g}\thepage\hfil\HeadFont \leftmark}\kern 3pt
- \ifdim\HeadRuleDepth>0pt \hrule depth\HeadRuleDepth\fi}}%
-\iffalse% RN 2005-01-17
- \def\@oddfoot{\vbox{%
- \ifdim\FootRuleDepth>0pt \hrule depth\FootRuleDepth \fi
- \kern 5pt \hbox to \textwidth{\FootFont \footmark\hfil\null}}}%
- \def\@evenfoot{\vbox{%
- \ifdim\FootRuleDepth>0pt \hrule depth\FootRuleDepth \fi
- \kern 5pt \hbox to \textwidth{\null\hfil\FootFont \footmark}}}%
-\else
- \def\@oddfoot{\vbox{%
- \ifdim\FootRuleDepth>0pt \hrule depth\FootRuleDepth \fi
- \kern 5pt \hbox to \textwidth{%
- \FootFont \footmark\hfil\DTK@corr@version\null}}}%
- \def\@evenfoot{\vbox{%
- \ifdim\FootRuleDepth>0pt \hrule depth\FootRuleDepth \fi
- \kern 5pt \hbox to \textwidth{%
- \null\FootFont\DTK@corr@version\hfil \footmark}}}%
-\fi
+ \@thanks
+ \global\let\@thanks=\@empty
+ \global\let\@title=\@empty
+ \global\let\@author=\@empty
+ \global\let\@thanks=\@empty
+ \global\let\and\relax
}
-\let\ps@headings\ps@plain
-\newcommand\ps@part{%
- \let\@mkboth=\@gobbletwo
- \let\chaptermark=\@gobble
- \let\sectionmark=\@gobble
- \let\subsectionmark=\@gobble
- \let\@oddhead=\@empty
- \let\@evenhead=\@empty
-\iffalse% RN 2005-01-17
- \def\@oddfoot{\vbox{%
- \ifdim\FootRuleDepth>0pt \hrule depth\FootRuleDepth \fi
- \kern 5pt \hbox to \textwidth{\FootFont \footmark\hfil\null}}}%
- \def\@evenfoot{\vbox{%
- \ifdim\FootRuleDepth>0pt \hrule depth\FootRuleDepth \fi
- \kern 5pt \hbox to \textwidth{\null\hfil\FootFont \footmark}}}%
+
+\renewcaptionname{ngerman}{\bibname}{Literatur und Software}
+\defbibheading{dtk}{\section{\bibname}}
+
+\RequirePackage[automark,draft=false]{scrlayer-scrpage}
+\pagestyle{scrheadings}
+\clearpairofpagestyles
+\ihead{\headmark}
+\ohead{\pagemark}
+\ofoot*{\normalsize\DTKcorrVersion}
+\ifoot*{\journalname~~\DTKdate}
+\automark[chapter]{chapter}
+
+\RequirePackage{xcolor}
+
+\ifDTKcolor
+ \colorlet{DTK@marker}{red!30}
+ \definecolor{DTK@fancy}{rgb}{.72,.525,.044}
\else
- \def\@oddfoot{\vbox{%
- \ifdim\FootRuleDepth>0pt \hrule depth\FootRuleDepth \fi
- \kern 5pt \hbox to \textwidth{%
- \FootFont \footmark\hfil\DTK@corr@version\null}}}%
- \def\@evenfoot{\vbox{%
- \ifdim\FootRuleDepth>0pt \hrule depth\FootRuleDepth \fi
- \kern 5pt \hbox to \textwidth{%
- \null\FootFont \DTK@corr@version\hfil\footmark}}}%
+ \colorlet{DTK@marker}{black!20}
+ \colorlet{DTK@fancy}{black!60}
\fi
+
+\colorlet{DTKlstBackground}{black!5}
+\colorlet{DTKlstKeys}{black}
+%\colorlet{DTKlstIdentifiers}{black}
+\colorlet{DTKlstComments}{black}
+\colorlet{DTKlstStrings}{black}
+\colorlet{DTKlstNumbers}{black}
+\newcommand*\DTKlstKeywordfont{\bfseries}
+
+\RequirePackage[final]{listings}
+\RequirePackage{lstautogobble}
+
+\@ifundefined{ifDTKrecord}{\newif\ifDTKrecord \DTKrecordfalse}{}
+
+\newcommand*\address[3]{%
+ \ClassError{dtk2}{%
+ Das Makro \string\address\space existiert nicht mehr!\MessageBreak
+ Nimm stattdessen \string\Author%
+ \string{Vorn.\string}\string{Nachn.\string}\string{Adr.\string}}{}%
+}%
+\def\author#1{%
+ \ClassError{dtk2}{%
+ Das Makro \string\author\space existiert nicht mehr!\MessageBreak
+ Nimm stattdessen \string\Author%
+ \string{Vorn.\string}\string{Nachn.\string}\string{Adr.\string}}{}%
+}%
+
+% Sternform: Autor-Eintrag im Verzeichnis, aber nicht im Artikel
+\newcommand*\Author{% #1=Vorname, #2=Nachname, #3=Adresse
+ \@ifstar\DTK@Author\DTK@@Author
}
-\pagestyle{plain}
- \newcommand\DieTeXnischeKomoedie[3]{%
- \thispagestyle{empty}%
- \gdef\Volume{#1}%
- \xdef\volume{\Volume}%???
- \gdef\DTKedition{#2}%
- \gdef\DTKdate{#3}%
- \immediate\openout\@unused \jobname.inf\relax
- \immediate\write\@unused{%
- \string\gdef\string\Volume{#1}^^J%
- \string\gdef\string\DTKedition{#2}^^J%
- \string\gdef\string\DTKdate{#3}%
- }%
- \immediate\closeout\@unused
- \iffalse% RN 2005-02-20; unnoetig, da localer \jobname usw.
- \global\let\bibliography=\DTK@bibliography
- \global\let\bibliographystyle=\@gobble
- \fi
- \CoverArt{#1}{#2}{#3}%
- \newpage}
-\newcommand\cover@sub[3]{#2. Jahrgang\quad Heft #1\quad #3}
-
-\definecolor{CoverArt@grey}{gray}{.8}
-\def\CoverArt@strip@no#1/#2;{#1\raisebox{0.35ex}{\CoverTitleFont/}#2}
-\newcommand\CoverArt@linewidth{0pt}%{1.2pt}
-\newcommand\CoverArt@barwidth{2.41pt}
-\newcommand\CoverArt@font{\Large\raggedleft}
-\newcommand\CoverArt@small{\footnotesize}
-\newcommand\CoverArt@gap{2em}
-\chardef\DTK@cat=\the\catcode`\"
-\catcode`\"=13
-\newcommand\address[3]{%
- \begingroup
- \def\"##1{\@ifundefined{detex@@##1}{##1}%
- {\csname detex@@##1\endcsname}}%
- \ifcat a\noexpand"\else\let"=\"\fi
- \def\ss{ss}%
- \let\'=\relax
- \let\`=\relax
- \let\^=\relax
- \let\.=\relax
- \let\==\relax
- \let\d=\relax
- \let\b=\relax
- \let\c=\relax
- \let\v=\relax
- \let\H=\relax
- \let\t=\relax
- \let\u=\relax
- \let\~=\relax
- \def\o{o}%
- \def\O{O}%
- \def\aa{aa}%
- \def\AA{Aa}%
- \def\l{l}%
- \def\L{L}%
- \def\ae{ae}%
- \def\AE{Ae}%
- \def\oe{oe}%
- \def\OE{Oe}%
- \def\TeX{TeX}%
- \def\LaTeX{LaTeX}%
- \def\LaTeXe{LaTeX2e}%
- \let\null=\relax
- \xdef\@ddress{#2, #1}%
- \endgroup
- \begingroup
- \def\\{\string\\}%
- \ifcat a\noexpand"\else\def\"{\string"}\fi
- \def"{\string"}%
- \def\null{}%
- \expandafter\@strip\@ddress$%$
- \iffalse% RN 2005-01-15
- \index{\STRIP@*#1 #2!#3}%
- \else
- \glossary{\STRIP@*#1 #2!#3}%
- \fi
- \endgroup
-}
-\catcode`\"=\DTK@cat
-\let\strip@grp={
-\let\strip@end=$%$
-\def\@strip{\def\STRIP@{}\strip@I}
-\def\strip@I{\let\strip@next=\strip@I
- \futurelet\strip@CHAR\strip@II}
-\def\strip@II#1{%
- \ifx\strip@CHAR\strip@end
- \let\strip@next=\relax
- \else\ifx\strip@CHAR\strip@grp
- \strip@I #1$%$
- \let\strip@next=\strip@I
- \else\ifcat\strip@CHAR A
- \xdef\STRIP@{\STRIP@#1}%
- \else\ifcat\strip@CHAR.
- \xdef\STRIP@{\STRIP@#1}%
- \else\ifcat\strip@CHAR\space
- \xdef\STRIP@{\STRIP@ #1}%
- \fi\fi\fi\fi\fi
- \strip@next}
-\def\detex@@a{ae}
-\def\detex@@o{oe}
-\def\detex@@u{ue}
-\def\detex@@A{Ae}
-\def\detex@@O{Oe}
-\def\detex@@U{Ue}
-\def\detex@@s{ss}
-\newenvironment{theaddresses}{%
- \chapter{\addressname}\Label{addresses}
+
+\newcommand\DTK@Author[3]{}%
+
+\newcommand\DTK@Author@article[3]{%
\begingroup
- \columnsep=10pt
- \addresssize
- \def\addressitem##1##2##3{%
- \par
- \parbox{\columnwidth}{
- \textbf{##1}\hfill[\ignorespaces ##3]%
- \\ ##2}}
- \begin{multicols}{2}%
- \raggedbottom
- \raggedright
-}{%
- \end{multicols}%
+ \ifx\@author\@empty\let\x=\@empty\else\def\x{\and}\fi
+ \expandafter\g@addto@macro\expandafter\@author\expandafter{\x #1 #2}%
\endgroup
- }
-\newcommand\addresssize{\footnotesize\parskip=6pt plus 2pt minus 3pt}
+}%
+
+\let\@author=\@empty
+
\ifDTK@Author@
- \newcommand\listofaddresses{%
- \typeout{*** listofaddresses not supported in articles.}}
- \let\makeaddresses\relax% RN 2005-01-15
+ \input{dtk-author.clo}
\else
- \iffalse% RN 2005-01-15
- \newcommand\listofaddresses{%
- \InputIfFileExists{\jobname.ind}{}{%
- \typeout{No file \jobname.ind.}%
- \typeout{Use the following command to create it:\space\space
- makeindex -s dtk.ist \jobname}%
- \typeout{\space}}%
- }
- \else
- \newcommand\listofaddresses{%
- \InputIfFileExists{\jobname.gls}{}{%
- \typeout{No file \jobname.gls.}%
- \typeout{Use the following command to create it:^^J%
- \@spaces makeindex -s dtk.ist -o \jobname.gls \jobname.glo}%
- \typeout{\space}}%
- }
- \let\makeaddresses\makeglossary
- \fi
+ \input{dtk-full.clo}
\fi
- \renewcommand\tableofcontents{%
- \clearpage
- \thispagestyle{empty}%
- \markboth{\contentsname}{\contentsname}%
- \ContentsArt
- \begingroup
- \parskip=\ContentsParSkip
- \let\\=\relax
- \TOC@configure
- \raggedright%%%%%%%%%%%%%%%%%% hv 2009-07-25
- \@starttoc{toc}
- \endgroup
- }
-\let\TOC@configure\relax
-\newcommand\ContentsArt{%
- \vspace*{-\headheight}\vspace*{-\headsep}\vspace*{-2pt}
- \begin{minipage}{\textwidth}
- \Huge\color{black!60}Die \color{black}\TeX\color{black!60}nische Komödie% \journalname
- \\[2pt]%
- \rule{\textwidth}{2pt}\\[2pt]%
- \null\hfill
- \CoverArt@small
- \cover@sub{\volume}{\DTKedition}{\DTKdate}
- \end{minipage}\vspace{16pt minus 8pt}\par
+
+\AfterEndPreamble{% "etoolbox"
+ \def\bibliography#1{%
+ \ClassError{dtk2}{%
+ Das Makro `\string\bibliography' wird nicht unterstützt!\MessageBreak
+ Verwende stattdessen `\string\addbibresource\string{#1.bib\string}'\MessageBreak
+ und `\string\printbibliography' (siehe biblatex-Dokumentation)
+ }{}%
+ }%
}
-\setcounter{tocdepth}{0}
-\renewcommand\l@part[2]{%
- \addpenalty{-\@highpenalty}%
- \addvspace{0.5em plus 0pt}% space above part line
- \@tempdima 1.5em
- \begingroup
- \bf
- \advance\leftskip\@tempdima
- \hskip -\leftskip
- #1\par
- \penalty\@highpenalty
- \endgroup
- \addvspace{0.2em}%
+
+%%%\ifDTKrecord \expandafter \endinput \fi % lohnt es?
+
+\addtokomafont{caption}{\RaggedRight\small}
+\setkomafont{captionlabel}{\sffamily}
+\setcapindent{0pt}
+\setcapwidth[c]{\textwidth}
+\renewcaptionname{ngerman}{\figurename}{Abb.}
+\renewcaptionname{ngerman}{\tablename}{Tab.}
+\def\thefigure{\@arabic\c@figure}
+\def\thetable{\@arabic\c@table}
+\def\theequation{\@arabic\c@equation}
+\def\thelstlisting{\@arabic\c@lstlisting}
+
+\RedeclareSectionCommand[%
+ ,beforeskip=-2.4ex \@plus -1ex \@minus -.2ex % Betrag ist von Bedeutung!
+ ,afterskip=0.8ex \@plus .1ex \@minus .1ex %
+]{section}
+
+\RedeclareSectionCommand[%
+ ,afterskip=0.8ex \@plus .1ex %
+]{subsection}
+
+\RedeclareSectionCommand[%
+ ,style=section
+ ,indent=\z@
+ ,beforeskip=-2\baselineskip \@plus -.2\baselineskip \@minus -.2\baselineskip
+ ,afterskip=1\baselineskip \@plus .1\baselineskip \@minus .1\baselineskip
+]{chapter}
+
+\setkomafont{disposition}{\normalfont\sffamily}
+\setkomafont{part}{\usekomafont{disposition}\huge}
+\setkomafont{chapter}{\usekomafont{disposition}\Large}
+\setkomafont{section}{\usekomafont{disposition}\large}
+\setkomafont{pagenumber}{\normalfont\sffamily}
+\setkomafont{pagehead}{\sffamily\slshape}% \itshape?
+\setkomafont{pagefoot}{\footnotesize\sffamily\slshape}% \itshape?
+\setkomafont{author}{\usekomafont{section}}
+
+%\addtokomafont{footnote}{\RaggedRight}
+\deffootnote[1.2em]{1.2em}{1.2em}{\textsuperscript{\thefootnotemark}\,}
+\newcommand*\DTK@footnote{}
+\let\DTK@footnote=\footnote
+\newcommand*\DTK@@footnote[2][]{%
+ \edef\DTK@tempa{\ifx\relax#1\relax\else[#1]\fi}%
+ \expandafter\DTK@footnote\DTK@tempa{\RaggedRight #2}%
}
-\renewcommand\l@chapter[2]{%
- \begingroup
- \vskip \z@ \@plus.2\p@
- \@afterindenttrue
- \interlinepenalty\@M
- \@tempdima 1.5em\relax % number width
- \@tempdimb 2.5em\relax % indent
- \advance\leftskip \@tempdimb
- \advance\rightskip \@tempdimb
- \noindent\hskip -\leftskip
- \hbox to\@tempdimb{#2\hss}%
- #1\par
- \endgroup}
-
-\input{dtk.clo}% hv 20141110
-
-\begingroup
- \chardef\x=0 %
- % check pdfTeX
- \@ifundefined{pdfoutput}{}{%
- \ifcase\pdfoutput
- \else
- \chardef\x=1 %
- \fi
- }%
- % check VTeX
- \@ifundefined{OpMode}{}{%
- \chardef\x=2 %
- }%
-\expandafter\endgroup
-\ifcase\x
- % default case
- \AtBeginDvi{\special{papersize=\the\paperwidth,\the\paperheight}}%
-\or
- % pdfTeX is running in pdf mode
- \pdfpagewidth\paperwidth\pdfpageheight\paperheight
-\else
- % VTeX is running
- \mediawidth\paperwidth\mediaheight\paperheight
+\def\footnote{%
+ \@ifstar\DTK@@footnote\DTK@footnote
+}
+
+\RequirePackage{enumitem}
+\setlist{leftmargin=*,nosep}
+\setlist[1]{labelindent=1em}
+\iffalse
+\setlist[itemize,1]{label=\raisebox{-.1ex}{\Large\textbullet}}
+\setlist[itemize,2]{label=\raisebox{-.1ex}{\Large$\m@th\circ$}}
+\setlist[itemize,3]{label=\raisebox{-.7ex}{\large\textasteriskcentered}}
+\setlist[itemize,4]{label=\raisebox{.4ex}{\tiny$\m@th\triangleright$}}
\fi
-\RequirePackage{makeidx}
-\renewenvironment{theindex}
- {\begin{multicols}{2}[\section{\indexname}\vspace{-.5\baselineskip}]%
- \parskip\z@ \@plus .3\p@\relax
- \columnseprule \z@
- \columnsep=10pt
- \raggedbottom\raggedright
- \let\item\@idxitem}
- {\end{multicols}}
-\renewcommand\@idxitem{\par\hangindent 40\p@}
-\renewcommand\subitem{\@idxitem \hspace*{20\p@}}
-\renewcommand\subsubitem{\@idxitem \hspace*{30\p@}}
-\renewcommand\indexspace{\par \vskip 6\p@ \@plus2\p@ \@minus1\p@\relax}
-
-\newcommand*\DTK@embedded@documentclasshook{}
-\newcommand*\AtEmbeddedDocumentclass{%
- \g@addto@macro\DTK@embedded@documentclasshook}
-\AtEmbeddedDocumentclass{%
-%%% \filename@parse{\protect#1}\edef\DTK@local@jobname{\filename@base}%???
- \edef\jobname{\DTK@local@jobname}%
+% Listings
+\newcommand*\DTKlstfont{\small\ttfamily}
+
+% siehe ggf.: https://github.com/jez/latex-solarized
+
+\lstdefinestyle{DTKlstSimple0}{%
+,basicstyle=\DTKlstfont
+,numbers=none
+,backgroundcolor={}
+,tabsize=2
+,frame=none
}
-\newcommand*\DTK@embedded@begindocumenthook{}
-\newcommand*\AtEmbeddedBeginDocument{%
- \g@addto@macro\DTK@embedded@begindocumenthook}
-\AtEmbeddedBeginDocument{}
-\newcommand*\DTK@embedded@enddocumenthook{}
-\newcommand*\AtEmbeddedEndDocument{%
- \g@addto@macro\DTK@embedded@enddocumenthook}
-\AtEmbeddedEndDocument{\endinput}
-\newcommand*\DTK@jobname{}
-\ifDTK@Author@\edef\DTK@jobname{komoedie}\else\edef\DTK@jobname{\jobname}\fi
-\newcommand*\DTK@local@jobname{}
-\newcommand*\DTK@local@inputname{}
-%%%\newcommand*\DTK@PSforPDF{}
-\newcommand*\DTK@eat@version[1][]{\ignorespaces}
-\newcommand*\DTK@usepackage{}
-\newcommand*\DTKinput[1]{%
- \begingroup
- \filename@parse{#1}%
- \edef\DTK@local@jobname{\filename@base}%
- \@ifundefined{filename@ext}%
- {\IfFileExists{\DTK@local@jobname.ltx}%
- {\edef\DTK@local@inputname{\DTK@local@jobname.ltx}}%
- {\edef\DTK@local@inputname{\DTK@local@jobname.tex}}%
- }%
- {\edef\DTK@local@inputname{#1}}%
- \renewcommand*\documentclass[2][]{%
- %%\edef\jobname{\DTK@local@jobname}%
- %%%\let\DTK@PSforPDF\PSforPDF
- %\renewcommand\PSforPDF[2][]{}%
- %%%\let\PSforPDF\@gobble
- \DTK@embedded@documentclasshook
- \DTK@eat@version}%
- \renewcommand*\usepackage[2][]{%
- \@ifnextchar[%]
- {\DTK@usepackage{##1}{##2}}%
- {\DTK@usepackage{##1}{##2}[]}%
- }%
- \def\DTK@usepackage##1##2[##3]{%
- \edef\@tempb{\zap@space##2 \@empty}%
- \@for\@tempa:=\@tempb\do{\def\@tempb{inputenc}%
- \ifx\@tempa\@tempb
- \edef\@tempa{##1}%
- \ifx\@tempa\@empty\else\inputencoding{##1}\fi
- \else
-% \ifx\@tempa\@empty\else\usepackage{\@tempa}%
-% \RecordPackage{##1}\@tempa{##3}\DTK@local@inputname
-% \fi
- \fi}}%
- \let\pagestyle\@gobble
- \let\thispagestyle\@gobble
- \let\nocite\@gobble
- \let\listfiles\relax
- \let\nofiles\relax
- \renewcommand*\AtBeginDocument[1]{%
- \typeout{\string\AtBeginDocument\space ignored!}}
- \renewcommand*\AtEndDocument[1]{%
- \typeout{\string\AtEndDocument\space ignored!}}
- \renewenvironment*{document}%
- %%%{\let\PSforPDF\DTK@PSforPDF}%
- %%%{\endinput}%
- {\DTK@embedded@begindocumenthook}%
- {\DTK@embedded@enddocumenthook}%
- \input{\DTK@local@inputname}%
- \endgroup
+
+\lstdefinestyle{DTKlstVerbatim}{
+,style=DTKlstSimple0
+,aboveskip=\smallskipamount
+,belowskip=0pt plus .25pt minus .25pt %
}
-%%%\RequirePackage[final]{ps4pdf}
-\@ifdefinable\User@Packages{\newwrite\User@Packages}
-\AtBeginDocument{%
- %%%\edef\DTK@jobname{\jobname}%
- %%%\edef\PfP@container{\DTK@jobname-pics.pdf}%
- \ifDTK@Author@\else
- \listfiles
- \InputIfFileExists{userpackages.tex}%
- {\typeout{*************************************^^J%
- * File `userpackages.tex' used.^^J%
- *************************************}%
- \newcommand*\RecordPackage[4]{}%
- % warum gibt es kein \@gobblethree? ist jetzt egal!
- }%
- {%
- \immediate\openout\User@Packages userpackages.tex\relax
-% \begingroup \catcode`\~=\active \let~=\space
-% \immediate\write\User@Packages{%
-% \@percentchar\space userpackages.tex^^J%
-% \@percentchar\space generated by `\jobname'^^J%
-% \@percentchar\space \DTK@today}%
-% \endgroup
- \AtEndDocument{%
- \immediate\closeout\User@Packages\relax}%
- \newcommand*\RecordPackage[4]{%
- \immediate\write\User@Packages{%
- \string\usepackage[##1]{##2}[##3] %
- \@percentchar\space From file: ##4}}%
- }%
- \fi
- % RN 2005-03-21
- \@ifpackageloaded{lineno}{%
- \ifDTK@Draft@\else
- \nolinenumbers
- \fi
- }{}
+
+\lstdefinestyle{DTKlstSimple1}{%
+,style=DTKlstSimple0
+,identifierstyle=\DTKlstfont
+,stringstyle=\DTKlstfont
+,commentstyle=\DTKlstfont
+,basewidth=0.55em
+,keepspaces
+,autogobble=false
+,backgroundcolor=\color{DTKlstBackground}
+,numbers=none
+,frame=single
+,framesep=\fboxsep
+,aboveskip=\medskipamount
+,belowskip=1pt plus .5pt minus .5pt %
+,xleftmargin=\fboxsep
+,xrightmargin=\fboxsep
}
-\def\indexname{Stichwortverzeichnis}% Besser woanders?
-\def\printindex{%
- \InputIfFileExists{\DTK@jobname.ind}{}{%
- \typeout{No file \DTK@jobname.ind.}%
- \typeout{Use the following command to create it:^^J%
- \@spaces makeindex -s dtk-idx.ist -o \DTK@jobname.ind \DTK@jobname.idx}%
- \typeout{\space}}%
+
+\newcommand*\DTK@lst@colorbox[2]{%
+ \fboxsep=.3em %
+ \settowidth\DTK@tempdima{#2}\settoheight\DTK@tempdimb{#2}%
+ \makebox[\DTK@tempdima][c]{\colorbox{#1}{%
+ \raisebox{0pt}[\DTK@tempdimb][\z@]{#2}}}%
+}
+
+\lstdefinestyle{DTKlstBase}{%
+,style=DTKlstSimple1
+%,identifierstyle=\color{DTKlstIdentifiers}
+,keywordstyle=\DTKlstKeywordfont
+,stringstyle=\itshape\color{DTKlstStrings}
+,commentstyle=\itshape\color{DTKlstComments}
+,columns=fullflexible
+%,extendedchars=true
+,showspaces=false
+,showstringspaces=false
+,breaklines=true
+,breakindent=0.5em
+,breakautoindent=true
+,breakatwhitespace=false % ???
+,captionpos=t
+,emphstyle=\DTK@lst@colorbox{DTKlstBackground!70!-DTKlstBackground}%
+%,prebreak=
+,postbreak=\mbox{$\hookrightarrow$}
+,autogobble=true
+}
+
+\lstdefinestyle{number}{% TODO: Evtl. doch besser Zeilennummern ganz ausrücken?
+,style=DTKlstBase
+,numbers=left
+,numberstyle=\tiny\ttfamily
+,numbersep=1.3em
+,xleftmargin=1.5em
+}
+
+\lstdefinestyle{noNumber}{%
+,style=DTKlstBase
+,numbers=none
+,xleftmargin=\fboxsep % ???
}
-\@fptop\z@
+\lstset{style=noNumber}
+
+% noHilit, latex ???
+
+\let\verbatim=\relax
+\lstnewenvironment{verbatim}
+{\lstset{style=DTKlstVerbatim,language={}}}{}
+
+\newlength\fullwidth
+\setlength\fullwidth{\dimexpr\textwidth+\marginparwidth+\marginparsep\relax}
+\newenvironment{Figure}[2][\fullwidth]
+ {\figure[htb!]\setlength\columnsep{1.5em}%
+ \captionbeside{#2}[o][#1][0pt]*}%
+ {\endcaptionbeside\endfigure}
+\newenvironment{Table}[2][\fullwidth]
+ {\table[htb!]\setlength\columnsep{1.5em}%
+ \begincaptionbeside{#2}[o][#1][0pt]*}%
+ {\endcaptionbeside\endtable}
+
+\newenvironment{abstract}
+ {\quote\small}{\endquote\medskip\par}
+
+\providecommand*\Macro[1]{\texttt{\textbackslash#1}}
+\providecommand*\Code[1]{\texttt{#1}}
+\let\Command\texttt
+\let\Environment\texttt
+\def\biblatex{\texttt{biblatex}\xspace}
+\def\tex4ht{\hologo{TeX4ht}}
+\let\Paket\texttt
+\let\Package\texttt
+\let\Programm\texttt
+\let\Program\texttt
+\let\Env\texttt
+\let\Class\texttt
\endinput
-%%
-%% End of file `dtk.cls'.
+