diff options
author | Karl Berry <karl@freefriends.org> | 2010-09-23 18:26:49 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-09-23 18:26:49 +0000 |
commit | 58170c63465147c0dd8d6d11c6a006afc9fa8f9a (patch) | |
tree | dded27e5ec47cfa320a69415916a11b2013f60cd /Master/texmf-dist/doc/latex/skb/user-guide/examples | |
parent | 81d67531c8731b84c54651600e9f831e81be7f58 (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')
15 files changed, 130 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/skb/user-guide/examples/example-toc.tex b/Master/texmf-dist/doc/latex/skb/user-guide/examples/example-toc.tex new file mode 100644 index 00000000000..6271f80f48d --- /dev/null +++ b/Master/texmf-dist/doc/latex/skb/user-guide/examples/example-toc.tex @@ -0,0 +1,9 @@ +1 Introduction . . . . . . . . . . . . . . . . . . . . . 1 + 1.1 Data Encoding . . . . . . . . . . . . . . . . . . . 2 + 1.2 Message Formats . . . . . . . . . . . . . . . . . . 5 + 1.3 Protocols . . . . . . . . . . . . . . . . . . . . . 7 + 1.4 Protocol Services . . . . . . . . . . . . . . . . . 9 +2 General Inter-ORB Protocol . . . . . . . . . . . . . . 10 +3 Simple Network Management Protocol . . . . . . . . . . 13 +4 Common Management Information Protocol . . . . . . . . 15 +5 Hypertext Transport Protocol . . . . . . . . . . . . . 18
\ No newline at end of file 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 diff --git a/Master/texmf-dist/doc/latex/skb/user-guide/examples/figure-classic.tex b/Master/texmf-dist/doc/latex/skb/user-guide/examples/figure-classic.tex new file mode 100644 index 00000000000..5d7a4a7c63a --- /dev/null +++ b/Master/texmf-dist/doc/latex/skb/user-guide/examples/figure-classic.tex @@ -0,0 +1,5 @@ +\begin{figure}\begin{center} + \resizebox{\textwidth}{!}{ + \includegraphics[width=\textwidth]{../figures/myfig}} + \caption{My Figure}\label{myfig} +\end{center}\end{figure}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/skb/user-guide/examples/listings.tex b/Master/texmf-dist/doc/latex/skb/user-guide/examples/listings.tex new file mode 100644 index 00000000000..cd198fe3616 --- /dev/null +++ b/Master/texmf-dist/doc/latex/skb/user-guide/examples/listings.tex @@ -0,0 +1,4 @@ +\lstinputlisting[style=generic,language=TeX]{example} +\lstinputlisting[style=generic]{\skbfileroot{example-toc} +\lstinputlisting[style=beamer-example]{example} +\lstinputlisting[style=beamer-exampleLN]{example}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/skb/user-guide/examples/optional-text.tex b/Master/texmf-dist/doc/latex/skb/user-guide/examples/optional-text.tex new file mode 100644 index 00000000000..6f935a3f6bf --- /dev/null +++ b/Master/texmf-dist/doc/latex/skb/user-guide/examples/optional-text.tex @@ -0,0 +1,7 @@ +\opt{text}{The following example}\opt{note}{This slide}% + shows some examples for optional text (optional package) + +\begin{skbmodememoir}Only with memoir\end{skbmodememoir} + +\opt{anim}{\skbfigure[multiinclude=+-]{myfigure}} +\opt{noanim}{\skbfigure[width=\textwidth]{myfigure}}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/skb/user-guide/examples/paths.tex b/Master/texmf-dist/doc/latex/skb/user-guide/examples/paths.tex new file mode 100644 index 00000000000..51694d60977 --- /dev/null +++ b/Master/texmf-dist/doc/latex/skb/user-guide/examples/paths.tex @@ -0,0 +1,2 @@ +\skbfileroot{examples/skbem} +\skbfilfig{dirtree/complete}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/skb/user-guide/examples/rebuild.tex b/Master/texmf-dist/doc/latex/skb/user-guide/examples/rebuild.tex new file mode 100644 index 00000000000..9202df41abe --- /dev/null +++ b/Master/texmf-dist/doc/latex/skb/user-guide/examples/rebuild.tex @@ -0,0 +1,14 @@ +#Rebuild Class and Style files +$cd run; latex ../source/skb.ins +-> creates: skb.cfg, skb.sty, skbarticle.cls, skbbook.cls, + skbbeamer.cls, skblncsbeamer.cls and skblncsppt.cls + +#Rebuild Documentation +$cd doc +$pdflatex ../source/skb.dtx # repeat twice +$pdflatex user-guide/user-guide # repeat twice +$pdflatex user-guide/ug-slides-anim # repeat twice +$pdflatex user-guide/ug-slides-noanim # repeat twice +$pdflatex user-guide/ug-slides-notes # repeat twice + +# remove all files except the PDFs for cleanup
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/skb/user-guide/examples/skbconfig.tex b/Master/texmf-dist/doc/latex/skb/user-guide/examples/skbconfig.tex new file mode 100644 index 00000000000..e460dc01d50 --- /dev/null +++ b/Master/texmf-dist/doc/latex/skb/user-guide/examples/skbconfig.tex @@ -0,0 +1,14 @@ +%default content of skb.cfg +\skbconfig[ + root=/doc,fig=figures,sli=slides + acr=database/latex,acrfile=acronym, + bib=database/bibtex,bibfile=bibliograhpy, + rep=repository,pub=publish +]{skb.cfg} + +%using relative path for root and no directory structure +\skbconfig[ + root=./,rep=,pub=,fig=,sli=, + acr=,acrfile=acronym, + bib=,bibfile=bibliograhpy +]{myfile.tex}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/skb/user-guide/examples/skbem.tex b/Master/texmf-dist/doc/latex/skb/user-guide/examples/skbem.tex new file mode 100644 index 00000000000..5eabfb7bde8 --- /dev/null +++ b/Master/texmf-dist/doc/latex/skb/user-guide/examples/skbem.tex @@ -0,0 +1,5 @@ +Use \cmd{\skbem} to produce \skbem[bold]{bold}, +\skbem[italic]{italic} or \skbem[code]{type writer} text. + +The example above shows the macro \skbem[code]{skbem} with +the option \skbem[italic]{bold} and \skbem[bold]{italic}.
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/skb/user-guide/examples/skbfigure.tex b/Master/texmf-dist/doc/latex/skb/user-guide/examples/skbfigure.tex new file mode 100644 index 00000000000..ea069b15285 --- /dev/null +++ b/Master/texmf-dist/doc/latex/skb/user-guide/examples/skbfigure.tex @@ -0,0 +1,5 @@ +\skbfigure{myfig} +\skbfigure[figure,center]{myfig} +\skbfigure[figure,center,width=\textwidth]{myfig} +\skbfigure[figure,center, + caption=My Figure,label=myfig]{myfig}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/skb/user-guide/examples/skbheading.tex b/Master/texmf-dist/doc/latex/skb/user-guide/examples/skbheading.tex new file mode 100644 index 00000000000..cdf4d6c6eb4 --- /dev/null +++ b/Master/texmf-dist/doc/latex/skb/user-guide/examples/skbheading.tex @@ -0,0 +1 @@ +\skbheading{My Heading}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/skb/user-guide/examples/skbinput.tex b/Master/texmf-dist/doc/latex/skb/user-guide/examples/skbinput.tex new file mode 100644 index 00000000000..7de3b3e4f8c --- /dev/null +++ b/Master/texmf-dist/doc/latex/skb/user-guide/examples/skbinput.tex @@ -0,0 +1,6 @@ +\skbinput{myfile} +\skbinput[from=rep]{myfile} +\skbinput[from=pub]{myfile} +\skbinput[level=chapter]{myfile} +\skbinput[from=pub,level=chapter]{myfile} +\skbinput[from=pub]{test/myfile}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/skb/user-guide/examples/skbslide.tex b/Master/texmf-dist/doc/latex/skb/user-guide/examples/skbslide.tex new file mode 100644 index 00000000000..9ca2d0ac239 --- /dev/null +++ b/Master/texmf-dist/doc/latex/skb/user-guide/examples/skbslide.tex @@ -0,0 +1,7 @@ +\skbslide{myslides/slide1}{} +\skbslide{myslides/slide2}{}\clearpage +\skbslide[annotate]{myslides/slide3}{} +\skbslide[annotate,notefrom=rep] + {myslides/theme1}{text/theme1} +\skbslide[annotate,notefrom=rep,slidefrom=rep] + {text/theme2}{text/theme2}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/skb/user-guide/examples/skbslidecite.tex b/Master/texmf-dist/doc/latex/skb/user-guide/examples/skbslidecite.tex new file mode 100644 index 00000000000..e23a2c75105 --- /dev/null +++ b/Master/texmf-dist/doc/latex/skb/user-guide/examples/skbslidecite.tex @@ -0,0 +1,2 @@ +\skbslidecite{Slide}{\cite{tanenbaum-andrew:book:2003}} +\skbslidecite{Notes}{\cite{standard:IETF:RFC:1155}}
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/skb/user-guide/examples/used-options.tex b/Master/texmf-dist/doc/latex/skb/user-guide/examples/used-options.tex new file mode 100644 index 00000000000..13a6fa3f828 --- /dev/null +++ b/Master/texmf-dist/doc/latex/skb/user-guide/examples/used-options.tex @@ -0,0 +1,21 @@ +Package skb Warning: Options last changed by: skb-presentation +(skb) Change log: +(skb) - root = skb.sty, ug-slides-noanim.tex +(skb) - acr = skb.sty +(skb) - acrfile = skb.sty +(skb) - bib = skb.sty +(skb) - bibfile = skb.sty +(skb) - rep = skb.sty +(skb) - pub = skb.sty, ug-slides-noanim.tex +(skb) - fig = skb.sty +(skb) - sli = skb.sty, skb-presentation +(skb) Last set Path/File Options: +(skb) - file root = user-guide/ +(skb) - path root = user-guide +(skb) - file acr = user-guide/database/latex/acronym +(skb) - file bib = user-guide/database/bibtex/bibliography +(skb) - path bib = user-guide/database/bibtex +(skb) - path rep = user-guide/repository/ +(skb) - path pub = user-guide// +(skb) - path fig = user-guide/figures/ +(skb) - path sli = user-guide/slides/ .
\ No newline at end of file |