diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/skb/user-guide/slides/applicability.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/skb/user-guide/slides/applicability.tex | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/skb/user-guide/slides/applicability.tex b/Master/texmf-dist/doc/latex/skb/user-guide/slides/applicability.tex new file mode 100644 index 00000000000..aa398b04b2c --- /dev/null +++ b/Master/texmf-dist/doc/latex/skb/user-guide/slides/applicability.tex @@ -0,0 +1,35 @@ +\mode +<presentation> + +\begin{frame}{Applicability and Side Effects} + \label{applicability} + + The \SKB~can be helpful if you + \begin{itemize} + \item Need to organise large amount of 'stuf' + \item Want to reorganise `stuff' + \item Plan to maintain a personal repository + \end{itemize} + + The \SKB~has side effects (and cannot do coffee for you either) + \begin{itemize} + \item Separating content from structure makes content (almost) context-free + \item Changes in content effect (potentially) multiple documents of different type + \item Versioning and change logging becomes (almost) impossible + \item Your style of writing documents might need to change + \item Cross-references between parts of `stuff' need to be used carefully + \end{itemize} +\end{frame} + + +\mode +<article> + +\resizebox{\textwidth}{!}{\includeslide{applicability}} +\bigskip + +\skbinput[from=rep]{applicability} +\clearpage + +\mode +<all> |