blob: 65ebfbf9cff2ee88df017e3ae6632feefc50d5d3 (
plain)
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
31
32
33
34
35
36
37
38
39
40
|
\documentclass{skbarticle}
\IfFileExists{user-guide}
{\skbconfig[root=./]{user-guide.tex}}{}
\IfFileExists{user-guide/user-guide}
{\skbconfig[root=user-guide]{user-guide.tex}}{}
\skbconfig[pub=,acr=database,bib=database]{user-guide.tex}
\skbbibtex
\begin{document}
\title{The SKB User Guide}
\author{Sven van der Meer}
\date{Version 0.51, 12-May-2011}
\maketitle
\begin{abstract}
\skbinput[from=rep]{abstract}
\end{abstract}
\footnote{
Note: This article is part of the \skbacft{A3DS:SKB} package. It is typeset separated from
the original documentation to show the usage of the \cmd{\skbarticle} class
and to provide an example for the usage of the \skbacft{A3DS:SKB}.
}
\tableofcontents*
\skbtitle{The SKB User Guide}
\skbauthor{Sven van der Meer, sven@vandermeer.de}
\skbsubject{LaTeX SKB}
\skbkeywords{SKB;LaTeX;Package}
\skbinput[from=pub]{user-guide-load}
\section*{Acronyms}
\skbacronyms
\printbibliography
\end{document}
\endinput
|