summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/active-conf/example
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2008-05-23 17:26:33 +0000
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2008-05-23 17:26:33 +0000
commitc4eac2700156f8f69db1268ccec0caac7f91d904 (patch)
tree7c40e55a12d041114e4835630fb7e2cf913418bc /Master/texmf-dist/doc/latex/active-conf/example
parent80922a3baa678ee895047bc8afe41dbdc14da759 (diff)
active-conf update
git-svn-id: svn://tug.org/texlive/trunk@8305 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/active-conf/example')
-rw-r--r--Master/texmf-dist/doc/latex/active-conf/example/active-example.ltx149
-rw-r--r--Master/texmf-dist/doc/latex/active-conf/example/active-header-2006.tex3
-rw-r--r--Master/texmf-dist/doc/latex/active-conf/example/header-logo-2006.eps593
-rw-r--r--Master/texmf-dist/doc/latex/active-conf/example/header-logo-2006.pdfbin0 -> 6649 bytes
4 files changed, 745 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/active-conf/example/active-example.ltx b/Master/texmf-dist/doc/latex/active-conf/example/active-example.ltx
new file mode 100644
index 00000000000..e2880572c5d
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/active-conf/example/active-example.ltx
@@ -0,0 +1,149 @@
+\documentclass[2006]{active-conf}
+
+\title{Instructions for authors preparing papers for the Active 2006 proceedings: an example of the active-conf class}
+
+%\showaffiliations
+%% This only needs to be used if necessary, see below.
+
+\author[1,2]{N.\,M.~One}
+% [1,2] refers to the affiliation of the author;
+% uncomment \showaffiliations to see what it does
+
+\email{first@author}
+% \email{} should directly follow after the author
+% to which it corresponds, and is optional.
+
+\author{A.\,B.~Two}
+
+\address{First affiliation\\
+ City, State\\ Country, Postcode}
+% Within \address{}, \\ must be used to split information over lines.
+
+\author{H.\,F.~Three}
+\email{third@secondaddress}
+
+\address{Second affiliation\\
+ City, State\\ Country, Postcode}
+
+% As many \note{}s as desired:
+\note{The authors acknowledge the support of a research grant.}
+\note{The second author now works in Antartica.}
+
+% Optional:
+\pdfkeywords{LaTeX, example, ACTIVE 2006}
+
+\begin{document}
+\maketitle
+
+\begin{abstract}
+This is an example of the \texttt{active-conf-2006} class, with brief instructions
+that are in the format that should be followed by authors in preparing their papers,
+which must be submitted as PDF documents. Inclusion of an abstract in the final paper
+is required, and must contain 200 words or less (that's at most around thirteen lines
+of text as typeset right here), and should not include equations, numbered references
+or footnotes. These abstracts will be printed in the conference program to help attendees
+plan their days at the conference. The Organizing Committee may alter abstracts printed
+in the final program to bring them into compliance with the word limit.
+\end{abstract}
+
+\section{About the article}
+The manuscript should be a contribution to the active noise and vibration control
+literature, and not as a list of topics to be covered during the oral presentation.
+All papers are expected to be 8--12 pages in length (including figures, tables, and illustrations). All papers submitted to this conference will be peer reviewed by the scientific committee. The members of the scientific committee are listed on the Active
+2006 web site, \url{http://www.active2006.com}.
+
+\section{Manuscript format}
+Refer to the class documentation, \url{Active_2006_LaTeX_Docs.pdf},
+for full details on the features of this class. \emph{Please} only
+capitalise the first word of the title of the paper.
+
+\section{Tables and figures}
+Please incorporate all graphics, charts, tables, illustrations, photos, etc.\
+into your manuscript as you would like them to appear in the final published
+paper. An example of a floating figure is shown in \figref{example}.
+
+\begin{figure}
+ \includegraphics{example-figure}
+ \caption{This is an example of a figure.
+ Note the caption is \emph{below} the figure.}
+ \label{fig:example}
+\end{figure}
+
+Tables and figures have some nice features to make them easier to use.
+Refer to \figref{example} and \tabref{example} for examples.
+(Note the use of \verb|\figref{...}| and \verb|\tabref{...}| in the
+previous sentence.)
+
+\begin{table}
+ \caption{This is an example of how you should tabulate data.
+ Note that the caption is placed \emph{above} the table.}
+ \label{tab:example}
+ \begin{tabular}{@{} lcr @{}}
+ \hline
+ \multicolumn{2}{c}{Item} \\
+ \cline{1-2}
+ Animal & Description & Price (\$)\\
+ \hline
+ Gnat & per gram & 13.65 \\
+ & each & 0.01 \\
+ Gnu & stuffed & 92.50 \\
+ Emu & stuffed & 33.33 \\
+ Armadillo & frozen & 8.99 \\
+ \hline
+ \end{tabular}
+\end{table}
+
+\section{Maths}
+For your convenience, the \textsf{amsmath} and \textsf{amssymb} packages
+are loaded automatically, among others. \eqref{FxLMS_f} gives an example
+of an equation, and this sentence gives an example of the \verb|\eqref| command.
+\begin{align}
+ \begin{bmatrix}
+ f_0[k+1] \\ f_1[k+1] \\ \vdots \\ f_{N-1}[k+1]
+ \end{bmatrix}
+ & =
+ (1 - \lambda)
+ \begin{bmatrix}
+ f_0[k] \\ f_1[k] \\ \vdots \\ f_{N-1}[k]
+ \end{bmatrix}
+ - \mu
+ \begin{bmatrix}
+ r_f[k-0] \\ r_f[k-1] \\ \vdots \\ r_f[k-(N-1)]
+ \end{bmatrix}
+ e[k+1]
+ \label{eq:FxLMS_f}
+\end{align}
+When referring to units and numbers with units, use the \verb|\unit{}| and
+\verb|\num{}{}| commands, respectively. Their use is shown in the following
+examples: `The unit of acceleration is \unit{m/s^2}' and `The peak velocity of
+the oscillation was \num{123}{m/s}'.
+\section{Notes on PDF file generation}
+If you are using a current version of \verb|pdflatex| your PDF file should be correct and include the appropriate font information to display correctly on screen and in print.
+However is you are using the \verb|latex->dvi, dvips->ps, ps2pdf->pdf| method ensure that you use the folowing options so that the resulting PDF will display correctly on screen
+\begin{verbatim}
+latex input_file.tex
+dvips -Ppdf -GO -t a4 -o output_file.ps input_file.dvi
+ps2pdf output_file.ps output_file.pdf
+\end{verbatim}
+
+Check the man pages of \verb|dvips| for more information or use Google to find out more.
+
+\subsection{Inspecting your PDF file}
+Submit the manuscript filename \verb|a06_XXX.pdf|, where you should replace XXX with your abstract number.
+
+Once your pdf file has been produced you may find it helpful to use Adobe
+Acrobat to reduce the file size and make the file version 5.0 compatible. Any further metadata you wish to add (beyond the title, author, subject, and optional keywords) may also be done at this stage.
+
+\section{Citations and bibliography}
+Citations should be in standard numerical style, referencing bibliographic
+entries that are listed in order of citation \cite{puppin+:2002,earnshaw:1842}.
+\nocite{*}% puts every item in example.bib in the bibliography of this document
+The \verb|\cite| command inserts its own non-breaking space automatically to ensure
+that the reference isn't isolated at the beginning of a line.
+
+\bibliographystyle{unsrt}
+\bibliography{example}
+
+\end{document}
+
+ \ No newline at end of file
diff --git a/Master/texmf-dist/doc/latex/active-conf/example/active-header-2006.tex b/Master/texmf-dist/doc/latex/active-conf/example/active-header-2006.tex
new file mode 100644
index 00000000000..5e65cd2e116
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/active-conf/example/active-header-2006.tex
@@ -0,0 +1,3 @@
+\vspace*{-2cm}
+\centering
+\includegraphics{header-logo-2006}
diff --git a/Master/texmf-dist/doc/latex/active-conf/example/header-logo-2006.eps b/Master/texmf-dist/doc/latex/active-conf/example/header-logo-2006.eps
new file mode 100644
index 00000000000..e0507c4708e
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/active-conf/example/header-logo-2006.eps
@@ -0,0 +1,593 @@
+%!PS-Adobe-2.0 EPSF-2.0
+%%BoundingBox: 1 2 234 49
+%%HiResBoundingBox: 1.000000 2.000000 234.000000 48.500000
+%...........................................
+%%Creator: AFPL Ghostscript 851 (pswrite)
+%%CreationDate: 2006/02/01 17:54:10
+%%DocumentData: Clean7Bit
+%%LanguageLevel: 2
+%%EndComments
+% EPSF created by ps2eps 1.54
+%%BeginProlog
+save
+countdictstack
+mark
+newpath
+/showpage {} def
+/setpagedevice {pop} def
+%%EndProlog
+%%Page 1 1
+% This copyright applies to everything between here and the %%EndProlog:
+% Copyright (C) 2005 artofcode LLC, Benicia, CA. All rights reserved.
+/GS_pswrite_2_0_1001 80 dict dup begin
+/PageSize 2 array def/setpagesize{ PageSize aload pop 3 index eq exch
+4 index eq and{ pop pop pop}{ PageSize dup 1
+5 -1 roll put 0 4 -1 roll put dup null eq {false} {dup where} ifelse{ exch get exec}
+{ pop/setpagedevice where
+{ pop 1 dict dup /PageSize PageSize put setpagedevice}
+{ /setpage where{ pop PageSize aload pop pageparams 3 {exch pop} repeat
+setpage}if}ifelse}ifelse}ifelse} bind def
+/!{bind def}bind def/#{load def}!/N/counttomark #
+/rG{3{3 -1 roll 255 div}repeat setrgbcolor}!/G{255 div setgray}!/K{0 G}!
+/r6{dup 3 -1 roll rG}!/r5{dup 3 1 roll rG}!/r3{dup rG}!
+/w/setlinewidth #/J/setlinecap #
+/j/setlinejoin #/M/setmiterlimit #/d/setdash #/i/setflat #
+/m/moveto #/l/lineto #/c/rcurveto #
+/p{N 2 idiv{N -2 roll rlineto}repeat}!
+/P{N 0 gt{N -2 roll moveto p}if}!
+/h{p closepath}!/H{P closepath}!
+/lx{0 rlineto}!/ly{0 exch rlineto}!/v{0 0 6 2 roll c}!/y{2 copy c}!
+/re{4 -2 roll m exch dup lx exch ly neg lx h}!
+/^{3 index neg 3 index neg}!
+/f{P fill}!/f*{P eofill}!/s{H stroke}!/S{P stroke}!
+/q/gsave #/Q/grestore #/rf{re fill}!
+/Y{P clip newpath}!/Y*{P eoclip newpath}!/rY{re Y}!
+/|={pop exch 4 1 roll 1 array astore cvx 3 array astore cvx exch 1 index def exec}!
+/|{exch string readstring |=}!
+/+{dup type/nametype eq{2 index 7 add -3 bitshift 2 index mul}if}!
+/@/currentfile #/${+ @ |}!
+/B{{2 copy string{readstring pop}aload pop 4 array astore cvx
+3 1 roll}repeat pop pop true}!
+/Ix{[1 0 0 1 11 -2 roll exch neg exch neg]exch}!
+/,{true exch Ix imagemask}!/If{false exch Ix imagemask}!/I{exch Ix image}!
+/Ic{exch Ix false 3 colorimage}!
+/F{/Columns counttomark 3 add -2 roll/Rows exch/K -1/BlackIs1 true>>
+/CCITTFaxDecode filter}!/FX{<</EndOfBlock false F}!
+/X{/ASCII85Decode filter}!/@X{@ X}!/&2{2 index 2 index}!
+/@F{@ &2<<F}!/@C{@X &2 FX}!
+/$X{+ @X |}!/&4{4 index 4 index}!/$F{+ @ &4<<F |}!/$C{+ @X &4 FX |}!
+/IC{3 1 roll 10 dict begin 1{/ImageType/Interpolate/Decode/DataSource
+/ImageMatrix/BitsPerComponent/Height/Width}{exch def}forall
+currentdict end image}!
+/~{@ read {pop} if}!
+end readonly def
+/pagesave null def
+GS_pswrite_2_0_1001 begin
+236 50 null setpagesize
+/pagesave save store 197 dict begin
+0.1 0.1 scale
+gsave mark
+Q q
+0 0 2360 500 re
+Y
+0.317683 i
+K
+120.4 451.16 35.26 -66.71 -71.8 0 H
+48.61 319 19.06 35.9 103.88 0 19.7 -35.9 42.89 0 -94.04 163.93 -36.85 0 -92.76 -163.93 H
+f
+418.49 422.57 38.12 6.04 0 15.57 P
+0 14.93 -2.86 25.1 -8.58 30.5 c
+-5.4 5.4 -16.2 8.26 -32.09 8.26 c
+-97.85 0 p
+-15.88 0 -26.68 -2.86 -32.4 -8.26 c
+-5.4 -5.4 -8.26 -15.57 -8.26 -30.5 c
+0 -86.41 p
+0 -14.93 2.86 -25.1 8.26 -30.5 c
+5.72 -5.4 16.52 -8.26 32.4 -8.26 c
+97.85 0 p
+15.88 0 26.69 2.86 32.09 8.26 c
+5.72 5.4 8.58 15.57 8.58 30.5 c
+0 19.38 -38.12 7.94 0 -35.26 -102.93 0 0 103.88 ^ h
+f
+687.79 453.7 0 29.23 -189.02 0 ^ 75.29 0 0 -134.7 38.13 0 ^ H
+f
+733.934 319 38.1211 163.926 re
+f
+937.58 319 90.22 163.93 -38.12 0 -63.22 -118.5 -66.4 118.5 -43.52 0 94.67 -163.93 H
+f
+1242.26 319 0 30.82 -131.2 0 0 40.66 75.61 0 0 27.95 ^ 0 36.54
+129.62 0 0 27.96 -167.74 0 0 -163.93 H
+f
+1437.48 429.55 32.4 -8.26 0 33.68 93.4 0 0 -21.29 -113.41 -69.89 P
+-7.62 -4.77 -13.03 -9.21 -16.2 -13.02 c
+-2.86 -4.13 -4.45 -9.53 -4.45 -16.84 c
+0 -14.93 137.88 0 p
+14.61 0 24.78 2.22 29.86 6.99 c
+5.08 4.45 7.63 12.71 7.63 25.1 c
+0 13.02 -30.18 8.58 0 -24.14 -95.3 0 96.26 58.46 p
+9.53 5.71 15.25 10.8 17.79 14.93 c
+2.22 4.45 3.5 10.48 3.5 18.43 c
+0 10.48 p
+0 12.39 -2.54 20.65 -7.62 25.41 c
+-5.09 4.45 -15.25 6.67 -29.86 6.67 c
+-84.19 0 p
+-14.93 0 -24.78 -2.23 -29.86 -6.67 c
+-5.09 -4.77 -7.62 -13.03 -7.62 -25.41 c
+h
+f
+1703.17 454.97 117.23 0 0 -106.43 ^ H
+1668.86 357.76 m
+0 -14.93 2.54 -25.1 7.94 -30.5 c
+5.08 -5.4 14.93 -8.26 29.54 -8.26 c
+110.87 0 p
+14.61 0 24.46 2.86 29.55 8.26 c
+5.4 5.4 7.94 15.57 7.94 30.5 c
+0 86.41 p
+0 14.93 -2.54 25.1 -7.94 30.5 c
+-5.08 5.4 -14.93 8.26 -29.55 8.26 c
+-110.87 0 p
+-14.61 0 -24.46 -2.86 -29.54 -8.26 c
+-5.4 -5.4 -7.94 -15.57 -7.94 -30.5 c
+h
+f
+1949.17 454.97 117.23 0 0 -106.43 ^ H
+1914.86 357.76 m
+0 -14.93 2.54 -25.1 7.94 -30.5 c
+5.08 -5.4 14.93 -8.26 29.54 -8.26 c
+110.87 0 p
+14.61 0 24.46 2.86 29.55 8.26 c
+5.4 5.4 7.94 15.57 7.94 30.5 c
+0 86.41 p
+0 14.93 -2.54 25.1 -7.94 30.5 c
+-5.08 5.4 -14.93 8.26 -29.55 8.26 c
+-110.87 0 p
+-14.61 0 -24.46 -2.86 -29.54 -8.26 c
+-5.4 -5.4 -7.94 -15.57 -7.94 -30.5 c
+h
+f
+2238.01 395.88 m
+12.07 0.64 23.83 0.95 35.58 0.95 c
+14.61 0 24.14 -1.27 28.91 -4.13 c
+4.76 -2.86 7.3 -7.94 7.3 -15.57 c
+0 -8.89 p
+0 -7.62 -2.22 -12.71 -6.36 -15.57 c
+-4.45 -2.86 -12.07 -4.13 -23.51 -4.13 c
+-45.75 0 p
+-14.29 0 -23.51 1.91 -27.64 5.72 c
+-4.13 3.81 -6.36 13.34 -6.36 29.23 c
+0 2.23 0 4.13 0.32 5.4 c
+0 1.27 0 2.86 0.32 4.13 c
+12.39 1.27 24.78 2.22 37.17 2.86 c
+h
+2234.52 450.52 m
+15.57 6.36 40.66 9.53 75.61 9.53 c
+10.48 0 -22.55 26.37 p
+-2.86 0.32 -5.08 0.64 -6.99 0.64 c
+-1.59 0 -3.18 0 -4.77 0 c
+-38.44 0 -68.3 -8.26 -89.27 -25.1 c
+-21.29 -16.84 -31.77 -40.34 -31.77 -70.84 c
+0 -21.6 p
+0 -19.06 3.81 -32.4 11.44 -39.71 c
+7.63 -7.3 21.92 -10.8 42.57 -10.8 c
+69.25 0 p
+19.38 0 33.36 3.18 42.57 9.85 c
+9.21 6.36 13.66 16.52 13.66 30.18 c
+0 22.24 p
+0 15.88 -4.77 27 -14.61 33.04 c
+-9.85 6.04 -28.27 9.21 -54.64 9.21 c
+-11.75 0 -23.51 -0.64 -35.58 -1.59 c
+-12.07 -0.95 -24.46 -2.22 -36.85 -4.13 c
+5.4 15.57 15.89 26.37 31.45 32.72 c
+h
+f
+0.2 i
+281.64 223.48 25.48 0 0 -67.48 23.41 0 0 82.11 -35.3 0 H
+f
+446.65 208.95 m
+1.55 2.52 2.41 5.26 2.41 8.12 c
+0 4.23 -1.55 8.12 -4.82 11.78 c
+-3.1 3.55 -7.4 6.4 -12.91 8.35 c
+-5.51 1.95 -11.88 2.97 -19.11 2.97 c
+-7.4 0 -13.77 -1.03 -19.46 -2.97 c
+-5.51 -1.95 -9.98 -4.69 -13.09 -8.12 c
+-3.1 -3.54 -4.65 -7.43 -4.65 -11.78 c
+0 -3.09 0.86 -6.06 2.75 -8.81 c
+1.89 -2.86 4.65 -5.49 8.44 -8 c
+-5.68 -2.75 -9.98 -5.95 -12.74 -9.49 c
+-2.93 -3.55 -4.3 -7.55 -4.3 -11.78 c
+0 -5.03 1.72 -9.49 5.34 -13.49 c
+3.44 -3.89 8.27 -6.86 14.12 -8.81 c
+5.86 -1.94 13.78 -2.97 23.76 -2.97 c
+9.3 0 17.05 1.03 23.07 3.09 c
+6.03 1.94 10.68 5.03 14.29 9.03 c
+3.61 4 5.34 8.35 5.34 13.15 c
+0 4.35 -1.55 8.35 -4.65 12.13 c
+-2.93 3.66 -7.23 6.75 -12.91 9.15 c
+4.48 3.09 7.4 5.95 9.13 8.46 c
+h
+421.51 222.56 m
+2.58 -1.6 3.79 -3.78 3.79 -6.41 c
+0 -2.75 -1.2 -5.03 -3.79 -6.75 c
+-2.59 -1.71 -5.86 -2.63 -9.82 -2.63 c
+-3.79 0 -7.06 0.92 -9.64 2.63 c
+-2.59 1.83 -3.96 4 -3.96 6.63 c
+0 2.63 1.2 4.8 3.79 6.52 c
+2.41 1.71 5.51 2.52 9.47 2.52 c
+4.13 0 7.57 -0.8 10.16 -2.52 c
+h
+426.33 188.71 m
+3.61 -2.29 5.51 -5.14 5.51 -8.46 c
+0 -3.43 -1.72 -6.18 -5.34 -8.35 c
+-3.62 -2.18 -8.44 -3.2 -14.46 -3.2 c
+-5.85 0 -10.68 1.14 -14.29 3.43 c
+-3.62 2.29 -5.51 5.15 -5.51 8.35 c
+0 3.2 1.89 5.95 5.86 8.23 c
+3.79 2.29 8.61 3.43 14.29 3.43 c
+5.51 0 10.16 -1.14 13.95 -3.43 c
+h
+f
+474.809 179.215 42.7031 14.1836 re
+f
+567.3 221.76 m
+3.45 2.52 7.58 3.77 12.57 3.77 c
+4.99 0 9.13 -1.03 12.23 -3.09 c
+3.27 -2.06 4.82 -4.69 4.82 -7.89 c
+0 -2.97 -1.55 -6.4 -4.65 -10.18 c
+-2.93 -3.77 -9.12 -8.8 -18.43 -14.98 c
+-38.22 -25.96 0 -7.43 85.75 0 0 14.41 -44.08 0 13.77 9.72 p
+11.19 7.66 18.77 14.29 23.07 19.9 c
+4.13 5.61 6.2 10.86 6.2 15.78 c
+0 4.12 -1.72 8.12 -5.17 12.13 c
+-3.44 3.89 -8.09 6.98 -13.77 9.04 c
+-5.68 2.17 -12.4 3.2 -19.8 3.2 c
+-12.23 0 -22.21 -2.52 -29.96 -7.66 c
+-7.75 -5.03 -11.88 -12.01 -12.57 -20.93 c
+22.9 0 p
+0.17 4.35 2.07 7.66 5.34 10.18 c
+h
+f
+644.32 228.96 m
+-7.06 -6.75 -10.5 -17.61 -10.5 -32.71 c
+0 -10.75 1.72 -19.1 5.34 -24.93 c
+3.61 -5.83 8.61 -10.18 14.98 -13.04 c
+6.2 -2.86 14.12 -4.35 23.41 -4.35 c
+9.3 0 16.88 1.37 23.07 4.23 c
+6.03 2.86 11.02 7.32 14.64 13.38 c
+3.62 6.06 5.34 14.52 5.34 25.5 c
+0 10.75 -1.72 19.21 -5.34 25.27 c
+-3.62 5.95 -8.61 10.52 -15.15 13.38 c
+-6.54 2.97 -14.29 4.46 -23.25 4.46 c
+-13.95 0 -24.79 -3.77 -32.54 -11.21 c
+h
+691.68 219.13 m
+3.62 -4 5.51 -11.43 5.51 -22.19 c
+0 -10.63 -2.07 -18.18 -6.03 -22.76 c
+-3.45 -3.77 -7.92 -5.6 -13.61 -5.6 c
+-5.85 0 -10.67 1.94 -14.46 5.95 c
+-3.62 3.89 -5.51 11.09 -5.51 21.39 c
+0 8 0.86 14.07 2.41 18.18 c
+1.55 4.12 3.96 6.98 7.06 8.69 c
+3.1 1.71 6.54 2.52 10.5 2.52 c
+5.86 0 10.5 -2.06 14.12 -6.18 c
+h
+f
+833.95 237.31 m
+-5.68 1.95 -11.54 2.86 -17.73 2.86 c
+-9.47 0 -17.56 -2.06 -24.11 -6.06 c
+-6.54 -4.12 -9.82 -9.04 -9.82 -14.64 c
+0 -4 1.89 -8 5.86 -11.89 c
+3.96 -4 12.74 -9.61 26.17 -16.93 c
+7.06 -3.77 11.71 -6.63 13.77 -8.46 c
+2.07 -1.95 3.1 -3.78 3.1 -5.61 c
+0 -2.06 -1.38 -3.89 -4.13 -5.49 c
+-2.75 -1.49 -6.2 -2.29 -10.16 -2.29 c
+-7.75 0 -14.63 3.66 -20.66 10.86 c
+-19.8 -7.89 p
+4.65 -6.18 10.33 -10.64 16.87 -13.49 c
+6.54 -2.86 14.12 -4.35 22.9 -4.35 c
+11.36 0 20.49 2.17 27.55 6.63 c
+7.06 4.35 10.5 9.95 10.5 16.58 c
+0 3.55 -1.04 6.75 -2.93 9.61 c
+-2.07 2.97 -5.51 5.95 -10.16 9.15 c
+-1.89 1.37 -7.41 4.46 -16.36 9.49 c
+-9.64 5.38 -15.5 8.92 -17.39 10.52 c
+-1.38 1.26 -2.07 2.52 -2.07 3.89 c
+0 1.37 1.03 2.63 2.93 3.77 c
+2.07 1.03 4.48 1.6 7.58 1.6 c
+6.37 0 12.57 -2.86 18.77 -8.46 c
+17.39 10.18 p
+-6.54 5.03 -12.57 8.58 -18.08 10.41 c
+h
+f
+877.29 156 67.5 0 0 15.32 -44.08 0 0 21.62 ^ 0 15.09 ^
+0 14.75 ^ 0 15.32 -67.5 0 H
+f
+965.95 156 23.42 0 0 34.77 P
+12.05 0 20.32 0.46 24.97 1.26 c
+7.75 1.49 13.77 4.12 18.42 8.01 c
+4.48 3.77 6.71 8.46 6.71 14.3 c
+0 5.14 -1.72 9.61 -5.16 13.27 c
+-3.45 3.66 -8.09 6.4 -14.12 8 c
+-6.03 1.71 -15.67 2.52 -29.27 2.52 c
+-24.97 0 h
+989.36 222.9 6.71 0 P
+7.41 0 12.4 -0.57 15.15 -1.6 c
+3.62 -1.49 5.51 -3.78 5.51 -6.98 c
+0 -1.83 -0.69 -3.43 -2.07 -4.69 c
+-1.21 -1.37 -3.1 -2.29 -5.34 -2.86 c
+-2.41 -0.57 -6.55 -0.8 -12.4 -0.8 c
+-7.58 0 h
+f
+1051.07 222.68 21.87 0 0 -66.68 23.93 0 ^ 22.56 0 0 15.44 -68.36 0 H
+f
+1135.29 156 67.5 0 0 15.32 -44.08 0 0 21.62 ^ 0 15.09 ^
+0 14.75 ^ 0 15.32 -67.5 0 H
+f
+1215.65 156 22.9 0 13.6 51.81 26 -51.81 20.66 0 26.34 51.81 13.09 -51.81 22.73 0
+-20.66 82.11 -22.9 0 -28.75 -57.3 -28.93 57.3 -22.73 0 H
+f
+1414.73 156 m
+9.98 0 17.91 0.91 23.59 2.86 c
+5.68 1.83 10.33 4.69 13.95 8.46 c
+3.62 3.78 5.34 8.01 5.34 12.58 c
+0 4.8 -1.72 8.92 -5.16 12.46 c
+-3.45 3.55 -8.95 6.52 -16.53 8.81 c
+4.48 2.29 7.75 4.57 9.82 7.2 c
+1.89 2.52 2.93 5.38 2.93 8.46 c
+0 4.8 -2.24 9.04 -6.54 12.58 c
+-4.48 3.55 -10.33 5.95 -17.73 7.21 c
+-5.34 1.03 -13.6 1.48 -24.97 1.48 c
+-19.46 0 0 -82.11 h
+1409.56 223.25 m
+5.51 0 9.64 -0.8 12.4 -2.29 c
+2.58 -1.49 3.96 -3.55 3.96 -6.18 c
+0 -2.75 -1.38 -4.92 -4.3 -6.52 c
+-2.76 -1.6 -7.06 -2.4 -12.91 -2.4 c
+-5.34 0 0 17.38 h
+1408.36 191.91 m
+9.3 0 16.01 -1.03 20.14 -3.09 c
+3.96 -2.06 6.03 -4.8 6.03 -8.35 c
+0 -3.09 -1.72 -5.49 -5.17 -7.2 c
+-3.44 -1.6 -10.16 -2.4 -19.97 -2.4 c
+-6.03 0 0 21.04 h
+f
+1480.29 156 67.5 0 0 15.32 -44.08 0 0 21.62 ^ 0 15.09 ^
+0 14.75 ^ 0 15.32 -67.5 0 H
+f
+1570.67 156 23.42 0 0 34.77 2.41 0 27.72 -34.77 25.83 0 -29.27 36.48 P
+7.92 1.83 13.78 4.57 17.57 8.23 c
+3.96 3.66 5.85 8.12 5.85 13.61 c
+0 5.03 -1.72 9.49 -5.34 13.27 c
+-3.45 3.77 -8.09 6.52 -13.95 8.12 c
+-5.85 1.6 -15.5 2.4 -29.27 2.4 c
+-24.97 0 h
+1594.09 222.9 6.54 0 P
+6.37 0 10.68 -0.34 13.09 -0.91 c
+2.24 -0.57 4.13 -1.48 5.68 -2.86 c
+1.38 -1.26 2.07 -2.86 2.07 -4.69 c
+0 -2.97 -1.38 -5.15 -4.3 -6.52 c
+-2.76 -1.26 -8.09 -1.95 -15.67 -1.95 c
+-7.4 0 h
+f
+1738.3 221.76 m
+3.45 2.52 7.58 3.77 12.57 3.77 c
+4.99 0 9.13 -1.03 12.23 -3.09 c
+3.27 -2.06 4.82 -4.69 4.82 -7.89 c
+0 -2.97 -1.55 -6.4 -4.65 -10.18 c
+-2.93 -3.77 -9.12 -8.8 -18.43 -14.98 c
+-38.22 -25.96 0 -7.43 85.75 0 0 14.41 -44.08 0 13.77 9.72 p
+11.19 7.66 18.77 14.29 23.07 19.9 c
+4.13 5.61 6.2 10.86 6.2 15.78 c
+0 4.12 -1.72 8.12 -5.17 12.13 c
+-3.44 3.89 -8.09 6.98 -13.77 9.04 c
+-5.68 2.17 -12.4 3.2 -19.8 3.2 c
+-12.23 0 -22.21 -2.52 -29.96 -7.66 c
+-7.75 -5.03 -11.88 -12.01 -12.57 -20.93 c
+22.9 0 p
+0.17 4.35 2.07 7.66 5.34 10.18 c
+h
+f
+1815.32 228.96 m
+-7.06 -6.75 -10.5 -17.61 -10.5 -32.71 c
+0 -10.75 1.72 -19.1 5.34 -24.93 c
+3.61 -5.83 8.61 -10.18 14.98 -13.04 c
+6.2 -2.86 14.12 -4.35 23.41 -4.35 c
+9.3 0 16.88 1.37 23.07 4.23 c
+6.03 2.86 11.02 7.32 14.64 13.38 c
+3.62 6.06 5.34 14.52 5.34 25.5 c
+0 10.75 -1.72 19.21 -5.34 25.27 c
+-3.62 5.95 -8.61 10.52 -15.15 13.38 c
+-6.54 2.97 -14.29 4.46 -23.25 4.46 c
+-13.95 0 -24.79 -3.77 -32.54 -11.21 c
+h
+1862.68 219.13 m
+3.62 -4 5.51 -11.43 5.51 -22.19 c
+0 -10.63 -2.07 -18.18 -6.03 -22.76 c
+-3.45 -3.77 -7.92 -5.6 -13.61 -5.6 c
+-5.85 0 -10.67 1.94 -14.46 5.95 c
+-3.62 3.89 -5.51 11.09 -5.51 21.39 c
+0 8 0.86 14.07 2.41 18.18 c
+1.55 4.12 3.96 6.98 7.06 8.69 c
+3.1 1.71 6.54 2.52 10.5 2.52 c
+5.86 0 10.5 -2.06 14.12 -6.18 c
+h
+f
+1911.32 228.96 m
+-7.06 -6.75 -10.5 -17.61 -10.5 -32.71 c
+0 -10.75 1.72 -19.1 5.34 -24.93 c
+3.61 -5.83 8.61 -10.18 14.98 -13.04 c
+6.2 -2.86 14.12 -4.35 23.41 -4.35 c
+9.3 0 16.88 1.37 23.07 4.23 c
+6.03 2.86 11.02 7.32 14.64 13.38 c
+3.62 6.06 5.34 14.52 5.34 25.5 c
+0 10.75 -1.72 19.21 -5.34 25.27 c
+-3.62 5.95 -8.61 10.52 -15.15 13.38 c
+-6.54 2.97 -14.29 4.46 -23.25 4.46 c
+-13.95 0 -24.79 -3.77 -32.54 -11.21 c
+h
+1958.68 219.13 m
+3.62 -4 5.51 -11.43 5.51 -22.19 c
+0 -10.63 -2.07 -18.18 -6.03 -22.76 c
+-3.45 -3.77 -7.92 -5.6 -13.61 -5.6 c
+-5.85 0 -10.67 1.94 -14.46 5.95 c
+-3.62 3.89 -5.51 11.09 -5.51 21.39 c
+0 8 0.86 14.07 2.41 18.18 c
+1.55 4.12 3.96 6.98 7.06 8.69 c
+3.1 1.71 6.54 2.52 10.5 2.52 c
+5.86 0 10.5 -2.06 14.12 -6.18 c
+h
+f
+2010.08 198.89 m
+-4.13 -5.26 -6.71 -9.26 -7.92 -11.78 c
+-1.21 -2.63 -1.72 -5.15 -1.72 -7.66 c
+0 -6.75 3.79 -12.58 11.19 -17.73 c
+7.4 -5.15 16.7 -7.78 27.89 -7.78 c
+10.68 0 19.63 2.52 27.21 7.43 c
+7.57 5.03 11.36 11.09 11.36 18.18 c
+0 7.43 -3.62 13.61 -11.02 18.64 c
+-7.41 4.92 -16.36 7.44 -26.69 7.44 c
+21.52 27.9 -19.97 6.63 h
+2050.37 187.68 m
+3.1 -2.06 4.65 -4.69 4.65 -7.89 c
+0 -3.2 -1.55 -5.95 -4.65 -8.01 c
+-3.27 -2.17 -6.89 -3.2 -11.36 -3.2 c
+-4.13 0 -7.75 1.03 -10.85 3.2 c
+-3.1 2.18 -4.65 4.92 -4.65 8.01 c
+0 3.2 1.55 5.83 4.48 7.89 c
+2.93 2.17 6.54 3.2 11.02 3.2 c
+4.48 0 8.44 -1.03 11.36 -3.2 c
+h
+f
+319.13 19 24.45 0 9.82 16.93 50.62 0 9.64 -16.93 24.62 0 -47.7 82.11 -23.59 0 H
+395.41 51.02 -33.4 0 16.88 28.25 H
+f
+457.29 19 28.24 0 P
+16.01 0 27.38 0.69 33.75 2.06 c
+6.54 1.26 12.57 3.66 18.08 7.2 c
+5.68 3.55 9.98 7.89 13.09 13.15 c
+3.27 5.38 4.82 11.21 4.82 17.5 c
+0 8.92 -2.75 16.7 -8.44 23.33 c
+-5.68 6.63 -12.91 11.43 -21.7 14.41 c
+-8.61 2.97 -22.04 4.46 -39.95 4.46 c
+-27.89 0 h
+488.63 86.02 m
+14.64 0 25.31 -2.18 31.86 -6.52 c
+7.4 -4.8 11.02 -11.55 11.02 -20.24 c
+0 -5.72 -1.55 -10.41 -4.65 -14.3 c
+-3.1 -3.89 -7.06 -6.63 -11.88 -8.23 c
+-4.82 -1.71 -12.57 -2.52 -23.42 -2.52 c
+-10.85 0 0 51.81 h
+f
+577.29 19 67.5 0 0 15.32 -44.08 0 0 21.62 ^ 0 15.09 ^
+0 14.75 ^ 0 15.32 -67.5 0 H
+f
+666.95 19 58.03 0 0 14.87 -34.61 0 0 67.25 -23.42 0 H
+f
+733.13 19 24.45 0 9.82 16.93 50.62 0 9.64 -16.93 24.62 0 -47.7 82.11 -23.59 0 H
+809.41 51.02 -33.4 0 16.88 28.25 H
+f
+868.398 19 23.418 82.1133 re
+f
+918.29 19 28.24 0 P
+16.01 0 27.38 0.69 33.75 2.06 c
+6.54 1.26 12.57 3.66 18.08 7.2 c
+5.68 3.55 9.98 7.89 13.09 13.15 c
+3.27 5.38 4.82 11.21 4.82 17.5 c
+0 8.92 -2.75 16.7 -8.44 23.33 c
+-5.68 6.63 -12.91 11.43 -21.7 14.41 c
+-8.61 2.97 -22.04 4.46 -39.95 4.46 c
+-27.89 0 h
+949.63 86.02 m
+14.64 0 25.31 -2.18 31.86 -6.52 c
+7.4 -4.8 11.02 -11.55 11.02 -20.24 c
+0 -5.72 -1.55 -10.41 -4.65 -14.3 c
+-3.1 -3.89 -7.06 -6.63 -11.88 -8.23 c
+-4.82 -1.71 -12.57 -2.52 -23.42 -2.52 c
+-10.85 0 0 51.81 h
+f
+1039.29 19 67.5 0 0 15.32 -44.08 0 0 21.62 ^ 0 15.09 ^
+0 14.75 ^ 0 15.32 -67.5 0 H
+f
+1167.13 19 24.45 0 9.82 16.93 50.62 0 9.64 -16.93 24.62 0 -47.7 82.11 -23.59 0 H
+1243.41 51.02 -33.4 0 16.88 28.25 H
+f
+1303.26 52.17 m
+0 -9.84 1.38 -16.7 4.3 -20.82 c
+2.75 -4.12 7.58 -7.55 14.29 -10.29 c
+6.54 -2.75 14.29 -4.12 23.24 -4.12 c
+6.89 0 12.91 0.69 18.08 2.17 c
+5.16 1.38 9.64 3.66 13.6 6.63 c
+3.96 2.98 6.71 6.06 8.09 9.27 c
+1.38 3.2 2.07 8.92 2.07 17.16 c
+0 48.95 -23.59 0 0 -51.12 p
+0 -5.6 -0.52 -9.26 -1.72 -11.21 c
+-1.2 -1.95 -3.27 -3.55 -6.2 -4.8 c
+-3.1 -1.26 -6.54 -1.94 -10.68 -1.94 c
+-3.96 0 -7.4 0.57 -10.16 1.71 c
+-2.76 1.14 -4.65 2.63 -5.86 4.57 c
+-1.21 1.83 -1.89 5.14 -1.89 9.72 c
+0 53.06 -23.59 0 h
+f
+1460.95 100.31 m
+-5.68 1.95 -11.54 2.86 -17.73 2.86 c
+-9.47 0 -17.56 -2.06 -24.11 -6.06 c
+-6.54 -4.12 -9.82 -9.04 -9.82 -14.64 c
+0 -4 1.89 -8 5.86 -11.89 c
+3.96 -4 12.74 -9.61 26.17 -16.93 c
+7.06 -3.77 11.71 -6.63 13.77 -8.46 c
+2.07 -1.95 3.1 -3.78 3.1 -5.61 c
+0 -2.06 -1.38 -3.89 -4.13 -5.49 c
+-2.75 -1.49 -6.2 -2.29 -10.16 -2.29 c
+-7.75 0 -14.63 3.66 -20.66 10.86 c
+-19.8 -7.89 p
+4.65 -6.18 10.33 -10.64 16.87 -13.49 c
+6.54 -2.86 14.12 -4.35 22.9 -4.35 c
+11.36 0 20.49 2.17 27.55 6.63 c
+7.06 4.35 10.5 9.95 10.5 16.58 c
+0 3.55 -1.04 6.75 -2.93 9.61 c
+-2.07 2.97 -5.51 5.95 -10.16 9.15 c
+-1.89 1.37 -7.41 4.46 -16.36 9.49 c
+-9.64 5.38 -15.5 8.92 -17.39 10.52 c
+-1.38 1.26 -2.07 2.52 -2.07 3.89 c
+0 1.37 1.03 2.63 2.93 3.77 c
+2.07 1.03 4.48 1.6 7.58 1.6 c
+6.37 0 12.57 -2.86 18.77 -8.46 c
+17.39 10.18 p
+-6.54 5.03 -12.57 8.58 -18.08 10.41 c
+h
+f
+1492.07 85.68 21.87 0 0 -66.68 23.93 0 ^ 22.56 0 0 15.44 -68.36 0 H
+f
+1577.67 19 23.42 0 0 34.77 2.41 0 27.72 -34.77 25.83 0 -29.27 36.48 P
+7.92 1.83 13.78 4.57 17.57 8.23 c
+3.96 3.66 5.85 8.12 5.85 13.61 c
+0 5.03 -1.72 9.49 -5.34 13.27 c
+-3.45 3.77 -8.09 6.52 -13.95 8.12 c
+-5.85 1.6 -15.5 2.4 -29.27 2.4 c
+-24.97 0 h
+1601.09 85.9 6.54 0 P
+6.37 0 10.68 -0.34 13.09 -0.91 c
+2.24 -0.57 4.13 -1.48 5.68 -2.86 c
+1.38 -1.26 2.07 -2.86 2.07 -4.69 c
+0 -2.97 -1.38 -5.15 -4.3 -6.52 c
+-2.76 -1.26 -8.09 -1.95 -15.67 -1.95 c
+-7.4 0 h
+f
+1666.13 19 24.45 0 9.82 16.93 50.62 0 9.64 -16.93 24.62 0 -47.7 82.11 -23.59 0 H
+1742.41 51.02 -33.4 0 16.88 28.25 H
+f
+1802.95 19 58.03 0 0 14.87 -34.61 0 0 67.25 -23.42 0 H
+f
+1877.4 19 23.418 82.1133 re
+f
+1917.13 19 24.45 0 9.82 16.93 50.62 0 9.64 -16.93 24.62 0 -47.7 82.11 -23.59 0 H
+1993.41 51.02 -33.4 0 16.88 28.25 H
+f
+cleartomark end end pagesave restore
+ showpage
+%%Trailer
+cleartomark
+countdictstack
+exch sub { end } repeat
+restore
+%%EOF
diff --git a/Master/texmf-dist/doc/latex/active-conf/example/header-logo-2006.pdf b/Master/texmf-dist/doc/latex/active-conf/example/header-logo-2006.pdf
new file mode 100644
index 00000000000..e20573d2908
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/active-conf/example/header-logo-2006.pdf
Binary files differ