diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/skb/user-guide/user-guide.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/skb/user-guide/user-guide.tex | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/skb/user-guide/user-guide.tex b/Master/texmf-dist/doc/latex/skb/user-guide/user-guide.tex index c579b344228..65ebfbf9cff 100644 --- a/Master/texmf-dist/doc/latex/skb/user-guide/user-guide.tex +++ b/Master/texmf-dist/doc/latex/skb/user-guide/user-guide.tex @@ -1,23 +1,25 @@ \documentclass{skbarticle} \IfFileExists{user-guide} - {\skbconfig[root=./,pub=]{user-guide.tex}}{} + {\skbconfig[root=./]{user-guide.tex}}{} \IfFileExists{user-guide/user-guide} - {\skbconfig[root=user-guide,pub=]{user-guide.tex}}{} + {\skbconfig[root=user-guide]{user-guide.tex}}{} +\skbconfig[pub=,acr=database,bib=database]{user-guide.tex} +\skbbibtex \begin{document} - \title{The \SKB~User Guide} + \title{The SKB User Guide} \author{Sven van der Meer} - \date{2010-08-04 v0.5} + \date{Version 0.51, 12-May-2011} \maketitle \begin{abstract} \skbinput[from=rep]{abstract} \end{abstract} \footnote{ - Note: This article is part of the \SKB~package. It is typeset separated from + 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 \SKB. + and to provide an example for the usage of the \skbacft{A3DS:SKB}. } \tableofcontents* @@ -29,5 +31,10 @@ \skbinput[from=pub]{user-guide-load} + \section*{Acronyms} + \skbacronyms + + \printbibliography + \end{document} \endinput
\ No newline at end of file |