blob: 604fe4ecc2ccfeead1857c1d9f59f2a7e1c5a6c4 (
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
|
\mode
<presentation>
\begin{frame}{Macros for PDF Info}
\label{manual:pdfinfo}
Macros to set information, call them anywere in your document:
\begin{itemize}
\item \cmd{\skbtitle} -- the title
\item \cmd{\skbauthor} -- the author
\item \cmd{\skbsubject} -- the subject
\item \cmd{\skbkeywords} -- the keywords
\item date -- will be set automatically to today
\end{itemize}
\SKB~automatically calls the \cmd{\skbpdfinfo} macro at the end of the main document
\end{frame}
\mode
<article>
\resizebox{\textwidth}{!}{\includeslide{manual:pdfinfo}}
\bigskip
\skbinput[from=rep]{manual/pdfinfo}
\clearpage
\mode
<all>
|