blob: e620f1e6f4c06f3d9f7e8efea92cb4e668e19a0d (
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
|
\mode
<presentation>
\begin{frame}{An Example Article -- \TeX~code}
\label{example:art:tex1}
\begin{example}[start of the tex file]
\lstinputlisting[style=beamer-example,language=TeX,firstline=1,lastline=8]{\skbfileroot{examples/example}}
\end{example}
\end{frame}
\mode
<article>
\resizebox{\textwidth}{!}{\includeslide{example:art:tex1}}
\bigskip
\skbinput[from=rep]{example-article}
\mode
<all>
|