summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/skb/user-guide/examples/example.tex
blob: 669f79202e8d976c0eefcdfbc2693e6154b7ca3d (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
25
26
27
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