forked from novoid/LaTeX-KOMA-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
colophon.tex
30 lines (25 loc) · 882 Bytes
/
colophon.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
%%%% Time-stamp: <2013-03-18 14:35:00 vk>
%% ========================================================================
%%%% Disclaimer
%% ========================================================================
%%
%% created by
%%
%% Karl Voit
\newcommand{\mycolophon}{%%
This document
%% was written with \myacro{GNU}~Emacs,
is set in Palatino, compiled with
\href{http://LaTeX.TUGraz.at}{pdf\LaTeX2e} and
\href{http://en.wikipedia.org/wiki/Biber_(LaTeX)}{\texttt{Biber}}.
The \LaTeX{} template from Karl Voit is based on
\href{http://www.komascript.de/}{KOMA script} and can be found
online: \href{https://github.com/novoid/LaTeX-KOMA-template}{https://github.com/novoid/LaTeX-KOMA-template}
}
%%% Local Variables:
%%% mode: latex
%%% mode: auto-fill
%%% mode: flyspell
%%% eval: (ispell-change-dictionary "en_US")
%%% TeX-master: "../main"
%%% End: