tests: make a minimal test and fix date setting
This commit is contained in:
parent
b2f2910a15
commit
662d673c23
|
@ -1,126 +0,0 @@
|
||||||
\input regression-test
|
|
||||||
|
|
||||||
\title{Moloch Test Suite}
|
|
||||||
\subtitle{A subtitle that is way to long and in fact might just need to be split across lines}
|
|
||||||
|
|
||||||
\author[Johan]{Johan Larsson}
|
|
||||||
\institute[LU]{Lund Univesity//Department of Statistics}
|
|
||||||
\date{\today}
|
|
||||||
|
|
||||||
\begin{document}
|
|
||||||
|
|
||||||
\START
|
|
||||||
\showoutput
|
|
||||||
|
|
||||||
\begin{frame}{Table of contents}
|
|
||||||
\setbeamertemplate{section in toc}[sections numbered]
|
|
||||||
\tableofcontents[hideallsubsections]
|
|
||||||
\end{frame}
|
|
||||||
|
|
||||||
\vfil\break
|
|
||||||
\END
|
|
||||||
|
|
||||||
\START
|
|
||||||
\showoutput
|
|
||||||
|
|
||||||
\section{Results}
|
|
||||||
|
|
||||||
\vfil\break
|
|
||||||
\END
|
|
||||||
|
|
||||||
\START
|
|
||||||
\showoutput
|
|
||||||
|
|
||||||
\subsection{Proof of the Main Theorem}
|
|
||||||
|
|
||||||
\begin{frame}<1>
|
|
||||||
\frametitle{There Is No Largest Prime Number}
|
|
||||||
\framesubtitle{The proof uses \textit{reductio ad absurdum}.}
|
|
||||||
|
|
||||||
\begin{theorem}
|
|
||||||
There is no largest prime number.
|
|
||||||
\end{theorem}
|
|
||||||
\begin{proof}
|
|
||||||
\begin{enumerate}
|
|
||||||
\item<1-| alert@1> Suppose $p$ were the largest prime number.
|
|
||||||
\item<2-> Let $q$ be the product of the first $p$ numbers.
|
|
||||||
\item<3-> Then $q$\;+\,$1$ is not divisible by any of them.
|
|
||||||
\item<1-> Thus $q$\;+\,$1$ is also prime and greater than $p$.\qedhere
|
|
||||||
\end{enumerate}
|
|
||||||
\end{proof}
|
|
||||||
\end{frame}
|
|
||||||
|
|
||||||
\vfil\break
|
|
||||||
\END
|
|
||||||
|
|
||||||
% {
|
|
||||||
% \molochset{titleformat frame=smallcaps}
|
|
||||||
% \begin{frame}{Small caps}
|
|
||||||
% This frame uses the \texttt{smallcaps} title format.
|
|
||||||
%
|
|
||||||
% \begin{block}{Block}
|
|
||||||
% Some content
|
|
||||||
% \end{block}
|
|
||||||
%
|
|
||||||
% \begin{alertblock}{Alert Block}
|
|
||||||
% Yet more content
|
|
||||||
% \end{alertblock}
|
|
||||||
%
|
|
||||||
% \begin{exampleblock}{Example Block}
|
|
||||||
% Just to try out the different blocks
|
|
||||||
%
|
|
||||||
% \end{exampleblock}
|
|
||||||
% \end{frame}
|
|
||||||
% }
|
|
||||||
%
|
|
||||||
% {
|
|
||||||
% \molochset{titleformat frame=allsmallcaps}
|
|
||||||
% \begin{frame}{All small caps}
|
|
||||||
% This frame uses the \texttt{allsmallcaps} title format.
|
|
||||||
% \end{frame}
|
|
||||||
% }
|
|
||||||
%
|
|
||||||
% {
|
|
||||||
% \molochset{titleformat frame=allcaps}
|
|
||||||
% \begin{frame}{All caps}
|
|
||||||
% This frame uses the \texttt{allcaps} title format.
|
|
||||||
% \end{frame}
|
|
||||||
% }
|
|
||||||
%
|
|
||||||
% \begin{frame}{Lists}
|
|
||||||
% \begin{columns}[T,onlytextwidth]
|
|
||||||
% \column{0.33\textwidth}
|
|
||||||
% Items
|
|
||||||
% \begin{itemize}
|
|
||||||
% \item Milk \item Eggs \item Potatoes
|
|
||||||
% \end{itemize}
|
|
||||||
%
|
|
||||||
% \column{0.33\textwidth}
|
|
||||||
% Enumerations
|
|
||||||
% \begin{enumerate}
|
|
||||||
% \item First, \item Second and \item Last.
|
|
||||||
% \end{enumerate}
|
|
||||||
%
|
|
||||||
% \column{0.33\textwidth}
|
|
||||||
% Descriptions
|
|
||||||
% \begin{description}
|
|
||||||
% \item[PowerPoint] Meeh. \item[Beamer] Yeeeha.
|
|
||||||
% \end{description}
|
|
||||||
% \end{columns}
|
|
||||||
% \end{frame}
|
|
||||||
%
|
|
||||||
% \begin{frame}{Animation}
|
|
||||||
% \begin{itemize}[<+- | alert@+>]
|
|
||||||
% \item \alert<4>{This is\only<4>{ really} important}
|
|
||||||
% \item Now this
|
|
||||||
% \item And now this
|
|
||||||
% \end{itemize}
|
|
||||||
% \end{frame}
|
|
||||||
%
|
|
||||||
% \appendix
|
|
||||||
%
|
|
||||||
% \begin{frame}{Backup slides}
|
|
||||||
% Here are some backup slides
|
|
||||||
% \end{frame}
|
|
||||||
|
|
||||||
\end{document}
|
|
|
@ -1,5 +0,0 @@
|
||||||
\documentclass[hyperref={draft}]{beamer}
|
|
||||||
|
|
||||||
\usetheme{moloch}
|
|
||||||
|
|
||||||
\input{molochtheme}
|
|
|
@ -1,267 +0,0 @@
|
||||||
This is a generated file for the l3build validation system.
|
|
||||||
Don't change this file in any respect.
|
|
||||||
No file test.toc.
|
|
||||||
Completed box being shipped out [1]
|
|
||||||
\vbox(200.87663+0.0)x263.47263
|
|
||||||
.\hbox(0.0+0.0)x0.0
|
|
||||||
.\hbox(0.0+0.0)x0.0
|
|
||||||
..\kern -72.26999
|
|
||||||
..\vbox(0.0+0.0)x0.0, glue set 72.26999fil
|
|
||||||
...\kern -72.26999
|
|
||||||
...\hbox(0.0+0.0)x0.0
|
|
||||||
....\hbox(0.0+0.0)x0.0, glue set 72.26999fil, shifted 72.26999
|
|
||||||
.....\kern -72.26999
|
|
||||||
.....\glue 0.0 plus 1.0fil minus 1.0fil
|
|
||||||
....\glue 0.0 plus 1.0fil minus 1.0fil
|
|
||||||
...\glue 0.0 plus 1.0fil minus 1.0fil
|
|
||||||
.\vbox(0.0+0.0)x0.0, glue set 73.27373fil
|
|
||||||
..\kern 0.0
|
|
||||||
..\kern -72.26999
|
|
||||||
..\kern -1.00374
|
|
||||||
..\hbox(0.0+0.0)x0.0, glue set 44.82098fil
|
|
||||||
...\kern 0.0
|
|
||||||
...\kern -43.81725
|
|
||||||
...\kern -1.00374
|
|
||||||
...\glue 0.0 plus 1.0fil minus 1.0fil
|
|
||||||
..\glue 0.0 plus 1.0fil minus 1.0fil
|
|
||||||
.\glue(\lineskip) 0.0
|
|
||||||
.\vbox(200.87663+0.0)x263.47263
|
|
||||||
..\glue -72.26999
|
|
||||||
..\vbox(273.14662+0.0)x307.28987, shifted -43.81725
|
|
||||||
...\vbox(0.0+0.0)x307.28987
|
|
||||||
....\glue 0.0 plus 1.0fil
|
|
||||||
....\hbox(0.0+0.0)x307.28987
|
|
||||||
.....\pdfcolorstack 0 push {0.13725 0.2157 0.23137 rg 0.13725 0.2157 0.23137 RG}
|
|
||||||
.....\hbox(0.0+0.0)x307.28987
|
|
||||||
......\vbox(0.0+0.0)x307.28987
|
|
||||||
.......\hbox(0.0+0.0)x-28.45274
|
|
||||||
........\glue -28.45274
|
|
||||||
........\hbox(0.0+0.0)x0.0
|
|
||||||
.........\hbox(273.14662+0.0)x364.19536, shifted 273.14662
|
|
||||||
..........\hbox(273.14662+0.0)x364.19536
|
|
||||||
...........\pdfcolorstack 0 push {0.13725 0.2157 0.23137 rg 0.13725 0.2157 0.23137 RG}
|
|
||||||
...........\pdfcolorstack 0 push {0.13725 0.2157 0.23137 rg 0.13725 0.2157 0.23137 RG}
|
|
||||||
...........\pdfcolorstack 0 push {0.98 g 0.98 G}
|
|
||||||
...........\rule(273.14662+*)x364.19536
|
|
||||||
...........\pdfcolorstack 0 pop
|
|
||||||
...........\pdfcolorstack 0 pop
|
|
||||||
...........\pdfcolorstack 0 pop
|
|
||||||
........\hbox(0.0+0.0)x0.0
|
|
||||||
.........\hbox(0.0+0.0)x0.0
|
|
||||||
..........\hbox(0.0+0.0)x0.0
|
|
||||||
...........\pdfcolorstack 0 push {0.13725 0.2157 0.23137 rg 0.13725 0.2157 0.23137 RG}
|
|
||||||
...........\pdfcolorstack 0 push {0.13725 0.2157 0.23137 rg 0.13725 0.2157 0.23137 RG}
|
|
||||||
...........\pdfcolorstack 0 pop
|
|
||||||
...........\pdfcolorstack 0 pop
|
|
||||||
.......\glue(\baselineskip) 0.0
|
|
||||||
.......\hbox(0.0+0.0)x-56.90549
|
|
||||||
........\hbox(0.0+0.0)x0.0
|
|
||||||
.........\hbox(249.22998+0.0)x-28.45274, shifted 249.22998
|
|
||||||
..........\hbox(249.22998+0.0)x-28.45274
|
|
||||||
...........\glue -28.45274
|
|
||||||
...........\hbox(0.0+0.0)x0.0
|
|
||||||
............\vbox(249.22998+0.0)x0.0, glue set 249.22998fil
|
|
||||||
.............\pdfcolorstack 0 push {0.13725 0.2157 0.23137 rg 0.13725 0.2157 0.23137 RG}
|
|
||||||
.............\glue 0.0 plus 1.0fil minus 1.0fil
|
|
||||||
............\pdfcolorstack 0 pop
|
|
||||||
...........\vbox(249.22998+0.0)x0.0, glue set 249.22998fil
|
|
||||||
............\pdfcolorstack 0 push {0.13725 0.2157 0.23137 rg 0.13725 0.2157 0.23137 RG}
|
|
||||||
............\pdfcolorstack 0 push {0.13725 0.2157 0.23137 rg 0.13725 0.2157 0.23137 RG}
|
|
||||||
............\pdfcolorstack 0 pop
|
|
||||||
............\pdfcolorstack 0 pop
|
|
||||||
............\glue 0.0 plus 1.0fil
|
|
||||||
........\hbox(0.0+0.0)x0.0
|
|
||||||
.........\hbox(249.22998+0.0)x335.74261, shifted 249.22998
|
|
||||||
..........\hbox(249.22998+0.0)x335.74261
|
|
||||||
...........\glue 307.28987
|
|
||||||
...........\glue 28.45274
|
|
||||||
...........\hbox(0.0+0.0)x0.0
|
|
||||||
............\vbox(249.22998+0.0)x0.0, glue set 249.22998fil
|
|
||||||
.............\pdfcolorstack 0 push {0.13725 0.2157 0.23137 rg 0.13725 0.2157 0.23137 RG}
|
|
||||||
.............\glue 0.0 plus 1.0fil minus 1.0fil
|
|
||||||
............\pdfcolorstack 0 pop
|
|
||||||
...........\vbox(249.22998+0.0)x0.0, glue set 239.48001fill
|
|
||||||
............\pdfcolorstack 0 push {0.13725 0.2157 0.23137 rg 0.13725 0.2157 0.23137 RG}
|
|
||||||
............\pdfcolorstack 0 push {0.13725 0.2157 0.23137 rg 0.13725 0.2157 0.23137 RG}
|
|
||||||
............\glue 0.0 plus 1.0fill
|
|
||||||
............\hbox(0.0+0.0)x0.0, glue set - 2.84544fil
|
|
||||||
.............\glue 0.0 plus 1.0fil minus 1.0fil
|
|
||||||
.............\pdfcolorstack 0 push {0.10294 0.16177 0.17352 rg 0.10294 0.16177 0.17352 RG}
|
|
||||||
.............\pdfcolorstack 0 pop
|
|
||||||
.............\glue 2.84544
|
|
||||||
............\glue 2.0
|
|
||||||
............\glue(\baselineskip) 5.74997
|
|
||||||
............\hbox(0.0+0.0)x0.0, glue set - 2.84544fil
|
|
||||||
.............\glue 0.0 plus 1.0fil minus 1.0fil
|
|
||||||
.............\pdfcolorstack 0 push {0.13725 0.2157 0.23137 rg 0.13725 0.2157 0.23137 RG}
|
|
||||||
.............\pdfcolorstack 0 push {0.6429 0.67427 0.68054 rg 0.6429 0.67427 0.68054 RG}
|
|
||||||
.............\pdfcolorstack 0 pop
|
|
||||||
.............\pdfcolorstack 0 pop
|
|
||||||
.............\glue 2.84544
|
|
||||||
............\pdfcolorstack 0 pop
|
|
||||||
............\pdfcolorstack 0 pop
|
|
||||||
............\glue 2.0
|
|
||||||
............\glue 0.0 plus 1.0fil
|
|
||||||
........\hbox(0.0+0.0)x-56.90549
|
|
||||||
.........\glue -28.45274
|
|
||||||
.........\hbox(0.0+0.0)x0.0
|
|
||||||
..........\vbox(0.0+0.0)x0.0
|
|
||||||
...........\pdfcolorstack 0 push {0.13725 0.2157 0.23137 rg 0.13725 0.2157 0.23137 RG}
|
|
||||||
...........\pdfcolorstack 0 push {0.13725 0.2157 0.23137 rg 0.13725 0.2157 0.23137 RG}
|
|
||||||
...........\pdfcolorstack 0 pop
|
|
||||||
...........\pdfcolorstack 0 pop
|
|
||||||
.........\glue -28.45274
|
|
||||||
........\glue 0.0 plus 1.0fil
|
|
||||||
.......\glue(\parskip) 0.0
|
|
||||||
.......\glue(\parskip) 0.0
|
|
||||||
.......\glue(\baselineskip) 0.0
|
|
||||||
.......\hbox(0.0+0.0)x307.28987, glue set 307.28987fil
|
|
||||||
........\hbox(0.0+0.0)x0.0
|
|
||||||
........\penalty 10000
|
|
||||||
........\glue(\parfillskip) 0.0 plus 1.0fil
|
|
||||||
........\glue(\rightskip) 0.0
|
|
||||||
.....\pdfcolorstack 0 pop
|
|
||||||
...\glue 0.0
|
|
||||||
...\glue(\lineskip) 0.0
|
|
||||||
...\vbox(245.22998+0.0)x307.28987
|
|
||||||
....\pdfcolorstack 0 push {0 g 0 G}
|
|
||||||
....\write-{}
|
|
||||||
....\pdfcolorstack 0 push {0.13725 0.2157 0.23137 rg 0.13725 0.2157 0.23137 RG}
|
|
||||||
....\pdfcolorstack 0 push {0.13725 0.2157 0.23137 rg 0.13725 0.2157 0.23137 RG}
|
|
||||||
....\pdfcolorstack 0 push {0.13725 0.2157 0.23137 rg 0.13725 0.2157 0.23137 RG}
|
|
||||||
....\pdfcolorstack 0 push {0.13725 0.2157 0.23137 rg 0.13725 0.2157 0.23137 RG}
|
|
||||||
....\glue(\topskip) 0.0
|
|
||||||
....\vbox(245.22998+0.0)x307.28987, glue set 74.5653fill
|
|
||||||
.....\penalty 10000
|
|
||||||
.....\vbox(0.0+0.0)x0.0
|
|
||||||
.....\penalty 10000
|
|
||||||
.....\penalty 10000
|
|
||||||
.....\penalty 10000
|
|
||||||
.....\vbox(0.0+0.0)x0.0
|
|
||||||
.....\pdfcolorstack 0 push {0.13725 0.2157 0.23137 rg 0.13725 0.2157 0.23137 RG}
|
|
||||||
.....\pdfcolorstack 0 push {0.98 g 0.98 G}
|
|
||||||
.....\hbox(19.03995+10.70662)x307.28987, glue set - 1.0
|
|
||||||
......\glue 0.0 minus 28.45274
|
|
||||||
......\hbox(19.03995+10.70662)x364.19536
|
|
||||||
.......\glue 0.0
|
|
||||||
.......\pdfcolorstack 0 push {0.13725 0.2157 0.23137 rg 0.13725 0.2157 0.23137 RG}
|
|
||||||
.......\pdfcolorstack 0 push {0.13725 0.2157 0.23137 rg 0.13725 0.2157 0.23137 RG}
|
|
||||||
.......\hbox(19.03995+10.70662)x0.0, glue set - 364.19536fil
|
|
||||||
........\rule(19.03995+10.70662)x364.19536
|
|
||||||
........\glue 0.0 plus 1.0fil minus 1.0fil
|
|
||||||
.......\pdfcolorstack 0 pop
|
|
||||||
.......\hbox(19.03995+10.70662)x364.19536
|
|
||||||
........\kern 0.0
|
|
||||||
........\pdfcolorstack 0 push {0.98 g 0.98 G}
|
|
||||||
........\glue 0.0
|
|
||||||
........\hbox(19.03995+10.70662)x364.19536
|
|
||||||
.........\pdfcolorstack 0 push {0.98 g 0.98 G}
|
|
||||||
.........\vbox(19.03995+10.70662)x364.19536
|
|
||||||
..........\hbox(19.03995+10.70662)x364.19536, glue set 242.18826fill
|
|
||||||
...........\glue(\leftskip) 10.70662
|
|
||||||
...........\hbox(0.0+0.0)x0.0
|
|
||||||
...........\hbox(19.03995+0.0)x0.0
|
|
||||||
............\rule(19.03995+0.0)x0.0
|
|
||||||
...........\OT1/cmss/bx/n/12 T
|
|
||||||
...........\kern-1.1
|
|
||||||
...........\OT1/cmss/bx/n/12 a
|
|
||||||
...........\OT1/cmss/bx/n/12 b
|
|
||||||
...........\OT1/cmss/bx/n/12 l
|
|
||||||
...........\OT1/cmss/bx/n/12 e
|
|
||||||
...........\glue 4.40002 plus 2.20001 minus 1.46667
|
|
||||||
...........\OT1/cmss/bx/n/12 o
|
|
||||||
...........\OT1/cmss/bx/n/12 f
|
|
||||||
...........\glue 4.40002 plus 2.20001 minus 1.46667
|
|
||||||
...........\OT1/cmss/bx/n/12 c
|
|
||||||
...........\OT1/cmss/bx/n/12 o
|
|
||||||
...........\OT1/cmss/bx/n/12 n
|
|
||||||
...........\OT1/cmss/bx/n/12 t
|
|
||||||
...........\OT1/cmss/bx/n/12 e
|
|
||||||
...........\OT1/cmss/bx/n/12 n
|
|
||||||
...........\OT1/cmss/bx/n/12 t
|
|
||||||
...........\OT1/cmss/bx/n/12 s
|
|
||||||
...........\penalty 10000
|
|
||||||
...........\glue 4.40002 plus 2.20001 minus 1.46667
|
|
||||||
...........\hbox(0.0+10.70662)x0.0
|
|
||||||
............\rule(0.0+10.70662)x0.0
|
|
||||||
...........\penalty 10000
|
|
||||||
...........\glue(\parfillskip) 0.0 plus 1.0fil
|
|
||||||
...........\glue(\rightskip) 10.70662 plus 1.0fill
|
|
||||||
.........\pdfcolorstack 0 pop
|
|
||||||
........\glue 0.0
|
|
||||||
........\pdfcolorstack 0 pop
|
|
||||||
........\kern 0.0
|
|
||||||
.......\pdfcolorstack 0 pop
|
|
||||||
.......\glue 0.0
|
|
||||||
......\glue 0.0 minus 28.45274
|
|
||||||
.....\pdfcolorstack 0 pop
|
|
||||||
.....\pdfcolorstack 0 pop
|
|
||||||
.....\glue 2.7375
|
|
||||||
.....\penalty 10000
|
|
||||||
.....\glue 0.0 plus 1.0fill
|
|
||||||
.....\penalty 10000
|
|
||||||
.....\penalty 10000
|
|
||||||
.....\glue -5.475
|
|
||||||
.....\vbox(0.0+0.0)x0.0
|
|
||||||
.....\rule(0.0+0.0)x*
|
|
||||||
.....\penalty 10000
|
|
||||||
.....\glue -5.475
|
|
||||||
.....\glue 0.0
|
|
||||||
.....\pdfliteral{1 0 0 1 2000.02579 2000.02579 cm }
|
|
||||||
.....\pdfliteral{1 0 0 1 -2000.02579 -2000.02579 cm }
|
|
||||||
.....\pdfliteral{1 0 0 1 2000.02579 2000.02579 cm }
|
|
||||||
.....\pdfliteral{1 0 0 1 -2000.02579 -2000.02579 cm }
|
|
||||||
.....\pdfliteral{1 0 0 1 2000.02579 2000.02579 cm }
|
|
||||||
.....\pdfliteral{1 0 0 1 -2000.02579 -2000.02579 cm }
|
|
||||||
.....\pdfliteral{1 0 0 1 2000.02579 2000.02579 cm }
|
|
||||||
.....\pdfliteral{1 0 0 1 -2000.02579 -2000.02579 cm }
|
|
||||||
.....\glue 0.0 plus 1.0fill
|
|
||||||
.....\glue 0.0 plus 1.0fill
|
|
||||||
....\write1{\@writefile{nav}{\protect \headcommand {\protect \slideentry {0}{0}{1\ETC.}
|
|
||||||
....\write1{\@writefile{nav}{\protect \headcommand {\protect \beamer@framepages {\ETC.}
|
|
||||||
....\glue 0.0 plus 1.0fil
|
|
||||||
....\glue 0.0
|
|
||||||
...\glue(\baselineskip) 4.0
|
|
||||||
...\hbox(23.91664+0.0)x307.28987
|
|
||||||
....\pdfcolorstack 0 push {0.13725 0.2157 0.23137 rg 0.13725 0.2157 0.23137 RG}
|
|
||||||
....\hbox(23.91664+0.0)x307.28987
|
|
||||||
.....\vbox(23.91664+0.0)x307.28987
|
|
||||||
......\hbox(23.91664+0.0)x307.28987
|
|
||||||
.......\hbox(23.91664+0.0)x307.28987
|
|
||||||
........\glue -28.45274
|
|
||||||
........\hbox(23.91664+0.0)x364.19536
|
|
||||||
.........\vbox(23.91664+0.0)x364.19536
|
|
||||||
..........\pdfcolorstack 0 push {0.13725 0.2157 0.23137 rg 0.13725 0.2157 0.23137 RG}
|
|
||||||
..........\pdfcolorstack 0 push {0.13725 0.2157 0.23137 rg 0.13725 0.2157 0.23137 RG}
|
|
||||||
..........\hbox(23.91664+0.0)x364.19536
|
|
||||||
...........\pdfcolorstack 0 push {0.13725 0.2157 0.23137 rg 0.13725 0.2157 0.23137 RG}
|
|
||||||
...........\vbox(23.91664+0.0)x364.19536
|
|
||||||
............\glue 7.99997
|
|
||||||
............\glue(\parskip) 0.0
|
|
||||||
............\glue(\parskip) 0.0
|
|
||||||
............\hbox(5.25+0.0)x364.19536, glue set 341.11198fill
|
|
||||||
.............\glue(\leftskip) 7.99997
|
|
||||||
.............\hbox(0.0+0.0)x0.0
|
|
||||||
.............\pdfcolorstack 0 push {0.13725 0.2157 0.23137 rg 0.13725 0.2157 0.23137 RG}
|
|
||||||
.............\pdfcolorstack 0 pop
|
|
||||||
.............\glue 2.83337 plus 1.41669 minus 0.94446
|
|
||||||
.............\glue 0.0 plus 1.0fill
|
|
||||||
.............\pdfcolorstack 0 push {0.13725 0.2157 0.23137 rg 0.13725 0.2157 0.23137 RG}
|
|
||||||
.............\OT1/cmss/m/n/8 1
|
|
||||||
.............\pdfcolorstack 0 pop
|
|
||||||
.............\penalty 10000
|
|
||||||
.............\glue(\parfillskip) 0.0 plus 1.0fil
|
|
||||||
.............\glue(\rightskip) 7.99997 plus 1.0fil
|
|
||||||
............\glue 10.66667
|
|
||||||
...........\pdfcolorstack 0 pop
|
|
||||||
..........\pdfcolorstack 0 pop
|
|
||||||
..........\pdfcolorstack 0 pop
|
|
||||||
........\glue -28.45274
|
|
||||||
.......\glue 0.0 plus 1.0fil
|
|
||||||
.......\glue 0.0 plus 1.0fil
|
|
||||||
......\glue(\lineskip) 0.0
|
|
||||||
......\hbox(0.0+0.0)x0.0
|
|
||||||
.....\glue 0.0 plus 1.0fil
|
|
||||||
....\pdfcolorstack 0 pop
|
|
||||||
.\kern 0.0
|
|
||||||
.\kern 0.0
|
|
|
@ -0,0 +1,19 @@
|
||||||
|
\input{regression-test.tex}
|
||||||
|
\documentclass{beamer}
|
||||||
|
\usetheme{moloch}
|
||||||
|
\usepackage{expl3}
|
||||||
|
\title{Moloch Test Suite}
|
||||||
|
\subtitle{A subtitle that is way to long and in fact might just need to be split across lines}
|
||||||
|
\author[Johan]{Johan Larsson}
|
||||||
|
\institute[LU]{Lund Univesity//Department of Statistics}
|
||||||
|
\date{January 15, 2024}
|
||||||
|
|
||||||
|
\begin{document}
|
||||||
|
|
||||||
|
\START
|
||||||
|
\showoutput
|
||||||
|
\maketitle
|
||||||
|
\vfil\break
|
||||||
|
\END
|
||||||
|
\input regression-test
|
||||||
|
|
|
@ -0,0 +1,750 @@
|
||||||
|
This is a generated file for the l3build validation system.
|
||||||
|
Don't change this file in any respect.
|
||||||
|
Overfull \vbox (15.63992pt too high) detected at line 15
|
||||||
|
\vbox(245.22998+0.0)x307.28987
|
||||||
|
.\penalty 10000
|
||||||
|
.\vbox(0.0+0.0)x0.0
|
||||||
|
.\penalty 10000
|
||||||
|
.\penalty 10000
|
||||||
|
.\rule(0.0+0.0)x*
|
||||||
|
.\penalty 10000
|
||||||
|
.\glue 0.0
|
||||||
|
.\glue 0.0
|
||||||
|
.\penalty 10000
|
||||||
|
.\penalty 10000
|
||||||
|
.\glue 0.0 plus 1.0fill
|
||||||
|
.\penalty 10000
|
||||||
|
.\penalty 10000
|
||||||
|
.\glue -5.475
|
||||||
|
.\vbox(0.0+0.0)x0.0
|
||||||
|
.\glue(\parskip) 5.475
|
||||||
|
.\glue(\parskip) 0.0
|
||||||
|
.\hbox(273.14662+0.0)x307.28987
|
||||||
|
..\hbox(0.0+0.0)x0.0
|
||||||
|
..\vbox(273.14662+0.0)x307.28987, glue set 54.04855fill
|
||||||
|
...\glue 0.0 plus 1.0fil minus 1.0fil
|
||||||
|
...\glue 0.0 plus 1.0fill
|
||||||
|
...\pdfcolorstack 0 push {0.13725 0.2157 0.23137 rg 0.13725 0.2157 0.23137 RG}
|
||||||
|
...\glue(\parskip) 0.0
|
||||||
|
...\glue(\parskip) 0.0
|
||||||
|
...\hbox(9.99998+0.0)x307.28987, glue set 92.66872fil
|
||||||
|
....\hbox(0.0+0.0)x0.0
|
||||||
|
....\OT1/cmss/bx/n/14.4 M
|
||||||
|
....\OT1/cmss/bx/n/14.4 o
|
||||||
|
....\OT1/cmss/bx/n/14.4 l
|
||||||
|
....\OT1/cmss/bx/n/14.4 o
|
||||||
|
....\kern0.43999
|
||||||
|
....\OT1/cmss/bx/n/14.4 c
|
||||||
|
....\OT1/cmss/bx/n/14.4 h
|
||||||
|
....\glue 5.28001 plus 2.64 minus 1.76
|
||||||
|
....\OT1/cmss/bx/n/14.4 T
|
||||||
|
....\kern-1.32
|
||||||
|
....\OT1/cmss/bx/n/14.4 e
|
||||||
|
....\OT1/cmss/bx/n/14.4 s
|
||||||
|
....\OT1/cmss/bx/n/14.4 t
|
||||||
|
....\glue 5.28001 plus 2.64 minus 1.76
|
||||||
|
....\OT1/cmss/bx/n/14.4 S
|
||||||
|
....\OT1/cmss/bx/n/14.4 u
|
||||||
|
....\OT1/cmss/bx/n/14.4 i
|
||||||
|
....\OT1/cmss/bx/n/14.4 t
|
||||||
|
....\OT1/cmss/bx/n/14.4 e
|
||||||
|
....\penalty 10000
|
||||||
|
....\glue(\parfillskip) 0.0 plus 1.0fil
|
||||||
|
....\glue(\rightskip) 0.0 plus 1.0fil
|
||||||
|
...\rule(0.0+0.0)x*
|
||||||
|
...\penalty 10000
|
||||||
|
...\glue 7.92003
|
||||||
|
...\glue 0.0
|
||||||
|
...\pdfcolorstack 0 pop
|
||||||
|
...\pdfcolorstack 0 push {0.13725 0.2157 0.23137 rg 0.13725 0.2157 0.23137 RG}
|
||||||
|
...\glue(\parskip) 0.0
|
||||||
|
...\glue(\parskip) 0.0
|
||||||
|
...\glue(\baselineskip) 7.7666
|
||||||
|
...\hbox(8.33331+2.33331)x307.28987, glue set - 0.15938
|
||||||
|
....\hbox(0.0+0.0)x0.0
|
||||||
|
....\OT1/cmss/m/n/12 A
|
||||||
|
....\glue 3.91663 plus 1.95634 minus 1.30684
|
||||||
|
....\OT1/cmss/m/n/12 s
|
||||||
|
....\OT1/cmss/m/n/12 u
|
||||||
|
....\OT1/cmss/m/n/12 b
|
||||||
|
....\OT1/cmss/m/n/12 t
|
||||||
|
....\OT1/cmss/m/n/12 i
|
||||||
|
....\OT1/cmss/m/n/12 t
|
||||||
|
....\OT1/cmss/m/n/12 l
|
||||||
|
....\OT1/cmss/m/n/12 e
|
||||||
|
....\glue 3.91663 plus 1.95831 minus 1.30554
|
||||||
|
....\OT1/cmss/m/n/12 t
|
||||||
|
....\OT1/cmss/m/n/12 h
|
||||||
|
....\OT1/cmss/m/n/12 a
|
||||||
|
....\OT1/cmss/m/n/12 t
|
||||||
|
....\glue 3.91663 plus 1.95831 minus 1.30554
|
||||||
|
....\OT1/cmss/m/n/12 i
|
||||||
|
....\OT1/cmss/m/n/12 s
|
||||||
|
....\glue 3.91663 plus 1.95831 minus 1.30554
|
||||||
|
....\OT1/cmss/m/n/12 w
|
||||||
|
....\kern-0.32639
|
||||||
|
....\OT1/cmss/m/n/12 a
|
||||||
|
....\kern-0.32639
|
||||||
|
....\OT1/cmss/m/n/12 y
|
||||||
|
....\glue 3.91663 plus 1.95831 minus 1.30554
|
||||||
|
....\OT1/cmss/m/n/12 t
|
||||||
|
....\OT1/cmss/m/n/12 o
|
||||||
|
....\glue 3.91663 plus 1.95831 minus 1.30554
|
||||||
|
....\OT1/cmss/m/n/12 l
|
||||||
|
....\OT1/cmss/m/n/12 o
|
||||||
|
....\OT1/cmss/m/n/12 n
|
||||||
|
....\OT1/cmss/m/n/12 g
|
||||||
|
....\glue 3.91663 plus 1.95831 minus 1.30554
|
||||||
|
....\OT1/cmss/m/n/12 a
|
||||||
|
....\OT1/cmss/m/n/12 n
|
||||||
|
....\OT1/cmss/m/n/12 d
|
||||||
|
....\glue 3.91663 plus 1.95831 minus 1.30554
|
||||||
|
....\OT1/cmss/m/n/12 i
|
||||||
|
....\OT1/cmss/m/n/12 n
|
||||||
|
....\glue 3.91663 plus 1.95831 minus 1.30554
|
||||||
|
....\OT1/cmss/m/n/12 f
|
||||||
|
....\OT1/cmss/m/n/12 a
|
||||||
|
....\OT1/cmss/m/n/12 c
|
||||||
|
....\OT1/cmss/m/n/12 t
|
||||||
|
....\glue 3.91663 plus 1.95831 minus 1.30554
|
||||||
|
....\OT1/cmss/m/n/12 m
|
||||||
|
....\OT1/cmss/m/n/12 i
|
||||||
|
....\OT1/cmss/m/n/12 g
|
||||||
|
....\OT1/cmss/m/n/12 h
|
||||||
|
....\OT1/cmss/m/n/12 t
|
||||||
|
....\glue 3.91663 plus 1.95831 minus 1.30554
|
||||||
|
....\OT1/cmss/m/n/12 j
|
||||||
|
....\OT1/cmss/m/n/12 u
|
||||||
|
....\OT1/cmss/m/n/12 s
|
||||||
|
....\OT1/cmss/m/n/12 t
|
||||||
|
....\glue 3.91663 plus 1.95831 minus 1.30554
|
||||||
|
....\OT1/cmss/m/n/12 n
|
||||||
|
....\OT1/cmss/m/n/12 e
|
||||||
|
....\OT1/cmss/m/n/12 e
|
||||||
|
....\OT1/cmss/m/n/12 d
|
||||||
|
....\glue 3.91663 plus 1.95831 minus 1.30554
|
||||||
|
....\OT1/cmss/m/n/12 t
|
||||||
|
....\OT1/cmss/m/n/12 o
|
||||||
|
....\glue 3.91663 plus 1.95831 minus 1.30554
|
||||||
|
....\OT1/cmss/m/n/12 b
|
||||||
|
....\kern0.32639
|
||||||
|
....\OT1/cmss/m/n/12 e
|
||||||
|
....\glue(\rightskip) 0.0 plus 1.0fil
|
||||||
|
...\penalty 300
|
||||||
|
...\glue(\baselineskip) 5.43329
|
||||||
|
...\hbox(8.33331+2.33331)x307.28987, glue set 114.07458fil
|
||||||
|
....\OT1/cmss/m/n/12 s
|
||||||
|
....\OT1/cmss/m/n/12 p
|
||||||
|
....\OT1/cmss/m/n/12 l
|
||||||
|
....\OT1/cmss/m/n/12 i
|
||||||
|
....\OT1/cmss/m/n/12 t
|
||||||
|
....\glue 3.91663 plus 1.95831 minus 1.30554
|
||||||
|
....\OT1/cmss/m/n/12 a
|
||||||
|
....\OT1/cmss/m/n/12 c
|
||||||
|
....\OT1/cmss/m/n/12 r
|
||||||
|
....\OT1/cmss/m/n/12 o
|
||||||
|
....\OT1/cmss/m/n/12 s
|
||||||
|
....\OT1/cmss/m/n/12 s
|
||||||
|
....\glue 3.91663 plus 1.95831 minus 1.30554
|
||||||
|
....\OT1/cmss/m/n/12 l
|
||||||
|
....\OT1/cmss/m/n/12 i
|
||||||
|
....\OT1/cmss/m/n/12 n
|
||||||
|
....\OT1/cmss/m/n/12 e
|
||||||
|
....\OT1/cmss/m/n/12 s
|
||||||
|
....\penalty 10000
|
||||||
|
....\glue(\parfillskip) 0.0 plus 1.0fil
|
||||||
|
....\glue(\rightskip) 0.0 plus 1.0fil
|
||||||
|
...\rule(0.0+0.0)x*
|
||||||
|
...\penalty 10000
|
||||||
|
...\glue 5.87494
|
||||||
|
...\glue 0.0
|
||||||
|
...\pdfcolorstack 0 pop
|
||||||
|
...\pdfcolorstack 0 push {0.92157 0.50587 0.10588 rg 0.92157 0.50587 0.10588 RG}
|
||||||
|
...\glue(\parskip) 0.0
|
||||||
|
...\glue(\parskip) 0.0
|
||||||
|
...\glue(\baselineskip) 12.90662
|
||||||
|
...\hbox(0.4+0.0)x307.28987
|
||||||
|
....\hbox(0.0+0.0)x0.0
|
||||||
|
....\hbox(0.4+0.0)x307.28987
|
||||||
|
.....\glue 0.0
|
||||||
|
.....\hbox(0.0+0.0)x0.0
|
||||||
|
......\pdfliteral{q }
|
||||||
|
......\pdfliteral{0.92157 0.50587 0.10588 RG }
|
||||||
|
......\pdfliteral{0.92157 0.50587 0.10588 rg }
|
||||||
|
......\pdfliteral{0.3985 w }
|
||||||
|
......\hbox(0.0+0.0)x0.0
|
||||||
|
.......\pdfliteral{q }
|
||||||
|
.......\glue 0.0
|
||||||
|
.......\pdfliteral{q }
|
||||||
|
.......\pdfcolorstack 0 push {0.92157 0.50587 0.10588 rg 0.92157 0.50587 0.10588 RG}
|
||||||
|
.......\pdfliteral{0.0 0.0 m }
|
||||||
|
.......\pdfliteral{0.0 0.0 m }
|
||||||
|
.......\pdfliteral{0.0 0.3985 l }
|
||||||
|
.......\pdfliteral{306.14578 0.3985 l }
|
||||||
|
.......\pdfliteral{306.14578 0.0 l }
|
||||||
|
.......\pdfliteral{h }
|
||||||
|
.......\pdfliteral{306.14578 0.3985 m }
|
||||||
|
.......\pdfliteral{f }
|
||||||
|
.......\glue 0.0
|
||||||
|
.......\pdfcolorstack 0 pop
|
||||||
|
.......\pdfliteral{Q }
|
||||||
|
.......\glue 0.0
|
||||||
|
.......\pdfliteral{Q }
|
||||||
|
.......\glue 0.0 plus 1.0fil minus 1.0fil
|
||||||
|
......\pdfliteral{n }
|
||||||
|
......\pdfliteral{Q }
|
||||||
|
......\glue 0.0 plus 1.0fil minus 1.0fil
|
||||||
|
....\penalty 10000
|
||||||
|
....\glue(\parfillskip) 0.0 plus 1.0fil
|
||||||
|
....\glue(\rightskip) 0.0
|
||||||
|
...\pdfcolorstack 0 pop
|
||||||
|
...\pdfcolorstack 0 push {0.13725 0.2157 0.23137 rg 0.13725 0.2157 0.23137 RG}
|
||||||
|
...\rule(0.0+0.0)x*
|
||||||
|
...\penalty 10000
|
||||||
|
...\glue 20.00003
|
||||||
|
...\glue 0.0
|
||||||
|
...\glue(\parskip) 0.0
|
||||||
|
...\glue(\parskip) 0.0
|
||||||
|
...\glue(\baselineskip) 6.85548
|
||||||
|
...\hbox(6.94444+0.0)x307.28987, glue set 247.90088fil
|
||||||
|
....\hbox(0.0+0.0)x0.0
|
||||||
|
....\OT1/cmss/m/n/10 J
|
||||||
|
....\OT1/cmss/m/n/10 o
|
||||||
|
....\OT1/cmss/m/n/10 h
|
||||||
|
....\OT1/cmss/m/n/10 a
|
||||||
|
....\OT1/cmss/m/n/10 n
|
||||||
|
....\glue 3.33333 plus 1.66666 minus 1.11111
|
||||||
|
....\OT1/cmss/m/n/10 L
|
||||||
|
....\OT1/cmss/m/n/10 a
|
||||||
|
....\kern-0.27779
|
||||||
|
....\OT1/cmss/m/n/10 r
|
||||||
|
....\OT1/cmss/m/n/10 s
|
||||||
|
....\OT1/cmss/m/n/10 s
|
||||||
|
....\OT1/cmss/m/n/10 o
|
||||||
|
....\OT1/cmss/m/n/10 n
|
||||||
|
....\penalty 10000
|
||||||
|
....\glue(\parfillskip) 0.0 plus 1.0fil
|
||||||
|
....\glue(\rightskip) 0.0
|
||||||
|
...\pdfcolorstack 0 pop
|
||||||
|
...\pdfcolorstack 0 push {0.3058 0.36856 0.38109 rg 0.3058 0.36856 0.38109 RG}
|
||||||
|
...\rule(0.0+0.0)x*
|
||||||
|
...\penalty 10000
|
||||||
|
...\glue 4.25006
|
||||||
|
...\glue 0.0
|
||||||
|
...\glue(\parskip) 0.0
|
||||||
|
...\glue(\parskip) 0.0
|
||||||
|
...\glue(\baselineskip) 4.92494
|
||||||
|
...\hbox(6.0+2.0)x307.28987, glue set 159.19337fil
|
||||||
|
....\hbox(0.0+0.0)x0.0
|
||||||
|
....\OT1/cmss/m/n/8 L
|
||||||
|
....\OT1/cmss/m/n/8 u
|
||||||
|
....\OT1/cmss/m/n/8 n
|
||||||
|
....\OT1/cmss/m/n/8 d
|
||||||
|
....\glue 2.83337 plus 1.41669 minus 0.94446
|
||||||
|
....\OT1/cmss/m/n/8 U
|
||||||
|
....\OT1/cmss/m/n/8 n
|
||||||
|
....\OT1/cmss/m/n/8 i
|
||||||
|
....\OT1/cmss/m/n/8 v
|
||||||
|
....\OT1/cmss/m/n/8 e
|
||||||
|
....\OT1/cmss/m/n/8 s
|
||||||
|
....\OT1/cmss/m/n/8 i
|
||||||
|
....\OT1/cmss/m/n/8 t
|
||||||
|
....\kern-0.23611
|
||||||
|
....\OT1/cmss/m/n/8 y
|
||||||
|
....\OT1/cmss/m/n/8 /
|
||||||
|
....\OT1/cmss/m/n/8 /
|
||||||
|
....\OT1/cmss/m/n/8 D
|
||||||
|
....\OT1/cmss/m/n/8 e
|
||||||
|
....\OT1/cmss/m/n/8 p
|
||||||
|
....\OT1/cmss/m/n/8 a
|
||||||
|
....\kern-0.23611
|
||||||
|
....\OT1/cmss/m/n/8 r
|
||||||
|
....\OT1/cmss/m/n/8 t
|
||||||
|
....\OT1/cmss/m/n/8 m
|
||||||
|
....\OT1/cmss/m/n/8 e
|
||||||
|
....\OT1/cmss/m/n/8 n
|
||||||
|
....\OT1/cmss/m/n/8 t
|
||||||
|
....\glue 2.83337 plus 1.41669 minus 0.94446
|
||||||
|
....\OT1/cmss/m/n/8 o
|
||||||
|
....\OT1/cmss/m/n/8 f
|
||||||
|
....\glue 2.83337 plus 1.41669 minus 0.94446
|
||||||
|
....\OT1/cmss/m/n/8 S
|
||||||
|
....\OT1/cmss/m/n/8 t
|
||||||
|
....\OT1/cmss/m/n/8 a
|
||||||
|
....\OT1/cmss/m/n/8 t
|
||||||
|
....\OT1/cmss/m/n/8 i
|
||||||
|
....\OT1/cmss/m/n/8 s
|
||||||
|
....\OT1/cmss/m/n/8 t
|
||||||
|
....\OT1/cmss/m/n/8 i
|
||||||
|
....\OT1/cmss/m/n/8 c
|
||||||
|
....\OT1/cmss/m/n/8 s
|
||||||
|
....\penalty 10000
|
||||||
|
....\glue(\parfillskip) 0.0 plus 1.0fil
|
||||||
|
....\glue(\rightskip) 0.0
|
||||||
|
...\pdfcolorstack 0 pop
|
||||||
|
...\pdfcolorstack 0 push {0.13725 0.2157 0.23137 rg 0.13725 0.2157 0.23137 RG}
|
||||||
|
...\rule(0.0+0.0)x*
|
||||||
|
...\penalty 10000
|
||||||
|
...\glue 15.00002
|
||||||
|
...\glue 0.0
|
||||||
|
...\glue(\parskip) 0.0
|
||||||
|
...\glue(\parskip) 0.0
|
||||||
|
...\glue(\baselineskip) 4.85548
|
||||||
|
...\hbox(6.94444+1.94444)x307.28987, glue set 235.42859fil
|
||||||
|
....\hbox(0.0+0.0)x0.0
|
||||||
|
....\OT1/cmss/m/n/10 J
|
||||||
|
....\OT1/cmss/m/n/10 a
|
||||||
|
....\OT1/cmss/m/n/10 n
|
||||||
|
....\OT1/cmss/m/n/10 u
|
||||||
|
....\OT1/cmss/m/n/10 a
|
||||||
|
....\kern-0.27779
|
||||||
|
....\OT1/cmss/m/n/10 r
|
||||||
|
....\OT1/cmss/m/n/10 y
|
||||||
|
....\glue 3.33333 plus 1.66666 minus 1.11111
|
||||||
|
....\OT1/cmss/m/n/10 1
|
||||||
|
....\OT1/cmss/m/n/10 5
|
||||||
|
....\OT1/cmss/m/n/10 ,
|
||||||
|
....\glue 3.33333 plus 2.08331 minus 0.88889
|
||||||
|
....\OT1/cmss/m/n/10 2
|
||||||
|
....\OT1/cmss/m/n/10 0
|
||||||
|
....\OT1/cmss/m/n/10 2
|
||||||
|
....\OT1/cmss/m/n/10 4
|
||||||
|
....\penalty 10000
|
||||||
|
....\glue(\parfillskip) 0.0 plus 1.0fil
|
||||||
|
....\glue(\rightskip) 0.0
|
||||||
|
...\pdfcolorstack 0 pop
|
||||||
|
...\glue 0.0 plus 1.0fill
|
||||||
|
...\glue(\baselineskip) 13.69548
|
||||||
|
...\hbox(0.0+0.0)x0.0
|
||||||
|
..\glue(\rightskip) 0.0 plus 1.0fil
|
||||||
|
.\penalty 300
|
||||||
|
.\glue(\baselineskip) 15.63992
|
||||||
|
.\hbox(0.0+0.0)x307.28987, glue set 307.28987fil
|
||||||
|
..\glue(\rightskip) 0.0 plus 1.0fil
|
||||||
|
.\glue 0.0 plus 1.0fill
|
||||||
|
.\rule(0.0+0.0)x*
|
||||||
|
.\penalty 10000
|
||||||
|
.\glue -27.91664
|
||||||
|
.\glue 0.0
|
||||||
|
Completed box being shipped out [1]
|
||||||
|
\vbox(200.87663+0.0)x263.47263
|
||||||
|
.\hbox(0.0+0.0)x0.0
|
||||||
|
.\hbox(0.0+0.0)x0.0
|
||||||
|
..\kern -72.26999
|
||||||
|
..\vbox(0.0+0.0)x0.0, glue set 72.26999fil
|
||||||
|
...\kern -72.26999
|
||||||
|
...\hbox(0.0+0.0)x0.0
|
||||||
|
....\hbox(0.0+0.0)x0.0, glue set 72.26999fil, shifted 72.26999
|
||||||
|
.....\kern -72.26999
|
||||||
|
.....\glue 0.0 plus 1.0fil minus 1.0fil
|
||||||
|
....\glue 0.0 plus 1.0fil minus 1.0fil
|
||||||
|
...\glue 0.0 plus 1.0fil minus 1.0fil
|
||||||
|
.\vbox(0.0+0.0)x0.0, glue set 73.27373fil
|
||||||
|
..\kern 0.0
|
||||||
|
..\kern -72.26999
|
||||||
|
..\kern -1.00374
|
||||||
|
..\hbox(0.0+0.0)x0.0, glue set 44.82098fil
|
||||||
|
...\kern 0.0
|
||||||
|
...\kern -43.81725
|
||||||
|
...\kern -1.00374
|
||||||
|
...\pdfdest name{Navigation1} xyz
|
||||||
|
...\penalty 10000
|
||||||
|
...\pdfdest name{page.1} xyz
|
||||||
|
...\penalty 10000
|
||||||
|
...\glue 0.0 plus 1.0fil minus 1.0fil
|
||||||
|
..\glue 0.0 plus 1.0fil minus 1.0fil
|
||||||
|
.\glue(\lineskip) 0.0
|
||||||
|
.\vbox(200.87663+0.0)x263.47263
|
||||||
|
..\glue -72.26999
|
||||||
|
..\vbox(273.14662+0.0)x307.28987, shifted -43.81725
|
||||||
|
...\vbox(0.0+0.0)x307.28987
|
||||||
|
....\glue 0.0 plus 1.0fil
|
||||||
|
....\hbox(0.0+0.0)x307.28987
|
||||||
|
.....\pdfcolorstack 0 push {0.13725 0.2157 0.23137 rg 0.13725 0.2157 0.23137 RG}
|
||||||
|
.....\hbox(0.0+0.0)x307.28987
|
||||||
|
......\vbox(0.0+0.0)x307.28987
|
||||||
|
.......\hbox(0.0+0.0)x-28.45274
|
||||||
|
........\glue -28.45274
|
||||||
|
........\hbox(0.0+0.0)x0.0
|
||||||
|
.........\hbox(273.14662+0.0)x364.19536, shifted 273.14662
|
||||||
|
..........\hbox(273.14662+0.0)x364.19536
|
||||||
|
...........\pdfcolorstack 0 push {0.13725 0.2157 0.23137 rg 0.13725 0.2157 0.23137 RG}
|
||||||
|
...........\pdfcolorstack 0 push {0.13725 0.2157 0.23137 rg 0.13725 0.2157 0.23137 RG}
|
||||||
|
...........\pdfcolorstack 0 push {0.98 g 0.98 G}
|
||||||
|
...........\rule(273.14662+*)x364.19536
|
||||||
|
...........\pdfcolorstack 0 pop
|
||||||
|
...........\pdfcolorstack 0 pop
|
||||||
|
...........\pdfcolorstack 0 pop
|
||||||
|
........\hbox(0.0+0.0)x0.0
|
||||||
|
.........\hbox(0.0+0.0)x0.0
|
||||||
|
..........\hbox(0.0+0.0)x0.0
|
||||||
|
...........\pdfcolorstack 0 push {0.13725 0.2157 0.23137 rg 0.13725 0.2157 0.23137 RG}
|
||||||
|
...........\pdfcolorstack 0 push {0.13725 0.2157 0.23137 rg 0.13725 0.2157 0.23137 RG}
|
||||||
|
...........\pdfcolorstack 0 pop
|
||||||
|
...........\pdfcolorstack 0 pop
|
||||||
|
.......\glue(\parskip) 0.0
|
||||||
|
.......\glue(\parskip) 0.0
|
||||||
|
.......\glue(\baselineskip) 0.0
|
||||||
|
.......\hbox(0.0+0.0)x307.28987, glue set 307.28987fil
|
||||||
|
........\hbox(0.0+0.0)x0.0
|
||||||
|
........\penalty 10000
|
||||||
|
........\glue(\parfillskip) 0.0 plus 1.0fil
|
||||||
|
........\glue(\rightskip) 0.0
|
||||||
|
.....\pdfcolorstack 0 pop
|
||||||
|
...\glue 0.0
|
||||||
|
...\glue(\lineskip) 0.0
|
||||||
|
...\vbox(245.22998+0.0)x307.28987
|
||||||
|
....\pdfcolorstack 0 push {0 g 0 G}
|
||||||
|
....\write-{}
|
||||||
|
....\pdfdest name{Doc-Start} xyz
|
||||||
|
....\pdfcolorstack 0 push {0.13725 0.2157 0.23137 rg 0.13725 0.2157 0.23137 RG}
|
||||||
|
....\pdfcolorstack 0 push {0.13725 0.2157 0.23137 rg 0.13725 0.2157 0.23137 RG}
|
||||||
|
....\pdfcolorstack 0 push {0.13725 0.2157 0.23137 rg 0.13725 0.2157 0.23137 RG}
|
||||||
|
....\pdfcolorstack 0 push {0.13725 0.2157 0.23137 rg 0.13725 0.2157 0.23137 RG}
|
||||||
|
....\glue(\topskip) 0.0
|
||||||
|
....\vbox(245.22998+0.0)x307.28987
|
||||||
|
.....\penalty 10000
|
||||||
|
.....\vbox(0.0+0.0)x0.0
|
||||||
|
.....\penalty 10000
|
||||||
|
.....\penalty 10000
|
||||||
|
.....\rule(0.0+0.0)x*
|
||||||
|
.....\penalty 10000
|
||||||
|
.....\glue 0.0
|
||||||
|
.....\glue 0.0
|
||||||
|
.....\penalty 10000
|
||||||
|
.....\penalty 10000
|
||||||
|
.....\glue 0.0 plus 1.0fill
|
||||||
|
.....\penalty 10000
|
||||||
|
.....\penalty 10000
|
||||||
|
.....\glue -5.475
|
||||||
|
.....\vbox(0.0+0.0)x0.0
|
||||||
|
.....\glue(\parskip) 5.475
|
||||||
|
.....\glue(\parskip) 0.0
|
||||||
|
.....\hbox(273.14662+0.0)x307.28987
|
||||||
|
......\hbox(0.0+0.0)x0.0
|
||||||
|
......\vbox(273.14662+0.0)x307.28987, glue set 54.04855fill
|
||||||
|
.......\glue 0.0 plus 1.0fil minus 1.0fil
|
||||||
|
.......\glue 0.0 plus 1.0fill
|
||||||
|
.......\pdfcolorstack 0 push {0.13725 0.2157 0.23137 rg 0.13725 0.2157 0.23137 RG}
|
||||||
|
.......\glue(\parskip) 0.0
|
||||||
|
.......\glue(\parskip) 0.0
|
||||||
|
.......\hbox(9.99998+0.0)x307.28987, glue set 92.66872fil
|
||||||
|
........\hbox(0.0+0.0)x0.0
|
||||||
|
........\OT1/cmss/bx/n/14.4 M
|
||||||
|
........\OT1/cmss/bx/n/14.4 o
|
||||||
|
........\OT1/cmss/bx/n/14.4 l
|
||||||
|
........\OT1/cmss/bx/n/14.4 o
|
||||||
|
........\kern0.43999
|
||||||
|
........\OT1/cmss/bx/n/14.4 c
|
||||||
|
........\OT1/cmss/bx/n/14.4 h
|
||||||
|
........\glue 5.28001 plus 2.64 minus 1.76
|
||||||
|
........\OT1/cmss/bx/n/14.4 T
|
||||||
|
........\kern-1.32
|
||||||
|
........\OT1/cmss/bx/n/14.4 e
|
||||||
|
........\OT1/cmss/bx/n/14.4 s
|
||||||
|
........\OT1/cmss/bx/n/14.4 t
|
||||||
|
........\glue 5.28001 plus 2.64 minus 1.76
|
||||||
|
........\OT1/cmss/bx/n/14.4 S
|
||||||
|
........\OT1/cmss/bx/n/14.4 u
|
||||||
|
........\OT1/cmss/bx/n/14.4 i
|
||||||
|
........\OT1/cmss/bx/n/14.4 t
|
||||||
|
........\OT1/cmss/bx/n/14.4 e
|
||||||
|
........\penalty 10000
|
||||||
|
........\glue(\parfillskip) 0.0 plus 1.0fil
|
||||||
|
........\glue(\rightskip) 0.0 plus 1.0fil
|
||||||
|
.......\rule(0.0+0.0)x*
|
||||||
|
.......\penalty 10000
|
||||||
|
.......\glue 7.92003
|
||||||
|
.......\glue 0.0
|
||||||
|
.......\pdfcolorstack 0 pop
|
||||||
|
.......\pdfcolorstack 0 push {0.13725 0.2157 0.23137 rg 0.13725 0.2157 0.23137 RG}
|
||||||
|
.......\glue(\parskip) 0.0
|
||||||
|
.......\glue(\parskip) 0.0
|
||||||
|
.......\glue(\baselineskip) 7.7666
|
||||||
|
.......\hbox(8.33331+2.33331)x307.28987, glue set - 0.15938
|
||||||
|
........\hbox(0.0+0.0)x0.0
|
||||||
|
........\OT1/cmss/m/n/12 A
|
||||||
|
........\glue 3.91663 plus 1.95634 minus 1.30684
|
||||||
|
........\OT1/cmss/m/n/12 s
|
||||||
|
........\OT1/cmss/m/n/12 u
|
||||||
|
........\OT1/cmss/m/n/12 b
|
||||||
|
........\OT1/cmss/m/n/12 t
|
||||||
|
........\OT1/cmss/m/n/12 i
|
||||||
|
........\OT1/cmss/m/n/12 t
|
||||||
|
........\OT1/cmss/m/n/12 l
|
||||||
|
........\OT1/cmss/m/n/12 e
|
||||||
|
........\glue 3.91663 plus 1.95831 minus 1.30554
|
||||||
|
........\OT1/cmss/m/n/12 t
|
||||||
|
........\OT1/cmss/m/n/12 h
|
||||||
|
........\OT1/cmss/m/n/12 a
|
||||||
|
........\OT1/cmss/m/n/12 t
|
||||||
|
........\glue 3.91663 plus 1.95831 minus 1.30554
|
||||||
|
........\OT1/cmss/m/n/12 i
|
||||||
|
........\OT1/cmss/m/n/12 s
|
||||||
|
........\glue 3.91663 plus 1.95831 minus 1.30554
|
||||||
|
........\OT1/cmss/m/n/12 w
|
||||||
|
........\kern-0.32639
|
||||||
|
........\OT1/cmss/m/n/12 a
|
||||||
|
........\kern-0.32639
|
||||||
|
........\OT1/cmss/m/n/12 y
|
||||||
|
........\glue 3.91663 plus 1.95831 minus 1.30554
|
||||||
|
........\OT1/cmss/m/n/12 t
|
||||||
|
........\OT1/cmss/m/n/12 o
|
||||||
|
........\glue 3.91663 plus 1.95831 minus 1.30554
|
||||||
|
........\OT1/cmss/m/n/12 l
|
||||||
|
........\OT1/cmss/m/n/12 o
|
||||||
|
........\OT1/cmss/m/n/12 n
|
||||||
|
........\OT1/cmss/m/n/12 g
|
||||||
|
........\glue 3.91663 plus 1.95831 minus 1.30554
|
||||||
|
........\OT1/cmss/m/n/12 a
|
||||||
|
........\OT1/cmss/m/n/12 n
|
||||||
|
........\OT1/cmss/m/n/12 d
|
||||||
|
........\glue 3.91663 plus 1.95831 minus 1.30554
|
||||||
|
........\OT1/cmss/m/n/12 i
|
||||||
|
........\OT1/cmss/m/n/12 n
|
||||||
|
........\glue 3.91663 plus 1.95831 minus 1.30554
|
||||||
|
........\OT1/cmss/m/n/12 f
|
||||||
|
........\OT1/cmss/m/n/12 a
|
||||||
|
........\OT1/cmss/m/n/12 c
|
||||||
|
........\OT1/cmss/m/n/12 t
|
||||||
|
........\glue 3.91663 plus 1.95831 minus 1.30554
|
||||||
|
........\OT1/cmss/m/n/12 m
|
||||||
|
........\OT1/cmss/m/n/12 i
|
||||||
|
........\OT1/cmss/m/n/12 g
|
||||||
|
........\OT1/cmss/m/n/12 h
|
||||||
|
........\OT1/cmss/m/n/12 t
|
||||||
|
........\glue 3.91663 plus 1.95831 minus 1.30554
|
||||||
|
........\OT1/cmss/m/n/12 j
|
||||||
|
........\OT1/cmss/m/n/12 u
|
||||||
|
........\OT1/cmss/m/n/12 s
|
||||||
|
........\OT1/cmss/m/n/12 t
|
||||||
|
........\glue 3.91663 plus 1.95831 minus 1.30554
|
||||||
|
........\OT1/cmss/m/n/12 n
|
||||||
|
........\OT1/cmss/m/n/12 e
|
||||||
|
........\OT1/cmss/m/n/12 e
|
||||||
|
........\OT1/cmss/m/n/12 d
|
||||||
|
........\glue 3.91663 plus 1.95831 minus 1.30554
|
||||||
|
........\OT1/cmss/m/n/12 t
|
||||||
|
........\OT1/cmss/m/n/12 o
|
||||||
|
........\glue 3.91663 plus 1.95831 minus 1.30554
|
||||||
|
........\OT1/cmss/m/n/12 b
|
||||||
|
........\kern0.32639
|
||||||
|
........\OT1/cmss/m/n/12 e
|
||||||
|
........\glue(\rightskip) 0.0 plus 1.0fil
|
||||||
|
.......\penalty 300
|
||||||
|
.......\glue(\baselineskip) 5.43329
|
||||||
|
.......\hbox(8.33331+2.33331)x307.28987, glue set 114.07458fil
|
||||||
|
........\OT1/cmss/m/n/12 s
|
||||||
|
........\OT1/cmss/m/n/12 p
|
||||||
|
........\OT1/cmss/m/n/12 l
|
||||||
|
........\OT1/cmss/m/n/12 i
|
||||||
|
........\OT1/cmss/m/n/12 t
|
||||||
|
........\glue 3.91663 plus 1.95831 minus 1.30554
|
||||||
|
........\OT1/cmss/m/n/12 a
|
||||||
|
........\OT1/cmss/m/n/12 c
|
||||||
|
........\OT1/cmss/m/n/12 r
|
||||||
|
........\OT1/cmss/m/n/12 o
|
||||||
|
........\OT1/cmss/m/n/12 s
|
||||||
|
........\OT1/cmss/m/n/12 s
|
||||||
|
........\glue 3.91663 plus 1.95831 minus 1.30554
|
||||||
|
........\OT1/cmss/m/n/12 l
|
||||||
|
........\OT1/cmss/m/n/12 i
|
||||||
|
........\OT1/cmss/m/n/12 n
|
||||||
|
........\OT1/cmss/m/n/12 e
|
||||||
|
........\OT1/cmss/m/n/12 s
|
||||||
|
........\penalty 10000
|
||||||
|
........\glue(\parfillskip) 0.0 plus 1.0fil
|
||||||
|
........\glue(\rightskip) 0.0 plus 1.0fil
|
||||||
|
.......\rule(0.0+0.0)x*
|
||||||
|
.......\penalty 10000
|
||||||
|
.......\glue 5.87494
|
||||||
|
.......\glue 0.0
|
||||||
|
.......\pdfcolorstack 0 pop
|
||||||
|
.......\pdfcolorstack 0 push {0.92157 0.50587 0.10588 rg 0.92157 0.50587 0.10588 RG}
|
||||||
|
.......\glue(\parskip) 0.0
|
||||||
|
.......\glue(\parskip) 0.0
|
||||||
|
.......\glue(\baselineskip) 12.90662
|
||||||
|
.......\hbox(0.4+0.0)x307.28987
|
||||||
|
........\hbox(0.0+0.0)x0.0
|
||||||
|
........\hbox(0.4+0.0)x307.28987
|
||||||
|
.........\glue 0.0
|
||||||
|
.........\hbox(0.0+0.0)x0.0
|
||||||
|
..........\pdfliteral{q }
|
||||||
|
..........\pdfliteral{0.92157 0.50587 0.10588 RG }
|
||||||
|
..........\pdfliteral{0.92157 0.50587 0.10588 rg }
|
||||||
|
..........\pdfliteral{0.3985 w }
|
||||||
|
..........\hbox(0.0+0.0)x0.0
|
||||||
|
...........\pdfliteral{q }
|
||||||
|
...........\glue 0.0
|
||||||
|
...........\pdfliteral{q }
|
||||||
|
...........\pdfcolorstack 0 push {0.92157 0.50587 0.10588 rg 0.92157 0.50587 0.10588 RG}
|
||||||
|
...........\pdfliteral{0.0 0.0 m }
|
||||||
|
...........\pdfliteral{0.0 0.0 m }
|
||||||
|
...........\pdfliteral{0.0 0.3985 l }
|
||||||
|
...........\pdfliteral{306.14578 0.3985 l }
|
||||||
|
...........\pdfliteral{306.14578 0.0 l }
|
||||||
|
...........\pdfliteral{h }
|
||||||
|
...........\pdfliteral{306.14578 0.3985 m }
|
||||||
|
...........\pdfliteral{f }
|
||||||
|
...........\glue 0.0
|
||||||
|
...........\pdfcolorstack 0 pop
|
||||||
|
...........\pdfliteral{Q }
|
||||||
|
...........\glue 0.0
|
||||||
|
...........\pdfliteral{Q }
|
||||||
|
...........\glue 0.0 plus 1.0fil minus 1.0fil
|
||||||
|
..........\pdfliteral{n }
|
||||||
|
..........\pdfliteral{Q }
|
||||||
|
..........\glue 0.0 plus 1.0fil minus 1.0fil
|
||||||
|
........\penalty 10000
|
||||||
|
........\glue(\parfillskip) 0.0 plus 1.0fil
|
||||||
|
........\glue(\rightskip) 0.0
|
||||||
|
.......\pdfcolorstack 0 pop
|
||||||
|
.......\pdfcolorstack 0 push {0.13725 0.2157 0.23137 rg 0.13725 0.2157 0.23137 RG}
|
||||||
|
.......\rule(0.0+0.0)x*
|
||||||
|
.......\penalty 10000
|
||||||
|
.......\glue 20.00003
|
||||||
|
.......\glue 0.0
|
||||||
|
.......\glue(\parskip) 0.0
|
||||||
|
.......\glue(\parskip) 0.0
|
||||||
|
.......\glue(\baselineskip) 6.85548
|
||||||
|
.......\hbox(6.94444+0.0)x307.28987, glue set 247.90088fil
|
||||||
|
........\hbox(0.0+0.0)x0.0
|
||||||
|
........\OT1/cmss/m/n/10 J
|
||||||
|
........\OT1/cmss/m/n/10 o
|
||||||
|
........\OT1/cmss/m/n/10 h
|
||||||
|
........\OT1/cmss/m/n/10 a
|
||||||
|
........\OT1/cmss/m/n/10 n
|
||||||
|
........\glue 3.33333 plus 1.66666 minus 1.11111
|
||||||
|
........\OT1/cmss/m/n/10 L
|
||||||
|
........\OT1/cmss/m/n/10 a
|
||||||
|
........\kern-0.27779
|
||||||
|
........\OT1/cmss/m/n/10 r
|
||||||
|
........\OT1/cmss/m/n/10 s
|
||||||
|
........\OT1/cmss/m/n/10 s
|
||||||
|
........\OT1/cmss/m/n/10 o
|
||||||
|
........\OT1/cmss/m/n/10 n
|
||||||
|
........\penalty 10000
|
||||||
|
........\glue(\parfillskip) 0.0 plus 1.0fil
|
||||||
|
........\glue(\rightskip) 0.0
|
||||||
|
.......\pdfcolorstack 0 pop
|
||||||
|
.......\pdfcolorstack 0 push {0.3058 0.36856 0.38109 rg 0.3058 0.36856 0.38109 RG}
|
||||||
|
.......\rule(0.0+0.0)x*
|
||||||
|
.......\penalty 10000
|
||||||
|
.......\glue 4.25006
|
||||||
|
.......\glue 0.0
|
||||||
|
.......\glue(\parskip) 0.0
|
||||||
|
.......\glue(\parskip) 0.0
|
||||||
|
.......\glue(\baselineskip) 4.92494
|
||||||
|
.......\hbox(6.0+2.0)x307.28987, glue set 159.19337fil
|
||||||
|
........\hbox(0.0+0.0)x0.0
|
||||||
|
........\OT1/cmss/m/n/8 L
|
||||||
|
........\OT1/cmss/m/n/8 u
|
||||||
|
........\OT1/cmss/m/n/8 n
|
||||||
|
........\OT1/cmss/m/n/8 d
|
||||||
|
........\glue 2.83337 plus 1.41669 minus 0.94446
|
||||||
|
........\OT1/cmss/m/n/8 U
|
||||||
|
........\OT1/cmss/m/n/8 n
|
||||||
|
........\OT1/cmss/m/n/8 i
|
||||||
|
........\OT1/cmss/m/n/8 v
|
||||||
|
........\OT1/cmss/m/n/8 e
|
||||||
|
........\OT1/cmss/m/n/8 s
|
||||||
|
........\OT1/cmss/m/n/8 i
|
||||||
|
........\OT1/cmss/m/n/8 t
|
||||||
|
........\kern-0.23611
|
||||||
|
........\OT1/cmss/m/n/8 y
|
||||||
|
........\OT1/cmss/m/n/8 /
|
||||||
|
........\OT1/cmss/m/n/8 /
|
||||||
|
........\OT1/cmss/m/n/8 D
|
||||||
|
........\OT1/cmss/m/n/8 e
|
||||||
|
........\OT1/cmss/m/n/8 p
|
||||||
|
........\OT1/cmss/m/n/8 a
|
||||||
|
........\kern-0.23611
|
||||||
|
........\OT1/cmss/m/n/8 r
|
||||||
|
........\OT1/cmss/m/n/8 t
|
||||||
|
........\OT1/cmss/m/n/8 m
|
||||||
|
........\OT1/cmss/m/n/8 e
|
||||||
|
........\OT1/cmss/m/n/8 n
|
||||||
|
........\OT1/cmss/m/n/8 t
|
||||||
|
........\glue 2.83337 plus 1.41669 minus 0.94446
|
||||||
|
........\OT1/cmss/m/n/8 o
|
||||||
|
........\OT1/cmss/m/n/8 f
|
||||||
|
........\glue 2.83337 plus 1.41669 minus 0.94446
|
||||||
|
........\OT1/cmss/m/n/8 S
|
||||||
|
........\OT1/cmss/m/n/8 t
|
||||||
|
........\OT1/cmss/m/n/8 a
|
||||||
|
........\OT1/cmss/m/n/8 t
|
||||||
|
........\OT1/cmss/m/n/8 i
|
||||||
|
........\OT1/cmss/m/n/8 s
|
||||||
|
........\OT1/cmss/m/n/8 t
|
||||||
|
........\OT1/cmss/m/n/8 i
|
||||||
|
........\OT1/cmss/m/n/8 c
|
||||||
|
........\OT1/cmss/m/n/8 s
|
||||||
|
........\penalty 10000
|
||||||
|
........\glue(\parfillskip) 0.0 plus 1.0fil
|
||||||
|
........\glue(\rightskip) 0.0
|
||||||
|
.......\pdfcolorstack 0 pop
|
||||||
|
.......\pdfcolorstack 0 push {0.13725 0.2157 0.23137 rg 0.13725 0.2157 0.23137 RG}
|
||||||
|
.......\rule(0.0+0.0)x*
|
||||||
|
.......\penalty 10000
|
||||||
|
.......\glue 15.00002
|
||||||
|
.......\glue 0.0
|
||||||
|
.......\glue(\parskip) 0.0
|
||||||
|
.......\glue(\parskip) 0.0
|
||||||
|
.......\glue(\baselineskip) 4.85548
|
||||||
|
.......\hbox(6.94444+1.94444)x307.28987, glue set 235.42859fil
|
||||||
|
........\hbox(0.0+0.0)x0.0
|
||||||
|
........\OT1/cmss/m/n/10 J
|
||||||
|
........\OT1/cmss/m/n/10 a
|
||||||
|
........\OT1/cmss/m/n/10 n
|
||||||
|
........\OT1/cmss/m/n/10 u
|
||||||
|
........\OT1/cmss/m/n/10 a
|
||||||
|
........\kern-0.27779
|
||||||
|
........\OT1/cmss/m/n/10 r
|
||||||
|
........\OT1/cmss/m/n/10 y
|
||||||
|
........\glue 3.33333 plus 1.66666 minus 1.11111
|
||||||
|
........\OT1/cmss/m/n/10 1
|
||||||
|
........\OT1/cmss/m/n/10 5
|
||||||
|
........\OT1/cmss/m/n/10 ,
|
||||||
|
........\glue 3.33333 plus 2.08331 minus 0.88889
|
||||||
|
........\OT1/cmss/m/n/10 2
|
||||||
|
........\OT1/cmss/m/n/10 0
|
||||||
|
........\OT1/cmss/m/n/10 2
|
||||||
|
........\OT1/cmss/m/n/10 4
|
||||||
|
........\penalty 10000
|
||||||
|
........\glue(\parfillskip) 0.0 plus 1.0fil
|
||||||
|
........\glue(\rightskip) 0.0
|
||||||
|
.......\pdfcolorstack 0 pop
|
||||||
|
.......\glue 0.0 plus 1.0fill
|
||||||
|
.......\glue(\baselineskip) 13.69548
|
||||||
|
.......\hbox(0.0+0.0)x0.0
|
||||||
|
......\glue(\rightskip) 0.0 plus 1.0fil
|
||||||
|
.....\penalty 300
|
||||||
|
.....\glue(\baselineskip) 15.63992
|
||||||
|
.....\hbox(0.0+0.0)x307.28987, glue set 307.28987fil
|
||||||
|
......\glue(\rightskip) 0.0 plus 1.0fil
|
||||||
|
.....\glue 0.0 plus 1.0fill
|
||||||
|
.....\rule(0.0+0.0)x*
|
||||||
|
.....\penalty 10000
|
||||||
|
.....\glue -27.91664
|
||||||
|
.....\glue 0.0
|
||||||
|
....\write1{\@writefile{nav}{\protect \headcommand {\protect \slideentry {0}{0}{1\ETC.}
|
||||||
|
....\write1{\@writefile{nav}{\protect \headcommand {\protect \beamer@framepages {\ETC.}
|
||||||
|
....\glue 0.0 plus 1.0fil
|
||||||
|
....\glue 0.0
|
||||||
|
...\glue(\baselineskip) 27.91664
|
||||||
|
...\hbox(0.0+0.0)x307.28987
|
||||||
|
....\pdfcolorstack 0 push {0.13725 0.2157 0.23137 rg 0.13725 0.2157 0.23137 RG}
|
||||||
|
....\hbox(0.0+0.0)x307.28987, glue set 333.74261fil
|
||||||
|
.....\pdfcolorstack 0 push {0.13725 0.2157 0.23137 rg 0.13725 0.2157 0.23137 RG}
|
||||||
|
.....\glue 0.0 plus 1.0fil
|
||||||
|
.....\hbox(0.0+0.0)x-26.45274
|
||||||
|
......\pdfcolorstack 0 push {0.13725 0.2157 0.23137 rg 0.13725 0.2157 0.23137 RG}
|
||||||
|
......\pdfcolorstack 0 push {0.6429 0.67427 0.68054 rg 0.6429 0.67427 0.68054 RG}
|
||||||
|
......\pdfcolorstack 0 pop
|
||||||
|
......\pdfcolorstack 0 pop
|
||||||
|
......\glue -28.45274
|
||||||
|
......\glue 2.0
|
||||||
|
....\pdfcolorstack 0 pop
|
||||||
|
....\pdfcolorstack 0 pop
|
||||||
|
.\kern 0.0
|
||||||
|
.\kern 0.0
|
Loading…
Reference in New Issue