summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/skb/user-guide/examples/example.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-09-23 18:26:49 +0000
committerKarl Berry <karl@freefriends.org>2010-09-23 18:26:49 +0000
commit58170c63465147c0dd8d6d11c6a006afc9fa8f9a (patch)
treedded27e5ec47cfa320a69415916a11b2013f60cd /Master/texmf-dist/doc/latex/skb/user-guide/examples/example.tex
parent81d67531c8731b84c54651600e9f831e81be7f58 (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/examples/example.tex')
-rw-r--r--Master/texmf-dist/doc/latex/skb/user-guide/examples/example.tex28
1 files changed, 28 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/skb/user-guide/examples/example.tex b/Master/texmf-dist/doc/latex/skb/user-guide/examples/example.tex
new file mode 100644
index 00000000000..669f79202e8
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/skb/user-guide/examples/example.tex
@@ -0,0 +1,28 @@
+\documentclass{skbarticle}
+
+\begin{document}
+ \author{Sven van der Meer}
+ \title{Protocols, Formats and Communication Services}
+ \maketitle
+ \tableofcontents*
+ \bigskip
+
+ \skbinput[from=rep]{sota/protocols}
+
+ \section{Introduction}
+ \skbinput[from=rep,level=subsection]
+ {sota/protocols/data_encoding}
+ \skbinput[from=rep,level=subsection]
+ {sota/protocols/message-formates}
+ \skbinput[from=rep,level=subsection]
+ {sota/protocols/protocols}
+ \skbinput[from=rep,level=subsection]
+ {sota/protocols/protocol-services}
+
+ \skbinput[from=rep,level=section]{sdo/omg/corba-giop}
+ \skbinput[from=rep,level=section]{sdo/ietf/snmp-protocol}
+ \skbinput[from=rep,level=section]{sdo/itu/x700-cmip}
+ \skbinput[from=rep,level=section]{sdo/w3c/http}
+
+\end{document}
+\endinput \ No newline at end of file