summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/dtk/dtk-author.clo
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-03-10 23:22:57 +0000
committerKarl Berry <karl@freefriends.org>2016-03-10 23:22:57 +0000
commitb2284ba3ff1934d059ac5273c78c325f513bbf26 (patch)
tree12f805ef827ada486c6a7f6f46a842d1b08094f2 /Master/texmf-dist/tex/latex/dtk/dtk-author.clo
parent139be648536d5f25096343c01cd7e96a2a663ae4 (diff)
dtk (9mar16)
git-svn-id: svn://tug.org/texlive/trunk@39990 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/dtk/dtk-author.clo')
-rw-r--r--Master/texmf-dist/tex/latex/dtk/dtk-author.clo35
1 files changed, 35 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/dtk/dtk-author.clo b/Master/texmf-dist/tex/latex/dtk/dtk-author.clo
new file mode 100644
index 00000000000..767b5f7a671
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/dtk/dtk-author.clo
@@ -0,0 +1,35 @@
+%% This is file `dtk-full.clo',
+%%
+%% LaTeX Class for ``Die TeXnische Komoedie''.
+%%
+%% 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
+%% of this license or (at your option) any later version.
+%% The latest version of this license is in
+%% 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.
+
+\ProvidesFile{dtk-author.clo}%
+ [2016/02/15 v0.1b dtk class options for author mode (RN)]
+
+\newcommand*\keywords[1]{}
+\newcommand*\AutorenListe{}
+\let\maketitle=\DTK@maketitle
+\let\tableofcontents=\relax
+
+\let\DTK@@Author=\DTK@Author@article
+
+% Falls \bibliography{...} in traditioneller Weise nach \begin{document}.
+% (2xLaTeX-Lauf + biber + 1xLaTeX-Lauf)
+\AfterEndPreamble{%
+ \renewcommand*\bibliography[1]{%
+ \immediate\write\@mainaux{\string\bibliography{#1}}%
+ \printbibliography[heading=dtk]
+ }%
+}%
+
+\endinput