diff options
author | Karl Berry <karl@freefriends.org> | 2010-09-23 18:26:49 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-09-23 18:26:49 +0000 |
commit | 58170c63465147c0dd8d6d11c6a006afc9fa8f9a (patch) | |
tree | dded27e5ec47cfa320a69415916a11b2013f60cd /Master/texmf-dist/doc/latex/skb/user-guide/slides/start-used-options.tex | |
parent | 81d67531c8731b84c54651600e9f831e81be7f58 (diff) |
new latex package skb (5aug10)
git-svn-id: svn://tug.org/texlive/trunk@19858 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/skb/user-guide/slides/start-used-options.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/skb/user-guide/slides/start-used-options.tex | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/skb/user-guide/slides/start-used-options.tex b/Master/texmf-dist/doc/latex/skb/user-guide/slides/start-used-options.tex new file mode 100644 index 00000000000..ecc563b4729 --- /dev/null +++ b/Master/texmf-dist/doc/latex/skb/user-guide/slides/start-used-options.tex @@ -0,0 +1,33 @@ +\mode +<presentation> + +\begin{frame}{Confguration: View Options Used} + \label{start:used:options} + + \begin{itemize} + \item Macro that can be used to show configuration options + \item Shows the Change Log and actually used options + \item Uses package warning to printout information + \item Automatically called at the end of processing main document + \end{itemize} + + \begin{example}[Root path Change Log and Option] + \lstinputlisting[style=beamer-example,firstline=2,lastline=3]{\skbfileroot{examples/used-options}} + \lstinputlisting[style=beamer-example,firstline=12,lastline=13]{\skbfileroot{examples/used-options}} + \end{example} + +\end{frame} + + +\mode +<article> + +\resizebox{\textwidth}{!}{\includeslide{start:used:options}} +\bigskip + +\skbinput[from=rep]{getting-started/used-options} + +\clearpage + +\mode +<all> |