summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/skb/user-guide/examples/example.tex
diff options
context:
space:
mode:
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