summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/skb/user-guide/user-guide.tex
blob: c579b344228959023841092c85b9bbe456c098e5 (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
\documentclass{skbarticle}

\IfFileExists{user-guide}
  {\skbconfig[root=./,pub=]{user-guide.tex}}{}
\IfFileExists{user-guide/user-guide}
  {\skbconfig[root=user-guide,pub=]{user-guide.tex}}{}

\begin{document}
  \title{The \SKB~User Guide}
  \author{Sven van der Meer}
  \date{2010-08-04 v0.5}
  \maketitle

  \begin{abstract}
   \skbinput[from=rep]{abstract}
  \end{abstract}
  \footnote{
      Note: This article is part of the \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 \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}

\end{document}
\endinput