diff --git a/Kstarmumu_Run2/PPG/Makefile b/Kstarmumu_Run2/PPG/Makefile new file mode 100644 index 0000000..e4cf8e8 --- /dev/null +++ b/Kstarmumu_Run2/PPG/Makefile @@ -0,0 +1,9 @@ +all: mchrzasz.pdf + +mchrzasz.pdf: mchrzasz.tex + xelatex mchrzasz.tex +# bibtex mchrzasz + xelatex mchrzasz.tex +# xelatex mchrzasz.tex +clean: + rm *.aux *.bbl *.blg *.log *.out *.pdf *.sh *.xml *.snm *.toc *.nav diff --git a/Kstarmumu_Run2/PPG/beamercolorthemeFlip.sty b/Kstarmumu_Run2/PPG/beamercolorthemeFlip.sty new file mode 100755 index 0000000..d6b9c50 --- /dev/null +++ b/Kstarmumu_Run2/PPG/beamercolorthemeFlip.sty @@ -0,0 +1,179 @@ +% Color style file for the BEAMER FLIP THEME +% Copyright 2012 by Flip Tanedo +% This file may be distributed and/or modified +% 1. under the LaTeX Project Public License and/or +% 2. under the GNU Public License. + + + +\mode +\newif\ifbeamer@Flip@dark +\beamer@Flip@darkfalse +\DeclareOptionBeamer{dark}{\beamer@Flip@darktrue} +\ProcessOptionsBeamer + + +% These are a few colors that I like. + +\definecolor{crimsonred}{RGB}{153,0,0} % Neurtal red, good for dark or light bg +\definecolor{darkcharcoal}{RGB}{25,25,25} % Darker gray +\definecolor{charcoal}{RGB}{51,51,51} % Darker gray +\definecolor{ash}{RGB}{100,100,100} % medium gray +\definecolor{paleblue}{RGB}{0,102,102} % More of an `ocean' color +\definecolor{turtlegreen}{RGB}{51,153,0} % A more neutral green +\definecolor{paleale}{RGB}{204,204,102} % Only for dark BG +\definecolor{lager}{RGB}{140,110,10} % Use instead of pale ale for white BG +\definecolor{regal}{RGB}{90,0,120} % A more neutral purple +\definecolor{jeans}{RGB}{20,30,150} % A more neutral blue + + +% Define some "invariant colors" so that a color that doen't work with a +% light/dark background will automatically be substituted with one that does. +% These will be rewritten in beamercolorthemeFlipDark + +\ifbeamer@Flip@dark + \definecolor{FlipSand}{RGB}{204,204,102} % paleale, Only for dark BG + \definecolor{FlipGreen}{RGB}{0,255,0} % Neon-like green, only for dark BG +\else + \definecolor{FlipSand}{RGB}{140,110,10} % lager, Only for light BG + \definecolor{FlipGreen}{RGB}{51,153,0} % turtlegreen, works for both +\fi + +%% Future revision: It would be nice to define these in terms of the palette. + + +\ifbeamer@Flip@dark + \setbeamercolor{normal text}{fg=white, bg=black} + \setbeamercolor{structure}{fg=gray, bg=black} % fg controls bullets + \setbeamercolor*{footerlike}{fg=white,bg=black} % Controls the footerline +\else + % Default to black on white + \setbeamercolor*{footerlike}{fg=white,bg=charcoal} % for charcoal footer + \setbeamercolor{structure}{fg=charcoal, bg=white} % fg controls bullets + % \setbeamercolor{normal text}{fg=white, bg=black} +\fi + + + + + +% These defined colors can be used in \textcolor{colorname}{text in that color}. + +% Colors for Keynote background: DARK +\definecolor{keynotebottom}{rgb}{0.32,0.3,0.38} +\definecolor{keynotemiddle}{rgb}{0.08,0.08,0.16} +\definecolor{keynotetop}{rgb}{0,0,0} +%%% Example of usage: +%% \setbeamertemplate{background canvas}[vertical shading] +%% [bottom=keynotebottom, middle=keynotemiddle, top=keynotetop] + + + + +% ALERT AND COMMENT COLORS (just copies of the above colors) +% (I don't know how ot do this more elegantly) +\ifbeamer@Flip@dark + \definecolor{ALERT}{RGB}{153,0,0} % crimsonred + \definecolor{Alert}{RGB}{51,153,0} % turtlegreen + \definecolor{alert}{RGB}{204,204,102} % paleale + \definecolor{charcoal}{RGB}{51,51,51} % charcoal + \definecolor{comment}{RGB}{80,80,80} % light charcoal + \definecolor{Comment}{RGB}{100,100,100} % ash + \definecolor{COMMENT}{RGB}{80,20,120} % regal +\else +% \definecolor{ALERT}{RGB}{153,0,0} % crimsonred + \definecolor{ALERT}{RGB}{28,134,238} % DodgerBlue2 +% \definecolor{Alert}{RGB}{51,153,0} % turtlegreen + \definecolor{Alert}{RGB}{255,127,36} % chocolate1 +% \definecolor{alert}{RGB}{140,110,10} % lager + \definecolor{alert}{RGB}{0,205,102} % SpringGreen3 + \definecolor{charcoal}{RGB}{80,80,80} % light charcoal + \definecolor{comment}{RGB}{51,51,51} % charcoal + \definecolor{Comment}{RGB}{100,100,100} % ash + \definecolor{COMMENT}{RGB}{80,20,120} % regal +\fi + + +% \definecolor{crimsonred}{RGB}{153,0,0} % Neurtal red, good for dark or light bg +% \definecolor{charcoal}{RGB}{51,51,51} % Darker gray +% \definecolor{ash}{RGB}{100,100,100} % medium gray +% \definecolor{paleblue}{RGB}{0,102,102} % More of an `ocean' color +% \definecolor{turtlegreen}{RGB}{51,153,0} % A more neutral green +% \definecolor{paleale}{RGB}{204,204,102} % Only for dark BG +% \definecolor{lager}{RGB}{140,110,10} % Use instead of pale ale for white BG +% \definecolor{regal}{RGB}{90,0,120} % A more neutral purple +% \definecolor{jeans}{RGB}{20,30,150} % A more neutral blue + + +% A few useful colors +\setbeamercolor{alerted text}{fg=alert} + +%% I would like ot use these colors, but there seems to be a bug in Beamer +%% where the footnote color infects the normal text color +%% See: http://tex.stackexchange.com/questions/8264/beamer-changing-the-footnote-color-also-changes-the-normal-text-color/8268#8268 + +% \setbeamercolor{footnote}{parent=normal text, fg=FlipSand} +% \setbeamercolor{footnote mark}{parent=normal text, fg=FlipSand} + +% Blocks +\setbeamercolor{block title}{fg=gray!30!white,bg=charcoal} +\setbeamercolor{block body}{parent=normal text,bg=gray, fg=white} + +\setbeamercolor{block title example}{fg=turtlegreen!30!white,bg=turtlegreen!40!black} +\setbeamercolor{block body example}{parent=normal text,bg=turtlegreen, fg=white} +% +\setbeamercolor{block title alerted}{fg=crimsonred!30!white,bg=crimsonred!40!black} +\setbeamercolor{block body alerted}{parent=normal text,bg=crimsonred, fg=white} + + + +% These "setbeamercolor" commands are more standardized. + + +%% From the Beamer User Guide: +% Outer themes base the color of navigational elements and, possibly, also of other elements, on the +% four palette colors. The “primary” palette should be used for the most important navigational elements, +% which are usually the ones that change most often and hence require the most attention by the audience. +% The “secondary” and “tertiary” are less important, the “quaternary” one is least important. +% By default, the palette colors do not have a background and the foreground ranges from structure.fg to black. +% For the sidebar, there is an extra set of palette colors, see palette sidebar primary. + +\setbeamercolor*{palette primary}{fg=crimsonred,bg=charcoal} +\setbeamercolor*{palette secondary}{fg=paleale,bg=lager} +\setbeamercolor*{palette tertiary}{fg=turtlegreen,bg=jeans} +\setbeamercolor*{palette quaternary}{fg=paleblue,bg=regal} + +% \setbeamercolor*{palette primary}{fg=crimsonred,bg=white} +% \setbeamercolor*{palette secondary}{fg=charcoal,bg=white} +% \setbeamercolor*{palette tertiary}{fg=paleblue,bg=white} +% \setbeamercolor*{palette quaternary}{fg=turtlegreen,bg=white} + + + +%% These are some structures that I define for use in the outer theme. + +\setbeamercolor*{crimsontown}{fg=paleblue,bg=crimsonred} +\setbeamercolor*{bluetown}{fg=white,bg=DodgerBlue2} +%\setbeamercolor*{titlelike}{fg=crimsonred} +\setbeamercolor*{titlelike}{fg=DodgerBlue2} +\setbeamercolor*{topbarlike}{fg=white, bg=charcoal} + + + + + +%% Some old definitions that I might want to get back to +% +% \setbeamercolor*{frametitle}{bg=white,fg=charcoal} +% \setbeamercolor*{part title}{bg=white,fg=charcoal} +% \setbeamercolor*{item}{fg=charcoal, bg=white} +% +% \setbeamercolor*{separation line}{} +% \setbeamercolor*{fine separation line}{} + + + + + +\mode + diff --git a/Kstarmumu_Run2/PPG/beamerinnerthemeFlip.sty b/Kstarmumu_Run2/PPG/beamerinnerthemeFlip.sty new file mode 100755 index 0000000..9910f4d --- /dev/null +++ b/Kstarmumu_Run2/PPG/beamerinnerthemeFlip.sty @@ -0,0 +1,95 @@ +% Inner style file for the BEAMER FLIP THEME +% Copyright 2010 by Flip Tanedo +% This file may be distributed and/or modified +% 1. under the LaTeX Project Public License and/or +% 2. under the GNU Public License. +% +% Based on: beamerinnerthemeFlip by Marco Barisione + +\mode + +% % Use alternative title page style. +% \DeclareOptionBeamer{alternativetitlepage}[true]{\def\beamer@Flip@alternativetitlepage{#1}} + +% Logo to use in the alternative title page. +% \def\beamer@Flip@titlepagelogo{} +% \DeclareOptionBeamer{titlepagelogo}{\def\beamer@Flip@titlepagelogo{#1}} + +% Bullet shape. +\DeclareOptionBeamer{bullet}{\def\beamer@Flip@bullet{#1}} +\DeclareOptionBeamer{shadow}[true]{\def\beamer@themerounded@shadow{#1}} +\ExecuteOptionsBeamer{shadow=false} + + +% \ExecuteOptionsBeamer{alternativetitlepage=false,bullet=square} +\ProcessOptionsBeamer + + + +% Margins. +\newlength{\beamer@Flip@normalmargin} +\setlength{\beamer@Flip@normalmargin}{.06\paperwidth} +\setbeamersize{text margin left=\beamer@Flip@normalmargin} +\setbeamersize{text margin right=\beamer@Flip@normalmargin} +\setlength\leftmargini{.6\beamer@Flip@normalmargin} +\setlength\leftmarginii{.6\beamer@Flip@normalmargin} +\setlength\leftmarginiii{.6\beamer@Flip@normalmargin} + +% Normal title page. +\defbeamertemplate*{title page normal}{Flip theme}[1][] +{ + \vbox{} + \vfill + \begin{centering} + \begin{beamercolorbox}[wd=\paperwidth,sep=8pt,center,#1]{title page header} + \usebeamerfont{title}\inserttitle\par% + \ifx\insertsubtitle\@empty% + \else% + \vskip0.25em% + {\usebeamerfont{subtitle}\usebeamercolor[fg]{subtitle}\insertsubtitle\par}% + \fi% + \end{beamercolorbox}% + \vskip1em\par + \begin{beamercolorbox}[sep=8pt,center,#1]{author} + \usebeamerfont{author}\insertauthor + \end{beamercolorbox} + \begin{beamercolorbox}[sep=8pt,center,#1]{institute} + \usebeamerfont{institute}\insertinstitute + \end{beamercolorbox} + \begin{beamercolorbox}[sep=8pt,center,#1]{date} + \usebeamerfont{date}\insertdate + \end{beamercolorbox}\vskip0.5em + {\usebeamercolor[fg]{titlegraphic}\inserttitlegraphic\par} + \end{centering} + \vfill +} + + +% Items. +\defbeamertemplate{itemize item}{squarealt}% +{\tiny\raise.5ex\hbox{\donotcoloroutermaths$\blacksquare$}} +\defbeamertemplate{itemize subitem}{squarealt}% +{\tiny\raise.4ex\hbox{\donotcoloroutermaths$\square$}} +\defbeamertemplate{itemize subsubitem}{squarealt}% +{\tiny\raise.3ex\hbox{\donotcoloroutermaths$\blacksquare$}} +% +\defbeamertemplate{itemize item}{circlealt}% +{\small\raise.2ex\hbox{\donotcoloroutermaths$\bullet$}} +\defbeamertemplate{itemize subitem}{circlealt}% +{\small\raise.1ex\hbox{\donotcoloroutermaths$\circ$}} +\defbeamertemplate{itemize subsubitem}{circlealt}% +{\scriptsize\raise.1ex\hbox{\donotcoloroutermaths$\bullet$}} +\setbeamertemplate{items}[circlealt] +% +\def\circletext{circle} +\ifx\beamer@Flip@bullet\circletext + \setbeamertemplate{items}[circlealt] +\else + \setbeamertemplate{items}[squarealt] +\fi + +\setbeamertemplate{blocks}[rounded][shadow=\beamer@themerounded@shadow] + + +\mode + diff --git a/Kstarmumu_Run2/PPG/beamerouterthemeFlip.sty b/Kstarmumu_Run2/PPG/beamerouterthemeFlip.sty new file mode 100755 index 0000000..d12f6d6 --- /dev/null +++ b/Kstarmumu_Run2/PPG/beamerouterthemeFlip.sty @@ -0,0 +1,189 @@ +% Outer style file for the BEAMER FLIP THEME 212 +% Copyright 2012 by Flip Tanedo +% This file may be distributed and/or modified +% 1. under the LaTeX Project Public License and/or +% 2. under the GNU Public License. +% +% Based on: beamerouterthemesplit by Till Tantau + + +\mode + +% Watermark +\DeclareOptionBeamer{watermark}{\def\beamer@Flip@watermark{#1}} +\ExecuteOptionsBeamer{watermark=} % Default value is empty + + +\newif\ifbeamer@Flip@bigpagenumber +\beamer@Flip@bigpagenumberfalse +\DeclareOptionBeamer{bigpagenumber}{\beamer@Flip@bigpagenumbertrue} + + +\def\beamer@Flip@truetext{true} % Kludge for true/false so I can use ifx + +\DeclareOptionBeamer{topline}[true]{\def\beamer@Flip@topline{#1}} +\ExecuteOptionsBeamer{topline=false} % Default + + + +% \ExecuteOptionsBeamer{topline=} % Default value is empty + + +\ProcessOptionsBeamer + + +\usepackage{tikz} % For fancy decorations + + +% I should fix these up to be more robust against color changes +\setbeamercolor{section in head/foot}{parent=footerlike} +\setbeamercolor{subsection in head/foot}{parent=footerlike} +\setbeamercolor{author in head/foot}{parent=footerlike} +\setbeamercolor{title in head/foot}{parent=footerlike} + + +% \setbeamercolor{author in head/foot}{parent=section in head/foot} +% \setbeamercolor{title in head/foot}{parent=subsection in head/foot} + +%\setbeamercolor{topbar}{parent=crimsontown} +\setbeamercolor{topbar}{parent=bluetown} + + + + +\usesectionheadtemplate + {\hfill\insertsectionhead} + {\hfill\color{fg!50!bg}\insertsectionhead} + + +%%%%%%%%%%%%%%%%%% +% The footer bar % +%%%%%%%%%%%%%%%%%% + +\defbeamertemplate*{footline}{Flip theme} +{% + \leavevmode% +% OBSERVATION: the "%" symbols inside hbox are all very important here. +% The \hbox enviroment will insert spaces whenever there's whitespace +% Adding a % at the END of each line ensures that any hard returns aren't +% interpreted as white space. This allows the color boxes to be flush against +% one another. If a faint white line appears one could probably do something like +% hspace{-1px} and add an additional pixel-or-two wide beamercolorbox. + +\hbox{% +\begin{beamercolorbox}[wd=.4\paperwidth,ht=2.5ex,dp=1.125ex,leftskip=.3cm, rightskip=.3cm plus1fil]{author in head/foot}% + \usebeamerfont{author in head/foot}\insertshortauthor \end{beamercolorbox}% +% +\begin{beamercolorbox}[wd=.6\paperwidth,ht=2.5ex,dp=1.125ex,leftskip=.3cm,rightskip=.3cm plus1fil]{title in head/foot}% + \usebeamerfont{title in head/foot}{\textit \insertshorttitle}% + \hskip2ex plus1fill% + % \insertpagenumber\,/\,\insertpresentationendpage %% Want FRAME, not SLIDE number + \insertframenumber/\inserttotalframenumber + \end{beamercolorbox}% +}% + +% This is a complete kludge for the faint white line which appears +% between the beamer color boxes above. (It doesnt appear in presentation mode +% but sometimes looks funny when the pdfs are viewed in a window) +\begin{tikzpicture}[overlay] + \usebeamercolor[bg]{author in head/foot} + \draw[thick] (0,3.625ex) -- (\paperwidth,3.625ex); + \draw (.4\paperwidth,0) -- (.4\paperwidth,3.625ex); + \draw[thick] (0,0) -- (\paperwidth,0); +\end{tikzpicture} + + + +\ifbeamer@Flip@bigpagenumber + \begin{tikzpicture}[overlay] + \usebeamercolor[bg]{author in head/foot} + \draw[fill] (\paperwidth-5ex,3.625ex) circle (6ex); + \usebeamercolor[fg]{author in head/foot} + \draw[fill] (\paperwidth-5ex,3.625ex) circle (5ex); + \usebeamercolor[bg]{author in head/foot} + \node at (\paperwidth-5ex,4ex) {\small$^\text{\insertframenumber}/_\text{\inserttotalframenumber}$}; + \end{tikzpicture} +\fi +} + + + +\defbeamertemplate*{frametitle}{Flip theme}[1][left] +{ +% \ifbeamercolorempty[bg]{frametitle}{}{\nointerlineskip}% +\@tempdima=\textwidth% +\advance\@tempdima by\beamer@leftmargin% +\advance\@tempdima by\beamer@rightmargin% + +\vbox{}\vskip-3.5ex% +% +\begin{beamercolorbox}[sep=0.3cm,#1,wd=\the\@tempdima]{titlelike} + \usebeamerfont{frametitle}% + \vbox{}\vskip-1ex% + \if@tempswa\else\csname beamer@fte#1\endcsname\fi% + % \strut{\bf\insertframetitle}\strut\par% %% Include the \bf + \strut{\insertframetitle}\strut\par% + {% + \ifx\insertframesubtitle\@empty% + \else + {\usebeamerfont{framesubtitle} + \usebeamercolor[fg]{framesubtitle} + \insertframesubtitle\strut\par}% + \fi + }% + % + \vskip-1ex% + \if@tempswa\else\vskip-.3cm\fi% set inside beamercolorbox... evil here... +\end{beamercolorbox}% +%% + +% \def\beamer@fteright{\vskip0.35cm\advance\leftskip by 1.7cm\advance\rightskip by1.7cm} +} + + + + +% Sidebar right is important: anything placed here will be +% visible *behind* the main text. This is where to put any +% interesting watermarks. +% +% +\defbeamertemplate*{sidebar right}{Flip theme} +{ +% \llap{\includegraphics[width=50px]{footdecoration}} +% \llap{\includegraphics[width=\paperwidth,height=\paperheight]{upperleft_watermark_transp}} +% +% THIS WOULD BE A NICE WAY TO PUT THE PARTICLE BUBBLE CHAMBER BG +% ... make a png of the background with TRANSPARENT BG +% ... then put the image here (use \hfill to get it on the left) +% Now one can FURTHER apply a slight gradient in the BG +% +% +% % Top Line +\ifx\beamer@Flip@topline\beamer@Flip@truetext + \begin{tikzpicture}[overlay] + \usebeamercolor[fg]{titlelike} % alternately, topbarlike would be a good beamercolor +% \usebeamercolor[fg]{topbarlike} % alternately, topbarlike would be a good beamercolor + \draw[fill] (-\paperwidth,0) rectangle (0,-3pt); + \end{tikzpicture} +\fi +% +% + \vskip.2\beamer@leftmargin% + %\llap{\insertlogo\hskip.5\beamer@leftmargin}% + \llap{\insertlogo\hskip.08\beamer@leftmargin}% + \vfill% + \if \beamer@Flip@watermark\@empty + % This is kind of a kludge since if I put anything in here, I automatically get errors + % Somehow LaTeX wants to read the \else part! + \else% + \llap{\includegraphics[width=\paperwidth,height=\paperheight]{\beamer@Flip@watermark}} + \fi +} + + + +\mode +\endinput + + diff --git a/Kstarmumu_Run2/PPG/beamerouterthemedecolines.sty b/Kstarmumu_Run2/PPG/beamerouterthemedecolines.sty new file mode 100755 index 0000000..669e493 --- /dev/null +++ b/Kstarmumu_Run2/PPG/beamerouterthemedecolines.sty @@ -0,0 +1,168 @@ +% Copyright 2007 by Marco Barisione +% +% This file may be distributed and/or modified +% +% 1. under the LaTeX Project Public License and/or +% 2. under the GNU Public License. + +\mode + +% String used between the current page and the total page count. +\def\beamer@decolines@pageofpages{/} +\DeclareOptionBeamer{pageofpages}{\def\beamer@decolines@pageofpages{#1}} + +% Show a line below the frame title. +\DeclareOptionBeamer{titleline}[true]{\def\beamer@decolines@titleline{#1}} + +% Image used for the watermark. +\def\beamer@decolines@watermarkorig{} +\DeclareOptionBeamer{watermark}{\def\beamer@decolines@watermarkorig{#1}} + +% Height of the watermark. +\def\beamer@decolines@watermarkheight{100px} +\DeclareOptionBeamer{watermarkheight}{\def\beamer@decolines@watermarkheight{#1}} + +% The original image height is watermarkheightmult * watermarkheight. +\def\beamer@decolines@watermarkheightmult{1} +\DeclareOptionBeamer{watermarkheightmult}{\def\beamer@decolines@watermarkheightmult{#1}} + +\ExecuteOptionsBeamer{titleline=false} +\ProcessOptionsBeamer + +% Enable/disable the watermark. +\def\watermarkon{% + \def\beamer@decolines@watermark{\beamer@decolines@watermarkorig}% +} +\def\watermarkoff{\def\beamer@decolines@watermark{}} + +% Initially enable the watermark. +\watermarkon + +% Colors. +\setbeamercolor*{lineup}{parent=palette primary} +\setbeamercolor*{linemid}{parent=palette secondary} +\setbeamercolor*{linebottom}{parent=palette tertiary} +\setbeamercolor*{page header}{parent=titlelike} + +% Lengths +\newlength{\headerheight} +\setlength{\headerheight}{.045\paperheight} +\newlength{\beamer@decolines@lineup} +\setlength{\beamer@decolines@lineup}{.025\paperheight} +\newlength{\beamer@decolines@linemid} +\setlength{\beamer@decolines@linemid}{.015\paperheight} +\newlength{\beamer@decolines@linebottom} +\setlength{\beamer@decolines@linebottom}{.01\paperheight} + +% The height of the watermark part below the 3 bottom lines. +\newlength{\beamer@decolines@watermarkheightbottom} +\addtolength{\beamer@decolines@watermarkheightbottom}{\beamer@decolines@lineup} +\addtolength{\beamer@decolines@watermarkheightbottom}{\beamer@decolines@linemid} +\addtolength{\beamer@decolines@watermarkheightbottom}{\beamer@decolines@linebottom} + +% The height of the watermark part over the 3 bottom lines before shrinking. +\newlength{\beamer@decolines@watermarkheightupperorig} +\setlength{\beamer@decolines@watermarkheightupperorig}{\beamer@decolines@watermarkheight} +\addtolength{\beamer@decolines@watermarkheightupperorig}{-\beamer@decolines@watermarkheightbottom} +\multiply\beamer@decolines@watermarkheightupperorig by \beamer@decolines@watermarkheightmult + +% % Footer. +% \defbeamertemplate*{footline}{decolines theme} +% { +% \leavevmode% +% % Page number. +% \hbox{% +% \begin{beamercolorbox}[wd=.2\paperwidth,ht=0ex,dp=0ex,center]{}% +% \usebeamerfont{palette primary}\insertframenumber{} \beamer@decolines@pageofpages{} \inserttotalframenumber% +% \end{beamercolorbox}% +% \begin{beamercolorbox}[wd=.8\paperwidth,ht=0ex,dp=0ex]{}% +% \end{beamercolorbox}% +% } % +% % First line. +% \hbox{% +% \begin{beamercolorbox}[wd=.2\paperwidth,ht=\beamer@decolines@lineup,dp=0pt]{}% +% \end{beamercolorbox}% +% \begin{beamercolorbox}[wd=.8\paperwidth,ht=\beamer@decolines@lineup,dp=0pt]{lineup}% +% \end{beamercolorbox}% +% } % +% % Second line. +% \hbox{% +% \begin{beamercolorbox}[wd=\paperwidth,ht=\beamer@decolines@linemid,dp=0pt]{linemid}% +% \end{beamercolorbox}% +% } % +% % Third line. +% \hbox{% +% \begin{beamercolorbox}[wd=.1\paperwidth,ht=\beamer@decolines@linebottom,dp=0pt]{}% +% \end{beamercolorbox}% +% \begin{beamercolorbox}[wd=.9\paperwidth,ht=\beamer@decolines@linebottom,dp=0pt]{linebottom}% +% \end{beamercolorbox}% +% }% +% % This seems to fix some alignment problems with the watermark. It has to be +% % always applied if you do not want to see the footer moving up and down when +% % moving from a page with watermark to a page without or vice versa. +% \vskip-.5px% +% % Watermark. +% \if\beamer@decolines@watermark\@empty\else% +% \vskip-\beamer@decolines@watermarkheightbottom% +% \llap{\includegraphics[height=\beamer@decolines@watermarkheightbottom,clip=true,% +% trim=0pt 0pt 0pt \beamer@decolines@watermarkheightupperorig]{\beamer@decolines@watermark}\hskip-\paperwidth}% +% \fi% +% } + +\defbeamertemplate*{headline}{decolines theme} +{ + \leavevmode% + \hbox{% + \begin{beamercolorbox}[wd=\paperwidth,ht=\headerheight,dp=0pt]{page header}% + \end{beamercolorbox}% + } % + \vskip0pt% +} + +\defbeamertemplate*{frametitle}{decolines theme}[1][left] +{ + \ifbeamercolorempty[bg]{frametitle}{}{\nointerlineskip}% + \@tempdima=\textwidth% + \advance\@tempdima by\beamer@leftmargin% + \advance\@tempdima by\beamer@rightmargin% + \vbox{}\vskip-.5\beamer@leftmargin% + \begin{beamercolorbox}[sep=\beamer@leftmargin,#1,wd=\the\@tempdima]{} + \usebeamerfont{frametitle}\usebeamercolor[bg]{framesubtitle}% + \vbox{}\vskip0ex% + \if@tempswa\else\csname beamer@fte#1\endcsname\fi% + \strut\insertframetitle\strut\par% + {% + \ifx\insertframesubtitle\@empty% + \else% + {\usebeamerfont{framesubtitle}\usebeamercolor[bg]{framesubtitle}\insertframesubtitle\strut\par}% + \fi + }% + \vskip-1ex% + \if@tempswa\else\vskip-\beamer@leftmargin\fi + \end{beamercolorbox}% + \def\beamer@decolines@truetext{true}% + \ifx\beamer@decolines@titleline\beamer@decolines@truetext% + \vskip-.5\beamer@leftmargin% + \begin{beamercolorbox}[wd=\textwidth,ht=.1ex,dp=0ex]{linemid}% + \end{beamercolorbox}% + \fi +} + +% Frame title continuations, default +\defbeamertemplate*{frametitle continuation}{decolines theme}{(\insertcontinuationcount)} + + + +\defbeamertemplate*{sidebar right}{decolines theme} +{ + \vskip.1\beamer@leftmargin% + \llap{\insertlogo\hskip.5\beamer@leftmargin}% + \vfill% + \if\beamer@decolines@watermark\@empty\else% + \llap{\includegraphics[height=\beamer@decolines@watermarkheight]{\beamer@decolines@watermark}}% + \vskip-\beamer@decolines@watermarkheightbottom% + \fi +} + +\mode + diff --git a/Kstarmumu_Run2/PPG/beamerthemeFlip.sty b/Kstarmumu_Run2/PPG/beamerthemeFlip.sty new file mode 100755 index 0000000..a615ff5 --- /dev/null +++ b/Kstarmumu_Run2/PPG/beamerthemeFlip.sty @@ -0,0 +1,59 @@ +% Main style file for the BEAMER FLIP THEME 2012 +% Copyright 2012 by Flip Tanedo +% This file may be distributed and/or modified +% 1. under the LaTeX Project Public License and/or +% 2. under the GNU Public License. +% +% Comments: This is still a work in progress. +% A good way to present: http://www.cs.hmc.edu/~oneill/freesoftware/pdftokeynote.html + +% \usepackage{beamerthemesplit} +\mode + + +%% These are the options that are fed in through the driver file +%% Some of them get passed on to the other theme files +\DeclareOptionBeamer{bullet}{\PassOptionsToPackage{bullet=#1}{beamerinnerthemeFlip}} +\DeclareOptionBeamer{bigpagenumber}{\PassOptionsToPackage{bigpagenumber}{beamerouterthemeFlip}} +\DeclareOptionBeamer{topline}[true]{\PassOptionsToPackage{topline=#1}{beamerouterthemeFlip}} +\DeclareOptionBeamer{shadow}[false]{\PassOptionsToPackage{shadow=#1}{beamerinnerthemeFlip}} + +\DeclareOptionBeamer{watermark}{\PassOptionsToPackage{watermark=#1}{beamerouterthemeFlip}} + +\ProcessOptionsBeamer + +\useinnertheme{Flip} % Calls beamerinnerthemeFlip.sty +\useoutertheme{Flip} % Calls beamerouterthemeFlip.sty +\usecolortheme{Flip} % Calls beamercolorthemeFlip.sty + + + +%%%%%%%%%%%%%%%%%%%%%%%% +% Background Gradient % +%%%%%%%%%%%%%%%%%%%%%%%% + + +%% Usually I would leave this on +%% However, there seems to be problems with XeLaTeX +%% http://tex.stackexchange.com/questions/29497/xelatex-preventing-beamer-from-using-different-backgrounds +\setbeamertemplate{background canvas}[vertical shading][bottom=blue!.1, middle=white, top=white] + +%% HOWEVER: it seems to make it impossible to change this later on in the document + + +%% For a dark background: +% \setbeamertemplate{background canvas}[vertical shading][bottom=keynotebottom, middle=keynotemiddle, top=keynotetop] + + +%% An alternate way: \beamertemplateshadingbackground{blue!.1}{red!2} +%% In general: you want the gradient to be subtle! + + +%%%%%%%%%%%%%%%%%%%%%%% +% Navigation symbols % +%%%%%%%%%%%%%%%%%%%%%%% + +\setbeamertemplate{navigation symbols}{} % Turns off PDF navigation symbols + +\mode +\endinput \ No newline at end of file diff --git a/Kstarmumu_Run2/PPG/images/.DS_Store b/Kstarmumu_Run2/PPG/images/.DS_Store new file mode 100644 index 0000000..5008ddf --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/.DS_Store Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/1050px-Lhcbview.jpg b/Kstarmumu_Run2/PPG/images/1050px-Lhcbview.jpg new file mode 100644 index 0000000..803f9ce --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/1050px-Lhcbview.jpg Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/2D.pdf b/Kstarmumu_Run2/PPG/images/2D.pdf new file mode 100644 index 0000000..8b2fd28 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/2D.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/604.jpg b/Kstarmumu_Run2/PPG/images/604.jpg new file mode 100644 index 0000000..0f638e3 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/604.jpg Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/A3Pad.pdf b/Kstarmumu_Run2/PPG/images/A3Pad.pdf new file mode 100644 index 0000000..a70e975 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/A3Pad.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/A4Pad.pdf b/Kstarmumu_Run2/PPG/images/A4Pad.pdf new file mode 100644 index 0000000..85fd70f --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/A4Pad.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/A5Pad.pdf b/Kstarmumu_Run2/PPG/images/A5Pad.pdf new file mode 100644 index 0000000..a1b3489 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/A5Pad.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/A6Pad.pdf b/Kstarmumu_Run2/PPG/images/A6Pad.pdf new file mode 100644 index 0000000..5195c7d --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/A6Pad.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/A7Pad.pdf b/Kstarmumu_Run2/PPG/images/A7Pad.pdf new file mode 100644 index 0000000..6758505 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/A7Pad.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/A8Pad.pdf b/Kstarmumu_Run2/PPG/images/A8Pad.pdf new file mode 100644 index 0000000..b9a6c97 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/A8Pad.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/A9Pad.pdf b/Kstarmumu_Run2/PPG/images/A9Pad.pdf new file mode 100644 index 0000000..49b91ac --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/A9Pad.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/AFBPad.pdf b/Kstarmumu_Run2/PPG/images/AFBPad.pdf new file mode 100644 index 0000000..745b5b0 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/AFBPad.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/AFB_Lb.png b/Kstarmumu_Run2/PPG/images/AFB_Lb.png new file mode 100644 index 0000000..33ec0e2 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/AFB_Lb.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/B0_p.pdf b/Kstarmumu_Run2/PPG/images/B0_p.pdf new file mode 100644 index 0000000..5685a10 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/B0_p.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/BDT.png b/Kstarmumu_Run2/PPG/images/BDT.png new file mode 100644 index 0000000..c39c321 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/BDT.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/BDT_Eff_Comp.pdf b/Kstarmumu_Run2/PPG/images/BDT_Eff_Comp.pdf new file mode 100644 index 0000000..8b69f9e --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/BDT_Eff_Comp.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/BG_both.png b/Kstarmumu_Run2/PPG/images/BG_both.png new file mode 100755 index 0000000..49b62d5 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/BG_both.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/BG_lower.png b/Kstarmumu_Run2/PPG/images/BG_lower.png new file mode 100755 index 0000000..073034a --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/BG_lower.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/BG_upper.png b/Kstarmumu_Run2/PPG/images/BG_upper.png new file mode 100755 index 0000000..4cfcc07 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/BG_upper.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/BKGCAT10.pdf b/Kstarmumu_Run2/PPG/images/BKGCAT10.pdf new file mode 100644 index 0000000..2371687 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/BKGCAT10.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/BKGCAT40MCMatch.pdf b/Kstarmumu_Run2/PPG/images/BKGCAT40MCMatch.pdf new file mode 100644 index 0000000..cf0e7a8 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/BKGCAT40MCMatch.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/BKGCAT50MCMatch.pdf b/Kstarmumu_Run2/PPG/images/BKGCAT50MCMatch.pdf new file mode 100644 index 0000000..a303f08 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/BKGCAT50MCMatch.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/BKGCAT_mctruthmatched.pdf b/Kstarmumu_Run2/PPG/images/BKGCAT_mctruthmatched.pdf new file mode 100644 index 0000000..4b91793 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/BKGCAT_mctruthmatched.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/Bsmumu.png b/Kstarmumu_Run2/PPG/images/Bsmumu.png new file mode 100644 index 0000000..d66be1c --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/Bsmumu.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/C9.png b/Kstarmumu_Run2/PPG/images/C9.png new file mode 100644 index 0000000..64fd3d2 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/C9.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/C9_S_P.png b/Kstarmumu_Run2/PPG/images/C9_S_P.png new file mode 100644 index 0000000..4ac40d1 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/C9_S_P.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/CKMmatrix.png b/Kstarmumu_Run2/PPG/images/CKMmatrix.png new file mode 100644 index 0000000..bd080c8 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/CKMmatrix.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/CP.png b/Kstarmumu_Run2/PPG/images/CP.png new file mode 100644 index 0000000..d83d917 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/CP.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/CartoonCP.GIF b/Kstarmumu_Run2/PPG/images/CartoonCP.GIF new file mode 100644 index 0000000..7ce9823 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/CartoonCP.GIF Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/Chopping_Distrib.pdf b/Kstarmumu_Run2/PPG/images/Chopping_Distrib.pdf new file mode 100644 index 0000000..d381d34 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/Chopping_Distrib.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/Example1DPlot-python-1.eps b/Kstarmumu_Run2/PPG/images/Example1DPlot-python-1.eps new file mode 100644 index 0000000..4d71385 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/Example1DPlot-python-1.eps Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/Example1DPlot-python-1.pdf b/Kstarmumu_Run2/PPG/images/Example1DPlot-python-1.pdf new file mode 100644 index 0000000..d826ffd --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/Example1DPlot-python-1.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/Example1DPlot-python-1_sim.pdf b/Kstarmumu_Run2/PPG/images/Example1DPlot-python-1_sim.pdf new file mode 100644 index 0000000..63cbd27 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/Example1DPlot-python-1_sim.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_A30.pdf b/Kstarmumu_Run2/PPG/images/FC_A30.pdf new file mode 100644 index 0000000..33c3391 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_A30.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_A31.pdf b/Kstarmumu_Run2/PPG/images/FC_A31.pdf new file mode 100644 index 0000000..a0edc0f --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_A31.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_A32.pdf b/Kstarmumu_Run2/PPG/images/FC_A32.pdf new file mode 100644 index 0000000..a8bf66e --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_A32.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_A33.pdf b/Kstarmumu_Run2/PPG/images/FC_A33.pdf new file mode 100644 index 0000000..04e324b --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_A33.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_A34.pdf b/Kstarmumu_Run2/PPG/images/FC_A34.pdf new file mode 100644 index 0000000..2a1c979 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_A34.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_A35.pdf b/Kstarmumu_Run2/PPG/images/FC_A35.pdf new file mode 100644 index 0000000..249aeda --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_A35.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_A36.pdf b/Kstarmumu_Run2/PPG/images/FC_A36.pdf new file mode 100644 index 0000000..1d2ee4c --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_A36.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_A37.pdf b/Kstarmumu_Run2/PPG/images/FC_A37.pdf new file mode 100644 index 0000000..2c8349d --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_A37.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_A38.pdf b/Kstarmumu_Run2/PPG/images/FC_A38.pdf new file mode 100644 index 0000000..2476e50 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_A38.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_A39.pdf b/Kstarmumu_Run2/PPG/images/FC_A39.pdf new file mode 100644 index 0000000..8e74d24 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_A39.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_A40.pdf b/Kstarmumu_Run2/PPG/images/FC_A40.pdf new file mode 100644 index 0000000..e0a2d50 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_A40.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_A41.pdf b/Kstarmumu_Run2/PPG/images/FC_A41.pdf new file mode 100644 index 0000000..c3edf56 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_A41.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_A42.pdf b/Kstarmumu_Run2/PPG/images/FC_A42.pdf new file mode 100644 index 0000000..5c175a9 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_A42.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_A43.pdf b/Kstarmumu_Run2/PPG/images/FC_A43.pdf new file mode 100644 index 0000000..c37fecc --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_A43.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_A44.pdf b/Kstarmumu_Run2/PPG/images/FC_A44.pdf new file mode 100644 index 0000000..acd0bcf --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_A44.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_A45.pdf b/Kstarmumu_Run2/PPG/images/FC_A45.pdf new file mode 100644 index 0000000..272959f --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_A45.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_A46.pdf b/Kstarmumu_Run2/PPG/images/FC_A46.pdf new file mode 100644 index 0000000..73c85c2 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_A46.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_A47.pdf b/Kstarmumu_Run2/PPG/images/FC_A47.pdf new file mode 100644 index 0000000..96064a9 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_A47.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_A48.pdf b/Kstarmumu_Run2/PPG/images/FC_A48.pdf new file mode 100644 index 0000000..08e2763 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_A48.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_A49.pdf b/Kstarmumu_Run2/PPG/images/FC_A49.pdf new file mode 100644 index 0000000..404d139 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_A49.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_A50.pdf b/Kstarmumu_Run2/PPG/images/FC_A50.pdf new file mode 100644 index 0000000..1146e43 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_A50.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_A51.pdf b/Kstarmumu_Run2/PPG/images/FC_A51.pdf new file mode 100644 index 0000000..40dd2f0 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_A51.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_A52.pdf b/Kstarmumu_Run2/PPG/images/FC_A52.pdf new file mode 100644 index 0000000..b4c7c4a --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_A52.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_A53.pdf b/Kstarmumu_Run2/PPG/images/FC_A53.pdf new file mode 100644 index 0000000..9219e9d --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_A53.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_A54.pdf b/Kstarmumu_Run2/PPG/images/FC_A54.pdf new file mode 100644 index 0000000..aaa1bc5 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_A54.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_A55.pdf b/Kstarmumu_Run2/PPG/images/FC_A55.pdf new file mode 100644 index 0000000..a452cd5 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_A55.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_A56.pdf b/Kstarmumu_Run2/PPG/images/FC_A56.pdf new file mode 100644 index 0000000..6dd3a6b --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_A56.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_A57.pdf b/Kstarmumu_Run2/PPG/images/FC_A57.pdf new file mode 100644 index 0000000..85bd286 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_A57.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_A58.pdf b/Kstarmumu_Run2/PPG/images/FC_A58.pdf new file mode 100644 index 0000000..45f9803 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_A58.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_A59.pdf b/Kstarmumu_Run2/PPG/images/FC_A59.pdf new file mode 100644 index 0000000..1a3195b --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_A59.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_A6s0.pdf b/Kstarmumu_Run2/PPG/images/FC_A6s0.pdf new file mode 100644 index 0000000..29acf77 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_A6s0.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_A6s1.pdf b/Kstarmumu_Run2/PPG/images/FC_A6s1.pdf new file mode 100644 index 0000000..56fa0a5 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_A6s1.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_A6s2.pdf b/Kstarmumu_Run2/PPG/images/FC_A6s2.pdf new file mode 100644 index 0000000..3a901a4 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_A6s2.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_A6s3.pdf b/Kstarmumu_Run2/PPG/images/FC_A6s3.pdf new file mode 100644 index 0000000..f66e50f --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_A6s3.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_A6s4.pdf b/Kstarmumu_Run2/PPG/images/FC_A6s4.pdf new file mode 100644 index 0000000..1d2bbe2 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_A6s4.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_A6s5.pdf b/Kstarmumu_Run2/PPG/images/FC_A6s5.pdf new file mode 100644 index 0000000..ba05d0e --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_A6s5.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_A6s6.pdf b/Kstarmumu_Run2/PPG/images/FC_A6s6.pdf new file mode 100644 index 0000000..321cb58 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_A6s6.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_A6s7.pdf b/Kstarmumu_Run2/PPG/images/FC_A6s7.pdf new file mode 100644 index 0000000..20da5ed --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_A6s7.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_A6s8.pdf b/Kstarmumu_Run2/PPG/images/FC_A6s8.pdf new file mode 100644 index 0000000..e5538f7 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_A6s8.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_A6s9.pdf b/Kstarmumu_Run2/PPG/images/FC_A6s9.pdf new file mode 100644 index 0000000..06aeff0 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_A6s9.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_A70.pdf b/Kstarmumu_Run2/PPG/images/FC_A70.pdf new file mode 100644 index 0000000..7c8997d --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_A70.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_A71.pdf b/Kstarmumu_Run2/PPG/images/FC_A71.pdf new file mode 100644 index 0000000..fd77dec --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_A71.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_A72.pdf b/Kstarmumu_Run2/PPG/images/FC_A72.pdf new file mode 100644 index 0000000..10ab19e --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_A72.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_A73.pdf b/Kstarmumu_Run2/PPG/images/FC_A73.pdf new file mode 100644 index 0000000..33585e3 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_A73.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_A74.pdf b/Kstarmumu_Run2/PPG/images/FC_A74.pdf new file mode 100644 index 0000000..0922fd1 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_A74.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_A75.pdf b/Kstarmumu_Run2/PPG/images/FC_A75.pdf new file mode 100644 index 0000000..1885938 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_A75.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_A76.pdf b/Kstarmumu_Run2/PPG/images/FC_A76.pdf new file mode 100644 index 0000000..8d65654 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_A76.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_A77.pdf b/Kstarmumu_Run2/PPG/images/FC_A77.pdf new file mode 100644 index 0000000..a3d8caf --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_A77.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_A78.pdf b/Kstarmumu_Run2/PPG/images/FC_A78.pdf new file mode 100644 index 0000000..661f181 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_A78.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_A79.pdf b/Kstarmumu_Run2/PPG/images/FC_A79.pdf new file mode 100644 index 0000000..d424d5e --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_A79.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_A80.pdf b/Kstarmumu_Run2/PPG/images/FC_A80.pdf new file mode 100644 index 0000000..7557551 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_A80.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_A81.pdf b/Kstarmumu_Run2/PPG/images/FC_A81.pdf new file mode 100644 index 0000000..2618544 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_A81.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_A82.pdf b/Kstarmumu_Run2/PPG/images/FC_A82.pdf new file mode 100644 index 0000000..230789e --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_A82.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_A83.pdf b/Kstarmumu_Run2/PPG/images/FC_A83.pdf new file mode 100644 index 0000000..fbb9860 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_A83.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_A84.pdf b/Kstarmumu_Run2/PPG/images/FC_A84.pdf new file mode 100644 index 0000000..2c96535 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_A84.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_A85.pdf b/Kstarmumu_Run2/PPG/images/FC_A85.pdf new file mode 100644 index 0000000..a00ce1a --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_A85.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_A86.pdf b/Kstarmumu_Run2/PPG/images/FC_A86.pdf new file mode 100644 index 0000000..c9e1b16 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_A86.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_A87.pdf b/Kstarmumu_Run2/PPG/images/FC_A87.pdf new file mode 100644 index 0000000..af92798 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_A87.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_A88.pdf b/Kstarmumu_Run2/PPG/images/FC_A88.pdf new file mode 100644 index 0000000..3098091 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_A88.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_A89.pdf b/Kstarmumu_Run2/PPG/images/FC_A89.pdf new file mode 100644 index 0000000..d5cffbf --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_A89.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_A90.pdf b/Kstarmumu_Run2/PPG/images/FC_A90.pdf new file mode 100644 index 0000000..4987ea8 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_A90.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_A91.pdf b/Kstarmumu_Run2/PPG/images/FC_A91.pdf new file mode 100644 index 0000000..102fa15 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_A91.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_A92.pdf b/Kstarmumu_Run2/PPG/images/FC_A92.pdf new file mode 100644 index 0000000..4dfedec --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_A92.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_A93.pdf b/Kstarmumu_Run2/PPG/images/FC_A93.pdf new file mode 100644 index 0000000..9fe5a8b --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_A93.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_A94.pdf b/Kstarmumu_Run2/PPG/images/FC_A94.pdf new file mode 100644 index 0000000..1f85f86 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_A94.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_A95.pdf b/Kstarmumu_Run2/PPG/images/FC_A95.pdf new file mode 100644 index 0000000..0434401 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_A95.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_A96.pdf b/Kstarmumu_Run2/PPG/images/FC_A96.pdf new file mode 100644 index 0000000..f3be888 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_A96.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_A97.pdf b/Kstarmumu_Run2/PPG/images/FC_A97.pdf new file mode 100644 index 0000000..af5acad --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_A97.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_A98.pdf b/Kstarmumu_Run2/PPG/images/FC_A98.pdf new file mode 100644 index 0000000..886ce09 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_A98.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_A99.pdf b/Kstarmumu_Run2/PPG/images/FC_A99.pdf new file mode 100644 index 0000000..eb20ab3 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_A99.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_Afb0.pdf b/Kstarmumu_Run2/PPG/images/FC_Afb0.pdf new file mode 100644 index 0000000..3b87a93 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_Afb0.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_Afb1.pdf b/Kstarmumu_Run2/PPG/images/FC_Afb1.pdf new file mode 100644 index 0000000..b1b4200 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_Afb1.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_Afb2.pdf b/Kstarmumu_Run2/PPG/images/FC_Afb2.pdf new file mode 100644 index 0000000..3c9374f --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_Afb2.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_Afb3.pdf b/Kstarmumu_Run2/PPG/images/FC_Afb3.pdf new file mode 100644 index 0000000..bb7f3ae --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_Afb3.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_Afb4.pdf b/Kstarmumu_Run2/PPG/images/FC_Afb4.pdf new file mode 100644 index 0000000..eb318d9 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_Afb4.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_Afb5.pdf b/Kstarmumu_Run2/PPG/images/FC_Afb5.pdf new file mode 100644 index 0000000..cedd295 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_Afb5.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_Afb6.pdf b/Kstarmumu_Run2/PPG/images/FC_Afb6.pdf new file mode 100644 index 0000000..e7e1552 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_Afb6.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_Afb7.pdf b/Kstarmumu_Run2/PPG/images/FC_Afb7.pdf new file mode 100644 index 0000000..d16d2c6 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_Afb7.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_Afb8.pdf b/Kstarmumu_Run2/PPG/images/FC_Afb8.pdf new file mode 100644 index 0000000..12f413f --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_Afb8.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_Afb9.pdf b/Kstarmumu_Run2/PPG/images/FC_Afb9.pdf new file mode 100644 index 0000000..c3e5b25 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_Afb9.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_Fl0.pdf b/Kstarmumu_Run2/PPG/images/FC_Fl0.pdf new file mode 100644 index 0000000..673a86a --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_Fl0.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_Fl1.pdf b/Kstarmumu_Run2/PPG/images/FC_Fl1.pdf new file mode 100644 index 0000000..1cc8c23 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_Fl1.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_Fl2.pdf b/Kstarmumu_Run2/PPG/images/FC_Fl2.pdf new file mode 100644 index 0000000..5b637f5 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_Fl2.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_Fl3.pdf b/Kstarmumu_Run2/PPG/images/FC_Fl3.pdf new file mode 100644 index 0000000..86a0bde --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_Fl3.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_Fl4.pdf b/Kstarmumu_Run2/PPG/images/FC_Fl4.pdf new file mode 100644 index 0000000..5185fd6 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_Fl4.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_Fl5.pdf b/Kstarmumu_Run2/PPG/images/FC_Fl5.pdf new file mode 100644 index 0000000..32fa5c7 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_Fl5.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_Fl6.pdf b/Kstarmumu_Run2/PPG/images/FC_Fl6.pdf new file mode 100644 index 0000000..731283a --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_Fl6.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_Fl7.pdf b/Kstarmumu_Run2/PPG/images/FC_Fl7.pdf new file mode 100644 index 0000000..9560a4d --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_Fl7.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_Fl8.pdf b/Kstarmumu_Run2/PPG/images/FC_Fl8.pdf new file mode 100644 index 0000000..47f0c9b --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_Fl8.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_Fl9.pdf b/Kstarmumu_Run2/PPG/images/FC_Fl9.pdf new file mode 100644 index 0000000..ea00352 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_Fl9.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_P10.pdf b/Kstarmumu_Run2/PPG/images/FC_P10.pdf new file mode 100644 index 0000000..6b64204 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_P10.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_P11.pdf b/Kstarmumu_Run2/PPG/images/FC_P11.pdf new file mode 100644 index 0000000..f2134bd --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_P11.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_P12.pdf b/Kstarmumu_Run2/PPG/images/FC_P12.pdf new file mode 100644 index 0000000..a46b32c --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_P12.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_P13.pdf b/Kstarmumu_Run2/PPG/images/FC_P13.pdf new file mode 100644 index 0000000..2d2386e --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_P13.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_P14.pdf b/Kstarmumu_Run2/PPG/images/FC_P14.pdf new file mode 100644 index 0000000..2dba9c6 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_P14.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_P15.pdf b/Kstarmumu_Run2/PPG/images/FC_P15.pdf new file mode 100644 index 0000000..0325d9f --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_P15.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_P16.pdf b/Kstarmumu_Run2/PPG/images/FC_P16.pdf new file mode 100644 index 0000000..ef2cd10 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_P16.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_P17.pdf b/Kstarmumu_Run2/PPG/images/FC_P17.pdf new file mode 100644 index 0000000..9ee46b1 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_P17.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_P18.pdf b/Kstarmumu_Run2/PPG/images/FC_P18.pdf new file mode 100644 index 0000000..bf9c48a --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_P18.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_P19.pdf b/Kstarmumu_Run2/PPG/images/FC_P19.pdf new file mode 100644 index 0000000..4615e5a --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_P19.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_P20.pdf b/Kstarmumu_Run2/PPG/images/FC_P20.pdf new file mode 100644 index 0000000..a87d7fe --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_P20.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_P21.pdf b/Kstarmumu_Run2/PPG/images/FC_P21.pdf new file mode 100644 index 0000000..a6df0f1 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_P21.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_P22.pdf b/Kstarmumu_Run2/PPG/images/FC_P22.pdf new file mode 100644 index 0000000..5a39d3a --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_P22.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_P23.pdf b/Kstarmumu_Run2/PPG/images/FC_P23.pdf new file mode 100644 index 0000000..302f7ac --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_P23.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_P24.pdf b/Kstarmumu_Run2/PPG/images/FC_P24.pdf new file mode 100644 index 0000000..58d2fb2 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_P24.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_P25.pdf b/Kstarmumu_Run2/PPG/images/FC_P25.pdf new file mode 100644 index 0000000..bade8a1 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_P25.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_P26.pdf b/Kstarmumu_Run2/PPG/images/FC_P26.pdf new file mode 100644 index 0000000..f8bc711 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_P26.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_P27.pdf b/Kstarmumu_Run2/PPG/images/FC_P27.pdf new file mode 100644 index 0000000..1bdfd6d --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_P27.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_P28.pdf b/Kstarmumu_Run2/PPG/images/FC_P28.pdf new file mode 100644 index 0000000..4686644 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_P28.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_P29.pdf b/Kstarmumu_Run2/PPG/images/FC_P29.pdf new file mode 100644 index 0000000..5662e22 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_P29.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_P30.pdf b/Kstarmumu_Run2/PPG/images/FC_P30.pdf new file mode 100644 index 0000000..162eef4 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_P30.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_P31.pdf b/Kstarmumu_Run2/PPG/images/FC_P31.pdf new file mode 100644 index 0000000..cdab92a --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_P31.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_P32.pdf b/Kstarmumu_Run2/PPG/images/FC_P32.pdf new file mode 100644 index 0000000..0af7bf5 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_P32.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_P33.pdf b/Kstarmumu_Run2/PPG/images/FC_P33.pdf new file mode 100644 index 0000000..311ab38 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_P33.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_P34.pdf b/Kstarmumu_Run2/PPG/images/FC_P34.pdf new file mode 100644 index 0000000..5cdc87e --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_P34.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_P35.pdf b/Kstarmumu_Run2/PPG/images/FC_P35.pdf new file mode 100644 index 0000000..58afb14 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_P35.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_P36.pdf b/Kstarmumu_Run2/PPG/images/FC_P36.pdf new file mode 100644 index 0000000..0043d1f --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_P36.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_P37.pdf b/Kstarmumu_Run2/PPG/images/FC_P37.pdf new file mode 100644 index 0000000..c9495eb --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_P37.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_P38.pdf b/Kstarmumu_Run2/PPG/images/FC_P38.pdf new file mode 100644 index 0000000..98b9a81 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_P38.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_P39.pdf b/Kstarmumu_Run2/PPG/images/FC_P39.pdf new file mode 100644 index 0000000..60aa4b6 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_P39.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_P40.pdf b/Kstarmumu_Run2/PPG/images/FC_P40.pdf new file mode 100644 index 0000000..1e2c104 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_P40.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_P41.pdf b/Kstarmumu_Run2/PPG/images/FC_P41.pdf new file mode 100644 index 0000000..c07adc3 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_P41.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_P42.pdf b/Kstarmumu_Run2/PPG/images/FC_P42.pdf new file mode 100644 index 0000000..3714680 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_P42.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_P43.pdf b/Kstarmumu_Run2/PPG/images/FC_P43.pdf new file mode 100644 index 0000000..5be39e6 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_P43.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_P44.pdf b/Kstarmumu_Run2/PPG/images/FC_P44.pdf new file mode 100644 index 0000000..2274979 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_P44.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_P45.pdf b/Kstarmumu_Run2/PPG/images/FC_P45.pdf new file mode 100644 index 0000000..6fb2338 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_P45.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_P46.pdf b/Kstarmumu_Run2/PPG/images/FC_P46.pdf new file mode 100644 index 0000000..c491847 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_P46.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_P47.pdf b/Kstarmumu_Run2/PPG/images/FC_P47.pdf new file mode 100644 index 0000000..0ad02d7 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_P47.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_P48.pdf b/Kstarmumu_Run2/PPG/images/FC_P48.pdf new file mode 100644 index 0000000..9e18788 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_P48.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_P49.pdf b/Kstarmumu_Run2/PPG/images/FC_P49.pdf new file mode 100644 index 0000000..b123c66 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_P49.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_P50.pdf b/Kstarmumu_Run2/PPG/images/FC_P50.pdf new file mode 100644 index 0000000..2975c66 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_P50.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_P51.pdf b/Kstarmumu_Run2/PPG/images/FC_P51.pdf new file mode 100644 index 0000000..31321f6 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_P51.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_P52.pdf b/Kstarmumu_Run2/PPG/images/FC_P52.pdf new file mode 100644 index 0000000..78cd41c --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_P52.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_P53.pdf b/Kstarmumu_Run2/PPG/images/FC_P53.pdf new file mode 100644 index 0000000..c4d71a1 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_P53.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_P54.pdf b/Kstarmumu_Run2/PPG/images/FC_P54.pdf new file mode 100644 index 0000000..06864f7 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_P54.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_P55.pdf b/Kstarmumu_Run2/PPG/images/FC_P55.pdf new file mode 100644 index 0000000..e4260a1 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_P55.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_P56.pdf b/Kstarmumu_Run2/PPG/images/FC_P56.pdf new file mode 100644 index 0000000..48d3241 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_P56.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_P57.pdf b/Kstarmumu_Run2/PPG/images/FC_P57.pdf new file mode 100644 index 0000000..ee756ab --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_P57.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_P58.pdf b/Kstarmumu_Run2/PPG/images/FC_P58.pdf new file mode 100644 index 0000000..97efeeb --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_P58.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_P59.pdf b/Kstarmumu_Run2/PPG/images/FC_P59.pdf new file mode 100644 index 0000000..5f8e09d --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_P59.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_P60.pdf b/Kstarmumu_Run2/PPG/images/FC_P60.pdf new file mode 100644 index 0000000..2e3eea0 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_P60.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_P61.pdf b/Kstarmumu_Run2/PPG/images/FC_P61.pdf new file mode 100644 index 0000000..d59a774 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_P61.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_P62.pdf b/Kstarmumu_Run2/PPG/images/FC_P62.pdf new file mode 100644 index 0000000..859d2c8 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_P62.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_P63.pdf b/Kstarmumu_Run2/PPG/images/FC_P63.pdf new file mode 100644 index 0000000..4453028 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_P63.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_P64.pdf b/Kstarmumu_Run2/PPG/images/FC_P64.pdf new file mode 100644 index 0000000..e818d34 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_P64.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_P65.pdf b/Kstarmumu_Run2/PPG/images/FC_P65.pdf new file mode 100644 index 0000000..819bc81 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_P65.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_P66.pdf b/Kstarmumu_Run2/PPG/images/FC_P66.pdf new file mode 100644 index 0000000..673cb93 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_P66.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_P67.pdf b/Kstarmumu_Run2/PPG/images/FC_P67.pdf new file mode 100644 index 0000000..c472bc8 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_P67.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_P68.pdf b/Kstarmumu_Run2/PPG/images/FC_P68.pdf new file mode 100644 index 0000000..3b17255 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_P68.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_P69.pdf b/Kstarmumu_Run2/PPG/images/FC_P69.pdf new file mode 100644 index 0000000..5b4fc08 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_P69.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_P80.pdf b/Kstarmumu_Run2/PPG/images/FC_P80.pdf new file mode 100644 index 0000000..75f5d13 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_P80.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_P81.pdf b/Kstarmumu_Run2/PPG/images/FC_P81.pdf new file mode 100644 index 0000000..8cb9c8d --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_P81.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_P82.pdf b/Kstarmumu_Run2/PPG/images/FC_P82.pdf new file mode 100644 index 0000000..8ac4cda --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_P82.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_P83.pdf b/Kstarmumu_Run2/PPG/images/FC_P83.pdf new file mode 100644 index 0000000..c338391 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_P83.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_P84.pdf b/Kstarmumu_Run2/PPG/images/FC_P84.pdf new file mode 100644 index 0000000..7a810f6 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_P84.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_P85.pdf b/Kstarmumu_Run2/PPG/images/FC_P85.pdf new file mode 100644 index 0000000..0365a6a --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_P85.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_P86.pdf b/Kstarmumu_Run2/PPG/images/FC_P86.pdf new file mode 100644 index 0000000..27cb21c --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_P86.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_P87.pdf b/Kstarmumu_Run2/PPG/images/FC_P87.pdf new file mode 100644 index 0000000..288423b --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_P87.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_P88.pdf b/Kstarmumu_Run2/PPG/images/FC_P88.pdf new file mode 100644 index 0000000..e0b70e0 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_P88.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_P89.pdf b/Kstarmumu_Run2/PPG/images/FC_P89.pdf new file mode 100644 index 0000000..cb55499 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_P89.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_S30.pdf b/Kstarmumu_Run2/PPG/images/FC_S30.pdf new file mode 100644 index 0000000..d498407 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_S30.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_S31.pdf b/Kstarmumu_Run2/PPG/images/FC_S31.pdf new file mode 100644 index 0000000..81d5d35 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_S31.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_S32.pdf b/Kstarmumu_Run2/PPG/images/FC_S32.pdf new file mode 100644 index 0000000..a308e8e --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_S32.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_S33.pdf b/Kstarmumu_Run2/PPG/images/FC_S33.pdf new file mode 100644 index 0000000..d0bcde9 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_S33.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_S34.pdf b/Kstarmumu_Run2/PPG/images/FC_S34.pdf new file mode 100644 index 0000000..e83f0ed --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_S34.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_S35.pdf b/Kstarmumu_Run2/PPG/images/FC_S35.pdf new file mode 100644 index 0000000..2762349 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_S35.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_S36.pdf b/Kstarmumu_Run2/PPG/images/FC_S36.pdf new file mode 100644 index 0000000..e6d4e55 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_S36.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_S37.pdf b/Kstarmumu_Run2/PPG/images/FC_S37.pdf new file mode 100644 index 0000000..46e3107 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_S37.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_S38.pdf b/Kstarmumu_Run2/PPG/images/FC_S38.pdf new file mode 100644 index 0000000..2950a8c --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_S38.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_S39.pdf b/Kstarmumu_Run2/PPG/images/FC_S39.pdf new file mode 100644 index 0000000..51a9853 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_S39.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_S40.pdf b/Kstarmumu_Run2/PPG/images/FC_S40.pdf new file mode 100644 index 0000000..d955f30 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_S40.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_S41.pdf b/Kstarmumu_Run2/PPG/images/FC_S41.pdf new file mode 100644 index 0000000..b9100ea --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_S41.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_S42.pdf b/Kstarmumu_Run2/PPG/images/FC_S42.pdf new file mode 100644 index 0000000..46b37cf --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_S42.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_S43.pdf b/Kstarmumu_Run2/PPG/images/FC_S43.pdf new file mode 100644 index 0000000..24f5624 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_S43.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_S44.pdf b/Kstarmumu_Run2/PPG/images/FC_S44.pdf new file mode 100644 index 0000000..7bb59df --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_S44.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_S45.pdf b/Kstarmumu_Run2/PPG/images/FC_S45.pdf new file mode 100644 index 0000000..24a732e --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_S45.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_S46.pdf b/Kstarmumu_Run2/PPG/images/FC_S46.pdf new file mode 100644 index 0000000..c0524ba --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_S46.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_S47.pdf b/Kstarmumu_Run2/PPG/images/FC_S47.pdf new file mode 100644 index 0000000..aa77ad4 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_S47.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_S48.pdf b/Kstarmumu_Run2/PPG/images/FC_S48.pdf new file mode 100644 index 0000000..7a1709b --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_S48.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_S49.pdf b/Kstarmumu_Run2/PPG/images/FC_S49.pdf new file mode 100644 index 0000000..cc13c32 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_S49.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_S50.pdf b/Kstarmumu_Run2/PPG/images/FC_S50.pdf new file mode 100644 index 0000000..acb8e10 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_S50.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_S51.pdf b/Kstarmumu_Run2/PPG/images/FC_S51.pdf new file mode 100644 index 0000000..e71840c --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_S51.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_S52.pdf b/Kstarmumu_Run2/PPG/images/FC_S52.pdf new file mode 100644 index 0000000..eb53203 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_S52.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_S53.pdf b/Kstarmumu_Run2/PPG/images/FC_S53.pdf new file mode 100644 index 0000000..852159f --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_S53.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_S54.pdf b/Kstarmumu_Run2/PPG/images/FC_S54.pdf new file mode 100644 index 0000000..369b408 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_S54.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_S55.pdf b/Kstarmumu_Run2/PPG/images/FC_S55.pdf new file mode 100644 index 0000000..338d4aa --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_S55.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_S56.pdf b/Kstarmumu_Run2/PPG/images/FC_S56.pdf new file mode 100644 index 0000000..4635ca4 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_S56.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_S57.pdf b/Kstarmumu_Run2/PPG/images/FC_S57.pdf new file mode 100644 index 0000000..a29ebfb --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_S57.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_S58.pdf b/Kstarmumu_Run2/PPG/images/FC_S58.pdf new file mode 100644 index 0000000..58a81ef --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_S58.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_S59.pdf b/Kstarmumu_Run2/PPG/images/FC_S59.pdf new file mode 100644 index 0000000..1ed97d3 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_S59.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_S70.pdf b/Kstarmumu_Run2/PPG/images/FC_S70.pdf new file mode 100644 index 0000000..03e7e00 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_S70.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_S71.pdf b/Kstarmumu_Run2/PPG/images/FC_S71.pdf new file mode 100644 index 0000000..37271a9 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_S71.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_S72.pdf b/Kstarmumu_Run2/PPG/images/FC_S72.pdf new file mode 100644 index 0000000..c305b60 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_S72.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_S73.pdf b/Kstarmumu_Run2/PPG/images/FC_S73.pdf new file mode 100644 index 0000000..dcbc1e6 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_S73.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_S74.pdf b/Kstarmumu_Run2/PPG/images/FC_S74.pdf new file mode 100644 index 0000000..1dac9e0 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_S74.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_S75.pdf b/Kstarmumu_Run2/PPG/images/FC_S75.pdf new file mode 100644 index 0000000..3fb1311 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_S75.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_S76.pdf b/Kstarmumu_Run2/PPG/images/FC_S76.pdf new file mode 100644 index 0000000..915bed8 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_S76.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_S77.pdf b/Kstarmumu_Run2/PPG/images/FC_S77.pdf new file mode 100644 index 0000000..5f1f0a4 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_S77.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_S78.pdf b/Kstarmumu_Run2/PPG/images/FC_S78.pdf new file mode 100644 index 0000000..570af00 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_S78.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_S79.pdf b/Kstarmumu_Run2/PPG/images/FC_S79.pdf new file mode 100644 index 0000000..a693c9e --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_S79.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_S80.pdf b/Kstarmumu_Run2/PPG/images/FC_S80.pdf new file mode 100644 index 0000000..64ae90d --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_S80.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_S81.pdf b/Kstarmumu_Run2/PPG/images/FC_S81.pdf new file mode 100644 index 0000000..62ada35 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_S81.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_S82.pdf b/Kstarmumu_Run2/PPG/images/FC_S82.pdf new file mode 100644 index 0000000..8f7bf30 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_S82.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_S83.pdf b/Kstarmumu_Run2/PPG/images/FC_S83.pdf new file mode 100644 index 0000000..f8ac0ef --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_S83.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_S84.pdf b/Kstarmumu_Run2/PPG/images/FC_S84.pdf new file mode 100644 index 0000000..bc25e1f --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_S84.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_S85.pdf b/Kstarmumu_Run2/PPG/images/FC_S85.pdf new file mode 100644 index 0000000..3342b46 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_S85.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_S86.pdf b/Kstarmumu_Run2/PPG/images/FC_S86.pdf new file mode 100644 index 0000000..6f5451e --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_S86.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_S87.pdf b/Kstarmumu_Run2/PPG/images/FC_S87.pdf new file mode 100644 index 0000000..e85ab12 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_S87.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_S88.pdf b/Kstarmumu_Run2/PPG/images/FC_S88.pdf new file mode 100644 index 0000000..646df92 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_S88.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_S89.pdf b/Kstarmumu_Run2/PPG/images/FC_S89.pdf new file mode 100644 index 0000000..bb3f786 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_S89.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_S90.pdf b/Kstarmumu_Run2/PPG/images/FC_S90.pdf new file mode 100644 index 0000000..3da67f4 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_S90.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_S91.pdf b/Kstarmumu_Run2/PPG/images/FC_S91.pdf new file mode 100644 index 0000000..18cb8ff --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_S91.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_S92.pdf b/Kstarmumu_Run2/PPG/images/FC_S92.pdf new file mode 100644 index 0000000..756db01 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_S92.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_S93.pdf b/Kstarmumu_Run2/PPG/images/FC_S93.pdf new file mode 100644 index 0000000..d74e861 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_S93.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_S94.pdf b/Kstarmumu_Run2/PPG/images/FC_S94.pdf new file mode 100644 index 0000000..1a41b32 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_S94.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_S95.pdf b/Kstarmumu_Run2/PPG/images/FC_S95.pdf new file mode 100644 index 0000000..9c3bcac --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_S95.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_S96.pdf b/Kstarmumu_Run2/PPG/images/FC_S96.pdf new file mode 100644 index 0000000..50d563c --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_S96.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_S97.pdf b/Kstarmumu_Run2/PPG/images/FC_S97.pdf new file mode 100644 index 0000000..64e8624 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_S97.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_S98.pdf b/Kstarmumu_Run2/PPG/images/FC_S98.pdf new file mode 100644 index 0000000..fe8a979 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_S98.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_S99.pdf b/Kstarmumu_Run2/PPG/images/FC_S99.pdf new file mode 100644 index 0000000..e4b33a8 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_S99.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FC_scans.tgz b/Kstarmumu_Run2/PPG/images/FC_scans.tgz new file mode 100644 index 0000000..16c328d --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FC_scans.tgz Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FLPad.pdf b/Kstarmumu_Run2/PPG/images/FLPad.pdf new file mode 100644 index 0000000..c7b6105 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FLPad.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/Fig1.pdf b/Kstarmumu_Run2/PPG/images/Fig1.pdf new file mode 100644 index 0000000..8b2fd28 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/Fig1.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/Fig17.pdf b/Kstarmumu_Run2/PPG/images/Fig17.pdf new file mode 100644 index 0000000..d146dd1 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/Fig17.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/Fig2a.pdf b/Kstarmumu_Run2/PPG/images/Fig2a.pdf new file mode 100644 index 0000000..24c13ca --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/Fig2a.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/Fig2b.pdf b/Kstarmumu_Run2/PPG/images/Fig2b.pdf new file mode 100644 index 0000000..8dac057 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/Fig2b.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/Fig2c.pdf b/Kstarmumu_Run2/PPG/images/Fig2c.pdf new file mode 100644 index 0000000..f0a5cd5 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/Fig2c.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/Fig2d.pdf b/Kstarmumu_Run2/PPG/images/Fig2d.pdf new file mode 100644 index 0000000..d8bc86f --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/Fig2d.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/Fig3a.pdf b/Kstarmumu_Run2/PPG/images/Fig3a.pdf new file mode 100644 index 0000000..0d94a6c --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/Fig3a.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/Fig3b.pdf b/Kstarmumu_Run2/PPG/images/Fig3b.pdf new file mode 100644 index 0000000..88c362c --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/Fig3b.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/Fig3c.pdf b/Kstarmumu_Run2/PPG/images/Fig3c.pdf new file mode 100644 index 0000000..2ece0d2 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/Fig3c.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/Fig3d.pdf b/Kstarmumu_Run2/PPG/images/Fig3d.pdf new file mode 100644 index 0000000..79de3af --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/Fig3d.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/Fig3e.pdf b/Kstarmumu_Run2/PPG/images/Fig3e.pdf new file mode 100644 index 0000000..25823d7 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/Fig3e.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FitJpsiKstar_1.pdf b/Kstarmumu_Run2/PPG/images/FitJpsiKstar_1.pdf new file mode 100644 index 0000000..cc5658a --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FitJpsiKstar_1.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/FitJpsiKstar_withBDT_withoutPartially.pdf b/Kstarmumu_Run2/PPG/images/FitJpsiKstar_withBDT_withoutPartially.pdf new file mode 100644 index 0000000..8e08027 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/FitJpsiKstar_withBDT_withoutPartially.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/ForTom_Q2_FLATQ2.pdf b/Kstarmumu_Run2/PPG/images/ForTom_Q2_FLATQ2.pdf new file mode 100644 index 0000000..0fd7a80 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/ForTom_Q2_FLATQ2.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/ForTom_Q2_FLATQ2_Kmumu.pdf b/Kstarmumu_Run2/PPG/images/ForTom_Q2_FLATQ2_Kmumu.pdf new file mode 100644 index 0000000..4c61fc8 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/ForTom_Q2_FLATQ2_Kmumu.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/ForTom_Q2_FLATQ2_Kmumu_lambda.pdf b/Kstarmumu_Run2/PPG/images/ForTom_Q2_FLATQ2_Kmumu_lambda.pdf new file mode 100644 index 0000000..f7ba824 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/ForTom_Q2_FLATQ2_Kmumu_lambda.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/GIM.png b/Kstarmumu_Run2/PPG/images/GIM.png new file mode 100644 index 0000000..fdf63cc --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/GIM.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/GIM2.png b/Kstarmumu_Run2/PPG/images/GIM2.png new file mode 100644 index 0000000..986818d --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/GIM2.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/GIM3.png b/Kstarmumu_Run2/PPG/images/GIM3.png new file mode 100644 index 0000000..9b1e98d --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/GIM3.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/Higs_Ellis_SM.png b/Kstarmumu_Run2/PPG/images/Higs_Ellis_SM.png new file mode 100644 index 0000000..7722291 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/Higs_Ellis_SM.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/Joke.jpg b/Kstarmumu_Run2/PPG/images/Joke.jpg new file mode 100644 index 0000000..5f007b0 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/Joke.jpg Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/Kstee.png b/Kstarmumu_Run2/PPG/images/Kstee.png new file mode 100644 index 0000000..0bc9a1a --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/Kstee.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/Kstee2.png b/Kstarmumu_Run2/PPG/images/Kstee2.png new file mode 100644 index 0000000..247c9e4 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/Kstee2.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/Lb_BR.png b/Kstarmumu_Run2/PPG/images/Lb_BR.png new file mode 100644 index 0000000..7793af3 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/Lb_BR.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/Lbhigh.png b/Kstarmumu_Run2/PPG/images/Lbhigh.png new file mode 100644 index 0000000..04c8f0c --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/Lbhigh.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/Lblow.png b/Kstarmumu_Run2/PPG/images/Lblow.png new file mode 100644 index 0000000..3510696 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/Lblow.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/NP.png b/Kstarmumu_Run2/PPG/images/NP.png new file mode 100644 index 0000000..988f545 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/NP.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/NP_couplings.png b/Kstarmumu_Run2/PPG/images/NP_couplings.png new file mode 100644 index 0000000..95bea1e --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/NP_couplings.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/P5pPad.pdf b/Kstarmumu_Run2/PPG/images/P5pPad.pdf new file mode 100644 index 0000000..71f476f --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/P5pPad.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/P5pPadOverlay.pdf b/Kstarmumu_Run2/PPG/images/P5pPadOverlay.pdf new file mode 100644 index 0000000..10cd614 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/P5pPadOverlay.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/P5prime.png b/Kstarmumu_Run2/PPG/images/P5prime.png new file mode 100644 index 0000000..480a9c3 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/P5prime.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/QCDSHIT.png b/Kstarmumu_Run2/PPG/images/QCDSHIT.png new file mode 100644 index 0000000..b9e57d2 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/QCDSHIT.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/RDstar.png b/Kstarmumu_Run2/PPG/images/RDstar.png new file mode 100644 index 0000000..5113cc4 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/RDstar.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/RK.png b/Kstarmumu_Run2/PPG/images/RK.png new file mode 100644 index 0000000..868c016 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/RK.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/Roger-plot.eps b/Kstarmumu_Run2/PPG/images/Roger-plot.eps new file mode 100644 index 0000000..eda96b0 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/Roger-plot.eps Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/Roger-plot.pdf b/Kstarmumu_Run2/PPG/images/Roger-plot.pdf new file mode 100644 index 0000000..ed6a378 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/Roger-plot.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/S3Pad.pdf b/Kstarmumu_Run2/PPG/images/S3Pad.pdf new file mode 100644 index 0000000..cb7f3de --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/S3Pad.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/S4Pad.pdf b/Kstarmumu_Run2/PPG/images/S4Pad.pdf new file mode 100644 index 0000000..3e13b48 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/S4Pad.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/S5Pad.pdf b/Kstarmumu_Run2/PPG/images/S5Pad.pdf new file mode 100644 index 0000000..14f6c88 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/S5Pad.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/S6cPad.pdf b/Kstarmumu_Run2/PPG/images/S6cPad.pdf new file mode 100644 index 0000000..236ebea --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/S6cPad.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/S7Pad.pdf b/Kstarmumu_Run2/PPG/images/S7Pad.pdf new file mode 100644 index 0000000..83326d6 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/S7Pad.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/S8Pad.pdf b/Kstarmumu_Run2/PPG/images/S8Pad.pdf new file mode 100644 index 0000000..d97086a --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/S8Pad.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/S9Pad.pdf b/Kstarmumu_Run2/PPG/images/S9Pad.pdf new file mode 100644 index 0000000..379bf36 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/S9Pad.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/ST_logo.gif b/Kstarmumu_Run2/PPG/images/ST_logo.gif new file mode 100644 index 0000000..fcb090c --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/ST_logo.gif Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/ST_logo.png b/Kstarmumu_Run2/PPG/images/ST_logo.png new file mode 100644 index 0000000..81d2f0d --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/ST_logo.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/ST_logosmall.gif b/Kstarmumu_Run2/PPG/images/ST_logosmall.gif new file mode 100644 index 0000000..9db1daa --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/ST_logosmall.gif Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/Scaling_factor.pdf b/Kstarmumu_Run2/PPG/images/Scaling_factor.pdf new file mode 100644 index 0000000..d2668c9 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/Scaling_factor.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/TauLFV_UL_2014001_averaged.png b/Kstarmumu_Run2/PPG/images/TauLFV_UL_2014001_averaged.png new file mode 100644 index 0000000..517b8f5 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/TauLFV_UL_2014001_averaged.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/Z_rich_18.jpg b/Kstarmumu_Run2/PPG/images/Z_rich_18.jpg new file mode 100644 index 0000000..5899422 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/Z_rich_18.jpg Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/Z_rich_24.jpg b/Kstarmumu_Run2/PPG/images/Z_rich_24.jpg new file mode 100644 index 0000000..98b4d4a --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/Z_rich_24.jpg Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/Z_rich_30.jpg b/Kstarmumu_Run2/PPG/images/Z_rich_30.jpg new file mode 100644 index 0000000..59ee3dd --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/Z_rich_30.jpg Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/all.png b/Kstarmumu_Run2/PPG/images/all.png new file mode 100644 index 0000000..0830056 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/all.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/amplitudes_AFB.pdf b/Kstarmumu_Run2/PPG/images/amplitudes_AFB.pdf new file mode 100644 index 0000000..b534271 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/amplitudes_AFB.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/amplitudes_AFBOverlay.pdf b/Kstarmumu_Run2/PPG/images/amplitudes_AFBOverlay.pdf new file mode 100644 index 0000000..ccc8023 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/amplitudes_AFBOverlay.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/amplitudes_S4.pdf b/Kstarmumu_Run2/PPG/images/amplitudes_S4.pdf new file mode 100644 index 0000000..ca551ff --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/amplitudes_S4.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/amplitudes_S4Overlay.pdf b/Kstarmumu_Run2/PPG/images/amplitudes_S4Overlay.pdf new file mode 100644 index 0000000..e2a5fdd --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/amplitudes_S4Overlay.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/amplitudes_S5.pdf b/Kstarmumu_Run2/PPG/images/amplitudes_S5.pdf new file mode 100644 index 0000000..58e4be7 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/amplitudes_S5.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/amplitudes_S5Overlay.pdf b/Kstarmumu_Run2/PPG/images/amplitudes_S5Overlay.pdf new file mode 100644 index 0000000..d53e1e5 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/amplitudes_S5Overlay.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/angles.png b/Kstarmumu_Run2/PPG/images/angles.png new file mode 100644 index 0000000..9f9bb29 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/angles.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/angles2.png b/Kstarmumu_Run2/PPG/images/angles2.png new file mode 100644 index 0000000..efa3201 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/angles2.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/angles3.png b/Kstarmumu_Run2/PPG/images/angles3.png new file mode 100644 index 0000000..40db4a2 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/angles3.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/aud.png b/Kstarmumu_Run2/PPG/images/aud.png new file mode 100644 index 0000000..7b2aefc --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/aud.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/bdt_data_mc_nominalMkpi.pdf b/Kstarmumu_Run2/PPG/images/bdt_data_mc_nominalMkpi.pdf new file mode 100644 index 0000000..e697a51 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/bdt_data_mc_nominalMkpi.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/benchmarks.png b/Kstarmumu_Run2/PPG/images/benchmarks.png new file mode 100644 index 0000000..cc4b49d --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/benchmarks.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/bmm-np.png b/Kstarmumu_Run2/PPG/images/bmm-np.png new file mode 100644 index 0000000..1371614 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/bmm-np.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/bottom.jpg b/Kstarmumu_Run2/PPG/images/bottom.jpg new file mode 100644 index 0000000..4517de3 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/bottom.jpg Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/bs2mumu b/Kstarmumu_Run2/PPG/images/bs2mumu new file mode 100644 index 0000000..9e07f27 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/bs2mumu Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/bs2mumu.png b/Kstarmumu_Run2/PPG/images/bs2mumu.png new file mode 100644 index 0000000..e6ee097 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/bs2mumu.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/bs2mumu1.png b/Kstarmumu_Run2/PPG/images/bs2mumu1.png new file mode 100644 index 0000000..d81d6fd --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/bs2mumu1.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/bs2mumu2.png b/Kstarmumu_Run2/PPG/images/bs2mumu2.png new file mode 100644 index 0000000..9d13c79 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/bs2mumu2.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/bs2mumu_comb.png b/Kstarmumu_Run2/PPG/images/bs2mumu_comb.png new file mode 100644 index 0000000..1de5759 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/bs2mumu_comb.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/bs2phipi.png b/Kstarmumu_Run2/PPG/images/bs2phipi.png new file mode 100644 index 0000000..94d2491 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/bs2phipi.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/bsmumu_SM.png b/Kstarmumu_Run2/PPG/images/bsmumu_SM.png new file mode 100644 index 0000000..10572b3 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/bsmumu_SM.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/btosgamma.png b/Kstarmumu_Run2/PPG/images/btosgamma.png new file mode 100644 index 0000000..f64a7be --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/btosgamma.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/bubble.gif b/Kstarmumu_Run2/PPG/images/bubble.gif new file mode 100644 index 0000000..ecff282 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/bubble.gif Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/bubble.jpg b/Kstarmumu_Run2/PPG/images/bubble.jpg new file mode 100644 index 0000000..ceb584d --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/bubble.jpg Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/bubble2.jpg b/Kstarmumu_Run2/PPG/images/bubble2.jpg new file mode 100644 index 0000000..0fd03bb --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/bubble2.jpg Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/bubblecern.png b/Kstarmumu_Run2/PPG/images/bubblecern.png new file mode 100644 index 0000000..7b94fe3 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/bubblecern.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/bukst_BF.pdf b/Kstarmumu_Run2/PPG/images/bukst_BF.pdf new file mode 100644 index 0000000..e0fa5e7 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/bukst_BF.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/bukst_BF.png b/Kstarmumu_Run2/PPG/images/bukst_BF.png new file mode 100644 index 0000000..ce9ae11 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/bukst_BF.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/c9.png b/Kstarmumu_Run2/PPG/images/c9.png new file mode 100644 index 0000000..e2c6203 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/c9.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/charmloop.png b/Kstarmumu_Run2/PPG/images/charmloop.png new file mode 100644 index 0000000..01fb4a9 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/charmloop.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/charmloop2.png b/Kstarmumu_Run2/PPG/images/charmloop2.png new file mode 100644 index 0000000..6ae8278 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/charmloop2.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/charmloop3.png b/Kstarmumu_Run2/PPG/images/charmloop3.png new file mode 100644 index 0000000..0d538ae --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/charmloop3.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/cher.png b/Kstarmumu_Run2/PPG/images/cher.png new file mode 100644 index 0000000..7bcddd9 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/cher.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/columns.jpg b/Kstarmumu_Run2/PPG/images/columns.jpg new file mode 100644 index 0000000..af6f95c --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/columns.jpg Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/columns.png b/Kstarmumu_Run2/PPG/images/columns.png new file mode 100644 index 0000000..1e529b1 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/columns.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/compare_A3Pad.pdf b/Kstarmumu_Run2/PPG/images/compare_A3Pad.pdf new file mode 100644 index 0000000..e8dd13d --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/compare_A3Pad.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/compare_A4Pad.pdf b/Kstarmumu_Run2/PPG/images/compare_A4Pad.pdf new file mode 100644 index 0000000..cfad9e8 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/compare_A4Pad.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/compare_A5Pad.pdf b/Kstarmumu_Run2/PPG/images/compare_A5Pad.pdf new file mode 100644 index 0000000..773882d --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/compare_A5Pad.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/compare_A6Pad.pdf b/Kstarmumu_Run2/PPG/images/compare_A6Pad.pdf new file mode 100644 index 0000000..a0d2000 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/compare_A6Pad.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/compare_A7Pad.pdf b/Kstarmumu_Run2/PPG/images/compare_A7Pad.pdf new file mode 100644 index 0000000..b5633f0 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/compare_A7Pad.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/compare_A8Pad.pdf b/Kstarmumu_Run2/PPG/images/compare_A8Pad.pdf new file mode 100644 index 0000000..1d23cdf --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/compare_A8Pad.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/compare_A9Pad.pdf b/Kstarmumu_Run2/PPG/images/compare_A9Pad.pdf new file mode 100644 index 0000000..6e4ff31 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/compare_A9Pad.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/compare_AFBPad.pdf b/Kstarmumu_Run2/PPG/images/compare_AFBPad.pdf new file mode 100644 index 0000000..38ec23a --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/compare_AFBPad.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/compare_FLPad.pdf b/Kstarmumu_Run2/PPG/images/compare_FLPad.pdf new file mode 100644 index 0000000..411b71d --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/compare_FLPad.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/compare_P1Pad.pdf b/Kstarmumu_Run2/PPG/images/compare_P1Pad.pdf new file mode 100644 index 0000000..7a7d329 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/compare_P1Pad.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/compare_P2Pad.pdf b/Kstarmumu_Run2/PPG/images/compare_P2Pad.pdf new file mode 100644 index 0000000..d884110 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/compare_P2Pad.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/compare_P3Pad.pdf b/Kstarmumu_Run2/PPG/images/compare_P3Pad.pdf new file mode 100644 index 0000000..8032d3c --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/compare_P3Pad.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/compare_P4pPad.pdf b/Kstarmumu_Run2/PPG/images/compare_P4pPad.pdf new file mode 100644 index 0000000..7436d47 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/compare_P4pPad.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/compare_P5pPad.pdf b/Kstarmumu_Run2/PPG/images/compare_P5pPad.pdf new file mode 100644 index 0000000..c4905ad --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/compare_P5pPad.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/compare_P6pPad.pdf b/Kstarmumu_Run2/PPG/images/compare_P6pPad.pdf new file mode 100644 index 0000000..ecbc84d --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/compare_P6pPad.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/compare_P8pPad.pdf b/Kstarmumu_Run2/PPG/images/compare_P8pPad.pdf new file mode 100644 index 0000000..bb22160 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/compare_P8pPad.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/compare_S3Pad.pdf b/Kstarmumu_Run2/PPG/images/compare_S3Pad.pdf new file mode 100644 index 0000000..07f1c8c --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/compare_S3Pad.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/compare_S4Pad.pdf b/Kstarmumu_Run2/PPG/images/compare_S4Pad.pdf new file mode 100644 index 0000000..8f8bfec --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/compare_S4Pad.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/compare_S5Pad.pdf b/Kstarmumu_Run2/PPG/images/compare_S5Pad.pdf new file mode 100644 index 0000000..9c0664d --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/compare_S5Pad.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/compare_S7Pad.pdf b/Kstarmumu_Run2/PPG/images/compare_S7Pad.pdf new file mode 100644 index 0000000..6f7b385 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/compare_S7Pad.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/compare_S8Pad.pdf b/Kstarmumu_Run2/PPG/images/compare_S8Pad.pdf new file mode 100644 index 0000000..6e94a18 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/compare_S8Pad.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/compare_S9Pad.pdf b/Kstarmumu_Run2/PPG/images/compare_S9Pad.pdf new file mode 100644 index 0000000..042bd68 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/compare_S9Pad.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/costhetak0sig.pdf b/Kstarmumu_Run2/PPG/images/costhetak0sig.pdf new file mode 100644 index 0000000..fe39254 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/costhetak0sig.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/costhetak1sig.pdf b/Kstarmumu_Run2/PPG/images/costhetak1sig.pdf new file mode 100644 index 0000000..eaf4b63 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/costhetak1sig.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/costhetak2sig.pdf b/Kstarmumu_Run2/PPG/images/costhetak2sig.pdf new file mode 100644 index 0000000..31ac989 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/costhetak2sig.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/costhetak3sig.pdf b/Kstarmumu_Run2/PPG/images/costhetak3sig.pdf new file mode 100644 index 0000000..48ab72f --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/costhetak3sig.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/costhetak4sig.pdf b/Kstarmumu_Run2/PPG/images/costhetak4sig.pdf new file mode 100644 index 0000000..48a089a --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/costhetak4sig.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/costhetak5sig.pdf b/Kstarmumu_Run2/PPG/images/costhetak5sig.pdf new file mode 100644 index 0000000..b0b07d3 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/costhetak5sig.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/costhetak6sig.pdf b/Kstarmumu_Run2/PPG/images/costhetak6sig.pdf new file mode 100644 index 0000000..57ac1df --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/costhetak6sig.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/costhetak7sig.pdf b/Kstarmumu_Run2/PPG/images/costhetak7sig.pdf new file mode 100644 index 0000000..599b367 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/costhetak7sig.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/costhetak8sig.pdf b/Kstarmumu_Run2/PPG/images/costhetak8sig.pdf new file mode 100644 index 0000000..932e427 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/costhetak8sig.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/costhetak9sig.pdf b/Kstarmumu_Run2/PPG/images/costhetak9sig.pdf new file mode 100644 index 0000000..2cf404e --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/costhetak9sig.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/costhetakjpsi.pdf b/Kstarmumu_Run2/PPG/images/costhetakjpsi.pdf new file mode 100644 index 0000000..0c5a811 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/costhetakjpsi.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/costhetakjpsi.png b/Kstarmumu_Run2/PPG/images/costhetakjpsi.png new file mode 100644 index 0000000..a7c6da3 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/costhetakjpsi.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/costhetal0sig.pdf b/Kstarmumu_Run2/PPG/images/costhetal0sig.pdf new file mode 100644 index 0000000..970e70b --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/costhetal0sig.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/costhetal1sig.pdf b/Kstarmumu_Run2/PPG/images/costhetal1sig.pdf new file mode 100644 index 0000000..b9a4cc2 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/costhetal1sig.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/costhetal2sig.pdf b/Kstarmumu_Run2/PPG/images/costhetal2sig.pdf new file mode 100644 index 0000000..ca01bed --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/costhetal2sig.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/costhetal3sig.pdf b/Kstarmumu_Run2/PPG/images/costhetal3sig.pdf new file mode 100644 index 0000000..c2d0f11 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/costhetal3sig.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/costhetal4sig.pdf b/Kstarmumu_Run2/PPG/images/costhetal4sig.pdf new file mode 100644 index 0000000..e1978d8 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/costhetal4sig.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/costhetal5sig.pdf b/Kstarmumu_Run2/PPG/images/costhetal5sig.pdf new file mode 100644 index 0000000..4c89acf --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/costhetal5sig.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/costhetal6sig.pdf b/Kstarmumu_Run2/PPG/images/costhetal6sig.pdf new file mode 100644 index 0000000..5999d21 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/costhetal6sig.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/costhetal7sig.pdf b/Kstarmumu_Run2/PPG/images/costhetal7sig.pdf new file mode 100644 index 0000000..218066b --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/costhetal7sig.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/costhetal8sig.pdf b/Kstarmumu_Run2/PPG/images/costhetal8sig.pdf new file mode 100644 index 0000000..ecacb1b --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/costhetal8sig.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/costhetal9sig.pdf b/Kstarmumu_Run2/PPG/images/costhetal9sig.pdf new file mode 100644 index 0000000..6b3ac88 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/costhetal9sig.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/costhetaljpsi.pdf b/Kstarmumu_Run2/PPG/images/costhetaljpsi.pdf new file mode 100644 index 0000000..32b4131 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/costhetaljpsi.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/costhetaljpsi.png b/Kstarmumu_Run2/PPG/images/costhetaljpsi.png new file mode 100644 index 0000000..aca0b65 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/costhetaljpsi.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/couplings.png b/Kstarmumu_Run2/PPG/images/couplings.png new file mode 100644 index 0000000..2ac62e7 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/couplings.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/dBdq2Pad.pdf b/Kstarmumu_Run2/PPG/images/dBdq2Pad.pdf new file mode 100644 index 0000000..b09daeb --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/dBdq2Pad.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/data.png b/Kstarmumu_Run2/PPG/images/data.png new file mode 100644 index 0000000..fc7d71a --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/data.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/derotate.sh b/Kstarmumu_Run2/PPG/images/derotate.sh new file mode 100755 index 0000000..ba653b9 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/derotate.sh @@ -0,0 +1,13 @@ +#!/bin/bash +#FILES=*.pdf +FILES="$(find . -name '*.pdf')" +for f in $FILES +do + echo "Processing $f ..." + gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dUseCIEColor -dPDFSETTINGS=/printer -dSAFER -dNOPAUSE -dQUIET -dBATCH -sOutputFile="temp.pdf" "$f" + mv temp.pdf "$f" +# pdf2ps "$f" temp.ps +# ps2pdf temp.ps "$f" +# rm temp.ps +done +#rm temp.pdf diff --git a/Kstarmumu_Run2/PPG/images/det.png b/Kstarmumu_Run2/PPG/images/det.png new file mode 100644 index 0000000..4a074c9 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/det.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/displaced.png b/Kstarmumu_Run2/PPG/images/displaced.png new file mode 100644 index 0000000..c67c7fa --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/displaced.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/ds2mumu.png b/Kstarmumu_Run2/PPG/images/ds2mumu.png new file mode 100644 index 0000000..9005b1c --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/ds2mumu.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/ds2mumu2.png b/Kstarmumu_Run2/PPG/images/ds2mumu2.png new file mode 100644 index 0000000..c5fe3bd --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/ds2mumu2.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/effctk.pdf b/Kstarmumu_Run2/PPG/images/effctk.pdf new file mode 100644 index 0000000..9b46c04 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/effctk.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/effctl.pdf b/Kstarmumu_Run2/PPG/images/effctl.pdf new file mode 100644 index 0000000..d3f2775 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/effctl.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/effphi.pdf b/Kstarmumu_Run2/PPG/images/effphi.pdf new file mode 100644 index 0000000..c50e369 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/effphi.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/eq.png b/Kstarmumu_Run2/PPG/images/eq.png new file mode 100644 index 0000000..c753af6 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/eq.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/eq2.png b/Kstarmumu_Run2/PPG/images/eq2.png new file mode 100644 index 0000000..628520f --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/eq2.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/eta.pdf b/Kstarmumu_Run2/PPG/images/eta.pdf new file mode 100644 index 0000000..895c59e --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/eta.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/eta_logy.pdf b/Kstarmumu_Run2/PPG/images/eta_logy.pdf new file mode 100644 index 0000000..f7d76cc --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/eta_logy.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/evt1.png b/Kstarmumu_Run2/PPG/images/evt1.png new file mode 100644 index 0000000..b6ef843 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/evt1.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/evt2.png b/Kstarmumu_Run2/PPG/images/evt2.png new file mode 100644 index 0000000..c60693f --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/evt2.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/example.png b/Kstarmumu_Run2/PPG/images/example.png new file mode 100644 index 0000000..e8cd1e4 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/example.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/flatq2.png b/Kstarmumu_Run2/PPG/images/flatq2.png new file mode 100644 index 0000000..3eb2ed9 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/flatq2.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/fold.png b/Kstarmumu_Run2/PPG/images/fold.png new file mode 100644 index 0000000..fadf4a2 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/fold.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/getFromAFS.sh b/Kstarmumu_Run2/PPG/images/getFromAFS.sh new file mode 100644 index 0000000..7d73a4a --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/getFromAFS.sh @@ -0,0 +1,4 @@ +kinit egraveri@CERN.CH +aklog +cp -r /afs/cern.ch/user/e/egraveri/cmtuser/STMonitoring/NewTTAlignment/Out/Plots/AlignVSSimCond-D0Align ./img/ +cp -r /afs/cern.ch/user/e/egraveri/cmtuser/STMonitoring/NewTTAlignment/Out/Plots/AlignVSSimCond-D0AlignNoTT ./img/ diff --git a/Kstarmumu_Run2/PPG/images/h_Bd_Kstmm_vetoes.pdf b/Kstarmumu_Run2/PPG/images/h_Bd_Kstmm_vetoes.pdf new file mode 100644 index 0000000..35c46d1 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/h_Bd_Kstmm_vetoes.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/h_Lb_L1520mm_vetoes.pdf b/Kstarmumu_Run2/PPG/images/h_Lb_L1520mm_vetoes.pdf new file mode 100644 index 0000000..a8f97b0 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/h_Lb_L1520mm_vetoes.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/higgs.png b/Kstarmumu_Run2/PPG/images/higgs.png new file mode 100644 index 0000000..9f67519 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/higgs.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/higgs_boring.jpg b/Kstarmumu_Run2/PPG/images/higgs_boring.jpg new file mode 100644 index 0000000..5b46d3a --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/higgs_boring.jpg Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/higgs_boring.png b/Kstarmumu_Run2/PPG/images/higgs_boring.png new file mode 100644 index 0000000..2a4d0e6 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/higgs_boring.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/higgspen.png b/Kstarmumu_Run2/PPG/images/higgspen.png new file mode 100644 index 0000000..d3c11b4 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/higgspen.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/ifj.png b/Kstarmumu_Run2/PPG/images/ifj.png new file mode 100644 index 0000000..89f0b7b --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/ifj.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/inflaton.png b/Kstarmumu_Run2/PPG/images/inflaton.png new file mode 100644 index 0000000..d4e4afe --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/inflaton.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/kmumu_BF.pdf b/Kstarmumu_Run2/PPG/images/kmumu_BF.pdf new file mode 100644 index 0000000..e07fca8 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/kmumu_BF.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/kmumu_BF.png b/Kstarmumu_Run2/PPG/images/kmumu_BF.png new file mode 100644 index 0000000..9614d9d --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/kmumu_BF.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/ksmumu_BF.pdf b/Kstarmumu_Run2/PPG/images/ksmumu_BF.pdf new file mode 100644 index 0000000..903bae3 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/ksmumu_BF.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/ksmumu_BF.png b/Kstarmumu_Run2/PPG/images/ksmumu_BF.png new file mode 100644 index 0000000..f558a14 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/ksmumu_BF.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/lhcb-logo-bad.pdf b/Kstarmumu_Run2/PPG/images/lhcb-logo-bad.pdf new file mode 100644 index 0000000..fbfd59e --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/lhcb-logo-bad.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/lhcb-logo.eps b/Kstarmumu_Run2/PPG/images/lhcb-logo.eps new file mode 100755 index 0000000..63247dc --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/lhcb-logo.eps Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/lhcb-logo.pdf b/Kstarmumu_Run2/PPG/images/lhcb-logo.pdf new file mode 100644 index 0000000..036ad93 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/lhcb-logo.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/lhcb-logo.svg b/Kstarmumu_Run2/PPG/images/lhcb-logo.svg new file mode 100644 index 0000000..40e1423 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/lhcb-logo.svg @@ -0,0 +1,110 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/Kstarmumu_Run2/PPG/images/limit.png b/Kstarmumu_Run2/PPG/images/limit.png new file mode 100644 index 0000000..37f6fed --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/limit.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/limits.png b/Kstarmumu_Run2/PPG/images/limits.png new file mode 100644 index 0000000..dd0c7a3 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/limits.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/logo.png b/Kstarmumu_Run2/PPG/images/logo.png new file mode 100644 index 0000000..23296d8 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/logo.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/lupa.png b/Kstarmumu_Run2/PPG/images/lupa.png new file mode 100644 index 0000000..b3d6f2a --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/lupa.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/m0.pdf b/Kstarmumu_Run2/PPG/images/m0.pdf new file mode 100644 index 0000000..4428ab5 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/m0.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/m1.pdf b/Kstarmumu_Run2/PPG/images/m1.pdf new file mode 100644 index 0000000..a9b9e34 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/m1.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/m2.pdf b/Kstarmumu_Run2/PPG/images/m2.pdf new file mode 100644 index 0000000..7a2bb03 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/m2.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/m3.pdf b/Kstarmumu_Run2/PPG/images/m3.pdf new file mode 100644 index 0000000..8fc34f9 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/m3.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/m4.pdf b/Kstarmumu_Run2/PPG/images/m4.pdf new file mode 100644 index 0000000..1abf3d9 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/m4.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/m5.pdf b/Kstarmumu_Run2/PPG/images/m5.pdf new file mode 100644 index 0000000..84ac3d3 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/m5.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/m6.pdf b/Kstarmumu_Run2/PPG/images/m6.pdf new file mode 100644 index 0000000..6e817a2 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/m6.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/m7.pdf b/Kstarmumu_Run2/PPG/images/m7.pdf new file mode 100644 index 0000000..a89f43d --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/m7.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/m8.pdf b/Kstarmumu_Run2/PPG/images/m8.pdf new file mode 100644 index 0000000..b8c3e33 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/m8.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/m9.pdf b/Kstarmumu_Run2/PPG/images/m9.pdf new file mode 100644 index 0000000..c52270e --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/m9.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/mass.png b/Kstarmumu_Run2/PPG/images/mass.png new file mode 100644 index 0000000..30fff60 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/mass.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/mass2.png b/Kstarmumu_Run2/PPG/images/mass2.png new file mode 100644 index 0000000..d446249 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/mass2.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/mist.png b/Kstarmumu_Run2/PPG/images/mist.png new file mode 100644 index 0000000..6a58a9d --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/mist.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/mjpsi.pdf b/Kstarmumu_Run2/PPG/images/mjpsi.pdf new file mode 100644 index 0000000..cd873f4 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/mjpsi.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/mkpi0sig.pdf b/Kstarmumu_Run2/PPG/images/mkpi0sig.pdf new file mode 100644 index 0000000..5505577 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/mkpi0sig.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/mkpi1sig.pdf b/Kstarmumu_Run2/PPG/images/mkpi1sig.pdf new file mode 100644 index 0000000..9b72e51 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/mkpi1sig.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/mkpi2sig.pdf b/Kstarmumu_Run2/PPG/images/mkpi2sig.pdf new file mode 100644 index 0000000..fe568ae --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/mkpi2sig.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/mkpi3sig.pdf b/Kstarmumu_Run2/PPG/images/mkpi3sig.pdf new file mode 100644 index 0000000..9b17c26 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/mkpi3sig.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/mkpi4sig.pdf b/Kstarmumu_Run2/PPG/images/mkpi4sig.pdf new file mode 100644 index 0000000..bda310d --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/mkpi4sig.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/mkpi5sig.pdf b/Kstarmumu_Run2/PPG/images/mkpi5sig.pdf new file mode 100644 index 0000000..072cdb4 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/mkpi5sig.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/mkpi6sig.pdf b/Kstarmumu_Run2/PPG/images/mkpi6sig.pdf new file mode 100644 index 0000000..c3aa01e --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/mkpi6sig.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/mkpi7sig.pdf b/Kstarmumu_Run2/PPG/images/mkpi7sig.pdf new file mode 100644 index 0000000..d818292 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/mkpi7sig.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/mkpi8sig.pdf b/Kstarmumu_Run2/PPG/images/mkpi8sig.pdf new file mode 100644 index 0000000..661e42b --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/mkpi8sig.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/mkpi9sig.pdf b/Kstarmumu_Run2/PPG/images/mkpi9sig.pdf new file mode 100644 index 0000000..baafed4 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/mkpi9sig.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/mkpijpsi.pdf b/Kstarmumu_Run2/PPG/images/mkpijpsi.pdf new file mode 100644 index 0000000..6e7d82a --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/mkpijpsi.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/mkpijpsi.png b/Kstarmumu_Run2/PPG/images/mkpijpsi.png new file mode 100644 index 0000000..cede2aa --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/mkpijpsi.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/mlogjpsi.pdf b/Kstarmumu_Run2/PPG/images/mlogjpsi.pdf new file mode 100644 index 0000000..890c5a2 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/mlogjpsi.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/mlogjpsi.png b/Kstarmumu_Run2/PPG/images/mlogjpsi.png new file mode 100644 index 0000000..46b96cd --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/mlogjpsi.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/moments_AFBPad.pdf b/Kstarmumu_Run2/PPG/images/moments_AFBPad.pdf new file mode 100644 index 0000000..0ef43b9 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/moments_AFBPad.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/moments_FLPad.pdf b/Kstarmumu_Run2/PPG/images/moments_FLPad.pdf new file mode 100644 index 0000000..4c991df --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/moments_FLPad.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/moments_S3Pad.pdf b/Kstarmumu_Run2/PPG/images/moments_S3Pad.pdf new file mode 100644 index 0000000..974373b --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/moments_S3Pad.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/moments_S4Pad.pdf b/Kstarmumu_Run2/PPG/images/moments_S4Pad.pdf new file mode 100644 index 0000000..a09baeb --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/moments_S4Pad.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/moments_S5Pad.pdf b/Kstarmumu_Run2/PPG/images/moments_S5Pad.pdf new file mode 100644 index 0000000..ef27c24 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/moments_S5Pad.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/moments_S7Pad.pdf b/Kstarmumu_Run2/PPG/images/moments_S7Pad.pdf new file mode 100644 index 0000000..049df17 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/moments_S7Pad.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/moments_S8Pad.pdf b/Kstarmumu_Run2/PPG/images/moments_S8Pad.pdf new file mode 100644 index 0000000..6a92c66 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/moments_S8Pad.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/moments_S9Pad.pdf b/Kstarmumu_Run2/PPG/images/moments_S9Pad.pdf new file mode 100644 index 0000000..2b2f281 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/moments_S9Pad.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/msignal.pdf b/Kstarmumu_Run2/PPG/images/msignal.pdf new file mode 100644 index 0000000..faf9ae1 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/msignal.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/nTracks.pdf b/Kstarmumu_Run2/PPG/images/nTracks.pdf new file mode 100644 index 0000000..06f5833 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/nTracks.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/np.png b/Kstarmumu_Run2/PPG/images/np.png new file mode 100644 index 0000000..b8ebc65 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/np.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/pbkg.png b/Kstarmumu_Run2/PPG/images/pbkg.png new file mode 100644 index 0000000..740bc30 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/pbkg.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/phi0sig.pdf b/Kstarmumu_Run2/PPG/images/phi0sig.pdf new file mode 100644 index 0000000..207b0ac --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/phi0sig.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/phi1sig.pdf b/Kstarmumu_Run2/PPG/images/phi1sig.pdf new file mode 100644 index 0000000..7258f96 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/phi1sig.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/phi2sig.pdf b/Kstarmumu_Run2/PPG/images/phi2sig.pdf new file mode 100644 index 0000000..709d6f9 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/phi2sig.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/phi3sig.pdf b/Kstarmumu_Run2/PPG/images/phi3sig.pdf new file mode 100644 index 0000000..f89b59e --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/phi3sig.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/phi4sig.pdf b/Kstarmumu_Run2/PPG/images/phi4sig.pdf new file mode 100644 index 0000000..07163ea --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/phi4sig.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/phi5sig.pdf b/Kstarmumu_Run2/PPG/images/phi5sig.pdf new file mode 100644 index 0000000..ed9ce30 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/phi5sig.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/phi6sig.pdf b/Kstarmumu_Run2/PPG/images/phi6sig.pdf new file mode 100644 index 0000000..dd3cd88 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/phi6sig.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/phi7sig.pdf b/Kstarmumu_Run2/PPG/images/phi7sig.pdf new file mode 100644 index 0000000..e80c0fb --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/phi7sig.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/phi8sig.pdf b/Kstarmumu_Run2/PPG/images/phi8sig.pdf new file mode 100644 index 0000000..6672f30 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/phi8sig.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/phi9sig.pdf b/Kstarmumu_Run2/PPG/images/phi9sig.pdf new file mode 100644 index 0000000..06aa832 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/phi9sig.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/phijpsi.pdf b/Kstarmumu_Run2/PPG/images/phijpsi.pdf new file mode 100644 index 0000000..495444d --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/phijpsi.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/phijpsi.png b/Kstarmumu_Run2/PPG/images/phijpsi.png new file mode 100644 index 0000000..4b3ebba --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/phijpsi.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/photonfit.png b/Kstarmumu_Run2/PPG/images/photonfit.png new file mode 100644 index 0000000..2d95e56 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/photonfit.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/plotspolarization.png b/Kstarmumu_Run2/PPG/images/plotspolarization.png new file mode 100644 index 0000000..5dfd84e --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/plotspolarization.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/polarization.png b/Kstarmumu_Run2/PPG/images/polarization.png new file mode 100644 index 0000000..ac292aa --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/polarization.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/prompt.png b/Kstarmumu_Run2/PPG/images/prompt.png new file mode 100644 index 0000000..8fc69f4 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/prompt.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/ps.png b/Kstarmumu_Run2/PPG/images/ps.png new file mode 100644 index 0000000..ff34bb2 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/ps.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/pt.pdf b/Kstarmumu_Run2/PPG/images/pt.pdf new file mode 100644 index 0000000..9d347bf --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/pt.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/q2PHSP.png b/Kstarmumu_Run2/PPG/images/q2PHSP.png new file mode 100644 index 0000000..204a9c7 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/q2PHSP.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/q2PHSPw.png b/Kstarmumu_Run2/PPG/images/q2PHSPw.png new file mode 100644 index 0000000..04d38f2 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/q2PHSPw.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/qum1.png b/Kstarmumu_Run2/PPG/images/qum1.png new file mode 100644 index 0000000..2d71610 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/qum1.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/reson.png b/Kstarmumu_Run2/PPG/images/reson.png new file mode 100644 index 0000000..3c53360 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/reson.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/results.png b/Kstarmumu_Run2/PPG/images/results.png new file mode 100644 index 0000000..e86df2b --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/results.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/sketch.png b/Kstarmumu_Run2/PPG/images/sketch.png new file mode 100644 index 0000000..696997c --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/sketch.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/sps7.png b/Kstarmumu_Run2/PPG/images/sps7.png new file mode 100644 index 0000000..6af40d9 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/sps7.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/stau.png b/Kstarmumu_Run2/PPG/images/stau.png new file mode 100644 index 0000000..c306e3b --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/stau.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/table.png b/Kstarmumu_Run2/PPG/images/table.png new file mode 100644 index 0000000..68c269d --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/table.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/tistos_L0Muon_costhetal.pdf b/Kstarmumu_Run2/PPG/images/tistos_L0Muon_costhetal.pdf new file mode 100644 index 0000000..87c5901 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/tistos_L0Muon_costhetal.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/tistos_L0Muon_pt.pdf b/Kstarmumu_Run2/PPG/images/tistos_L0Muon_pt.pdf new file mode 100644 index 0000000..38582e5 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/tistos_L0Muon_pt.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/uni2.png b/Kstarmumu_Run2/PPG/images/uni2.png new file mode 100644 index 0000000..8fae2fc --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/uni2.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/universality.png b/Kstarmumu_Run2/PPG/images/universality.png new file mode 100644 index 0000000..a77b6b3 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/universality.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/uzh-transp.pdf b/Kstarmumu_Run2/PPG/images/uzh-transp.pdf new file mode 100644 index 0000000..977da67 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/uzh-transp.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/uzh.pdf b/Kstarmumu_Run2/PPG/images/uzh.pdf new file mode 100644 index 0000000..5ac62c7 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/uzh.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/uzh_logo_e_pos.eps b/Kstarmumu_Run2/PPG/images/uzh_logo_e_pos.eps new file mode 100755 index 0000000..af2734d --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/uzh_logo_e_pos.eps Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/uzh_logo_e_pos_gross.tif b/Kstarmumu_Run2/PPG/images/uzh_logo_e_pos_gross.tif new file mode 100755 index 0000000..f212825 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/uzh_logo_e_pos_gross.tif Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/vertex.pdf b/Kstarmumu_Run2/PPG/images/vertex.pdf new file mode 100644 index 0000000..062ae3d --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/vertex.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/weakcurr.png b/Kstarmumu_Run2/PPG/images/weakcurr.png new file mode 100644 index 0000000..b4c6bbf --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/weakcurr.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/weakcurr2.png b/Kstarmumu_Run2/PPG/images/weakcurr2.png new file mode 100644 index 0000000..cd2dd82 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/weakcurr2.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/williams.png b/Kstarmumu_Run2/PPG/images/williams.png new file mode 100644 index 0000000..8636626 --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/williams.png Binary files differ diff --git a/Kstarmumu_Run2/PPG/images/wilsonchi2.pdf b/Kstarmumu_Run2/PPG/images/wilsonchi2.pdf new file mode 100644 index 0000000..1772f0f --- /dev/null +++ b/Kstarmumu_Run2/PPG/images/wilsonchi2.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/mchrzasz+mp.sh b/Kstarmumu_Run2/PPG/mchrzasz+mp.sh new file mode 100644 index 0000000..1a24852 --- /dev/null +++ b/Kstarmumu_Run2/PPG/mchrzasz+mp.sh @@ -0,0 +1 @@ +#!/bin/sh diff --git a/Kstarmumu_Run2/PPG/mchrzasz-blx.bib b/Kstarmumu_Run2/PPG/mchrzasz-blx.bib new file mode 100644 index 0000000..9e405b3 --- /dev/null +++ b/Kstarmumu_Run2/PPG/mchrzasz-blx.bib @@ -0,0 +1,11 @@ +@Comment{$ biblatex control file $} +@Comment{$ biblatex version 2.3 $} +Do not modify this file! + +This is an auxiliary file used by the 'biblatex' package. +This file may safely be deleted. It will be recreated as +required. + +@Control{biblatex-control, + options = {2.3:0:0:1:0:0:1:1:0:0:0:0:1:1:3:1:79:+}, +} diff --git a/Kstarmumu_Run2/PPG/mchrzasz.aux b/Kstarmumu_Run2/PPG/mchrzasz.aux new file mode 100644 index 0000000..b53e10a --- /dev/null +++ b/Kstarmumu_Run2/PPG/mchrzasz.aux @@ -0,0 +1,52 @@ +\relax +\providecommand\hyper@newdestlabel[2]{} +\providecommand\HyperFirstAtBeginDocument{\AtBeginDocument} +\HyperFirstAtBeginDocument{\ifx\hyper@anchor\@undefined +\global\let\oldcontentsline\contentsline +\gdef\contentsline#1#2#3#4{\oldcontentsline{#1}{#2}{#3}} +\global\let\oldnewlabel\newlabel +\gdef\newlabel#1#2{\newlabelxx{#1}#2} +\gdef\newlabelxx#1#2#3#4#5#6{\oldnewlabel{#1}{{#2}{#3}}} +\AtEndDocument{\ifx\hyper@anchor\@undefined +\let\contentsline\oldcontentsline +\let\newlabel\oldnewlabel +\fi} +\fi} +\global\let\hyper@last\relax +\gdef\HyperFirstAtBeginDocument#1{#1} +\providecommand*\HyPL@Entry[1]{} +\bibstyle{biblatex} +\bibdata{mchrzasz-blx,bib} +\citation{biblatex-control} +\HyPL@Entry{0<>} +\providecommand \oddpage@label [2]{} +\@writefile{toc}{\boolfalse {citerequest}\boolfalse {citetracker}\boolfalse {pagetracker}\boolfalse {backtracker}\relax } +\@writefile{lof}{\boolfalse {citerequest}\boolfalse {citetracker}\boolfalse {pagetracker}\boolfalse {backtracker}\relax } +\@writefile{lot}{\boolfalse {citerequest}\boolfalse {citetracker}\boolfalse {pagetracker}\boolfalse {backtracker}\relax } +\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\beamer@endinputifotherversion {3.24pt}} +\@writefile{nav}{\defcounter {refsection}{0}\relax }\@writefile{nav}{\beamer@endinputifotherversion {3.24pt}} +\select@language{english} +\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\select@language{english}} +\@writefile{lof}{\defcounter {refsection}{0}\relax }\@writefile{lof}{\select@language{english}} +\@writefile{lot}{\defcounter {refsection}{0}\relax }\@writefile{lot}{\select@language{english}} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{1}{1/1}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {1}{1}}} +\pgfsyspdfmark {pgfid3}{0}{0} +\pgfsyspdfmark {pgfid4}{0}{0} +\HyPL@Entry{1<>} +\pgfsyspdfmark {pgfid5}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{2}{2/2}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {2}{2}}} +\pgfsyspdfmark {pgfid6}{0}{0} +\pgfsyspdfmark {pgfid7}{0}{0} +\HyPL@Entry{2<>} +\pgfsyspdfmark {pgfid8}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{3}{3/3}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {3}{3}}} +\pgfsyspdfmark {pgfid9}{0}{0} +\pgfsyspdfmark {pgfid10}{0}{0} +\@writefile{nav}{\headcommand {\beamer@partpages {1}{3}}} +\@writefile{nav}{\headcommand {\beamer@subsectionpages {1}{3}}} +\@writefile{nav}{\headcommand {\beamer@sectionpages {1}{3}}} +\@writefile{nav}{\headcommand {\beamer@documentpages {3}}} +\@writefile{nav}{\headcommand {\def \inserttotalframenumber {2}}} diff --git a/Kstarmumu_Run2/PPG/mchrzasz.log b/Kstarmumu_Run2/PPG/mchrzasz.log new file mode 100644 index 0000000..8f60e02 --- /dev/null +++ b/Kstarmumu_Run2/PPG/mchrzasz.log @@ -0,0 +1,3018 @@ +This is XeTeX, Version 3.1415926-2.5-0.9999.3 (TeX Live 2013/Debian) (format=xelatex 2015.4.1) 18 NOV 2016 22:37 +entering extended mode + restricted \write18 enabled. + %&-line parsing enabled. +**mchrzasz.tex +(./mchrzasz.tex +LaTeX2e <2011/06/27> +Babel <3.9h> and hyphenation patterns for 78 languages loaded. +(/usr/share/texmf/tex/latex/beamer/base/beamer.cls +(/usr/share/texmf/tex/latex/beamer/base/beamerbasercs.sty +Package: beamerbasercs 2012/11/13 (rcs-revision cb16a617839f) +) +Document Class: beamer 2012/10/15 development version 3.24 A class for typesett +ing presentations (rcs-revision 24853e6b98cf) +(/usr/share/texmf/tex/latex/beamer/base/beamerbasemodes.sty +Package: beamerbasemodes 2012/04/15 (rcs-revision cc6557182d97) +\beamer@tempbox=\box26 +\beamer@tempcount=\count80 +\c@beamerpauses=\count81 + +(/usr/share/texmf/tex/latex/beamer/base/beamerbasedecode.sty +Package: beamerbasedecode 2010/05/01 (rcs-revision efa082c6111d) +\beamer@slideinframe=\count82 +\beamer@minimum=\count83 +) +\beamer@commentbox=\box27 +\beamer@modecount=\count84 +) +(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifpdf.sty +Package: ifpdf 2011/01/30 v2.3 Provides the ifpdf switch (HO) +Package ifpdf Info: pdfTeX in PDF mode is not detected. +) +\headheight=\dimen102 +\headdp=\dimen103 +\footheight=\dimen104 +\sidebarheight=\dimen105 +\beamer@tempdim=\dimen106 +\beamer@finalheight=\dimen107 +\beamer@animht=\dimen108 +\beamer@animdp=\dimen109 +\beamer@animwd=\dimen110 +\beamer@leftmargin=\dimen111 +\beamer@rightmargin=\dimen112 +\beamer@leftsidebar=\dimen113 +\beamer@rightsidebar=\dimen114 +\beamer@boxsize=\dimen115 +\beamer@vboxoffset=\dimen116 +\beamer@descdefault=\dimen117 +\beamer@descriptionwidth=\dimen118 +\beamer@lastskip=\skip41 +\beamer@areabox=\box28 +\beamer@animcurrent=\box29 +\beamer@animshowbox=\box30 +\beamer@sectionbox=\box31 +\beamer@logobox=\box32 +\beamer@linebox=\box33 +\beamer@sectioncount=\count85 +\beamer@subsubsectionmax=\count86 +\beamer@subsectionmax=\count87 +\beamer@sectionmax=\count88 +\beamer@totalheads=\count89 +\beamer@headcounter=\count90 +\beamer@partstartpage=\count91 +\beamer@sectionstartpage=\count92 +\beamer@subsectionstartpage=\count93 +\beamer@animationtempa=\count94 +\beamer@animationtempb=\count95 +\beamer@xpos=\count96 +\beamer@ypos=\count97 +\beamer@showpartnumber=\count98 +\beamer@currentsubsection=\count99 +\beamer@coveringdepth=\count100 +\beamer@sectionadjust=\count101 +\beamer@tocsectionnumber=\count102 + +(/usr/share/texmf/tex/latex/beamer/base/beamerbaseoptions.sty +Package: beamerbaseoptions 2010/04/27 (rcs-revision 982469101dd6) + +(/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty +Package: keyval 1999/03/16 v1.13 key=value parser (DPC) +\KV@toks@=\toks14 +)) +\beamer@paperwidth=\skip42 +\beamer@paperheight=\skip43 + +(/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty +Package: geometry 2010/09/12 v5.6 Page Geometry + +(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifvtex.sty +Package: ifvtex 2010/03/01 v1.5 Detect VTeX and its facilities (HO) +Package ifvtex Info: VTeX not detected. +) +(/usr/share/texlive/texmf-dist/tex/generic/ifxetex/ifxetex.sty +Package: ifxetex 2010/09/12 v0.6 Provides ifxetex conditional +) +\Gm@cnth=\count103 +\Gm@cntv=\count104 +\c@Gm@tempcnt=\count105 +\Gm@bindingoffset=\dimen119 +\Gm@wd@mp=\dimen120 +\Gm@odd@mp=\dimen121 +\Gm@even@mp=\dimen122 +\Gm@layoutwidth=\dimen123 +\Gm@layoutheight=\dimen124 +\Gm@layouthoffset=\dimen125 +\Gm@layoutvoffset=\dimen126 +\Gm@dimlist=\toks15 +) +(/usr/share/texlive/texmf-dist/tex/latex/base/size11.clo +File: size11.clo 2007/10/19 v1.4h Standard LaTeX file (size option) +) +(/usr/share/texmf/tex/latex/pgf/basiclayer/pgfcore.sty +(/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty +Package: graphicx 1999/02/16 v1.0f Enhanced LaTeX Graphics (DPC,SPQR) + +(/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty +Package: graphics 2009/02/05 v1.0o Standard LaTeX Graphics (DPC,SPQR) + +(/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty +Package: trig 1999/03/16 v1.09 sin cos tan (DPC) +) +(/usr/share/texlive/texmf-dist/tex/latex/latexconfig/graphics.cfg +File: graphics.cfg 2010/04/23 v1.9 graphics configuration of TeX Live +) +Package graphics Info: Driver file: xetex.def on input line 91. + +(/usr/share/texlive/texmf-dist/tex/xelatex/xetex-def/xetex.def +File: xetex.def 2013/04/29 v0.96 LaTeX color/graphics driver for XeTeX (RRM/JK) + +)) +\Gin@req@height=\dimen127 +\Gin@req@width=\dimen128 +) +(/usr/share/texmf/tex/latex/pgf/systemlayer/pgfsys.sty +(/usr/share/texmf/tex/latex/pgf/utilities/pgfrcs.sty +(/usr/share/texmf/tex/generic/pgf/utilities/pgfutil-common.tex +\pgfutil@everybye=\toks16 +) +(/usr/share/texmf/tex/generic/pgf/utilities/pgfutil-latex.def +\pgfutil@abb=\box34 + +(/usr/share/texlive/texmf-dist/tex/latex/ms/everyshi.sty +Package: everyshi 2001/05/15 v3.00 EveryShipout Package (MS) +)) +(/usr/share/texmf/tex/generic/pgf/utilities/pgfrcs.code.tex +Package: pgfrcs 2010/10/25 v2.10 (rcs-revision 1.24) +)) +(/usr/share/texmf/tex/generic/pgf/systemlayer/pgfsys.code.tex +Package: pgfsys 2010/06/30 v2.10 (rcs-revision 1.37) + +(/usr/share/texmf/tex/generic/pgf/utilities/pgfkeys.code.tex +\pgfkeys@pathtoks=\toks17 +\pgfkeys@temptoks=\toks18 + +(/usr/share/texmf/tex/generic/pgf/utilities/pgfkeysfiltered.code.tex +\pgfkeys@tmptoks=\toks19 +)) +\pgf@x=\dimen129 +\pgf@y=\dimen130 +\pgf@xa=\dimen131 +\pgf@ya=\dimen132 +\pgf@xb=\dimen133 +\pgf@yb=\dimen134 +\pgf@xc=\dimen135 +\pgf@yc=\dimen136 +\w@pgf@writea=\write3 +\r@pgf@reada=\read1 +\c@pgf@counta=\count106 +\c@pgf@countb=\count107 +\c@pgf@countc=\count108 +\c@pgf@countd=\count109 + +(/usr/share/texmf/tex/generic/pgf/systemlayer/pgf.cfg +File: pgf.cfg 2008/05/14 (rcs-revision 1.7) +) +Package pgfsys Info: Driver file for pgf: pgfsys-xetex.def on input line 900. + +(/usr/share/texmf/tex/generic/pgf/systemlayer/pgfsys-xetex.def +File: pgfsys-xetex.def 2010/02/16 (rcs-revision 1.3) + +(/usr/share/texmf/tex/generic/pgf/systemlayer/pgfsys-common-pdf.def +File: pgfsys-common-pdf.def 2008/05/19 (rcs-revision 1.10) +) +(/usr/share/texmf/tex/generic/pgf/systemlayer/pgfsys-common-pdf-via-dvi.def +File: pgfsys-common-pdf-via-dvi.def 2008/05/19 (rcs-revision 1.7) +))) +(/usr/share/texmf/tex/generic/pgf/systemlayer/pgfsyssoftpath.code.tex +File: pgfsyssoftpath.code.tex 2008/07/18 (rcs-revision 1.7) +\pgfsyssoftpath@smallbuffer@items=\count110 +\pgfsyssoftpath@bigbuffer@items=\count111 +) +(/usr/share/texmf/tex/generic/pgf/systemlayer/pgfsysprotocol.code.tex +File: pgfsysprotocol.code.tex 2006/10/16 (rcs-revision 1.4) +)) +(/usr/share/texmf/tex/latex/xcolor/xcolor.sty +Package: xcolor 2007/01/21 v2.11 LaTeX color extensions (UK) + +(/usr/share/texlive/texmf-dist/tex/latex/latexconfig/color.cfg +File: color.cfg 2007/01/18 v1.5 color configuration of teTeX/TeXLive +) +Package xcolor Info: Driver file: xetex.def on input line 225. + +(/usr/share/texlive/texmf-dist/tex/latex/colortbl/colortbl.sty +Package: colortbl 2012/02/13 v1.0a Color table columns (DPC) + +(/usr/share/texlive/texmf-dist/tex/latex/tools/array.sty +Package: array 2008/09/09 v2.4c Tabular extension package (FMi) +\col@sep=\dimen137 +\extrarowheight=\dimen138 +\NC@list=\toks20 +\extratabsurround=\skip44 +\backup@length=\skip45 +) +\everycr=\toks21 +\minrowclearance=\skip46 +) +\rownum=\count112 +Package xcolor Info: Model `cmy' substituted by `cmy0' on input line 1337. +Package xcolor Info: Model `RGB' extended on input line 1353. +Package xcolor Info: Model `HTML' substituted by `rgb' on input line 1355. +Package xcolor Info: Model `Hsb' substituted by `hsb' on input line 1356. +Package xcolor Info: Model `tHsb' substituted by `hsb' on input line 1357. +Package xcolor Info: Model `HSB' substituted by `hsb' on input line 1358. +Package xcolor Info: Model `Gray' substituted by `gray' on input line 1359. +Package xcolor Info: Model `wave' substituted by `hsb' on input line 1360. + +(/usr/share/texlive/texmf-dist/tex/latex/graphics/dvipsnam.def +File: dvipsnam.def 1999/02/16 v3.0i Driver-dependant file (DPC,SPQR) +) +(/usr/share/texmf/tex/latex/xcolor/svgnam.def +File: svgnam.def 2007/01/21 v2.11 Predefined colors according to SVG 1.1 (UK) +) +(/usr/share/texmf/tex/latex/xcolor/x11nam.def +File: x11nam.def 2007/01/21 v2.11 Predefined colors according to Unix/X11 (UK) +)) +(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcore.code.tex +Package: pgfcore 2010/04/11 v2.10 (rcs-revision 1.7) + +(/usr/share/texmf/tex/generic/pgf/math/pgfmath.code.tex +(/usr/share/texmf/tex/generic/pgf/math/pgfmathcalc.code.tex +(/usr/share/texmf/tex/generic/pgf/math/pgfmathutil.code.tex) +(/usr/share/texmf/tex/generic/pgf/math/pgfmathparser.code.tex +\pgfmath@dimen=\dimen139 +\pgfmath@count=\count113 +\pgfmath@box=\box35 +\pgfmath@toks=\toks22 +\pgfmath@stack@operand=\toks23 +\pgfmath@stack@operation=\toks24 +) +(/usr/share/texmf/tex/generic/pgf/math/pgfmathfunctions.code.tex +(/usr/share/texmf/tex/generic/pgf/math/pgfmathfunctions.basic.code.tex) +(/usr/share/texmf/tex/generic/pgf/math/pgfmathfunctions.trigonometric.code.tex) +(/usr/share/texmf/tex/generic/pgf/math/pgfmathfunctions.random.code.tex) +(/usr/share/texmf/tex/generic/pgf/math/pgfmathfunctions.comparison.code.tex) +(/usr/share/texmf/tex/generic/pgf/math/pgfmathfunctions.base.code.tex) +(/usr/share/texmf/tex/generic/pgf/math/pgfmathfunctions.round.code.tex) +(/usr/share/texmf/tex/generic/pgf/math/pgfmathfunctions.misc.code.tex))) +(/usr/share/texmf/tex/generic/pgf/math/pgfmathfloat.code.tex +\c@pgfmathroundto@lastzeros=\count114 +)) +(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorepoints.code.tex +File: pgfcorepoints.code.tex 2010/04/09 (rcs-revision 1.20) +\pgf@picminx=\dimen140 +\pgf@picmaxx=\dimen141 +\pgf@picminy=\dimen142 +\pgf@picmaxy=\dimen143 +\pgf@pathminx=\dimen144 +\pgf@pathmaxx=\dimen145 +\pgf@pathminy=\dimen146 +\pgf@pathmaxy=\dimen147 +\pgf@xx=\dimen148 +\pgf@xy=\dimen149 +\pgf@yx=\dimen150 +\pgf@yy=\dimen151 +\pgf@zx=\dimen152 +\pgf@zy=\dimen153 +) +(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorepathconstruct.code.tex +File: pgfcorepathconstruct.code.tex 2010/08/03 (rcs-revision 1.24) +\pgf@path@lastx=\dimen154 +\pgf@path@lasty=\dimen155 +) +(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorepathusage.code.tex +File: pgfcorepathusage.code.tex 2008/04/22 (rcs-revision 1.12) +\pgf@shorten@end@additional=\dimen156 +\pgf@shorten@start@additional=\dimen157 +) +(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorescopes.code.tex +File: pgfcorescopes.code.tex 2010/09/08 (rcs-revision 1.34) +\pgfpic=\box36 +\pgf@hbox=\box37 +\pgf@layerbox@main=\box38 +\pgf@picture@serial@count=\count115 +) +(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcoregraphicstate.code.tex +File: pgfcoregraphicstate.code.tex 2008/04/22 (rcs-revision 1.9) +\pgflinewidth=\dimen158 +) +(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcoretransformations.code.tex +File: pgfcoretransformations.code.tex 2009/06/10 (rcs-revision 1.11) +\pgf@pt@x=\dimen159 +\pgf@pt@y=\dimen160 +\pgf@pt@temp=\dimen161 +) +(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorequick.code.tex +File: pgfcorequick.code.tex 2008/10/09 (rcs-revision 1.3) +) +(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcoreobjects.code.tex +File: pgfcoreobjects.code.tex 2006/10/11 (rcs-revision 1.2) +) +(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorepathprocessing.code.tex +File: pgfcorepathprocessing.code.tex 2008/10/09 (rcs-revision 1.8) +) +(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorearrows.code.tex +File: pgfcorearrows.code.tex 2008/04/23 (rcs-revision 1.11) +) +(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcoreshade.code.tex +File: pgfcoreshade.code.tex 2008/11/23 (rcs-revision 1.13) +\pgf@max=\dimen162 +\pgf@sys@shading@range@num=\count116 +) +(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcoreimage.code.tex +File: pgfcoreimage.code.tex 2010/03/25 (rcs-revision 1.16) + +(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcoreexternal.code.tex +File: pgfcoreexternal.code.tex 2010/09/01 (rcs-revision 1.17) +\pgfexternal@startupbox=\box39 +)) +(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorelayers.code.tex +File: pgfcorelayers.code.tex 2010/08/27 (rcs-revision 1.2) +) +(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcoretransparency.code.tex +File: pgfcoretransparency.code.tex 2008/01/17 (rcs-revision 1.2) +) +(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorepatterns.code.tex +File: pgfcorepatterns.code.tex 2009/07/02 (rcs-revision 1.3) +))) +(/usr/share/texmf/tex/latex/pgf/utilities/xxcolor.sty +Package: xxcolor 2003/10/24 ver 0.1 +\XC@nummixins=\count117 +\XC@countmixins=\count118 +) +(/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty +Package: hyperref 2012/11/06 v6.83m Hypertext links for LaTeX + +(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/hobsub-hyperref.sty +Package: hobsub-hyperref 2012/05/28 v1.13 Bundle oberdiek, subset hyperref (HO) + + +(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/hobsub-generic.sty +Package: hobsub-generic 2012/05/28 v1.13 Bundle oberdiek, subset generic (HO) +Package: hobsub 2012/05/28 v1.13 Construct package bundles (HO) +Package: infwarerr 2010/04/08 v1.3 Providing info/warning/error messages (HO) +Package: ltxcmds 2011/11/09 v1.22 LaTeX kernel commands for general use (HO) +Package: ifluatex 2010/03/01 v1.3 Provides the ifluatex switch (HO) +Package ifluatex Info: LuaTeX not detected. +Package hobsub Info: Skipping package `ifvtex' (already loaded). +Package: intcalc 2007/09/27 v1.1 Expandable calculations with integers (HO) +Package hobsub Info: Skipping package `ifpdf' (already loaded). +Package: etexcmds 2011/02/16 v1.5 Avoid name clashes with e-TeX commands (HO) +Package etexcmds Info: Could not find \expanded. +(etexcmds) That can mean that you are not using pdfTeX 1.50 or +(etexcmds) that some package has redefined \expanded. +(etexcmds) In the latter case, load this package earlier. +Package: kvsetkeys 2012/04/25 v1.16 Key value parser (HO) +Package: kvdefinekeys 2011/04/07 v1.3 Define keys (HO) +Package: pdftexcmds 2011/11/29 v0.20 Utility functions of pdfTeX for LuaTeX (HO +) +Package pdftexcmds Info: LuaTeX not detected. +Package pdftexcmds Info: pdfTeX >= 1.30 not detected. +Package pdftexcmds Info: \pdf@primitive is available. +Package pdftexcmds Info: \pdf@ifprimitive is available. +Package pdftexcmds Info: \pdfdraftmode not found. +Package: pdfescape 2011/11/25 v1.13 Implements pdfTeX's escape features (HO) +Package: bigintcalc 2012/04/08 v1.3 Expandable calculations on big integers (HO +) +Package: bitset 2011/01/30 v1.1 Handle bit-vector datatype (HO) +Package: uniquecounter 2011/01/30 v1.2 Provide unlimited unique counter (HO) +) +Package hobsub Info: Skipping package `hobsub' (already loaded). +Package: letltxmacro 2010/09/02 v1.4 Let assignment for LaTeX macros (HO) +Package: hopatch 2012/05/28 v1.2 Wrapper for package hooks (HO) +Package: xcolor-patch 2011/01/30 xcolor patch +Package: atveryend 2011/06/30 v1.8 Hooks at the very end of document (HO) +Package atveryend Info: \enddocument detected (standard20110627). +Package: atbegshi 2011/10/05 v1.16 At begin shipout hook (HO) +Package: refcount 2011/10/16 v3.4 Data extraction from label references (HO) +Package: hycolor 2011/01/30 v1.7 Color options for hyperref/bookmark (HO) +) +(/usr/share/texlive/texmf-dist/tex/latex/oberdiek/auxhook.sty +Package: auxhook 2011/03/04 v1.3 Hooks for auxiliary files (HO) +) +(/usr/share/texlive/texmf-dist/tex/latex/oberdiek/kvoptions.sty +Package: kvoptions 2011/06/30 v3.11 Key value format for package options (HO) +) +\@linkdim=\dimen163 +\Hy@linkcounter=\count119 +\Hy@pagecounter=\count120 + +(/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def +File: pd1enc.def 2012/11/06 v6.83m Hyperref: PDFDocEncoding definition (HO) +) +\Hy@SavedSpaceFactor=\count121 + +(/usr/share/texlive/texmf-dist/tex/latex/latexconfig/hyperref.cfg +File: hyperref.cfg 2002/06/06 v1.2 hyperref configuration of TeXLive +) +Package hyperref Info: Option `bookmarks' set `true' on input line 4319. +Package hyperref Info: Option `bookmarksopen' set `true' on input line 4319. +Package hyperref Info: Option `implicit' set `false' on input line 4319. +Package hyperref Info: Hyper figures OFF on input line 4443. +Package hyperref Info: Link nesting OFF on input line 4448. +Package hyperref Info: Hyper index ON on input line 4451. +Package hyperref Info: Plain pages OFF on input line 4458. +Package hyperref Info: Backreferencing OFF on input line 4463. +Package hyperref Info: Implicit mode OFF; no redefinition of LaTeX internals. +Package hyperref Info: Bookmarks ON on input line 4688. +\c@Hy@tempcnt=\count122 + +(/usr/share/texlive/texmf-dist/tex/latex/url/url.sty +\Urlmuskip=\muskip10 +Package: url 2013/09/16 ver 3.4 Verb mode for urls, etc. +) +LaTeX Info: Redefining \url on input line 5041. +\XeTeXLinkMargin=\dimen164 +\Fld@menulength=\count123 +\Field@Width=\dimen165 +\Fld@charsize=\dimen166 +Package hyperref Info: Hyper figures OFF on input line 6295. +Package hyperref Info: Link nesting OFF on input line 6300. +Package hyperref Info: Hyper index ON on input line 6303. +Package hyperref Info: backreferencing OFF on input line 6310. +Package hyperref Info: Link coloring OFF on input line 6315. +Package hyperref Info: Link coloring with OCG OFF on input line 6320. +Package hyperref Info: PDF/A mode OFF on input line 6325. +LaTeX Info: Redefining \ref on input line 6365. +LaTeX Info: Redefining \pageref on input line 6369. +\Hy@abspage=\count124 + + +Package hyperref Message: Stopped early. + +) + +Package hyperref Message: Driver (autodetected): hxetex. + +(/usr/share/texlive/texmf-dist/tex/latex/hyperref/hxetex.def +File: hxetex.def 2012/11/06 v6.83m Hyperref driver for XeTeX + +(/usr/share/texlive/texmf-dist/tex/latex/hyperref/puenc.def +File: puenc.def 2012/11/06 v6.83m Hyperref: PDF Unicode definition (HO) +) +(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/stringenc.sty +Package: stringenc 2011/12/02 v1.10 Convert strings between diff. encodings (HO +) +) +\pdfm@box=\box40 +\c@Hy@AnnotLevel=\count125 +\HyField@AnnotCount=\count126 +\Fld@listcount=\count127 +\c@bookmark@seq@number=\count128 + +(/usr/share/texlive/texmf-dist/tex/latex/oberdiek/rerunfilecheck.sty +Package: rerunfilecheck 2011/04/15 v1.7 Rerun checks for auxiliary files (HO) +Package rerunfilecheck Info: Feature \pdfmdfivesum is not available +(rerunfilecheck) (e.g. pdfTeX or LuaTeX with package `pdftexcmds'). + +(rerunfilecheck) Therefore file contents cannot be checked efficien +tly +(rerunfilecheck) and the loading of the package is aborted. +)) +(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/se-ascii-print.def +File: se-ascii-print.def 2011/12/02 v1.10 stringenc: Printable ASCII characters + +) +(/usr/share/texmf/tex/latex/beamer/base/beamerbaserequires.sty +Package: beamerbaserequires 2010/05/01 (rcs-revision efa082c6111d) + +(/usr/share/texmf/tex/latex/beamer/base/beamerbasecompatibility.sty +Package: beamerbasecompatibility 2012/05/01 (rcs-revision 67c48b3b652d) +) +(/usr/share/texmf/tex/latex/beamer/base/beamerbasefont.sty +Package: beamerbasefont 2012/09/19 (rcs-revision 733629cd0c6c) + +(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty +Package: amssymb 2013/01/14 v3.01 AMS font symbols + +(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty +Package: amsfonts 2013/01/14 v3.01 Basic AMSFonts support +\@emptytoks=\toks25 +\symAMSa=\mathgroup4 +\symAMSb=\mathgroup5 +LaTeX Font Info: Overwriting math alphabet `\mathfrak' in version `bold' +(Font) U/euf/m/n --> U/euf/b/n on input line 106. +))) +(/usr/share/texmf/tex/latex/beamer/base/beamerbasetranslator.sty +Package: beamerbasetranslator 2010/06/11 (rcs-revision 85fd1cc7fc42) + +(/usr/share/texmf/tex/latex/beamer/base/translator/translator.sty +Package: translator 2010/06/12 ver 1.10 + +(/usr/share/texmf/tex/latex/beamer/base/translator/translator-language-mappings +.tex))) (/usr/share/texmf/tex/latex/beamer/base/beamerbasemisc.sty +Package: beamerbasemisc 2012/02/24 (rcs-revision 2ff5461be705) +) +(/usr/share/texmf/tex/latex/beamer/base/beamerbasetwoscreens.sty +Package: beamerbasetwoscreens 2010/05/01 (rcs-revision efa082c6111d) +) +(/usr/share/texmf/tex/latex/beamer/base/beamerbaseoverlay.sty +Package: beamerbaseoverlay 2012/11/11 (rcs-revision 6afbc49b1109) +\beamer@argscount=\count129 +\beamer@lastskipcover=\skip47 +\beamer@trivlistdepth=\count130 +) +(/usr/share/texmf/tex/latex/beamer/base/beamerbasetitle.sty +Package: beamerbasetitle 2010/09/21 (rcs-revision f0446ed0b6ae) +) +(/usr/share/texmf/tex/latex/beamer/base/beamerbasesection.sty +Package: beamerbasesection 2012/11/11 (rcs-revision 0056eef6f17f) +\c@lecture=\count131 +\c@part=\count132 +\c@section=\count133 +\c@subsection=\count134 +\c@subsubsection=\count135 +) +(/usr/share/texmf/tex/latex/beamer/base/beamerbaseframe.sty +Package: beamerbaseframe 2012/09/13 (rcs-revision dcd846607320) +\beamer@framebox=\box41 +\beamer@frametitlebox=\box42 +\beamer@zoombox=\box43 +\beamer@zoomcount=\count136 +\beamer@zoomframecount=\count137 +\beamer@frametextheight=\dimen167 +\c@subsectionslide=\count138 +\beamer@frametopskip=\skip48 +\beamer@framebottomskip=\skip49 +\beamer@frametopskipautobreak=\skip50 +\beamer@framebottomskipautobreak=\skip51 +\beamer@envbody=\toks26 +\framewidth=\dimen168 +\c@framenumber=\count139 +) +(/usr/share/texmf/tex/latex/beamer/base/beamerbaseverbatim.sty +Package: beamerbaseverbatim 2012/08/30 (rcs-revision dfdb135076b3) +\beamer@verbatimfileout=\write4 +) +(/usr/share/texmf/tex/latex/beamer/base/beamerbaseframesize.sty +Package: beamerbaseframesize 2011/09/12 (rcs-revision 70f9d8411e54) +\beamer@splitbox=\box44 +\beamer@autobreakcount=\count140 +\beamer@autobreaklastheight=\dimen169 +\beamer@frametitletoks=\toks27 +\beamer@framesubtitletoks=\toks28 +) +(/usr/share/texmf/tex/latex/beamer/base/beamerbaseframecomponents.sty +Package: beamerbaseframecomponents 2012/09/13 (rcs-revision dcd846607320) +\beamer@footins=\box45 +) +(/usr/share/texmf/tex/latex/beamer/base/beamerbasecolor.sty +Package: beamerbasecolor 2010/06/06 (rcs-revision d1a9b48be06d) +) +(/usr/share/texmf/tex/latex/beamer/base/beamerbasenotes.sty +Package: beamerbasenotes 2010/05/01 (rcs-revision efa082c6111d) +\beamer@frameboxcopy=\box46 +) +(/usr/share/texmf/tex/latex/beamer/base/beamerbasetoc.sty +Package: beamerbasetoc 2012/10/02 (rcs-revision 5ed0f4010e8a) +) +(/usr/share/texmf/tex/latex/beamer/base/beamerbasetemplates.sty +Package: beamerbasetemplates 2010/05/01 (rcs-revision efa082c6111d) +\beamer@sbttoks=\toks29 + +(/usr/share/texmf/tex/latex/beamer/base/beamerbaseauxtemplates.sty +Package: beamerbaseauxtemplates 2012/05/01 (rcs-revision 67c48b3b652d) + +(/usr/share/texmf/tex/latex/beamer/base/beamerbaseboxes.sty +Package: beamerbaseboxes 2012/05/13 (rcs-revision 56972908a390) +\bmb@box=\box47 +\bmb@colorbox=\box48 +\bmb@boxshadow=\box49 +\bmb@boxshadowball=\box50 +\bmb@boxshadowballlarge=\box51 +\bmb@temp=\dimen170 +\bmb@dima=\dimen171 +\bmb@dimb=\dimen172 +\bmb@prevheight=\dimen173 +) +\beamer@blockheadheight=\dimen174 +)) +(/usr/share/texmf/tex/latex/beamer/base/beamerbaselocalstructure.sty +Package: beamerbaselocalstructure 2012/11/13 (rcs-revision ddfba79dac19) + +(/usr/share/texlive/texmf-dist/tex/latex/tools/enumerate.sty +Package: enumerate 1999/03/05 v3.00 enumerate extensions (DPC) +\@enLab=\toks30 +) +\c@figure=\count141 +\c@table=\count142 +\abovecaptionskip=\skip52 +\belowcaptionskip=\skip53 +) +(/usr/share/texmf/tex/latex/beamer/base/beamerbasenavigation.sty +Package: beamerbasenavigation 2012/04/03 (rcs-revision 42a0f21a412d) +\beamer@section@min@dim=\dimen175 +) +(/usr/share/texmf/tex/latex/beamer/base/beamerbasetheorems.sty +Package: beamerbasetheorems 2010/06/06 (rcs-revision 7e7cc5e53e9d) + +(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty +Package: amsmath 2013/01/14 v2.14 AMS math features +\@mathmargin=\skip54 + +For additional information on amsmath, use the `?' option. +(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty +Package: amstext 2000/06/29 v2.01 + +(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty +File: amsgen.sty 1999/11/30 v2.0 +\@emptytoks=\toks31 +\ex@=\dimen176 +)) +(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty +Package: amsbsy 1999/11/29 v1.2d +\pmbraise@=\dimen177 +) +(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty +Package: amsopn 1999/12/14 v2.01 operator names +) +\inf@bad=\count143 +LaTeX Info: Redefining \frac on input line 210. +\uproot@=\count144 +\leftroot@=\count145 +LaTeX Info: Redefining \overline on input line 306. +\classnum@=\count146 +\DOTSCASE@=\count147 +LaTeX Info: Redefining \ldots on input line 378. +LaTeX Info: Redefining \dots on input line 381. +LaTeX Info: Redefining \cdots on input line 466. +\Mathstrutbox@=\box52 +\strutbox@=\box53 +\big@size=\dimen178 +LaTeX Font Info: Redeclaring font encoding OML on input line 566. +LaTeX Font Info: Redeclaring font encoding OMS on input line 567. +\macc@depth=\count148 +\c@MaxMatrixCols=\count149 +\dotsspace@=\muskip11 +\c@parentequation=\count150 +\dspbrk@lvl=\count151 +\tag@help=\toks32 +\row@=\count152 +\column@=\count153 +\maxfields@=\count154 +\andhelp@=\toks33 +\eqnshift@=\dimen179 +\alignsep@=\dimen180 +\tagshift@=\dimen181 +\tagwidth@=\dimen182 +\totwidth@=\dimen183 +\lineht@=\dimen184 +\@envbody=\toks34 +\multlinegap=\skip55 +\multlinetaggap=\skip56 +\mathdisplay@stack=\toks35 +LaTeX Info: Redefining \[ on input line 2665. +LaTeX Info: Redefining \] on input line 2666. +) +(/usr/share/texlive/texmf-dist/tex/latex/amscls/amsthm.sty +Package: amsthm 2004/08/06 v2.20 +\thm@style=\toks36 +\thm@bodyfont=\toks37 +\thm@headfont=\toks38 +\thm@notefont=\toks39 +\thm@headpunct=\toks40 +\thm@preskip=\skip57 +\thm@postskip=\skip58 +\thm@headsep=\skip59 +\dth@everypar=\toks41 +) +\c@theorem=\count155 +) +(/usr/share/texmf/tex/latex/beamer/base/beamerbasethemes.sty +Package: beamerbasethemes 2010/05/01 (rcs-revision efa082c6111d) +)) +(/usr/share/texmf/tex/latex/beamer/base/themes/theme/beamerthemedefault.sty +Package: beamerthemedefault 2010/06/17 (rcs-revision d02a7cf4d8ae) + +(/usr/share/texmf/tex/latex/beamer/base/themes/font/beamerfontthemedefault.sty +Package: beamerfontthemedefault 2010/06/17 (rcs-revision d02a7cf4d8ae) +) +(/usr/share/texmf/tex/latex/beamer/base/themes/color/beamercolorthemedefault.st +y +Package: beamercolorthemedefault 2010/06/17 (rcs-revision d02a7cf4d8ae) +) +(/usr/share/texmf/tex/latex/beamer/base/themes/inner/beamerinnerthemedefault.st +y +Package: beamerinnerthemedefault 2012/05/01 (rcs-revision 67c48b3b652d) +\beamer@dima=\dimen185 +\beamer@dimb=\dimen186 +) +(/usr/share/texmf/tex/latex/beamer/base/themes/outer/beamerouterthemedefault.st +y +Package: beamerouterthemedefault 2012/10/02 (rcs-revision 5ed0f4010e8a) +))) (/usr/share/texlive/texmf-dist/tex/generic/babel/babel.sty +Package: babel 2013/12/03 3.9h The Babel package + +(/usr/share/texlive/texmf-dist/tex/generic/babel-english/english.ldf +Language: english 2012/08/20 v3.3p English support from the babel system + +(/usr/share/texlive/texmf-dist/tex/generic/babel/babel.def +File: babel.def 2013/12/03 3.9h Babel common definitions +LaTeX Info: Redefining \textlatin on input line 137. +\babel@savecnt=\count156 +\U@D=\dimen187 + +(/usr/share/texlive/texmf-dist/tex/generic/babel/xebabel.def)) +\l@canadian = a dialect from \language\l@american +\l@australian = a dialect from \language\l@british +\l@newzealand = a dialect from \language\l@british +)) +(/usr/share/texlive/texmf-dist/tex/latex/polski/polski.sty +Package: polski 2008/02/24 v1.3.3 Polish language package + +Document language package `polski' v1.3.3 <2008/02/24> + Switching to Polish text encoding and Polish maths fonts. +(/usr/share/texlive/texmf-dist/tex/latex/base/ot4enc.def +File: ot4enc.def 2005/09/27 v1.99g Standard LaTeX file +) +LaTeX Font Info: Try loading font information for OT4+cmss on input line 346 +. + +(/usr/share/texlive/texmf-dist/tex/latex/polski/ot4cmss.fd +File: ot4cmss.fd 2008/02/24 v1.2.1 Font defs for fonts PL (MW) +) +LaTeX Font Info: Overwriting math alphabet `\mathbf' in version `normal' +(Font) OT1/cmr/bx/n --> OT4/cmr/bx/n on input line 346. +LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `normal' +(Font) OT1/cmss/m/n --> OT4/cmss/m/n on input line 346. +LaTeX Font Info: Overwriting math alphabet `\mathit' in version `normal' +(Font) OT1/cmr/m/it --> OT4/cmr/m/it on input line 346. +LaTeX Font Info: Overwriting math alphabet `\mathtt' in version `normal' +(Font) OT1/cmtt/m/n --> OT4/cmtt/m/n on input line 346. +LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `bold' +(Font) OT1/cmss/bx/n --> OT4/cmss/bx/n on input line 346. +LaTeX Font Info: Overwriting math alphabet `\mathit' in version `bold' +(Font) OT1/cmr/bx/it --> OT4/cmr/bx/it on input line 346. +LaTeX Font Info: Encoding `OT1' has changed to `OT4' for symbol font +(Font) `operators' in the math version `normal' on input line 346. + +LaTeX Font Info: Overwriting symbol font `operators' in version `normal' +(Font) OT1/cmr/m/n --> OT4/cmr/m/n on input line 346. +LaTeX Font Info: Overwriting symbol font `letters' in version `normal' +(Font) OML/cmm/m/it --> OML/plm/m/it on input line 346. +LaTeX Font Info: Overwriting symbol font `symbols' in version `normal' +(Font) OMS/cmsy/m/n --> OMS/plsy/m/n on input line 346. +LaTeX Font Info: Overwriting symbol font `largesymbols' in version `normal' +(Font) OMX/cmex/m/n --> OMX/plex/m/n on input line 346. +LaTeX Font Info: Encoding `OT1' has changed to `OT4' for symbol font +(Font) `operators' in the math version `bold' on input line 346. +LaTeX Font Info: Overwriting symbol font `operators' in version `bold' +(Font) OT1/cmr/bx/n --> OT4/cmr/bx/n on input line 346. +LaTeX Font Info: Overwriting symbol font `letters' in version `bold' +(Font) OML/cmm/b/it --> OML/plm/b/it on input line 346. +LaTeX Font Info: Overwriting symbol font `symbols' in version `bold' +(Font) OMS/cmsy/b/n --> OMS/plsy/b/n on input line 346. +) +(./beamerthemeFlip.sty (./beamerinnerthemeFlip.sty +\beamer@Flip@normalmargin=\skip60 +) (./beamerouterthemeFlip.sty (/usr/share/texmf/tex/latex/pgf/frontendlayer/tik +z.sty +(/usr/share/texmf/tex/latex/pgf/basiclayer/pgf.sty +Package: pgf 2008/01/15 v2.10 (rcs-revision 1.12) + +(/usr/share/texmf/tex/generic/pgf/modules/pgfmoduleshapes.code.tex +File: pgfmoduleshapes.code.tex 2010/09/09 (rcs-revision 1.13) +\pgfnodeparttextbox=\box54 +) +(/usr/share/texmf/tex/generic/pgf/modules/pgfmoduleplot.code.tex +File: pgfmoduleplot.code.tex 2010/10/22 (rcs-revision 1.8) +) +(/usr/share/texmf/tex/latex/pgf/compatibility/pgfcomp-version-0-65.sty +Package: pgfcomp-version-0-65 2007/07/03 v2.10 (rcs-revision 1.7) +\pgf@nodesepstart=\dimen188 +\pgf@nodesepend=\dimen189 +) +(/usr/share/texmf/tex/latex/pgf/compatibility/pgfcomp-version-1-18.sty +Package: pgfcomp-version-1-18 2007/07/23 v2.10 (rcs-revision 1.1) +)) +(/usr/share/texmf/tex/latex/pgf/utilities/pgffor.sty +(/usr/share/texmf/tex/latex/pgf/utilities/pgfkeys.sty +(/usr/share/texmf/tex/generic/pgf/utilities/pgfkeys.code.tex)) +(/usr/share/texmf/tex/generic/pgf/utilities/pgffor.code.tex +Package: pgffor 2010/03/23 v2.10 (rcs-revision 1.18) +\pgffor@iter=\dimen190 +\pgffor@skip=\dimen191 +\pgffor@stack=\toks42 +\pgffor@toks=\toks43 +)) +(/usr/share/texmf/tex/generic/pgf/frontendlayer/tikz/tikz.code.tex +Package: tikz 2010/10/13 v2.10 (rcs-revision 1.76) + +(/usr/share/texmf/tex/generic/pgf/libraries/pgflibraryplothandlers.code.tex +File: pgflibraryplothandlers.code.tex 2010/05/31 v2.10 (rcs-revision 1.15) +\pgf@plot@mark@count=\count157 +\pgfplotmarksize=\dimen192 +) +\tikz@lastx=\dimen193 +\tikz@lasty=\dimen194 +\tikz@lastxsaved=\dimen195 +\tikz@lastysaved=\dimen196 +\tikzleveldistance=\dimen197 +\tikzsiblingdistance=\dimen198 +\tikz@figbox=\box55 +\tikz@tempbox=\box56 +\tikztreelevel=\count158 +\tikznumberofchildren=\count159 +\tikznumberofcurrentchild=\count160 +\tikz@fig@count=\count161 + +(/usr/share/texmf/tex/generic/pgf/modules/pgfmodulematrix.code.tex +File: pgfmodulematrix.code.tex 2010/08/24 (rcs-revision 1.4) +\pgfmatrixcurrentrow=\count162 +\pgfmatrixcurrentcolumn=\count163 +\pgf@matrix@numberofcolumns=\count164 +) +\tikz@expandcount=\count165 + +(/usr/share/texmf/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarytopat +hs.code.tex +File: tikzlibrarytopaths.code.tex 2008/06/17 v2.10 (rcs-revision 1.2) +)))) (./beamercolorthemeFlip.sty)) +(/usr/share/texlive/texmf-dist/tex/latex/berenisadf/berenis.sty +Package: berenis 2013/11/20 v2.0 berenis + +(/usr/share/texlive/texmf-dist/tex/latex/xkeyval/xkeyval.sty +Package: xkeyval 2012/10/14 v2.6b package option processing (HA) + +(/usr/share/texlive/texmf-dist/tex/generic/xkeyval/xkeyval.tex +\XKV@toks=\toks44 +\XKV@tempa@toks=\toks45 +\XKV@depth=\count166 +File: xkeyval.tex 2012/10/14 v2.6b key=value parser (HA) +)) +(/usr/share/texlive/texmf-dist/tex/latex/nfssext-cfr/nfssext-cfr.sty +Package: nfssext-cfr 2008/11/08 specially mangled by cfr; based on 2003/03/14 v +1.2 Experimental NFSS Extensions + +(/usr/share/texlive/texmf-dist/tex/latex/base/ifthen.sty +Package: ifthen 2001/05/26 v1.1c Standard LaTeX ifthen package (DPC) +) +\c@taken=\count167 +LaTeX Info: Redefining \itshape on input line 503. +LaTeX Info: Redefining \scshape on input line 511. +LaTeX Info: Redefining \upshape on input line 525. +LaTeX Info: Redefining \textin on input line 537. +LaTeX Info: Redefining \textscu on input line 567. +) +(/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty +Package: fontenc 2005/09/27 v1.99g Standard LaTeX package + +(/usr/share/texlive/texmf-dist/tex/latex/ly1/ly1enc.def +File: ly1enc.def 2009/07/22 v0.7 TeX 'n ANSI encoding (DPC/KB) +) +LaTeX Font Info: Try loading font information for LY1+ptm on input line 100. + + +(/usr/share/texlive/texmf-dist/tex/latex/ly1/ly1ptm.fd +File: ly1ptm.fd 2001/02/01 font definitions for LY1/ptm using Berry names. +))) +(/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty +Package: fontenc 2005/09/27 v1.99g Standard LaTeX package + +(/usr/share/texlive/texmf-dist/tex/latex/ly1/ly1enc.def +File: ly1enc.def 2009/07/22 v0.7 TeX 'n ANSI encoding (DPC/KB) +LaTeX Font Info: Redeclaring font encoding LY1 on input line 11. +)) +(/usr/share/texlive/texmf-dist/tex/latex/base/inputenc.sty +Package: inputenc 2008/03/30 v1.1d Input encoding file +\inpenc@prehook=\toks46 +\inpenc@posthook=\toks47 + +(/usr/share/texlive/texmf-dist/tex/latex/base/utf8.def +File: utf8.def 2008/04/05 v1.1m UTF-8 support for inputenc +Now handling font encoding OML ... +... no UTF-8 mapping file for font encoding OML +Now handling font encoding T1 ... +... processing UTF-8 mapping file for font encoding T1 + +(/usr/share/texlive/texmf-dist/tex/latex/base/t1enc.dfu +File: t1enc.dfu 2008/04/05 v1.1m UTF-8 support for inputenc + defining Unicode char U+00A1 (decimal 161) + defining Unicode char U+00A3 (decimal 163) + defining Unicode char U+00AB (decimal 171) + defining Unicode char U+00BB (decimal 187) + defining Unicode char U+00BF (decimal 191) + defining Unicode char U+00C0 (decimal 192) + defining Unicode char U+00C1 (decimal 193) + defining Unicode char U+00C2 (decimal 194) + defining Unicode char U+00C3 (decimal 195) + defining Unicode char U+00C4 (decimal 196) + defining Unicode char U+00C5 (decimal 197) + defining Unicode char U+00C6 (decimal 198) + defining Unicode char U+00C7 (decimal 199) + defining Unicode char U+00C8 (decimal 200) + defining Unicode char U+00C9 (decimal 201) + defining Unicode char U+00CA (decimal 202) + defining Unicode char U+00CB (decimal 203) + defining Unicode char U+00CC (decimal 204) + defining Unicode char U+00CD (decimal 205) + defining Unicode char U+00CE (decimal 206) + defining Unicode char U+00CF (decimal 207) + defining Unicode char U+00D0 (decimal 208) + defining Unicode char U+00D1 (decimal 209) + defining Unicode char U+00D2 (decimal 210) + defining Unicode char U+00D3 (decimal 211) + defining Unicode char U+00D4 (decimal 212) + defining Unicode char U+00D5 (decimal 213) + defining Unicode char U+00D6 (decimal 214) + defining Unicode char U+00D8 (decimal 216) + defining Unicode char U+00D9 (decimal 217) + defining Unicode char U+00DA (decimal 218) + defining Unicode char U+00DB (decimal 219) + defining Unicode char U+00DC (decimal 220) + defining Unicode char U+00DD (decimal 221) + defining Unicode char U+00DE (decimal 222) + defining Unicode char U+00DF (decimal 223) + defining Unicode char U+00E0 (decimal 224) + defining Unicode char U+00E1 (decimal 225) + defining Unicode char U+00E2 (decimal 226) + defining Unicode char U+00E3 (decimal 227) + defining Unicode char U+00E4 (decimal 228) + defining Unicode char U+00E5 (decimal 229) + defining Unicode char U+00E6 (decimal 230) + defining Unicode char U+00E7 (decimal 231) + defining Unicode char U+00E8 (decimal 232) + defining Unicode char U+00E9 (decimal 233) + defining Unicode char U+00EA (decimal 234) + defining Unicode char U+00EB (decimal 235) + defining Unicode char U+00EC (decimal 236) + defining Unicode char U+00ED (decimal 237) + defining Unicode char U+00EE (decimal 238) + defining Unicode char U+00EF (decimal 239) + defining Unicode char U+00F0 (decimal 240) + defining Unicode char U+00F1 (decimal 241) + defining Unicode char U+00F2 (decimal 242) + defining Unicode char U+00F3 (decimal 243) + defining Unicode char U+00F4 (decimal 244) + defining Unicode char U+00F5 (decimal 245) + defining Unicode char U+00F6 (decimal 246) + defining Unicode char U+00F8 (decimal 248) + defining Unicode char U+00F9 (decimal 249) + defining Unicode char U+00FA (decimal 250) + defining Unicode char U+00FB (decimal 251) + defining Unicode char U+00FC (decimal 252) + defining Unicode char U+00FD (decimal 253) + defining Unicode char U+00FE (decimal 254) + defining Unicode char U+00FF (decimal 255) + defining Unicode char U+0102 (decimal 258) + defining Unicode char U+0103 (decimal 259) + defining Unicode char U+0104 (decimal 260) + defining Unicode char U+0105 (decimal 261) + defining Unicode char U+0106 (decimal 262) + defining Unicode char U+0107 (decimal 263) + defining Unicode char U+010C (decimal 268) + defining Unicode char U+010D (decimal 269) + defining Unicode char U+010E (decimal 270) + defining Unicode char U+010F (decimal 271) + defining Unicode char U+0110 (decimal 272) + defining Unicode char U+0111 (decimal 273) + defining Unicode char U+0118 (decimal 280) + defining Unicode char U+0119 (decimal 281) + defining Unicode char U+011A (decimal 282) + defining Unicode char U+011B (decimal 283) + defining Unicode char U+011E (decimal 286) + defining Unicode char U+011F (decimal 287) + defining Unicode char U+0130 (decimal 304) + defining Unicode char U+0131 (decimal 305) + defining Unicode char U+0132 (decimal 306) + defining Unicode char U+0133 (decimal 307) + defining Unicode char U+0139 (decimal 313) + defining Unicode char U+013A (decimal 314) + defining Unicode char U+013D (decimal 317) + defining Unicode char U+013E (decimal 318) + defining Unicode char U+0141 (decimal 321) + defining Unicode char U+0142 (decimal 322) + defining Unicode char U+0143 (decimal 323) + defining Unicode char U+0144 (decimal 324) + defining Unicode char U+0147 (decimal 327) + defining Unicode char U+0148 (decimal 328) + defining Unicode char U+014A (decimal 330) + defining Unicode char U+014B (decimal 331) + defining Unicode char U+0150 (decimal 336) + defining Unicode char U+0151 (decimal 337) + defining Unicode char U+0152 (decimal 338) + defining Unicode char U+0153 (decimal 339) + defining Unicode char U+0154 (decimal 340) + defining Unicode char U+0155 (decimal 341) + defining Unicode char U+0158 (decimal 344) + defining Unicode char U+0159 (decimal 345) + defining Unicode char U+015A (decimal 346) + defining Unicode char U+015B (decimal 347) + defining Unicode char U+015E (decimal 350) + defining Unicode char U+015F (decimal 351) + defining Unicode char U+0160 (decimal 352) + defining Unicode char U+0161 (decimal 353) + defining Unicode char U+0162 (decimal 354) + defining Unicode char U+0163 (decimal 355) + defining Unicode char U+0164 (decimal 356) + defining Unicode char U+0165 (decimal 357) + defining Unicode char U+016E (decimal 366) + defining Unicode char U+016F (decimal 367) + defining Unicode char U+0170 (decimal 368) + defining Unicode char U+0171 (decimal 369) + defining Unicode char U+0178 (decimal 376) + defining Unicode char U+0179 (decimal 377) + defining Unicode char U+017A (decimal 378) + defining Unicode char U+017B (decimal 379) + defining Unicode char U+017C (decimal 380) + defining Unicode char U+017D (decimal 381) + defining Unicode char U+017E (decimal 382) + defining Unicode char U+200C (decimal 8204) + defining Unicode char U+2013 (decimal 8211) + defining Unicode char U+2014 (decimal 8212) + defining Unicode char U+2018 (decimal 8216) + defining Unicode char U+2019 (decimal 8217) + defining Unicode char U+201A (decimal 8218) + defining Unicode char U+201C (decimal 8220) + defining Unicode char U+201D (decimal 8221) + defining Unicode char U+201E (decimal 8222) + defining Unicode char U+2030 (decimal 8240) + defining Unicode char U+2031 (decimal 8241) + defining Unicode char U+2039 (decimal 8249) + defining Unicode char U+203A (decimal 8250) + defining Unicode char U+2423 (decimal 9251) +) +Now handling font encoding OT1 ... +... processing UTF-8 mapping file for font encoding OT1 + +(/usr/share/texlive/texmf-dist/tex/latex/base/ot1enc.dfu +File: ot1enc.dfu 2008/04/05 v1.1m UTF-8 support for inputenc + defining Unicode char U+00A1 (decimal 161) + defining Unicode char U+00A3 (decimal 163) + defining Unicode char U+00B8 (decimal 184) + defining Unicode char U+00BF (decimal 191) + defining Unicode char U+00C5 (decimal 197) + defining Unicode char U+00C6 (decimal 198) + defining Unicode char U+00D8 (decimal 216) + defining Unicode char U+00DF (decimal 223) + defining Unicode char U+00E6 (decimal 230) + defining Unicode char U+00EC (decimal 236) + defining Unicode char U+00ED (decimal 237) + defining Unicode char U+00EE (decimal 238) + defining Unicode char U+00EF (decimal 239) + defining Unicode char U+00F8 (decimal 248) + defining Unicode char U+0131 (decimal 305) + defining Unicode char U+0141 (decimal 321) + defining Unicode char U+0142 (decimal 322) + defining Unicode char U+0152 (decimal 338) + defining Unicode char U+0153 (decimal 339) + defining Unicode char U+2013 (decimal 8211) + defining Unicode char U+2014 (decimal 8212) + defining Unicode char U+2018 (decimal 8216) + defining Unicode char U+2019 (decimal 8217) + defining Unicode char U+201C (decimal 8220) + defining Unicode char U+201D (decimal 8221) +) +Now handling font encoding OMS ... +... processing UTF-8 mapping file for font encoding OMS + +(/usr/share/texlive/texmf-dist/tex/latex/base/omsenc.dfu +File: omsenc.dfu 2008/04/05 v1.1m UTF-8 support for inputenc + defining Unicode char U+00A7 (decimal 167) + defining Unicode char U+00B6 (decimal 182) + defining Unicode char U+00B7 (decimal 183) + defining Unicode char U+2020 (decimal 8224) + defining Unicode char U+2021 (decimal 8225) + defining Unicode char U+2022 (decimal 8226) +) +Now handling font encoding OMX ... +... no UTF-8 mapping file for font encoding OMX +Now handling font encoding U ... +... no UTF-8 mapping file for font encoding U +Now handling font encoding PD1 ... +... no UTF-8 mapping file for font encoding PD1 +Now handling font encoding PU ... +... no UTF-8 mapping file for font encoding PU +Now handling font encoding OT4 ... +... no UTF-8 mapping file for font encoding OT4 +Now handling font encoding LY1 ... +... processing UTF-8 mapping file for font encoding LY1 + +(/usr/share/texlive/texmf-dist/tex/latex/base/ly1enc.dfu +File: ly1enc.dfu 2008/04/05 v1.1m UTF-8 support for inputenc + defining Unicode char U+00A1 (decimal 161) + defining Unicode char U+00A2 (decimal 162) + defining Unicode char U+00A3 (decimal 163) + defining Unicode char U+00A4 (decimal 164) + defining Unicode char U+00A5 (decimal 165) + defining Unicode char U+00A6 (decimal 166) + defining Unicode char U+00A7 (decimal 167) + defining Unicode char U+00AA (decimal 170) + defining Unicode char U+00AB (decimal 171) + defining Unicode char U+00AE (decimal 174) + defining Unicode char U+00B0 (decimal 176) + defining Unicode char U+00B5 (decimal 181) + defining Unicode char U+00B6 (decimal 182) + defining Unicode char U+00B7 (decimal 183) + defining Unicode char U+00BA (decimal 186) + defining Unicode char U+00BB (decimal 187) + defining Unicode char U+00BC (decimal 188) + defining Unicode char U+00BD (decimal 189) + defining Unicode char U+00BE (decimal 190) + defining Unicode char U+00BF (decimal 191) + defining Unicode char U+00C0 (decimal 192) + defining Unicode char U+00C1 (decimal 193) + defining Unicode char U+00C2 (decimal 194) + defining Unicode char U+00C3 (decimal 195) + defining Unicode char U+00C4 (decimal 196) + defining Unicode char U+00C5 (decimal 197) + defining Unicode char U+00C6 (decimal 198) + defining Unicode char U+00C7 (decimal 199) + defining Unicode char U+00C8 (decimal 200) + defining Unicode char U+00C9 (decimal 201) + defining Unicode char U+00CA (decimal 202) + defining Unicode char U+00CB (decimal 203) + defining Unicode char U+00CC (decimal 204) + defining Unicode char U+00CD (decimal 205) + defining Unicode char U+00CE (decimal 206) + defining Unicode char U+00CF (decimal 207) + defining Unicode char U+00D0 (decimal 208) + defining Unicode char U+00D1 (decimal 209) + defining Unicode char U+00D2 (decimal 210) + defining Unicode char U+00D3 (decimal 211) + defining Unicode char U+00D4 (decimal 212) + defining Unicode char U+00D5 (decimal 213) + defining Unicode char U+00D6 (decimal 214) + defining Unicode char U+00D8 (decimal 216) + defining Unicode char U+00D9 (decimal 217) + defining Unicode char U+00DA (decimal 218) + defining Unicode char U+00DB (decimal 219) + defining Unicode char U+00DC (decimal 220) + defining Unicode char U+00DD (decimal 221) + defining Unicode char U+00DE (decimal 222) + defining Unicode char U+00DF (decimal 223) + defining Unicode char U+00E0 (decimal 224) + defining Unicode char U+00E1 (decimal 225) + defining Unicode char U+00E2 (decimal 226) + defining Unicode char U+00E3 (decimal 227) + defining Unicode char U+00E4 (decimal 228) + defining Unicode char U+00E5 (decimal 229) + defining Unicode char U+00E6 (decimal 230) + defining Unicode char U+00E7 (decimal 231) + defining Unicode char U+00E8 (decimal 232) + defining Unicode char U+00E9 (decimal 233) + defining Unicode char U+00EA (decimal 234) + defining Unicode char U+00EB (decimal 235) + defining Unicode char U+00EC (decimal 236) + defining Unicode char U+00ED (decimal 237) + defining Unicode char U+00EE (decimal 238) + defining Unicode char U+00EF (decimal 239) + defining Unicode char U+00F0 (decimal 240) + defining Unicode char U+00F1 (decimal 241) + defining Unicode char U+00F2 (decimal 242) + defining Unicode char U+00F3 (decimal 243) + defining Unicode char U+00F4 (decimal 244) + defining Unicode char U+00F5 (decimal 245) + defining Unicode char U+00F6 (decimal 246) + defining Unicode char U+00F8 (decimal 248) + defining Unicode char U+00F9 (decimal 249) + defining Unicode char U+00FA (decimal 250) + defining Unicode char U+00FB (decimal 251) + defining Unicode char U+00FC (decimal 252) + defining Unicode char U+00FD (decimal 253) + defining Unicode char U+00FE (decimal 254) + defining Unicode char U+00FF (decimal 255) + defining Unicode char U+0131 (decimal 305) + defining Unicode char U+0141 (decimal 321) + defining Unicode char U+0142 (decimal 322) + defining Unicode char U+0152 (decimal 338) + defining Unicode char U+0153 (decimal 339) + defining Unicode char U+0160 (decimal 352) + defining Unicode char U+0161 (decimal 353) + defining Unicode char U+0178 (decimal 376) + defining Unicode char U+017D (decimal 381) + defining Unicode char U+017E (decimal 382) + defining Unicode char U+0192 (decimal 402) + defining Unicode char U+02C6 (decimal 710) + defining Unicode char U+02DC (decimal 732) + defining Unicode char U+2013 (decimal 8211) + defining Unicode char U+2014 (decimal 8212) + defining Unicode char U+201C (decimal 8220) + defining Unicode char U+201D (decimal 8221) + defining Unicode char U+2020 (decimal 8224) + defining Unicode char U+2021 (decimal 8225) + defining Unicode char U+2022 (decimal 8226) + defining Unicode char U+2026 (decimal 8230) + defining Unicode char U+2030 (decimal 8240) + defining Unicode char U+2039 (decimal 8249) + defining Unicode char U+203A (decimal 8250) + defining Unicode char U+2122 (decimal 8482) +) + defining Unicode char U+00A9 (decimal 169) + defining Unicode char U+00AA (decimal 170) + defining Unicode char U+00AE (decimal 174) + defining Unicode char U+00BA (decimal 186) + defining Unicode char U+02C6 (decimal 710) + defining Unicode char U+02DC (decimal 732) + defining Unicode char U+200C (decimal 8204) + defining Unicode char U+2026 (decimal 8230) + defining Unicode char U+2122 (decimal 8482) + defining Unicode char U+2423 (decimal 9251) +)) +(/home/mchrzasz/texmf/tex/latex/emerald/emerald.sty +Package: emerald 2006/01/26 v1.0 LaTeX2e package which gives support for ECF (e +merald city fontwerks) fonts +) +(/usr/share/texmf/tex/latex/beamer/base/themes/font/beamerfontthemeprofessional +fonts.sty +Package: beamerfontthemeprofessionalfonts 2010/06/17 (rcs-revision d02a7cf4d8a +e) +) (/usr/share/texlive/texmf-dist/tex/latex/fontspec/fontspec.sty +Package: fontspec 2013/05/20 v2.3c Font selection for XeLaTeX and LuaLaTeX + +(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/expl3.sty +(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3names.sty +(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3bootstrap.sty +Package: l3bootstrap 2014/01/04 v4640 L3 Experimental bootstrap code +) +Package: l3names 2014/01/04 v4640 L3 Namespace for primitives +) +(/usr/share/texlive/texmf-dist/tex/latex/etex-pkg/etex.sty +Package: etex 1998/03/26 v2.0 eTeX basic definition package (PEB) +\et@xins=\count168 +) +Package: expl3 2014/01/07 v4646 L3 Experimental code bundle wrapper + +(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3basics.sty +Package: l3basics 2014/01/04 v4642 L3 Basic definitions +) +(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3expan.sty +Package: l3expan 2014/01/04 v4642 L3 Argument expansion +) +(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3tl.sty +Package: l3tl 2013/12/27 v4625 L3 Token lists +) +(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3seq.sty +Package: l3seq 2013/12/14 v4623 L3 Sequences and stacks +) +(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3int.sty +Package: l3int 2013/08/02 v4583 L3 Integers +\c_max_int=\count169 +\l_tmpa_int=\count170 +\l_tmpb_int=\count171 +\g_tmpa_int=\count172 +\g_tmpb_int=\count173 +) +(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3quark.sty +Package: l3quark 2013/12/14 v4623 L3 Quarks +) +(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3prg.sty +Package: l3prg 2014/01/04 v4642 L3 Control structures +\g__prg_map_int=\count174 +) +(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3clist.sty +Package: l3clist 2013/07/28 v4581 L3 Comma separated lists +) +(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3token.sty +Package: l3token 2013/08/25 v4587 L3 Experimental token manipulation +) +(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3prop.sty +Package: l3prop 2013/12/14 v4623 L3 Property lists +) +(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3msg.sty +Package: l3msg 2013/07/28 v4581 L3 Messages +) +(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3file.sty +Package: l3file 2013/10/13 v4596 L3 File and I/O operations +\l_iow_line_count_int=\count175 +\l__iow_target_count_int=\count176 +\l__iow_current_line_int=\count177 +\l__iow_current_word_int=\count178 +\l__iow_current_indentation_int=\count179 +) +(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3skip.sty +Package: l3skip 2013/07/28 v4581 L3 Dimensions and skips +\c_zero_dim=\dimen199 +\c_max_dim=\dimen200 +\l_tmpa_dim=\dimen201 +Normal \dimen register pool exhausted, switching to extended pool. +\l_tmpb_dim=\dimen256 +\g_tmpa_dim=\dimen257 +\g_tmpb_dim=\dimen258 +\c_zero_skip=\skip61 +\c_max_skip=\skip62 +\l_tmpa_skip=\skip63 +\l_tmpb_skip=\skip64 +\g_tmpa_skip=\skip65 +\g_tmpb_skip=\skip66 +\c_zero_muskip=\muskip12 +\c_max_muskip=\muskip13 +\l_tmpa_muskip=\muskip14 +\l_tmpb_muskip=\muskip15 +\g_tmpa_muskip=\muskip16 +\g_tmpb_muskip=\muskip17 +) +(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3keys.sty +Package: l3keys 2013/12/08 v4614 L3 Experimental key-value interfaces +\g__keyval_level_int=\count180 +\l_keys_choice_int=\count181 +) +(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3fp.sty +Package: l3fp 2014/01/04 v4642 L3 Floating points +\c__fp_leading_shift_int=\count182 +\c__fp_middle_shift_int=\count183 +\c__fp_trailing_shift_int=\count184 +\c__fp_big_leading_shift_int=\count185 +\c__fp_big_middle_shift_int=\count186 +\c__fp_big_trailing_shift_int=\count187 +\c__fp_Bigg_leading_shift_int=\count188 +\c__fp_Bigg_middle_shift_int=\count189 +\c__fp_Bigg_trailing_shift_int=\count190 +) +(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3box.sty +Package: l3box 2013/07/28 v4581 L3 Experimental boxes +\c_empty_box=\box57 +\l_tmpa_box=\box58 +\l_tmpb_box=\box59 +\g_tmpa_box=\box60 +\g_tmpb_box=\box61 +) +(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3coffins.sty +Package: l3coffins 2013/12/14 v4624 L3 Coffin code layer +\l__coffin_internal_box=\box62 +\l__coffin_internal_dim=\dimen259 +\l__coffin_offset_x_dim=\dimen260 +\l__coffin_offset_y_dim=\dimen261 +\l__coffin_x_dim=\dimen262 +\l__coffin_y_dim=\dimen263 +\l__coffin_x_prime_dim=\dimen264 +\l__coffin_y_prime_dim=\dimen265 +\c_empty_coffin=\box63 +\l__coffin_aligned_coffin=\box64 +\l__coffin_aligned_internal_coffin=\box65 +\l_tmpa_coffin=\box66 +\l_tmpb_coffin=\box67 +\l__coffin_display_coffin=\box68 +\l__coffin_display_coord_coffin=\box69 +\l__coffin_display_pole_coffin=\box70 +\l__coffin_display_offset_dim=\dimen266 +\l__coffin_display_x_dim=\dimen267 +\l__coffin_display_y_dim=\dimen268 +) +(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3color.sty +Package: l3color 2012/08/29 v4156 L3 Experimental color support +) +(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3luatex.sty +Package: l3luatex 2013/07/28 v4581 L3 Experimental LuaTeX-specific functions +\g__cctab_allocate_int=\count191 +\g__cctab_stack_int=\count192 +) +(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3candidates.sty +Package: l3candidates 2014/01/06 v4643 L3 Experimental additions to l3kernel +\l__box_top_dim=\dimen269 +\l__box_bottom_dim=\dimen270 +\l__box_left_dim=\dimen271 +\l__box_right_dim=\dimen272 +\l__box_top_new_dim=\dimen273 +\l__box_bottom_new_dim=\dimen274 +\l__box_left_new_dim=\dimen275 +\l__box_right_new_dim=\dimen276 +\l__box_internal_box=\box71 +\l__coffin_bounding_shift_dim=\dimen277 +\l__coffin_left_corner_dim=\dimen278 +\l__coffin_right_corner_dim=\dimen279 +\l__coffin_bottom_corner_dim=\dimen280 +\l__coffin_top_corner_dim=\dimen281 +\l__coffin_scaled_total_height_dim=\dimen282 +\l__coffin_scaled_width_dim=\dimen283 +)) +(/usr/share/texlive/texmf-dist/tex/latex/l3packages/xparse/xparse.sty +Package: xparse 2013/12/31 v4634 L3 Experimental document command parser +\l__xparse_current_arg_int=\count193 +\l__xparse_m_args_int=\count194 +\l__xparse_mandatory_args_int=\count195 +\l__xparse_processor_int=\count196 +\l__xparse_v_nesting_int=\count197 +) +\l_fontspec_script_int=\count198 +\l_fontspec_language_int=\count199 +\l_fontspec_strnum_int=\count200 +\l_fontspec_tmpa_dim=\dimen284 +\l_fontspec_tmpb_dim=\dimen285 +\l_fontspec_tmpc_dim=\dimen286 +Variant \tl_gset:cV already defined; not changing it on line 69 + +(/usr/share/texlive/texmf-dist/tex/latex/fontspec/fontspec-patches.sty +Package: fontspec-patches 2013/05/20 v2.3c Font selection for XeLaTeX and LuaLa +TeX + +(/usr/share/texlive/texmf-dist/tex/latex/base/fixltx2e.sty +Package: fixltx2e 2006/09/13 v1.1m fixes to LaTeX +LaTeX Info: Redefining \em on input line 420. +LaTeX Info: The control sequence `\[' is already robust on input line 471. +LaTeX Info: The control sequence `\]' is already robust on input line 472. +) +LaTeX Info: Redefining \em on input line 22. +LaTeX Info: Redefining \emph on input line 30. +LaTeX Info: Redefining \- on input line 33. + +************************************************* +* LaTeX warning: "xparse/redefine-command" +* +* Redefining document command \oldstylenums with arg. spec. 'm' on line 128. +************************************************* +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \liningnums with arg. spec. 'm' on line 132. +................................................. +) (/usr/share/texlive/texmf-dist/tex/latex/fontspec/fontspec-xetex.sty +Package: fontspec-xetex 2013/05/20 v2.3c Font selection for XeLaTeX and LuaLaTe +X + +(/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty +Package: fontenc 2005/09/27 v1.99g Standard LaTeX package + +(/usr/share/texlive/texmf-dist/tex/latex/euenc/eu1enc.def +File: eu1enc.def 2010/05/27 v0.1h Experimental Unicode font encodings +Now handling font encoding EU1 ... +... no UTF-8 mapping file for font encoding EU1 +) +LaTeX Font Info: Try loading font information for EU1+lmr on input line 100. + + +(/usr/share/texlive/texmf-dist/tex/latex/euenc/eu1lmr.fd +File: eu1lmr.fd 2009/10/30 v1.6 Font defs for Latin Modern +)) +(/usr/share/texlive/texmf-dist/tex/xelatex/xunicode/xunicode.sty +File: xunicode.sty 2011/09/09 v0.981 provides access to latin accents and many +other characters in Unicode lower plane + +*** you should *not* be loading the inputenc package +*** XeTeX expects the source to be in UTF8 encoding +*** some features of other encodings may conflict, resulting in poor output. +(/usr/share/texmf/tex/latex/tipa/t3enc.def +File: t3enc.def 2001/12/31 T3 encoding +Now handling font encoding T3 ... +... no UTF-8 mapping file for font encoding T3 +LaTeX Font Info: Try loading font information for EU1+lmss on input line 357 +. + +(/usr/share/texlive/texmf-dist/tex/latex/euenc/eu1lmss.fd +File: eu1lmss.fd 2009/10/30 v1.6 Font defs for Latin Modern +)) +\tipaTiiicode=\count201 +\tipasavetokens=\toks48 +\tipachecktokens=\toks49 +) +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \fontspec with arg. spec. 'O{}m' on line 41. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \setmainfont with arg. spec. 'O{}m' on line 46. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \setsansfont with arg. spec. 'O{}m' on line 51. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \setmonofont with arg. spec. 'O{}m' on line 56. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \setmathrm with arg. spec. 'O{}m' on line 65. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \setboldmathrm with arg. spec. 'O{}m' on line 69. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \setmathsf with arg. spec. 'O{}m' on line 73. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \setmathtt with arg. spec. 'O{}m' on line 77. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \newfontfamily with arg. spec. 'mO{}m' on line 96. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \newfontface with arg. spec. 'mO{}m' on line 100. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \defaultfontfeatures with arg. spec. 'om' on line +. 108. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \addfontfeatures with arg. spec. 'm' on line 144. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \newfontfeature with arg. spec. 'mm' on line 156. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \newAATfeature with arg. spec. 'mmmm' on line 164. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \newICUfeature with arg. spec. 'mmm' on line 172. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \aliasfontfeature with arg. spec. 'mm' on line +. 201. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \aliasfontfeatureoption with arg. spec. 'mmm' on +. line 203. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \newfontscript with arg. spec. 'mm' on line 208. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \newfontlanguage with arg. spec. 'mm' on line 235. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \DeclareFontsExtensions with arg. spec. 'm' on +. line 256. +................................................. +Variant \prop_gput:cnV already defined; not changing it on line 582 +Variant \prop_gput:cnx already defined; not changing it on line 583 +Normal \count register pool exhausted, switching to extended pool. +\l_fontspec_tmp_int=\count277 +LaTeX Info: Redefining \sishape on input line 2071. +LaTeX Info: Redefining \textsi on input line 2076. +LaTeX Info: Redefining \itshape on input line 2087. +LaTeX Info: Redefining \slshape on input line 2092. +LaTeX Info: Redefining \scshape on input line 2097. +LaTeX Info: Redefining \upshape on input line 2102. + +(/usr/share/texlive/texmf-dist/tex/latex/fontspec/fontspec.cfg))) +\g__file_internal_ior=\read2 +\g_fontspec_family_Gillius ADF_int=\count278 +................................................. +. fontspec info: "defining-font" +. +. Font family 'GilliusADF(0)' created for font 'Gillius ADF' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +. +. * 'normal' with NFSS spec.: +. <->"Gillius ADF/ICU:script=latn;language=DFLT;mapping=tex-text;" +. +. * 'bold' with NFSS spec.: +. <->"Gillius ADF/B/ICU:script=latn;language=DFLT;mapping=tex-text;" +. +. * 'italic' with NFSS spec.: +. <->"Gillius ADF/I/ICU:script=latn;language=DFLT;mapping=tex-text;" +. +. * 'bold italic' with NFSS spec.: +. <->"Gillius ADF/BI/ICU:script=latn;language=DFLT;mapping=tex-text;" +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'GilliusADF(0)' created for font 'Gillius ADF' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. + +(/usr/share/texlive/texmf-dist/tex/latex/augie/t1augie.fd +File: t1augie.fd 2000/10/19 Fontinst v1.914 font definitions for T1/augie. +) +(/usr/share/texlive/texmf-dist/tex/latex/adjustbox/adjustbox.sty +Package: adjustbox 2012/05/21 v1.0 Adjusting TeX boxes (trim, clip, ...) + +(/usr/share/texlive/texmf-dist/tex/latex/adjustbox/adjcalc.sty +Package: adjcalc 2012/05/16 v1.1 Provides advanced setlength with multiple back +-ends (calc, etex, pgfmath) +) +(/usr/share/texlive/texmf-dist/tex/latex/adjustbox/trimclip.sty +Package: trimclip 2012/05/16 v1.0 Trim and clip general TeX material + +(/usr/share/texlive/texmf-dist/tex/latex/collectbox/collectbox.sty +Package: collectbox 2012/05/17 v0.4b Collect macro arguments as boxes +\collectedbox=\box72 +) +\tc@llx=\dimen287 +\tc@lly=\dimen288 +\tc@urx=\dimen289 +\tc@ury=\dimen290 +Package trimclip Info: Using driver 'tc-xetex.def'. + +(/usr/share/texlive/texmf-dist/tex/latex/adjustbox/tc-xetex.def +File: tc-xetex.def 2012/05/13 v1.0 Clipping driver for xetex +)) +\adjbox@Width=\dimen291 +\adjbox@Height=\dimen292 +\adjbox@Depth=\dimen293 +\adjbox@Totalheight=\dimen294 + +(/usr/share/texlive/texmf-dist/tex/latex/ifoddpage/ifoddpage.sty +Package: ifoddpage 2011/09/13 v1.0 Conditionals for odd/even page detection +\c@checkoddpage=\count279 +) +(/usr/share/texlive/texmf-dist/tex/latex/varwidth/varwidth.sty +Package: varwidth 2009/03/30 ver 0.92; Variable-width minipages +\@vwid@box=\box73 +\sift@deathcycles=\count280 +\@vwid@loff=\dimen295 +\@vwid@roff=\dimen296 +)) +(/usr/share/texlive/texmf-dist/tex/latex/tools/bm.sty +Package: bm 2004/02/26 v1.1c Bold Symbol Support (DPC/FMi) +\symboldoperators=\mathgroup6 +\symboldletters=\mathgroup7 +\symboldsymbols=\mathgroup8 +\symboldlargesymbols=\mathgroup9 +LaTeX Font Info: Redeclaring math alphabet \mathbf on input line 138. +LaTeX Info: Redefining \bm on input line 204. +) +(/usr/share/texlive/texmf-dist/tex/latex/jknapltx/mathrsfs.sty +Package: mathrsfs 1996/01/01 Math RSFS package v1.0 (jk) +\symrsfs=\mathgroup10 +) +(/usr/share/texlive/texmf-dist/tex/latex/cancel/cancel.sty +Package: cancel 2013/04/12 v2.2 Cancel math terms +) +(/usr/share/texlive/texmf-dist/tex/latex/carlisle/slashed.sty +Package: slashed 1997/01/16 v0.01 Feynman Slashed Character Notation (DPC) +) +(/usr/share/texlive/texmf-dist/tex/latex/bbm-macros/bbm.sty +Package: bbm 1999/03/15 V 1.2 provides fonts for set symbols - TH +LaTeX Font Info: Overwriting math alphabet `\mathbbm' in version `bold' +(Font) U/bbm/m/n --> U/bbm/bx/n on input line 33. +LaTeX Font Info: Overwriting math alphabet `\mathbbmss' in version `bold' +(Font) U/bbmss/m/n --> U/bbmss/bx/n on input line 35. +) +(/usr/share/texlive/texmf-dist/tex/latex/multirow/multirow.sty +\bigstrutjot=\dimen297 +) +(/usr/share/texlive/texmf-dist/tex/latex/arydshln/arydshln.sty +Package: arydshln 2004/08/31 v1.71 +\dashlinedash=\dimen298 +\dashlinegap=\dimen299 +\adl@box=\box74 +\adl@height=\dimen300 +\adl@heightsave=\dimen301 +\adl@depth=\dimen302 +\adl@depthsave=\dimen303 +\adl@finaldepth=\dimen304 +\adl@columns=\count281 +\adl@ncol=\count282 +\adl@currentcolumn=\count283 +\adl@currentcolumnsave=\count284 +\adl@totalheight=\count285 +\adl@totalheightsave=\count286 +\adl@dash=\count287 +\adl@gap=\count288 +\adl@cla=\count289 +\adl@clb=\count290 +\adl@everyvbox=\toks50 +\adl@LTpagetotal=\dimen305 +) +(/usr/share/texlive/texmf-dist/tex/latex/siunitx/siunitx.sty +Package: siunitx 2013/07/31 v2.5s A comprehensive (SI) units package + +(/usr/share/texlive/texmf-dist/tex/latex/l3packages/l3keys2e/l3keys2e.sty +Package: l3keys2e 2013/12/31 v4634 LaTeX2e option processing using LaTeX3 keys +) +Variant \tl_if_blank:VTF already defined; not changing it on line 50 +\l__siunitx_tmp_box=\box75 +\l__siunitx_tmp_dim=\dimen306 +\l__siunitx_tmp_int=\count291 +Variant \prop_get:NVNT already defined; not changing it on line 371 +Variant \prop_get:NVNF already defined; not changing it on line 372 +Variant \prop_get:NVNTF already defined; not changing it on line 373 +\l__siunitx_number_mantissa_length_int=\count292 +\l__siunitx_number_uncert_length_int=\count293 +\l__siunitx_round_int=\count294 +\l__siunitx_process_decimal_int=\count295 +\l__siunitx_process_uncertainty_int=\count296 +\l__siunitx_process_fixed_int=\count297 +\l__siunitx_process_integer_min_int=\count298 +\l__siunitx_process_precision_int=\count299 +\l__siunitx_group_min_int=\count300 +\l__siunitx_angle_marker_box=\box76 +\l__siunitx_angle_unit_box=\box77 +\l__siunitx_angle_marker_dim=\dimen307 +\l__siunitx_angle_unit_dim=\dimen308 +\l__siunitx_unit_int=\count301 +\l__siunitx_unit_denominator_int=\count302 +\l__siunitx_unit_numerator_int=\count303 +\l__siunitx_unit_prefix_int=\count304 +\l__siunitx_unit_prefix_base_int=\count305 +\l__siunitx_unit_prefix_gram_int=\count306 +\l__siunitx_number_product_int=\count307 +\c__siunitx_one_fill_skip=\skip67 +\l__siunitx_table_unit_align_skip=\skip68 +\l__siunitx_table_exponent_dim=\dimen309 +\l__siunitx_table_integer_dim=\dimen310 +\l__siunitx_table_mantissa_dim=\dimen311 +\l__siunitx_table_marker_dim=\dimen312 +\l__siunitx_table_result_dim=\dimen313 +\l__siunitx_table_uncert_dim=\dimen314 +\l__siunitx_table_fill_pre_dim=\dimen315 +\l__siunitx_table_fill_post_dim=\dimen316 +\l__siunitx_table_fill_mid_dim=\dimen317 +\l__siunitx_table_pre_box=\box78 +\l__siunitx_table_post_box=\box79 +\l__siunitx_table_mantissa_box=\box80 +\l__siunitx_table_result_box=\box81 +\l__siunitx_table_number_align_skip=\skip69 +\l__siunitx_table_text_align_skip=\skip70 +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \DeclareBinaryPrefix with arg. spec. 'mmm' on line +. 7101. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \DeclareSIPostPower with arg. spec. 'mm' on line +. 7104. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \DeclareSIPrefix with arg. spec. 'mmm' on line +. 7107. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \DeclareSIPrePower with arg. spec. 'mm' on line +. 7110. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \DeclareSIQualifier with arg. spec. 'mm' on line +. 7113. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \DeclareSIUnit with arg. spec. 'O{}mm' on line +. 7116. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \DeclareSIUnitWithOptions with arg. spec. 'mmm' on +. line 7119. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \ang with arg. spec. 'o>{\SplitArgument {2}{;}}m' +. on line 7134. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \num with arg. spec. 'om' on line 7142. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \numlist with arg. spec. 'o>{\SplitList {;}}m' on +. line 7150. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \numrange with arg. spec. 'omm' on line 7158. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \SIlist with arg. spec. 'o>{\SplitList {;}}mm' on +. line 7169. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \SIrange with arg. spec. 'ommm' on line 7180. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \SI with arg. spec. 'omom' on line 7191. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \sisetup with arg. spec. 'm' on line 7194. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \tablenum with arg. spec. 'om' on line 7206. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \si with arg. spec. 'om' on line 7217. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \__siunitx_bookmark_num:w with arg. spec. 'om' on +. line 7262. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \__siunitx_bookmark_numrange:w with arg. spec. +. 'omm' on line 7264. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \__siunitx_bookmark_SI:w with arg. spec. 'omom' on +. line 7266. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \__siunitx_bookmark_SIlist:w with arg. spec. 'omm' +. on line 7268. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \__siunitx_bookmark_SIrange:w with arg. spec. +. 'ommm' on line 7270. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \__siunitx_bookmark_si:w with arg. spec. 'om' on +. line 7271. +................................................. +) +(/usr/share/texlive/texmf-dist/tex/latex/xhfill/xhfill.sty +(/usr/share/texlive/texmf-dist/tex/latex/tools/calc.sty +Package: calc 2007/08/22 v4.3 Infix arithmetic (KKT,FJ) +\calc@Acount=\count308 +\calc@Bcount=\count309 +\calc@Adimen=\dimen318 +\calc@Bdimen=\dimen319 +\calc@Askip=\skip71 +\calc@Bskip=\skip72 +LaTeX Info: Redefining \setlength on input line 76. +LaTeX Info: Redefining \addtolength on input line 77. +\calc@Ccount=\count310 +\calc@Cskip=\skip73 +) +(/usr/share/texlive/texmf-dist/tex/latex/tools/xspace.sty +Package: xspace 2009/10/20 v1.13 Space after command names (DPC,MH) +) +Package: xhfill 2011/05/14\ v 1.01\ modify width and color of hrulefill +) +(/usr/share/texlive/texmf-dist/tex/latex/oberdiek/grffile.sty +Package: grffile 2012/04/05 v1.16 Extended file name support for graphics (HO) +Package grffile Info: \Gread@QTm patched on input line 253. +Package grffile Info: \Gread@eps patched on input line 303. +Package grffile Info: Option `multidot' is set to `true'. +Package grffile Info: Option `extendedchars' is set to `false'. +Package grffile Info: Option `space' is set to `true'. +Package grffile Info: \Gin@ii of package `graphicx' fixed on input line 486. +) +(/usr/share/texlive/texmf-dist/tex/latex/textpos/textpos.sty +Package: textpos 2014/01/03 v1.7j + +Package: textpos 2014/01/03 1.7j, absolute positioning of text on the page +\TP@textbox=\box82 +\TPHorizModule=\dimen320 +\TPVertModule=\dimen321 +\TP@margin=\dimen322 +\TP@absmargin=\dimen323 +Grid set 16 x 16 = 22.7622pt x 17.07166pt +\TPboxrulesize=\dimen324 +\TP@tbargs=\toks51 +\TP@prevdepth=\dimen325 +) (/usr/share/texlive/texmf-dist/tex/latex/subfigure/subfigure.sty +Package: subfigure 2002/03/15 v2.1.5 subfigure package +\subfigtopskip=\skip74 +\subfigcapskip=\skip75 +\subfigcaptopadj=\dimen326 +\subfigbottomskip=\skip76 +\subfigcapmargin=\dimen327 +\subfiglabelskip=\skip77 +\c@subfigure=\count311 +\c@lofdepth=\count312 +\c@subtable=\count313 +\c@lotdepth=\count314 + +**************************************** +* Local config file subfigure.cfg used * +**************************************** +(/usr/share/texlive/texmf-dist/tex/latex/subfigure/subfigure.cfg) +\subfig@top=\skip78 +\subfig@bottom=\skip79 +) +(/usr/share/texlive/texmf-dist/tex/latex/hepparticles/hepparticles.sty +Package: hepparticles 2005/02/22 HEP particle typesetting (v1.4) + +(/usr/share/texlive/texmf-dist/tex/latex/maybemath/maybemath.sty +Package: maybemath 2005/2/22 +)) +(/usr/share/texlive/texmf-dist/tex/latex/hepnames/hepnicenames.sty +Package: hepnicenames 2013/10/05 Friendly alternatives to the PEN particle code +s (version 1.7) + +(/usr/share/texlive/texmf-dist/tex/latex/hepnames/heppennames.sty +Package: heppennames 2013/10/05 Elementary Particle Naming Scheme (version 1.7) + +LaTeX Info: Redefining \PgD on input line 419. +)) +(./tikzfeynman.sty +(/usr/share/texmf/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryarrow +s.code.tex +File: tikzlibraryarrows.code.tex 2008/01/09 v2.10 (rcs-revision 1.1) + +(/usr/share/texmf/tex/generic/pgf/libraries/pgflibraryarrows.code.tex +File: pgflibraryarrows.code.tex 2008/10/27 v2.10 (rcs-revision 1.9) +\arrowsize=\dimen328 +)) +(/usr/share/texmf/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshape +s.code.tex +File: tikzlibraryshapes.code.tex 2008/01/09 v2.10 (rcs-revision 1.1) + +(/usr/share/texmf/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshape +s.geometric.code.tex +File: tikzlibraryshapes.geometric.code.tex 2008/01/09 v2.10 (rcs-revision 1.1) + +(/usr/share/texmf/tex/generic/pgf/libraries/shapes/pgflibraryshapes.geometric.c +ode.tex +File: pgflibraryshapes.geometric.code.tex 2008/06/26 v2.10 (rcs-revision 1.1) +)) +(/usr/share/texmf/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshape +s.misc.code.tex +File: tikzlibraryshapes.misc.code.tex 2008/01/09 v2.10 (rcs-revision 1.1) + +(/usr/share/texmf/tex/generic/pgf/libraries/shapes/pgflibraryshapes.misc.code.t +ex +File: pgflibraryshapes.misc.code.tex 2008/10/07 v2.10 (rcs-revision 1.3) +)) +(/usr/share/texmf/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshape +s.symbols.code.tex +File: tikzlibraryshapes.symbols.code.tex 2008/01/09 v2.10 (rcs-revision 1.1) + +(/usr/share/texmf/tex/generic/pgf/libraries/shapes/pgflibraryshapes.symbols.cod +e.tex +File: pgflibraryshapes.symbols.code.tex 2009/10/27 v2.10 (rcs-revision 1.3) +)) +(/usr/share/texmf/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshape +s.arrows.code.tex +File: tikzlibraryshapes.arrows.code.tex 2008/01/09 v2.10 (rcs-revision 1.1) + +(/usr/share/texmf/tex/generic/pgf/libraries/shapes/pgflibraryshapes.arrows.code +.tex +File: pgflibraryshapes.arrows.code.tex 2008/06/26 v2.10 (rcs-revision 1.1) +)) +(/usr/share/texmf/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshape +s.callouts.code.tex +(/usr/share/texmf/tex/generic/pgf/libraries/shapes/pgflibraryshapes.callouts.co +de.tex)) +(/usr/share/texmf/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshape +s.multipart.code.tex +File: tikzlibraryshapes.multipart.code.tex 2008/01/09 v2.10 (rcs-revision 1.1) + +(/usr/share/texmf/tex/generic/pgf/libraries/shapes/pgflibraryshapes.multipart.c +ode.tex +File: pgflibraryshapes.multipart.code.tex 2010/01/07 v2.10 (rcs-revision 1.2) +\pgfnodepartlowerbox=\box83 +\pgfnodeparttwobox=\box84 +\pgfnodepartthreebox=\box85 +\pgfnodepartfourbox=\box86 +\pgfnodeparttwentybox=\box87 +\pgfnodepartnineteenbox=\box88 +\pgfnodeparteighteenbox=\box89 +\pgfnodepartseventeenbox=\box90 +\pgfnodepartsixteenbox=\box91 +\pgfnodepartfifteenbox=\box92 +\pgfnodepartfourteenbox=\box93 +\pgfnodepartthirteenbox=\box94 +\pgfnodeparttwelvebox=\box95 +\pgfnodepartelevenbox=\box96 +\pgfnodeparttenbox=\box97 +\pgfnodepartninebox=\box98 +\pgfnodeparteightbox=\box99 +\pgfnodepartsevenbox=\box100 +\pgfnodepartsixbox=\box101 +\pgfnodepartfivebox=\box102 +))) +(/usr/share/texmf/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarytrees +.code.tex +File: tikzlibrarytrees.code.tex 2008/02/24 v2.10 (rcs-revision 1.2) +) +(/usr/share/texmf/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarymatri +x.code.tex +File: tikzlibrarymatrix.code.tex 2008/06/18 v2.10 (rcs-revision 1.2) +) +(/usr/share/texmf/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryposit +ioning.code.tex +File: tikzlibrarypositioning.code.tex 2008/10/06 v2.10 (rcs-revision 1.7) +) +(/usr/share/texmf/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarycalc. +code.tex +File: tikzlibrarycalc.code.tex 2009/09/04 v2.10 (rcs-revision 1.6) +) +(/usr/share/texmf/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarythrou +gh.code.tex +File: tikzlibrarythrough.code.tex 2008/02/03 v2.10 (rcs-revision 1.1) +) +(/usr/share/texmf/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecor +ations.pathreplacing.code.tex +(/usr/share/texmf/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecor +ations.code.tex +(/usr/share/texmf/tex/generic/pgf/modules/pgfmoduledecorations.code.tex +\pgfdecoratedcompleteddistance=\dimen329 +\pgfdecoratedremainingdistance=\dimen330 +\pgfdecoratedinputsegmentcompleteddistance=\dimen331 +\pgfdecoratedinputsegmentremainingdistance=\dimen332 +\pgf@decorate@distancetomove=\dimen333 +\pgf@decorate@repeatstate=\count315 +\pgfdecorationsegmentamplitude=\dimen334 +\pgfdecorationsegmentlength=\dimen335 +) +\tikz@lib@dec@box=\box103 +) +(/usr/share/texmf/tex/generic/pgf/libraries/decorations/pgflibrarydecorations.p +athreplacing.code.tex)) +(/usr/share/texlive/texmf-dist/tex/latex/bclogo/bclogo.sty +Package: bclogo 2011/07/06 v2.26 +\logowidth=\skip80 + +(/usr/share/texmf/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshado +ws.code.tex +File: tikzlibraryshadows.code.tex 2008/01/13 v2.10 (rcs-revision 1.3) + +(/usr/share/texmf/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryfadin +gs.code.tex +File: tikzlibraryfadings.code.tex 2009/11/15 v2.10 (rcs-revision 1.2) + +(/usr/share/texmf/tex/generic/pgf/libraries/pgflibraryfadings.code.tex +File: pgflibraryfadings.code.tex 2008/02/07 v2.10 (rcs-revision 1.3) + + +Package pgf Warning: Your graphic driver pgfsys-xetex.def does not support fadi +ngs. This warning is given only once on input line 31. + +))) +(/usr/share/texmf/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecor +ations.pathmorphing.code.tex +(/usr/share/texmf/tex/generic/pgf/libraries/decorations/pgflibrarydecorations.p +athmorphing.code.tex)) +Invalid UTF-8 byte or sequence at line 108 replaced by U+FFFD. +Invalid UTF-8 byte or sequence at line 108 replaced by U+FFFD. +Invalid UTF-8 byte or sequence at line 127 replaced by U+FFFD. +\c@bclogocompteur=\count316 +\bcval@epBarre=\skip81 +\bcval@framesep=\skip82 +\bcval@tailleOndu=\skip83 +\bcval@borderWidth=\skip84 +\bc@envbox=\box104 +\bc@invbox=\box105 +\bc@invboxh=\skip85 +\bc@invboxd=\skip86 +) +(/usr/share/texmf/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecor +ations.markings.code.tex +(/usr/share/texmf/tex/generic/pgf/libraries/decorations/pgflibrarydecorations.m +arkings.code.tex))) +(/usr/share/texmf/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarybackg +rounds.code.tex +File: tikzlibrarybackgrounds.code.tex 2010/02/08 v2.10 (rcs-revision 1.2) +\pgf@layerbox@background=\box106 +\pgf@layerboxsaved@background=\box107 +) +(/usr/share/texmf/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarymindm +ap.code.tex +File: tikzlibrarymindmap.code.tex 2009/11/12 v2.10 (rcs-revision 1.9) +) (/usr/share/texlive/texmf-dist/tex/latex/gmp/gmp.sty +Package: gmp 2011/03/10 v1.0 Integrate MetaPost with LaTeX (EG) + +(/usr/share/texlive/texmf-dist/tex/latex/environ/environ.sty +Package: environ 2013/04/01 v0.3 A new environment syntax + +(/usr/share/texlive/texmf-dist/tex/latex/trimspaces/trimspaces.sty +Package: trimspaces 2009/09/17 v1.1 Trim spaces around a token list +)) +\gmp@shellout=\write5 +\openout5 = `mchrzasz+mp.sh'. + +\gmp@packages=\toks52 +\gmp@commands=\toks53 +\gmp@out=\write6 +\c@gmp@count=\count317 +) +(/usr/share/texlive/texmf-dist/tex/latex/feynmp-auto/feynmp-auto.sty +Package: feynmp-auto 2013/05/03 v1.1 Automatic processing of feynmp graphics + +(/usr/share/texmf/tex/latex/feynmf/feynmp.sty +Package: feynmp 1996/12/02 v1.08 LaTeX/MetaPost Feynman Diagram Package (ohl) +\@outfmf=\write7 +\fmfbuf@=\toks54 +\c@fmfgraph=\count318 +)) +(/usr/share/texlive/texmf-dist/tex/latex/biblatex/biblatex.sty +Package: biblatex 2013/11/25 v2.8a programmable bibliographies (PK/JW/AB) + +(/usr/share/texlive/texmf-dist/tex/latex/biblatex/biblatex1.sty +Package: biblatex1 2013/11/25 v2.8a programmable bibliographies (bibtex) (PK/JW +/AB) + +(/usr/share/texlive/texmf-dist/tex/latex/etoolbox/etoolbox.sty +Package: etoolbox 2011/01/03 v2.1 e-TeX tools for LaTeX +\etb@tempcnta=\count319 +) +(/usr/share/texlive/texmf-dist/tex/latex/logreq/logreq.sty +Package: logreq 2010/08/04 v1.0 xml request logger +\lrq@indent=\count320 + +(/usr/share/texlive/texmf-dist/tex/latex/logreq/logreq.def +File: logreq.def 2010/08/04 v1.0 logreq spec v1.0 +)) +\c@tabx@nest=\count321 +\c@listtotal=\count322 +\c@listcount=\count323 +\c@liststart=\count324 +\c@liststop=\count325 +\c@citecount=\count326 +\c@citetotal=\count327 +\c@multicitecount=\count328 +\c@multicitetotal=\count329 +\c@instcount=\count330 +\c@maxnames=\count331 +\c@minnames=\count332 +\c@maxitems=\count333 +\c@minitems=\count334 +\c@citecounter=\count335 +\c@savedcitecounter=\count336 +\c@uniquelist=\count337 +\c@uniquename=\count338 +\c@refsection=\count339 +\c@refsegment=\count340 +\c@maxextrayear=\count341 +\c@maxextraalpha=\count342 +\c@abbrvpenalty=\count343 +\c@highnamepenalty=\count344 +\c@lownamepenalty=\count345 +\c@maxparens=\count346 +\c@parenlevel=\count347 +\blx@tempcnta=\count348 +\blx@tempcntb=\count349 +\blx@tempcntc=\count350 +\blx@maxsection=\count351 +\blx@maxsegment=\count352 +\blx@notetype=\count353 +\blx@parenlevel@text=\count354 +\blx@parenlevel@foot=\count355 +\labelnumberwidth=\skip87 +\labelalphawidth=\skip88 +\shorthandwidth=\skip89 +\biblabelsep=\skip90 +\bibitemsep=\skip91 +\bibnamesep=\skip92 +\bibinitsep=\skip93 +\bibparsep=\skip94 +\bibhang=\skip95 +\blx@auxin=\read3 +\blx@auxout=\write8 +\c@mincomprange=\count356 +\c@maxcomprange=\count357 +\c@mincompwidth=\count358 +\c@labelname=\count359 +\c@savedlabelname=\count360 +\c@author=\count361 +\c@savedauthor=\count362 +\c@shortauthor=\count363 +\c@savedshortauthor=\count364 +\c@editor=\count365 +\c@savededitor=\count366 +\c@editora=\count367 +\c@savededitora=\count368 +\c@editorb=\count369 +\c@savededitorb=\count370 +\c@editorc=\count371 +\c@savededitorc=\count372 +\c@shorteditor=\count373 +\c@savedshorteditor=\count374 +\c@bookauthor=\count375 +\c@savedbookauthor=\count376 +\c@translator=\count377 +\c@savedtranslator=\count378 +\c@annotator=\count379 +\c@savedannotator=\count380 +\c@commentator=\count381 +\c@savedcommentator=\count382 +\c@introduction=\count383 +\c@savedintroduction=\count384 +\c@foreword=\count385 +\c@savedforeword=\count386 +\c@afterword=\count387 +\c@savedafterword=\count388 +\c@holder=\count389 +\c@savedholder=\count390 +\c@namea=\count391 +\c@savednamea=\count392 +\c@nameb=\count393 +\c@savednameb=\count394 +\c@namec=\count395 +\c@savednamec=\count396 +\c@institution=\count397 +\c@savedinstitution=\count398 +\c@language=\count399 +\c@savedlanguage=\count400 +\c@location=\count401 +\c@savedlocation=\count402 +\c@organization=\count403 +\c@savedorganization=\count404 +\c@origlocation=\count405 +\c@savedoriglocation=\count406 +\c@origpublisher=\count407 +\c@savedorigpublisher=\count408 +\c@pageref=\count409 +\c@savedpageref=\count410 +\c@publisher=\count411 +\c@savedpublisher=\count412 +\c@lista=\count413 +\c@savedlista=\count414 +\c@listb=\count415 +\c@savedlistb=\count416 +\c@listc=\count417 +\c@savedlistc=\count418 +\c@listd=\count419 +\c@savedlistd=\count420 +\c@liste=\count421 +\c@savedliste=\count422 +\c@listf=\count423 +\c@savedlistf=\count424 +Package biblatex Info: Trying to load compatibility code... +Package biblatex Info: ... file 'blx-compat.def' found. + +(/usr/share/texlive/texmf-dist/tex/latex/biblatex/blx-compat.def +File: blx-compat.def 2013/11/25 v2.8a biblatex compatibility (PK/JW/AB) +) +Package biblatex Info: Trying to load generic definitions... +Package biblatex Info: ... file 'biblatex.def' found. + +(/usr/share/texlive/texmf-dist/tex/latex/biblatex/biblatex.def +File: biblatex.def +\c@textcitecount=\count425 +\c@textcitetotal=\count426 +\c@textcitemaxnames=\count427 +\c@biburlnumpenalty=\count428 +\c@biburlucpenalty=\count429 +\c@biburllcpenalty=\count430 +\c@smartand=\count431 +) +Package biblatex Info: Trying to load bibliography style 'numeric-comp'... +Package biblatex Info: ... file 'numeric-comp.bbx' found. + +(/usr/share/texlive/texmf-dist/tex/latex/biblatex/bbx/numeric-comp.bbx +File: numeric-comp.bbx 2013/11/25 v2.8a biblatex bibliography style (PK/JW/AB) +Package biblatex Info: Trying to load bibliography style 'numeric'... +Package biblatex Info: ... file 'numeric.bbx' found. + +(/usr/share/texlive/texmf-dist/tex/latex/biblatex/bbx/numeric.bbx +File: numeric.bbx 2013/11/25 v2.8a biblatex bibliography style (PK/JW/AB) +Package biblatex Info: Trying to load bibliography style 'standard'... +Package biblatex Info: ... file 'standard.bbx' found. + +(/usr/share/texlive/texmf-dist/tex/latex/biblatex/bbx/standard.bbx +File: standard.bbx 2013/11/25 v2.8a biblatex bibliography style (PK/JW/AB) +\c@bbx:relatedcount=\count432 +\c@bbx:relatedtotal=\count433 +))) +Package biblatex Info: Trying to load citation style 'numeric-comp'... +Package biblatex Info: ... file 'numeric-comp.cbx' found. + +(/usr/share/texlive/texmf-dist/tex/latex/biblatex/cbx/numeric-comp.cbx +File: numeric-comp.cbx 2013/11/25 v2.8a biblatex citation style (PK/JW/AB) +\c@cbx@tempcnta=\count434 +\c@cbx@tempcntb=\count435 +Package biblatex Info: Redefining '\cite'. +Package biblatex Info: Redefining '\parencite'. +Package biblatex Info: Redefining '\footcite'. +Package biblatex Info: Redefining '\footcitetext'. +Package biblatex Info: Redefining '\smartcite'. +Package biblatex Info: Redefining '\supercite'. +Package biblatex Info: Redefining '\textcite'. +Package biblatex Info: Redefining '\textcites'. +Package biblatex Info: Redefining '\cites'. +Package biblatex Info: Redefining '\parencites'. +Package biblatex Info: Redefining '\smartcites'. +) +Package biblatex Info: Trying to load configuration file... +Package biblatex Info: ... file 'biblatex.cfg' found. + +(/usr/share/texlive/texmf-dist/tex/latex/biblatex/biblatex.cfg +File: biblatex.cfg +))) + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\fontspec' on input line 204. + +Package biblatex Info: Trying to load language 'english'... +Package biblatex Info: ... file 'english.lbx' found. +(/usr/share/texlive/texmf-dist/tex/latex/biblatex/lbx/english.lbx +File: english.lbx 2013/11/25 v2.8a biblatex localization (PK/JW/AB) +) + +Package biblatex Warning: Patching footnotes failed. +(biblatex) Footnote detection will not work. + + +Package biblatex Warning: 'babel/polyglossia' detected but 'csquotes' missing. +(biblatex) Loading 'csquotes' recommended. + +\@quotelevel=\count436 +\@quotereset=\count437 + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `math shift' on input line 210. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 210. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\myargthree' on input line 210. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 210. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\myargtwo' on input line 210. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 210. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\myargtwo' on input line 210. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 210. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\myargthree' on input line 210. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `subscript' on input line 210. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\mskip' on input line 210. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `superscript' on input line 210. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\mskip' on input line 210. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\to' on input line 210. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 210. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\myargthree' on input line 210. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 210. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\myargtwo' on input line 210. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 210. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\myargtwo' on input line 210. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 210. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\myargthree' on input line 210. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `subscript' on input line 210. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\mskip' on input line 210. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `superscript' on input line 210. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\ast' on input line 210. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\mskip' on input line 210. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 210. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\myargthree' on input line 210. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 210. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\myargtwo' on input line 210. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 210. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\myargtwo' on input line 210. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 210. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\myargthree' on input line 210. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\mu' on input line 210. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `subscript' on input line 210. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\mskip' on input line 210. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `superscript' on input line 210. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\mskip' on input line 210. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 210. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\myargthree' on input line 210. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 210. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\myargtwo' on input line 210. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 210. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\myargtwo' on input line 210. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 210. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\myargthree' on input line 210. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\mu' on input line 210. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `subscript' on input line 210. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\mskip' on input line 210. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `superscript' on input line 210. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\mskip' on input line 210. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `math shift' on input line 210. + +(./mchrzasz.aux) +\openout1 = `mchrzasz.aux'. + +LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 210. +LaTeX Font Info: ... okay on input line 210. +LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 210. +LaTeX Font Info: ... okay on input line 210. +LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 210. +LaTeX Font Info: ... okay on input line 210. +LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 210. +LaTeX Font Info: ... okay on input line 210. +LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 210. +LaTeX Font Info: ... okay on input line 210. +LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 210. +LaTeX Font Info: ... okay on input line 210. +LaTeX Font Info: Checking defaults for PD1/pdf/m/n on input line 210. +LaTeX Font Info: ... okay on input line 210. +LaTeX Font Info: Checking defaults for PU/pdf/m/n on input line 210. +LaTeX Font Info: ... okay on input line 210. +LaTeX Font Info: Checking defaults for OT4/cmr/m/n on input line 210. +LaTeX Font Info: Try loading font information for OT4+cmr on input line 210. + + (/usr/share/texlive/texmf-dist/tex/latex/polski/ot4cmr.fd +File: ot4cmr.fd 2008/02/24 v1.2.1 Font defs for fonts PL (MW) +) +LaTeX Font Info: ... okay on input line 210. +LaTeX Font Info: Checking defaults for LY1/ptm/m/n on input line 210. +LaTeX Font Info: ... okay on input line 210. +LaTeX Font Info: Checking defaults for EU1/lmr/m/n on input line 210. +LaTeX Font Info: ... okay on input line 210. +LaTeX Font Info: Checking defaults for T3/cmr/m/n on input line 210. +LaTeX Font Info: Try loading font information for T3+cmr on input line 210. + +(/usr/share/texmf/tex/latex/tipa/t3cmr.fd +File: t3cmr.fd 2001/12/31 TIPA font definitions +) +LaTeX Font Info: ... okay on input line 210. + +*geometry* driver: auto-detecting +*geometry* detected driver: xetex +*geometry* verbose mode - [ preamble ] result: +* driver: xetex +* paper: custom +* layout: +* layoutoffset:(h,v)=(0.0pt,0.0pt) +* modes: includehead includefoot +* h-part:(L,W,R)=(21.85083pt, 320.4937pt, 21.85083pt) +* v-part:(T,H,B)=(0.0pt, 273.14662pt, 0.0pt) +* \paperwidth=364.19536pt +* \paperheight=273.14662pt +* \textwidth=320.4937pt +* \textheight=244.6939pt +* \oddsidemargin=-50.41916pt +* \evensidemargin=-50.41916pt +* \topmargin=-72.26999pt +* \headheight=14.22636pt +* \headsep=0.0pt +* \topskip=11.0pt +* \footskip=14.22636pt +* \marginparwidth=4.0pt +* \marginparsep=10.0pt +* \columnsep=10.0pt +* \skip\footins=10.0pt plus 4.0pt minus 2.0pt +* \hoffset=0.0pt +* \voffset=0.0pt +* \mag=1000 +* \@twocolumnfalse +* \@twosidefalse +* \@mparswitchfalse +* \@reversemarginfalse +* (1in=72.27pt=25.4mm, 1cm=28.453pt) + +ABD: EveryShipout initializing macros +\AtBeginShipoutBox=\box108 +Package hyperref Info: Link coloring OFF on input line 210. + +(/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty +Package: nameref 2012/10/27 v2.43 Cross-referencing by name of section + +(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/gettitlestring.sty +Package: gettitlestring 2010/12/03 v1.4 Cleanup title references (HO) +) +\c@section@level=\count438 +) +LaTeX Info: Redefining \ref on input line 210. +LaTeX Info: Redefining \pageref on input line 210. +LaTeX Info: Redefining \nameref on input line 210. + +(./mchrzasz.out) (./mchrzasz.out) +\@outlinefile=\write9 +\openout9 = `mchrzasz.out'. + + +(/usr/share/texmf/tex/latex/beamer/base/translator/dicts/translator-basic-dicti +onary/translator-basic-dictionary-English.dict +Dictionary: translator-basic-dictionary, Language: English +) +(/usr/share/texmf/tex/latex/beamer/base/translator/dicts/translator-bibliograph +y-dictionary/translator-bibliography-dictionary-English.dict +Dictionary: translator-bibliography-dictionary, Language: English +) +(/usr/share/texmf/tex/latex/beamer/base/translator/dicts/translator-environment +-dictionary/translator-environment-dictionary-English.dict +Dictionary: translator-environment-dictionary, Language: English +) +(/usr/share/texmf/tex/latex/beamer/base/translator/dicts/translator-months-dict +ionary/translator-months-dictionary-English.dict +Dictionary: translator-months-dictionary, Language: English +) +(/usr/share/texmf/tex/latex/beamer/base/translator/dicts/translator-numbers-dic +tionary/translator-numbers-dictionary-English.dict +Dictionary: translator-numbers-dictionary, Language: English +) +(/usr/share/texmf/tex/latex/beamer/base/translator/dicts/translator-theorem-dic +tionary/translator-theorem-dictionary-English.dict +Dictionary: translator-theorem-dictionary, Language: English +) +LaTeX Info: Redefining \includegraphics on input line 210. + +*** you should *not* be loading the inputenc package +*** XeTeX expects the source to be in UTF8 encoding +*** some features of other encodings may conflict, resulting in poor output. +Now handling font encoding TS1 ... +... processing UTF-8 mapping file for font encoding TS1 +(/usr/share/texlive/texmf-dist/tex/latex/base/ts1enc.dfu +File: ts1enc.dfu 2008/04/05 v1.1m UTF-8 support for inputenc + defining Unicode char U+00A2 (decimal 162) + defining Unicode char U+00A3 (decimal 163) + defining Unicode char U+00A4 (decimal 164) + defining Unicode char U+00A5 (decimal 165) + defining Unicode char U+00A6 (decimal 166) + defining Unicode char U+00A7 (decimal 167) + defining Unicode char U+00A8 (decimal 168) + defining Unicode char U+00A9 (decimal 169) + defining Unicode char U+00AA (decimal 170) + defining Unicode char U+00AC (decimal 172) + defining Unicode char U+00AE (decimal 174) + defining Unicode char U+00AF (decimal 175) + defining Unicode char U+00B0 (decimal 176) + defining Unicode char U+00B1 (decimal 177) + defining Unicode char U+00B2 (decimal 178) + defining Unicode char U+00B3 (decimal 179) + defining Unicode char U+00B4 (decimal 180) + defining Unicode char U+00B5 (decimal 181) + defining Unicode char U+00B6 (decimal 182) + defining Unicode char U+00B7 (decimal 183) + defining Unicode char U+00B9 (decimal 185) + defining Unicode char U+00BA (decimal 186) + defining Unicode char U+00BC (decimal 188) + defining Unicode char U+00BD (decimal 189) + defining Unicode char U+00BE (decimal 190) + defining Unicode char U+00D7 (decimal 215) + defining Unicode char U+00F7 (decimal 247) + defining Unicode char U+0192 (decimal 402) + defining Unicode char U+02C7 (decimal 711) + defining Unicode char U+02D8 (decimal 728) + defining Unicode char U+02DD (decimal 733) + defining Unicode char U+0E3F (decimal 3647) + defining Unicode char U+2016 (decimal 8214) + defining Unicode char U+2020 (decimal 8224) + defining Unicode char U+2021 (decimal 8225) + defining Unicode char U+2022 (decimal 8226) + defining Unicode char U+2030 (decimal 8240) + defining Unicode char U+2031 (decimal 8241) + defining Unicode char U+203B (decimal 8251) + defining Unicode char U+203D (decimal 8253) + defining Unicode char U+2044 (decimal 8260) + defining Unicode char U+204E (decimal 8270) + defining Unicode char U+2052 (decimal 8274) + defining Unicode char U+20A1 (decimal 8353) + defining Unicode char U+20A4 (decimal 8356) + defining Unicode char U+20A6 (decimal 8358) + defining Unicode char U+20A9 (decimal 8361) + defining Unicode char U+20AB (decimal 8363) + defining Unicode char U+20AC (decimal 8364) + defining Unicode char U+20B1 (decimal 8369) + defining Unicode char U+2103 (decimal 8451) + defining Unicode char U+2116 (decimal 8470) + defining Unicode char U+2117 (decimal 8471) + defining Unicode char U+211E (decimal 8478) + defining Unicode char U+2120 (decimal 8480) + defining Unicode char U+2122 (decimal 8482) + defining Unicode char U+2126 (decimal 8486) + defining Unicode char U+2127 (decimal 8487) + defining Unicode char U+212E (decimal 8494) + defining Unicode char U+2190 (decimal 8592) + defining Unicode char U+2191 (decimal 8593) + defining Unicode char U+2192 (decimal 8594) + defining Unicode char U+2193 (decimal 8595) + defining Unicode char U+2329 (decimal 9001) + defining Unicode char U+232A (decimal 9002) + defining Unicode char U+2422 (decimal 9250) + defining Unicode char U+25E6 (decimal 9702) + defining Unicode char U+25EF (decimal 9711) + defining Unicode char U+266A (decimal 9834) +) +(/usr/share/texlive/texmf-dist/tex/latex/siunitx/config/siunitx-abbreviations.c +fg +File: siunitx-abbreviations.cfg 2013/07/31 v2.5s siunitx: Abbreviated units +) +Package biblatex Info: Input encoding 'utf8' detected. +Package biblatex Info: Automatic encoding selection. +(biblatex) Assuming data encoding 'utf8'. + + +Package biblatex Warning: Data encoding is 'utf8'. +(biblatex) Use backend=biber. + +\openout8 = `mchrzasz-blx.bib'. + +Package biblatex Info: Trying to load bibliographic data... +Package biblatex Info: ... file 'mchrzasz.bbl' not found. +No file mchrzasz.bbl. +Package biblatex Info: Reference section=0 on input line 210. +Package biblatex Info: Reference segment=0 on input line 210. +(./mchrzasz.nav) +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +\g_fontspec_family_Trebuchet MS_int=\count439 +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +. +. * 'normal' with NFSS spec.: +. <->"Trebuchet MS/ICU:mapping=tex-text;" +. +. * 'bold' with NFSS spec.: +. <->"Trebuchet MS/B/ICU:mapping=tex-text;" +. +. * 'italic' with NFSS spec.: +. <->"Trebuchet MS/I/ICU:mapping=tex-text;" +. +. * 'bold italic' with NFSS spec.: +. <->"Trebuchet MS/BI/ICU:mapping=tex-text;" +................................................. +LaTeX Font Info: Try loading font information for OML+plm on input line 210. + + (/usr/share/texlive/texmf-dist/tex/latex/polski/omlplm.fd +File: omlplm.fd 2008/02/24 v1.2.1 Font defs for fonts PL (MW) +) +LaTeX Font Info: Try loading font information for OMS+plsy on input line 210 +. + +(/usr/share/texlive/texmf-dist/tex/latex/polski/omsplsy.fd +File: omsplsy.fd 2008/02/24 v1.2.1 Font defs for fonts PL (MW) +) +LaTeX Font Info: Try loading font information for OMX+plex on input line 210 +. + +(/usr/share/texlive/texmf-dist/tex/latex/polski/omxplex.fd +File: omxplex.fd 2008/02/24 v1.2.1 Font defs for fonts PL (MW) +) +LaTeX Font Info: External font `plex10' loaded for size +(Font) <6> on input line 210. +LaTeX Font Info: External font `plex10' loaded for size +(Font) <5> on input line 210. +LaTeX Font Info: Try loading font information for U+msa on input line 210. + +(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd +File: umsa.fd 2013/01/14 v3.01 AMS symbols A +) +LaTeX Font Info: Try loading font information for U+msb on input line 210. + +(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd +File: umsb.fd 2013/01/14 v3.01 AMS symbols B +) +LaTeX Font Info: Try loading font information for U+rsfs on input line 210. + +(/usr/share/texlive/texmf-dist/tex/latex/jknapltx/ursfs.fd +File: ursfs.fd 1998/03/24 rsfs font definition file (jk) +) +LaTeX Font Info: External font `plex10' loaded for size +(Font) <10> on input line 210. +LaTeX Font Info: External font `plex10' loaded for size +(Font) <7> on input line 210. +\c__siunitx_mathsf_int=\count440 +LaTeX Font Info: External font `plex10' loaded for size +(Font) <10.95> on input line 210. +LaTeX Font Info: External font `plex10' loaded for size +(Font) <8> on input line 210. +\c__siunitx_mathtt_int=\count441 +LaTeX Font Info: Try loading font information for OT4+cmtt on input line 210 +. + +(/usr/share/texlive/texmf-dist/tex/latex/polski/ot4cmtt.fd +File: ot4cmtt.fd 2008/02/24 v1.2.1 Font defs for fonts PL (MW) +) +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. +LaTeX Font Info: External font `plex10' loaded for size +(Font) <24.88> on input line 251. +LaTeX Font Info: External font `plex10' loaded for size +(Font) <20.74> on input line 251. +LaTeX Font Info: External font `plex10' loaded for size +(Font) <17.28> on input line 251. +File: images/lhcb-logo.pdf Graphic file (type QTm) + + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. +File: images/uzh-transp.pdf Graphic file (type QTm) + +File: images/bubble2.jpg Graphic file (type QTm) + + +Overfull \vbox (9.8195pt too high) has occurred while \output is active [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. + +[1 + +] +LaTeX Font Info: External font `plex10' loaded for size +(Font) <9> on input line 284. + +Underfull \hbox (badness 10000) in paragraph at lines 284--284 + + [] + +LaTeX Font Info: Try loading font information for EU1+lmtt on input line 284 +. +(/usr/share/texlive/texmf-dist/tex/latex/euenc/eu1lmtt.fd +File: eu1lmtt.fd 2009/10/30 v1.6 Font defs for Latin Modern +) +Underfull \hbox (badness 10000) in paragraph at lines 284--284 + + [] + +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. + +[2 + +] +\c@framenumberappendix=\count442 +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. + +[3 + +] +\tf@nav=\write10 +\openout10 = `mchrzasz.nav'. + +\tf@toc=\write11 +\openout11 = `mchrzasz.toc'. + +\tf@snm=\write12 +\openout12 = `mchrzasz.snm'. + +Package atveryend Info: Empty hook `BeforeClearDocument' on input line 303. +Package atveryend Info: Empty hook `AfterLastShipout' on input line 303. + (./mchrzasz.aux) +Package atveryend Info: Empty hook `AtVeryEndDocument' on input line 303. +Package atveryend Info: Empty hook `AtEndAfterFileList' on input line 303. +Package logreq Info: Writing requests to 'mchrzasz.run.xml'. +\openout1 = `mchrzasz.run.xml'. + +Package atveryend Info: Empty hook `AtVeryVeryEnd' on input line 303. + ) +Here is how much of TeX's memory you used: + 47841 strings out of 493918 + 939934 string characters out of 6150564 + 1280194 words of memory out of 5000000 + 50130 multiletter control sequences out of 15000+600000 + 44982 words of font info for 171 fonts, out of 8000000 for 9000 + 1144 hyphenation exceptions out of 8191 + 61i,33n,73p,10479b,1426s stack positions out of 5000i,500n,10000p,200000b,80000s + +Output written on mchrzasz.pdf (3 pages). diff --git a/Kstarmumu_Run2/PPG/mchrzasz.nav b/Kstarmumu_Run2/PPG/mchrzasz.nav new file mode 100644 index 0000000..01de3e2 --- /dev/null +++ b/Kstarmumu_Run2/PPG/mchrzasz.nav @@ -0,0 +1,13 @@ +\defcounter {refsection}{0}\relax +\beamer@endinputifotherversion {3.24pt} +\headcommand {\slideentry {0}{0}{1}{1/1}{}{0}} +\headcommand {\beamer@framepages {1}{1}} +\headcommand {\slideentry {0}{0}{2}{2/2}{}{0}} +\headcommand {\beamer@framepages {2}{2}} +\headcommand {\slideentry {0}{0}{3}{3/3}{}{0}} +\headcommand {\beamer@framepages {3}{3}} +\headcommand {\beamer@partpages {1}{3}} +\headcommand {\beamer@subsectionpages {1}{3}} +\headcommand {\beamer@sectionpages {1}{3}} +\headcommand {\beamer@documentpages {3}} +\headcommand {\def \inserttotalframenumber {2}} diff --git a/Kstarmumu_Run2/PPG/mchrzasz.out b/Kstarmumu_Run2/PPG/mchrzasz.out new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/Kstarmumu_Run2/PPG/mchrzasz.out diff --git a/Kstarmumu_Run2/PPG/mchrzasz.pdf b/Kstarmumu_Run2/PPG/mchrzasz.pdf new file mode 100644 index 0000000..258ac23 --- /dev/null +++ b/Kstarmumu_Run2/PPG/mchrzasz.pdf Binary files differ diff --git a/Kstarmumu_Run2/PPG/mchrzasz.run.xml b/Kstarmumu_Run2/PPG/mchrzasz.run.xml new file mode 100644 index 0000000..3368f59 --- /dev/null +++ b/Kstarmumu_Run2/PPG/mchrzasz.run.xml @@ -0,0 +1,91 @@ + + + + + + + + + + + + + + + + + + + + + + + + +]> + + + latex + + mchrzasz.aux + mchrzasz-blx.bib + + + mchrzasz.bbl + + + blx-compat.def + biblatex.def + numeric-comp.bbx + numeric.bbx + standard.bbx + numeric-comp.cbx + biblatex.cfg + english.lbx + + + + bibtex + + bibtex + + mchrzasz + + + mchrzasz.aux + + + mchrzasz.bbl + + + mchrzasz.bbl + + + mchrzasz.aux + mchrzasz-blx.bib + + + bib.bib + + + biblatex.bst + + + diff --git a/Kstarmumu_Run2/PPG/mchrzasz.snm b/Kstarmumu_Run2/PPG/mchrzasz.snm new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/Kstarmumu_Run2/PPG/mchrzasz.snm diff --git a/Kstarmumu_Run2/PPG/mchrzasz.synctex.gz b/Kstarmumu_Run2/PPG/mchrzasz.synctex.gz new file mode 100644 index 0000000..176390a --- /dev/null +++ b/Kstarmumu_Run2/PPG/mchrzasz.synctex.gz Binary files differ diff --git a/Kstarmumu_Run2/PPG/mchrzasz.tex b/Kstarmumu_Run2/PPG/mchrzasz.tex new file mode 100644 index 0000000..6af14c1 --- /dev/null +++ b/Kstarmumu_Run2/PPG/mchrzasz.tex @@ -0,0 +1,303 @@ +\documentclass[11 pt,xcolor={dvipsnames,svgnames,x11names,table}]{beamer} + +\usepackage[english]{babel} +\usepackage{polski} + + +\usetheme[ + bullet=circle, % Other option: square + bigpagenumber, % circled page number on lower right + topline=true, % colored bar at the top of the frame + shadow=false, % Shading for beamer blocks + watermark=BG_lower, % png file for the watermark + ]{Flip} + +%\logo{\kern+1.em\includegraphics[height=1cm]{SHiP-3_LightCharcoal}} + + +\usepackage[lf]{berenis} +\usepackage[LY1]{fontenc} +\usepackage[utf8]{inputenc} + +\usepackage{emerald} +\usefonttheme{professionalfonts} +\usepackage[no-math]{fontspec} +\defaultfontfeatures{Mapping=tex-text} % This seems to be important for mapping glyphs properly + +\setmainfont{Gillius ADF} % Beamer ignores "main font" in favor of sans font +\setsansfont{Gillius ADF} % This is the font that beamer will use by default +% \setmainfont{Gill Sans Light} % Prettier, but harder to read + +\setbeamerfont{title}{family=\fontspec{Gillius ADF}} + +\input t1augie.fd + +%\newcommand{\handwriting}{\fontspec{augie}} % From Emerald City, free font +%\newcommand{\handwriting}{\usefont{T1}{fau}{m}{n}} % From Emerald City, free font +% \newcommand{\handwriting}{} % If you prefer no special handwriting font or don't have augie + +%% Gill Sans doesn't look very nice when boldfaced +%% This is a hack to use Helvetica instead +%% Usage: \textbf{\forbold some stuff} +%\newcommand{\forbold}{\fontspec{Arial}} + +\usepackage{graphicx} +\usepackage[export]{adjustbox} + +\usepackage{amsmath} +\usepackage{amsfonts} +\usepackage{amssymb} +\usepackage{bm} +\usepackage{colortbl} +\usepackage{mathrsfs} % For Weinberg-esque letters +\usepackage{cancel} % For "SUSY-breaking" symbol +\usepackage{slashed} % for slashed characters in math mode +\usepackage{bbm} % for \mathbbm{1} (unit matrix) +\usepackage{amsthm} % For theorem environment +\usepackage{multirow} % For multi row cells in table +\usepackage{arydshln} % For dashed lines in arrays and tables +\usepackage{siunitx} +\usepackage{xhfill} +\usepackage{grffile} +\usepackage{textpos} +\usepackage{subfigure} +\usepackage{tikz} + +%\usepackage{hepparticles} +\usepackage[italic]{hepparticles} + +\usepackage{hepnicenames} + +% Drawing a line +\tikzstyle{lw} = [line width=20pt] +\newcommand{\topline}{% + \tikz[remember picture,overlay] {% + \draw[crimsonred] ([yshift=-23.5pt]current page.north west) + -- ([yshift=-23.5pt,xshift=\paperwidth]current page.north west);}} + + + +% % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % +\usepackage{tikzfeynman} % For Feynman diagrams +\usetikzlibrary{arrows,shapes} +\usetikzlibrary{trees} +\usetikzlibrary{matrix,arrows} % For commutative diagram +% http://www.felixl.de/commu.pdf +\usetikzlibrary{positioning} % For "above of=" commands +\usetikzlibrary{calc,through} % For coordinates +\usetikzlibrary{decorations.pathreplacing} % For curly braces +% http://www.math.ucla.edu/~getreuer/tikz.html +\usepackage{pgffor} % For repeating patterns + +\usetikzlibrary{decorations.pathmorphing} % For Feynman Diagrams +\usetikzlibrary{decorations.markings} +\tikzset{ + % >=stealth', %% Uncomment for more conventional arrows + vector/.style={decorate, decoration={snake}, draw}, + provector/.style={decorate, decoration={snake,amplitude=2.5pt}, draw}, + antivector/.style={decorate, decoration={snake,amplitude=-2.5pt}, draw}, + fermion/.style={draw=gray, postaction={decorate}, + decoration={markings,mark=at position .55 with {\arrow[draw=gray]{>}}}}, + fermionbar/.style={draw=gray, postaction={decorate}, + decoration={markings,mark=at position .55 with {\arrow[draw=gray]{<}}}}, + fermionnoarrow/.style={draw=gray}, + gluon/.style={decorate, draw=black, + decoration={coil,amplitude=4pt, segment length=5pt}}, + scalar/.style={dashed,draw=black, postaction={decorate}, + decoration={markings,mark=at position .55 with {\arrow[draw=black]{>}}}}, + scalarbar/.style={dashed,draw=black, postaction={decorate}, + decoration={markings,mark=at position .55 with {\arrow[draw=black]{<}}}}, + scalarnoarrow/.style={dashed,draw=black}, + electron/.style={draw=black, postaction={decorate}, + decoration={markings,mark=at position .55 with {\arrow[draw=black]{>}}}}, + bigvector/.style={decorate, decoration={snake,amplitude=4pt}, draw}, +} + +% TIKZ - for block diagrams, +% from http://www.texample.net/tikz/examples/control-system-principles/ +% \usetikzlibrary{shapes,arrows} +\tikzstyle{block} = [draw, rectangle, +minimum height=3em, minimum width=6em] + + + + +\usetikzlibrary{backgrounds} +\usetikzlibrary{mindmap,trees} % For mind map +\newcommand{\degree}{\ensuremath{^\circ}} +\newcommand{\E}{\mathrm{E}} +\newcommand{\Var}{\mathrm{Var}} +\newcommand{\Cov}{\mathrm{Cov}} +\newcommand\Ts{\rule{0pt}{2.6ex}} % Top strut +\newcommand\Bs{\rule[-1.2ex]{0pt}{0pt}} % Bottom strut + +\graphicspath{{images/}} % Put all images in this directory. Avoids clutter. + +% SOME COMMANDS THAT I FIND HANDY +% \renewcommand{\tilde}{\widetilde} % dinky tildes look silly, dosn't work with fontspec +\newcommand{\comment}[1]{\textcolor{comment}{\footnotesize{#1}\normalsize}} % comment mild +\newcommand{\Comment}[1]{\textcolor{Comment}{\footnotesize{#1}\normalsize}} % comment bold +\newcommand{\COMMENT}[1]{\textcolor{COMMENT}{\footnotesize{#1}\normalsize}} % comment crazy bold +\newcommand{\Alert}[1]{\textcolor{Alert}{#1}} % louder alert +\newcommand{\ALERT}[1]{\textcolor{ALERT}{#1}} % loudest alert +%% "\alert" is already a beamer pre-defined +\newcommand*{\Scale}[2][4]{\scalebox{#1}{$#2$}}% + +\def\Put(#1,#2)#3{\leavevmode\makebox(0,0){\put(#1,#2){#3}}} + +\usepackage{gmp} +\usepackage[final]{feynmp-auto} + +\usepackage[backend=bibtex,style=numeric-comp,firstinits=true]{biblatex} +\bibliography{bib} +\setbeamertemplate{bibliography item}[text] + +\makeatletter\let\frametextheight\beamer@frametextheight\makeatother + +% suppress frame numbering for backup slides +% you always need the appendix for this! +\newcommand{\backupbegin}{ + \newcounter{framenumberappendix} + \setcounter{framenumberappendix}{\value{framenumber}} +} +\newcommand{\backupend}{ + \addtocounter{framenumberappendix}{-\value{framenumber}} + \addtocounter{framenumber}{\value{framenumberappendix}} +} + + +\definecolor{links}{HTML}{2A1B81} +%\hypersetup{colorlinks,linkcolor=,urlcolor=links} + +% For shapo's formulas: +\def\lsi{\raise0.3ex\hbox{$<$\kern-0.75em\raise-1.1ex\hbox{$\sim$}}} +\def\gsi{\raise0.3ex\hbox{$>$\kern-0.75em\raise-1.1ex\hbox{$\sim$}}} +\newcommand{\lsim}{\mathop{\lsi}} +\newcommand{\gsim}{\mathop{\gsi}} +\newcommand{\wt}{\widetilde} +%\newcommand{\ol}{\overline} +\newcommand{\Tr}{\rm{Tr}} +\newcommand{\tr}{\rm{tr}} +\newcommand{\eqn}[1]{&\hspace{-0.7em}#1\hspace{-0.7em}&} +\newcommand{\vev}[1]{\rm{$\langle #1 \rangle$}} +\newcommand{\abs}[1]{\rm{$\left| #1 \right|$}} +\newcommand{\eV}{\rm{eV}} +\newcommand{\keV}{\rm{keV}} +\newcommand{\GeV}{\rm{GeV}} +\newcommand{\im}{\rm{Im}} +\newcommand{\disp}{\displaystyle} +\def\be{\begin{equation}} +\def\ee{\end{equation}} +\def\ba{\begin{eqnarray}} +\def\ea{\end{eqnarray}} +\def\d{\partial} +\def\l{\left(} +\def\r{\right)} +\def\la{\langle} +\def\ra{\rangle} +\def\e{{\rm e}} +\def\Br{{\rm Br}} + +\def\ARROW{{\color{JungleGreen}{$\Rrightarrow$}}\xspace} +\def\ARROWR{{\color{WildStrawberry}{$\Rrightarrow$}}\xspace} + +\author{ {\fontspec{Trebuchet MS}Marcin Chrz\k{a}szcz} (Universit\"{a}t Z\"{u}rich)} +\institute{UZH} +\title[$\PBzero \to \PKstar \Pmuon \APmuon$ MC requirements]{$\PBzero \to \PKstar \Pmuon \APmuon$ MC requirements} +\date{25 September 2014} + + +\begin{document} +\tikzstyle{every picture}+=[remember picture] + +{ +\setbeamertemplate{sidebar right}{\llap{\includegraphics[width=\paperwidth,height=\paperheight]{bubble2}}} +\begin{frame}[c]%{\phantom{title page}} +\begin{center} +\begin{center} + \begin{columns} + \begin{column}{0.75\textwidth} + \flushright\fontspec{Trebuchet MS}\bfseries \Huge {$\PBzero \to \PKstar \Pmuon \APmuon$\\ MC requirements} + \end{column} + \begin{column}{0.02\textwidth} + {~} + \end{column} + \begin{column}{0.23\textwidth} + % \hspace*{-1.cm} + \vspace*{-3mm} + \includegraphics[width=0.6\textwidth]{lhcb-logo} + \end{column} + + \end{columns} +\end{center} + \quad + \vspace{3em} +\begin{columns} +\begin{column}{0.44\textwidth} +\flushright \vspace{-1.8em} {\fontspec{Trebuchet MS} \Large Marcin Chrząszcz\\\vspace{-0.1em}\small \href{mailto:mchrzasz@cern.ch}{mchrzasz@cern.ch}\\ \Large Thomas Blake \\ Nicola Serra } + +\end{column} +\begin{column}{0.53\textwidth} +\includegraphics[height=1.3cm]{uzh-transp} +\end{column} +\end{columns} + +\vspace{1em} +% \footnotesize\textcolor{gray}{With N. Serra, B. Storaci\\Thanks to the theory support from M. Shaposhnikov, D. Gorbunov}\normalsize\\ +\vspace{0.5em} + + \textcolor{normal text.fg!50!Comment}{EWP WG meeting, CERN\\November 24, 2016} +\end{center} +\end{frame} +} + + + + +\begin{frame}[c]{Plans 2} + \begin{minipage}{\textwidth} + \begin{footnotesize} + + +\ARROW MC required for $\PB \to \PKstar \Pmu \Pmu$ 2015+2016 analysis.\\ +\ARROW Numbers are taken from previous round with scaling factor $\frac{4}{3}$ for the cross section increase. +{~}\\ +\begin{small} + +\begin{tabular}{lrrr}\hline +Decay & Event type & N.o. generated & N.o. stored\\ \hline\hline +$\PB \to \PKstar \PJpsi$ (physics) & {\tt 11144001} & 2.6M & 0.8M \\ +$\PB \to \PKstar \PJpsi$ (acceptance) & {\tt 11114014} & 160M & 48M \\ + $\PB \to \PKstar \mu \mu$ (physics) & {\tt 11114001} & 1.5M & 0.5M\\ +$\PLambdab \to \PLambda(1530)\mu\mu$ & {\tt 15114000} & 1.5M & 0.5M\\ +$\PLambdab \to p K \mu\mu$ & {\tt 15114011} & 2M & 0.6M\\ +$\PBs \to \phi\mu\mu$ & {\tt 13114002} & 1M & 0.3M\\ +$\PB_u \to \PK \mu\mu$ & {\tt 12113001} & 1M & 0.3M\\\hline +\hline\end{tabular} +\end{small} + +\ARROW All productions will be filtered to save disk space.\\ +\ARROW The large sample will be used to correct the detector acceptance.\\ + \end{footnotesize} + \end{minipage} + \vspace*{2.cm} +\end{frame} + + + + + + +\backupbegin + +\begin{frame}\frametitle{Backup} + + +\end{frame} + + + + +\backupend + +\end{document} diff --git a/Kstarmumu_Run2/PPG/mchrzasz.toc b/Kstarmumu_Run2/PPG/mchrzasz.toc new file mode 100644 index 0000000..429917f --- /dev/null +++ b/Kstarmumu_Run2/PPG/mchrzasz.toc @@ -0,0 +1,5 @@ +\boolfalse {citerequest}\boolfalse {citetracker}\boolfalse {pagetracker}\boolfalse {backtracker}\relax +\defcounter {refsection}{0}\relax +\beamer@endinputifotherversion {3.24pt} +\defcounter {refsection}{0}\relax +\select@language {english} diff --git a/Kstarmumu_Run2/PPG/tikzfeynman.sty b/Kstarmumu_Run2/PPG/tikzfeynman.sty new file mode 100755 index 0000000..521fc65 --- /dev/null +++ b/Kstarmumu_Run2/PPG/tikzfeynman.sty @@ -0,0 +1,43 @@ +% Tikz Feynman Diagrams +% by Flip Tanedo +% 4 January 2011, work in progress + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%% TIKZ - for drawing Feynman diagrams %%%% +%%% ... use with pdflatex %%%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\usepackage{tikz} +\usetikzlibrary{arrows,shapes} +\usetikzlibrary{trees} +\usetikzlibrary{matrix,arrows} % For commutative diagram + % http://www.felixl.de/commu.pdf +\usetikzlibrary{positioning} % For "above of=" commands +\usetikzlibrary{calc,through} % For coordinates +\usetikzlibrary{decorations.pathreplacing} % For curly braces +\usepackage[tikz]{bclogo} % For cute logo boxes +\usepackage{pgffor} % For repeating patterns + +\usetikzlibrary{decorations.pathmorphing} % For Feynman Diagrams +\usetikzlibrary{decorations.markings} +\tikzset{ + % >=stealth', %% Different kind of arrows + vector/.style={decorate, decoration={snake}, draw}, + fermion/.style={postaction={decorate}, + decoration={markings,mark=at position .55 with {\arrow{>}}}}, + fermionbar/.style={draw, postaction={decorate}, + decoration={markings,mark=at position .55 with {\arrow{<}}}}, + fermionnoarrow/.style={}, + gluon/.style={decorate, + decoration={coil,amplitude=4pt, segment length=5pt}}, + scalar/.style={dashed, postaction={decorate}, + decoration={markings,mark=at position .55 with {\arrow{>}}}}, + scalarbar/.style={dashed, postaction={decorate}, + decoration={markings,mark=at position .55 with {\arrow{<}}}}, + scalarnoarrow/.style={dashed,draw}, +% +%% Special vectors (when you need to fine-tune wiggles) + provector/.style={decorate, decoration={snake,amplitude=2.5pt}, draw}, + antivector/.style={decorate, decoration={snake,amplitude=-2.5pt}, draw}, +} + diff --git a/MC/HepData_PPG/Makefile b/MC/HepData_PPG/Makefile new file mode 100644 index 0000000..e4cf8e8 --- /dev/null +++ b/MC/HepData_PPG/Makefile @@ -0,0 +1,9 @@ +all: mchrzasz.pdf + +mchrzasz.pdf: mchrzasz.tex + xelatex mchrzasz.tex +# bibtex mchrzasz + xelatex mchrzasz.tex +# xelatex mchrzasz.tex +clean: + rm *.aux *.bbl *.blg *.log *.out *.pdf *.sh *.xml *.snm *.toc *.nav diff --git a/MC/HepData_PPG/beamercolorthemeFlip.sty b/MC/HepData_PPG/beamercolorthemeFlip.sty new file mode 100755 index 0000000..d6b9c50 --- /dev/null +++ b/MC/HepData_PPG/beamercolorthemeFlip.sty @@ -0,0 +1,179 @@ +% Color style file for the BEAMER FLIP THEME +% Copyright 2012 by Flip Tanedo +% This file may be distributed and/or modified +% 1. under the LaTeX Project Public License and/or +% 2. under the GNU Public License. + + + +\mode +\newif\ifbeamer@Flip@dark +\beamer@Flip@darkfalse +\DeclareOptionBeamer{dark}{\beamer@Flip@darktrue} +\ProcessOptionsBeamer + + +% These are a few colors that I like. + +\definecolor{crimsonred}{RGB}{153,0,0} % Neurtal red, good for dark or light bg +\definecolor{darkcharcoal}{RGB}{25,25,25} % Darker gray +\definecolor{charcoal}{RGB}{51,51,51} % Darker gray +\definecolor{ash}{RGB}{100,100,100} % medium gray +\definecolor{paleblue}{RGB}{0,102,102} % More of an `ocean' color +\definecolor{turtlegreen}{RGB}{51,153,0} % A more neutral green +\definecolor{paleale}{RGB}{204,204,102} % Only for dark BG +\definecolor{lager}{RGB}{140,110,10} % Use instead of pale ale for white BG +\definecolor{regal}{RGB}{90,0,120} % A more neutral purple +\definecolor{jeans}{RGB}{20,30,150} % A more neutral blue + + +% Define some "invariant colors" so that a color that doen't work with a +% light/dark background will automatically be substituted with one that does. +% These will be rewritten in beamercolorthemeFlipDark + +\ifbeamer@Flip@dark + \definecolor{FlipSand}{RGB}{204,204,102} % paleale, Only for dark BG + \definecolor{FlipGreen}{RGB}{0,255,0} % Neon-like green, only for dark BG +\else + \definecolor{FlipSand}{RGB}{140,110,10} % lager, Only for light BG + \definecolor{FlipGreen}{RGB}{51,153,0} % turtlegreen, works for both +\fi + +%% Future revision: It would be nice to define these in terms of the palette. + + +\ifbeamer@Flip@dark + \setbeamercolor{normal text}{fg=white, bg=black} + \setbeamercolor{structure}{fg=gray, bg=black} % fg controls bullets + \setbeamercolor*{footerlike}{fg=white,bg=black} % Controls the footerline +\else + % Default to black on white + \setbeamercolor*{footerlike}{fg=white,bg=charcoal} % for charcoal footer + \setbeamercolor{structure}{fg=charcoal, bg=white} % fg controls bullets + % \setbeamercolor{normal text}{fg=white, bg=black} +\fi + + + + + +% These defined colors can be used in \textcolor{colorname}{text in that color}. + +% Colors for Keynote background: DARK +\definecolor{keynotebottom}{rgb}{0.32,0.3,0.38} +\definecolor{keynotemiddle}{rgb}{0.08,0.08,0.16} +\definecolor{keynotetop}{rgb}{0,0,0} +%%% Example of usage: +%% \setbeamertemplate{background canvas}[vertical shading] +%% [bottom=keynotebottom, middle=keynotemiddle, top=keynotetop] + + + + +% ALERT AND COMMENT COLORS (just copies of the above colors) +% (I don't know how ot do this more elegantly) +\ifbeamer@Flip@dark + \definecolor{ALERT}{RGB}{153,0,0} % crimsonred + \definecolor{Alert}{RGB}{51,153,0} % turtlegreen + \definecolor{alert}{RGB}{204,204,102} % paleale + \definecolor{charcoal}{RGB}{51,51,51} % charcoal + \definecolor{comment}{RGB}{80,80,80} % light charcoal + \definecolor{Comment}{RGB}{100,100,100} % ash + \definecolor{COMMENT}{RGB}{80,20,120} % regal +\else +% \definecolor{ALERT}{RGB}{153,0,0} % crimsonred + \definecolor{ALERT}{RGB}{28,134,238} % DodgerBlue2 +% \definecolor{Alert}{RGB}{51,153,0} % turtlegreen + \definecolor{Alert}{RGB}{255,127,36} % chocolate1 +% \definecolor{alert}{RGB}{140,110,10} % lager + \definecolor{alert}{RGB}{0,205,102} % SpringGreen3 + \definecolor{charcoal}{RGB}{80,80,80} % light charcoal + \definecolor{comment}{RGB}{51,51,51} % charcoal + \definecolor{Comment}{RGB}{100,100,100} % ash + \definecolor{COMMENT}{RGB}{80,20,120} % regal +\fi + + +% \definecolor{crimsonred}{RGB}{153,0,0} % Neurtal red, good for dark or light bg +% \definecolor{charcoal}{RGB}{51,51,51} % Darker gray +% \definecolor{ash}{RGB}{100,100,100} % medium gray +% \definecolor{paleblue}{RGB}{0,102,102} % More of an `ocean' color +% \definecolor{turtlegreen}{RGB}{51,153,0} % A more neutral green +% \definecolor{paleale}{RGB}{204,204,102} % Only for dark BG +% \definecolor{lager}{RGB}{140,110,10} % Use instead of pale ale for white BG +% \definecolor{regal}{RGB}{90,0,120} % A more neutral purple +% \definecolor{jeans}{RGB}{20,30,150} % A more neutral blue + + +% A few useful colors +\setbeamercolor{alerted text}{fg=alert} + +%% I would like ot use these colors, but there seems to be a bug in Beamer +%% where the footnote color infects the normal text color +%% See: http://tex.stackexchange.com/questions/8264/beamer-changing-the-footnote-color-also-changes-the-normal-text-color/8268#8268 + +% \setbeamercolor{footnote}{parent=normal text, fg=FlipSand} +% \setbeamercolor{footnote mark}{parent=normal text, fg=FlipSand} + +% Blocks +\setbeamercolor{block title}{fg=gray!30!white,bg=charcoal} +\setbeamercolor{block body}{parent=normal text,bg=gray, fg=white} + +\setbeamercolor{block title example}{fg=turtlegreen!30!white,bg=turtlegreen!40!black} +\setbeamercolor{block body example}{parent=normal text,bg=turtlegreen, fg=white} +% +\setbeamercolor{block title alerted}{fg=crimsonred!30!white,bg=crimsonred!40!black} +\setbeamercolor{block body alerted}{parent=normal text,bg=crimsonred, fg=white} + + + +% These "setbeamercolor" commands are more standardized. + + +%% From the Beamer User Guide: +% Outer themes base the color of navigational elements and, possibly, also of other elements, on the +% four palette colors. The “primary” palette should be used for the most important navigational elements, +% which are usually the ones that change most often and hence require the most attention by the audience. +% The “secondary” and “tertiary” are less important, the “quaternary” one is least important. +% By default, the palette colors do not have a background and the foreground ranges from structure.fg to black. +% For the sidebar, there is an extra set of palette colors, see palette sidebar primary. + +\setbeamercolor*{palette primary}{fg=crimsonred,bg=charcoal} +\setbeamercolor*{palette secondary}{fg=paleale,bg=lager} +\setbeamercolor*{palette tertiary}{fg=turtlegreen,bg=jeans} +\setbeamercolor*{palette quaternary}{fg=paleblue,bg=regal} + +% \setbeamercolor*{palette primary}{fg=crimsonred,bg=white} +% \setbeamercolor*{palette secondary}{fg=charcoal,bg=white} +% \setbeamercolor*{palette tertiary}{fg=paleblue,bg=white} +% \setbeamercolor*{palette quaternary}{fg=turtlegreen,bg=white} + + + +%% These are some structures that I define for use in the outer theme. + +\setbeamercolor*{crimsontown}{fg=paleblue,bg=crimsonred} +\setbeamercolor*{bluetown}{fg=white,bg=DodgerBlue2} +%\setbeamercolor*{titlelike}{fg=crimsonred} +\setbeamercolor*{titlelike}{fg=DodgerBlue2} +\setbeamercolor*{topbarlike}{fg=white, bg=charcoal} + + + + + +%% Some old definitions that I might want to get back to +% +% \setbeamercolor*{frametitle}{bg=white,fg=charcoal} +% \setbeamercolor*{part title}{bg=white,fg=charcoal} +% \setbeamercolor*{item}{fg=charcoal, bg=white} +% +% \setbeamercolor*{separation line}{} +% \setbeamercolor*{fine separation line}{} + + + + + +\mode + diff --git a/MC/HepData_PPG/beamerinnerthemeFlip.sty b/MC/HepData_PPG/beamerinnerthemeFlip.sty new file mode 100755 index 0000000..9910f4d --- /dev/null +++ b/MC/HepData_PPG/beamerinnerthemeFlip.sty @@ -0,0 +1,95 @@ +% Inner style file for the BEAMER FLIP THEME +% Copyright 2010 by Flip Tanedo +% This file may be distributed and/or modified +% 1. under the LaTeX Project Public License and/or +% 2. under the GNU Public License. +% +% Based on: beamerinnerthemeFlip by Marco Barisione + +\mode + +% % Use alternative title page style. +% \DeclareOptionBeamer{alternativetitlepage}[true]{\def\beamer@Flip@alternativetitlepage{#1}} + +% Logo to use in the alternative title page. +% \def\beamer@Flip@titlepagelogo{} +% \DeclareOptionBeamer{titlepagelogo}{\def\beamer@Flip@titlepagelogo{#1}} + +% Bullet shape. +\DeclareOptionBeamer{bullet}{\def\beamer@Flip@bullet{#1}} +\DeclareOptionBeamer{shadow}[true]{\def\beamer@themerounded@shadow{#1}} +\ExecuteOptionsBeamer{shadow=false} + + +% \ExecuteOptionsBeamer{alternativetitlepage=false,bullet=square} +\ProcessOptionsBeamer + + + +% Margins. +\newlength{\beamer@Flip@normalmargin} +\setlength{\beamer@Flip@normalmargin}{.06\paperwidth} +\setbeamersize{text margin left=\beamer@Flip@normalmargin} +\setbeamersize{text margin right=\beamer@Flip@normalmargin} +\setlength\leftmargini{.6\beamer@Flip@normalmargin} +\setlength\leftmarginii{.6\beamer@Flip@normalmargin} +\setlength\leftmarginiii{.6\beamer@Flip@normalmargin} + +% Normal title page. +\defbeamertemplate*{title page normal}{Flip theme}[1][] +{ + \vbox{} + \vfill + \begin{centering} + \begin{beamercolorbox}[wd=\paperwidth,sep=8pt,center,#1]{title page header} + \usebeamerfont{title}\inserttitle\par% + \ifx\insertsubtitle\@empty% + \else% + \vskip0.25em% + {\usebeamerfont{subtitle}\usebeamercolor[fg]{subtitle}\insertsubtitle\par}% + \fi% + \end{beamercolorbox}% + \vskip1em\par + \begin{beamercolorbox}[sep=8pt,center,#1]{author} + \usebeamerfont{author}\insertauthor + \end{beamercolorbox} + \begin{beamercolorbox}[sep=8pt,center,#1]{institute} + \usebeamerfont{institute}\insertinstitute + \end{beamercolorbox} + \begin{beamercolorbox}[sep=8pt,center,#1]{date} + \usebeamerfont{date}\insertdate + \end{beamercolorbox}\vskip0.5em + {\usebeamercolor[fg]{titlegraphic}\inserttitlegraphic\par} + \end{centering} + \vfill +} + + +% Items. +\defbeamertemplate{itemize item}{squarealt}% +{\tiny\raise.5ex\hbox{\donotcoloroutermaths$\blacksquare$}} +\defbeamertemplate{itemize subitem}{squarealt}% +{\tiny\raise.4ex\hbox{\donotcoloroutermaths$\square$}} +\defbeamertemplate{itemize subsubitem}{squarealt}% +{\tiny\raise.3ex\hbox{\donotcoloroutermaths$\blacksquare$}} +% +\defbeamertemplate{itemize item}{circlealt}% +{\small\raise.2ex\hbox{\donotcoloroutermaths$\bullet$}} +\defbeamertemplate{itemize subitem}{circlealt}% +{\small\raise.1ex\hbox{\donotcoloroutermaths$\circ$}} +\defbeamertemplate{itemize subsubitem}{circlealt}% +{\scriptsize\raise.1ex\hbox{\donotcoloroutermaths$\bullet$}} +\setbeamertemplate{items}[circlealt] +% +\def\circletext{circle} +\ifx\beamer@Flip@bullet\circletext + \setbeamertemplate{items}[circlealt] +\else + \setbeamertemplate{items}[squarealt] +\fi + +\setbeamertemplate{blocks}[rounded][shadow=\beamer@themerounded@shadow] + + +\mode + diff --git a/MC/HepData_PPG/beamerouterthemeFlip.sty b/MC/HepData_PPG/beamerouterthemeFlip.sty new file mode 100755 index 0000000..d12f6d6 --- /dev/null +++ b/MC/HepData_PPG/beamerouterthemeFlip.sty @@ -0,0 +1,189 @@ +% Outer style file for the BEAMER FLIP THEME 212 +% Copyright 2012 by Flip Tanedo +% This file may be distributed and/or modified +% 1. under the LaTeX Project Public License and/or +% 2. under the GNU Public License. +% +% Based on: beamerouterthemesplit by Till Tantau + + +\mode + +% Watermark +\DeclareOptionBeamer{watermark}{\def\beamer@Flip@watermark{#1}} +\ExecuteOptionsBeamer{watermark=} % Default value is empty + + +\newif\ifbeamer@Flip@bigpagenumber +\beamer@Flip@bigpagenumberfalse +\DeclareOptionBeamer{bigpagenumber}{\beamer@Flip@bigpagenumbertrue} + + +\def\beamer@Flip@truetext{true} % Kludge for true/false so I can use ifx + +\DeclareOptionBeamer{topline}[true]{\def\beamer@Flip@topline{#1}} +\ExecuteOptionsBeamer{topline=false} % Default + + + +% \ExecuteOptionsBeamer{topline=} % Default value is empty + + +\ProcessOptionsBeamer + + +\usepackage{tikz} % For fancy decorations + + +% I should fix these up to be more robust against color changes +\setbeamercolor{section in head/foot}{parent=footerlike} +\setbeamercolor{subsection in head/foot}{parent=footerlike} +\setbeamercolor{author in head/foot}{parent=footerlike} +\setbeamercolor{title in head/foot}{parent=footerlike} + + +% \setbeamercolor{author in head/foot}{parent=section in head/foot} +% \setbeamercolor{title in head/foot}{parent=subsection in head/foot} + +%\setbeamercolor{topbar}{parent=crimsontown} +\setbeamercolor{topbar}{parent=bluetown} + + + + +\usesectionheadtemplate + {\hfill\insertsectionhead} + {\hfill\color{fg!50!bg}\insertsectionhead} + + +%%%%%%%%%%%%%%%%%% +% The footer bar % +%%%%%%%%%%%%%%%%%% + +\defbeamertemplate*{footline}{Flip theme} +{% + \leavevmode% +% OBSERVATION: the "%" symbols inside hbox are all very important here. +% The \hbox enviroment will insert spaces whenever there's whitespace +% Adding a % at the END of each line ensures that any hard returns aren't +% interpreted as white space. This allows the color boxes to be flush against +% one another. If a faint white line appears one could probably do something like +% hspace{-1px} and add an additional pixel-or-two wide beamercolorbox. + +\hbox{% +\begin{beamercolorbox}[wd=.4\paperwidth,ht=2.5ex,dp=1.125ex,leftskip=.3cm, rightskip=.3cm plus1fil]{author in head/foot}% + \usebeamerfont{author in head/foot}\insertshortauthor \end{beamercolorbox}% +% +\begin{beamercolorbox}[wd=.6\paperwidth,ht=2.5ex,dp=1.125ex,leftskip=.3cm,rightskip=.3cm plus1fil]{title in head/foot}% + \usebeamerfont{title in head/foot}{\textit \insertshorttitle}% + \hskip2ex plus1fill% + % \insertpagenumber\,/\,\insertpresentationendpage %% Want FRAME, not SLIDE number + \insertframenumber/\inserttotalframenumber + \end{beamercolorbox}% +}% + +% This is a complete kludge for the faint white line which appears +% between the beamer color boxes above. (It doesnt appear in presentation mode +% but sometimes looks funny when the pdfs are viewed in a window) +\begin{tikzpicture}[overlay] + \usebeamercolor[bg]{author in head/foot} + \draw[thick] (0,3.625ex) -- (\paperwidth,3.625ex); + \draw (.4\paperwidth,0) -- (.4\paperwidth,3.625ex); + \draw[thick] (0,0) -- (\paperwidth,0); +\end{tikzpicture} + + + +\ifbeamer@Flip@bigpagenumber + \begin{tikzpicture}[overlay] + \usebeamercolor[bg]{author in head/foot} + \draw[fill] (\paperwidth-5ex,3.625ex) circle (6ex); + \usebeamercolor[fg]{author in head/foot} + \draw[fill] (\paperwidth-5ex,3.625ex) circle (5ex); + \usebeamercolor[bg]{author in head/foot} + \node at (\paperwidth-5ex,4ex) {\small$^\text{\insertframenumber}/_\text{\inserttotalframenumber}$}; + \end{tikzpicture} +\fi +} + + + +\defbeamertemplate*{frametitle}{Flip theme}[1][left] +{ +% \ifbeamercolorempty[bg]{frametitle}{}{\nointerlineskip}% +\@tempdima=\textwidth% +\advance\@tempdima by\beamer@leftmargin% +\advance\@tempdima by\beamer@rightmargin% + +\vbox{}\vskip-3.5ex% +% +\begin{beamercolorbox}[sep=0.3cm,#1,wd=\the\@tempdima]{titlelike} + \usebeamerfont{frametitle}% + \vbox{}\vskip-1ex% + \if@tempswa\else\csname beamer@fte#1\endcsname\fi% + % \strut{\bf\insertframetitle}\strut\par% %% Include the \bf + \strut{\insertframetitle}\strut\par% + {% + \ifx\insertframesubtitle\@empty% + \else + {\usebeamerfont{framesubtitle} + \usebeamercolor[fg]{framesubtitle} + \insertframesubtitle\strut\par}% + \fi + }% + % + \vskip-1ex% + \if@tempswa\else\vskip-.3cm\fi% set inside beamercolorbox... evil here... +\end{beamercolorbox}% +%% + +% \def\beamer@fteright{\vskip0.35cm\advance\leftskip by 1.7cm\advance\rightskip by1.7cm} +} + + + + +% Sidebar right is important: anything placed here will be +% visible *behind* the main text. This is where to put any +% interesting watermarks. +% +% +\defbeamertemplate*{sidebar right}{Flip theme} +{ +% \llap{\includegraphics[width=50px]{footdecoration}} +% \llap{\includegraphics[width=\paperwidth,height=\paperheight]{upperleft_watermark_transp}} +% +% THIS WOULD BE A NICE WAY TO PUT THE PARTICLE BUBBLE CHAMBER BG +% ... make a png of the background with TRANSPARENT BG +% ... then put the image here (use \hfill to get it on the left) +% Now one can FURTHER apply a slight gradient in the BG +% +% +% % Top Line +\ifx\beamer@Flip@topline\beamer@Flip@truetext + \begin{tikzpicture}[overlay] + \usebeamercolor[fg]{titlelike} % alternately, topbarlike would be a good beamercolor +% \usebeamercolor[fg]{topbarlike} % alternately, topbarlike would be a good beamercolor + \draw[fill] (-\paperwidth,0) rectangle (0,-3pt); + \end{tikzpicture} +\fi +% +% + \vskip.2\beamer@leftmargin% + %\llap{\insertlogo\hskip.5\beamer@leftmargin}% + \llap{\insertlogo\hskip.08\beamer@leftmargin}% + \vfill% + \if \beamer@Flip@watermark\@empty + % This is kind of a kludge since if I put anything in here, I automatically get errors + % Somehow LaTeX wants to read the \else part! + \else% + \llap{\includegraphics[width=\paperwidth,height=\paperheight]{\beamer@Flip@watermark}} + \fi +} + + + +\mode +\endinput + + diff --git a/MC/HepData_PPG/beamerouterthemedecolines.sty b/MC/HepData_PPG/beamerouterthemedecolines.sty new file mode 100755 index 0000000..669e493 --- /dev/null +++ b/MC/HepData_PPG/beamerouterthemedecolines.sty @@ -0,0 +1,168 @@ +% Copyright 2007 by Marco Barisione +% +% This file may be distributed and/or modified +% +% 1. under the LaTeX Project Public License and/or +% 2. under the GNU Public License. + +\mode + +% String used between the current page and the total page count. +\def\beamer@decolines@pageofpages{/} +\DeclareOptionBeamer{pageofpages}{\def\beamer@decolines@pageofpages{#1}} + +% Show a line below the frame title. +\DeclareOptionBeamer{titleline}[true]{\def\beamer@decolines@titleline{#1}} + +% Image used for the watermark. +\def\beamer@decolines@watermarkorig{} +\DeclareOptionBeamer{watermark}{\def\beamer@decolines@watermarkorig{#1}} + +% Height of the watermark. +\def\beamer@decolines@watermarkheight{100px} +\DeclareOptionBeamer{watermarkheight}{\def\beamer@decolines@watermarkheight{#1}} + +% The original image height is watermarkheightmult * watermarkheight. +\def\beamer@decolines@watermarkheightmult{1} +\DeclareOptionBeamer{watermarkheightmult}{\def\beamer@decolines@watermarkheightmult{#1}} + +\ExecuteOptionsBeamer{titleline=false} +\ProcessOptionsBeamer + +% Enable/disable the watermark. +\def\watermarkon{% + \def\beamer@decolines@watermark{\beamer@decolines@watermarkorig}% +} +\def\watermarkoff{\def\beamer@decolines@watermark{}} + +% Initially enable the watermark. +\watermarkon + +% Colors. +\setbeamercolor*{lineup}{parent=palette primary} +\setbeamercolor*{linemid}{parent=palette secondary} +\setbeamercolor*{linebottom}{parent=palette tertiary} +\setbeamercolor*{page header}{parent=titlelike} + +% Lengths +\newlength{\headerheight} +\setlength{\headerheight}{.045\paperheight} +\newlength{\beamer@decolines@lineup} +\setlength{\beamer@decolines@lineup}{.025\paperheight} +\newlength{\beamer@decolines@linemid} +\setlength{\beamer@decolines@linemid}{.015\paperheight} +\newlength{\beamer@decolines@linebottom} +\setlength{\beamer@decolines@linebottom}{.01\paperheight} + +% The height of the watermark part below the 3 bottom lines. +\newlength{\beamer@decolines@watermarkheightbottom} +\addtolength{\beamer@decolines@watermarkheightbottom}{\beamer@decolines@lineup} +\addtolength{\beamer@decolines@watermarkheightbottom}{\beamer@decolines@linemid} +\addtolength{\beamer@decolines@watermarkheightbottom}{\beamer@decolines@linebottom} + +% The height of the watermark part over the 3 bottom lines before shrinking. +\newlength{\beamer@decolines@watermarkheightupperorig} +\setlength{\beamer@decolines@watermarkheightupperorig}{\beamer@decolines@watermarkheight} +\addtolength{\beamer@decolines@watermarkheightupperorig}{-\beamer@decolines@watermarkheightbottom} +\multiply\beamer@decolines@watermarkheightupperorig by \beamer@decolines@watermarkheightmult + +% % Footer. +% \defbeamertemplate*{footline}{decolines theme} +% { +% \leavevmode% +% % Page number. +% \hbox{% +% \begin{beamercolorbox}[wd=.2\paperwidth,ht=0ex,dp=0ex,center]{}% +% \usebeamerfont{palette primary}\insertframenumber{} \beamer@decolines@pageofpages{} \inserttotalframenumber% +% \end{beamercolorbox}% +% \begin{beamercolorbox}[wd=.8\paperwidth,ht=0ex,dp=0ex]{}% +% \end{beamercolorbox}% +% } % +% % First line. +% \hbox{% +% \begin{beamercolorbox}[wd=.2\paperwidth,ht=\beamer@decolines@lineup,dp=0pt]{}% +% \end{beamercolorbox}% +% \begin{beamercolorbox}[wd=.8\paperwidth,ht=\beamer@decolines@lineup,dp=0pt]{lineup}% +% \end{beamercolorbox}% +% } % +% % Second line. +% \hbox{% +% \begin{beamercolorbox}[wd=\paperwidth,ht=\beamer@decolines@linemid,dp=0pt]{linemid}% +% \end{beamercolorbox}% +% } % +% % Third line. +% \hbox{% +% \begin{beamercolorbox}[wd=.1\paperwidth,ht=\beamer@decolines@linebottom,dp=0pt]{}% +% \end{beamercolorbox}% +% \begin{beamercolorbox}[wd=.9\paperwidth,ht=\beamer@decolines@linebottom,dp=0pt]{linebottom}% +% \end{beamercolorbox}% +% }% +% % This seems to fix some alignment problems with the watermark. It has to be +% % always applied if you do not want to see the footer moving up and down when +% % moving from a page with watermark to a page without or vice versa. +% \vskip-.5px% +% % Watermark. +% \if\beamer@decolines@watermark\@empty\else% +% \vskip-\beamer@decolines@watermarkheightbottom% +% \llap{\includegraphics[height=\beamer@decolines@watermarkheightbottom,clip=true,% +% trim=0pt 0pt 0pt \beamer@decolines@watermarkheightupperorig]{\beamer@decolines@watermark}\hskip-\paperwidth}% +% \fi% +% } + +\defbeamertemplate*{headline}{decolines theme} +{ + \leavevmode% + \hbox{% + \begin{beamercolorbox}[wd=\paperwidth,ht=\headerheight,dp=0pt]{page header}% + \end{beamercolorbox}% + } % + \vskip0pt% +} + +\defbeamertemplate*{frametitle}{decolines theme}[1][left] +{ + \ifbeamercolorempty[bg]{frametitle}{}{\nointerlineskip}% + \@tempdima=\textwidth% + \advance\@tempdima by\beamer@leftmargin% + \advance\@tempdima by\beamer@rightmargin% + \vbox{}\vskip-.5\beamer@leftmargin% + \begin{beamercolorbox}[sep=\beamer@leftmargin,#1,wd=\the\@tempdima]{} + \usebeamerfont{frametitle}\usebeamercolor[bg]{framesubtitle}% + \vbox{}\vskip0ex% + \if@tempswa\else\csname beamer@fte#1\endcsname\fi% + \strut\insertframetitle\strut\par% + {% + \ifx\insertframesubtitle\@empty% + \else% + {\usebeamerfont{framesubtitle}\usebeamercolor[bg]{framesubtitle}\insertframesubtitle\strut\par}% + \fi + }% + \vskip-1ex% + \if@tempswa\else\vskip-\beamer@leftmargin\fi + \end{beamercolorbox}% + \def\beamer@decolines@truetext{true}% + \ifx\beamer@decolines@titleline\beamer@decolines@truetext% + \vskip-.5\beamer@leftmargin% + \begin{beamercolorbox}[wd=\textwidth,ht=.1ex,dp=0ex]{linemid}% + \end{beamercolorbox}% + \fi +} + +% Frame title continuations, default +\defbeamertemplate*{frametitle continuation}{decolines theme}{(\insertcontinuationcount)} + + + +\defbeamertemplate*{sidebar right}{decolines theme} +{ + \vskip.1\beamer@leftmargin% + \llap{\insertlogo\hskip.5\beamer@leftmargin}% + \vfill% + \if\beamer@decolines@watermark\@empty\else% + \llap{\includegraphics[height=\beamer@decolines@watermarkheight]{\beamer@decolines@watermark}}% + \vskip-\beamer@decolines@watermarkheightbottom% + \fi +} + +\mode + diff --git a/MC/HepData_PPG/beamerthemeFlip.sty b/MC/HepData_PPG/beamerthemeFlip.sty new file mode 100755 index 0000000..a615ff5 --- /dev/null +++ b/MC/HepData_PPG/beamerthemeFlip.sty @@ -0,0 +1,59 @@ +% Main style file for the BEAMER FLIP THEME 2012 +% Copyright 2012 by Flip Tanedo +% This file may be distributed and/or modified +% 1. under the LaTeX Project Public License and/or +% 2. under the GNU Public License. +% +% Comments: This is still a work in progress. +% A good way to present: http://www.cs.hmc.edu/~oneill/freesoftware/pdftokeynote.html + +% \usepackage{beamerthemesplit} +\mode + + +%% These are the options that are fed in through the driver file +%% Some of them get passed on to the other theme files +\DeclareOptionBeamer{bullet}{\PassOptionsToPackage{bullet=#1}{beamerinnerthemeFlip}} +\DeclareOptionBeamer{bigpagenumber}{\PassOptionsToPackage{bigpagenumber}{beamerouterthemeFlip}} +\DeclareOptionBeamer{topline}[true]{\PassOptionsToPackage{topline=#1}{beamerouterthemeFlip}} +\DeclareOptionBeamer{shadow}[false]{\PassOptionsToPackage{shadow=#1}{beamerinnerthemeFlip}} + +\DeclareOptionBeamer{watermark}{\PassOptionsToPackage{watermark=#1}{beamerouterthemeFlip}} + +\ProcessOptionsBeamer + +\useinnertheme{Flip} % Calls beamerinnerthemeFlip.sty +\useoutertheme{Flip} % Calls beamerouterthemeFlip.sty +\usecolortheme{Flip} % Calls beamercolorthemeFlip.sty + + + +%%%%%%%%%%%%%%%%%%%%%%%% +% Background Gradient % +%%%%%%%%%%%%%%%%%%%%%%%% + + +%% Usually I would leave this on +%% However, there seems to be problems with XeLaTeX +%% http://tex.stackexchange.com/questions/29497/xelatex-preventing-beamer-from-using-different-backgrounds +\setbeamertemplate{background canvas}[vertical shading][bottom=blue!.1, middle=white, top=white] + +%% HOWEVER: it seems to make it impossible to change this later on in the document + + +%% For a dark background: +% \setbeamertemplate{background canvas}[vertical shading][bottom=keynotebottom, middle=keynotemiddle, top=keynotetop] + + +%% An alternate way: \beamertemplateshadingbackground{blue!.1}{red!2} +%% In general: you want the gradient to be subtle! + + +%%%%%%%%%%%%%%%%%%%%%%% +% Navigation symbols % +%%%%%%%%%%%%%%%%%%%%%%% + +\setbeamertemplate{navigation symbols}{} % Turns off PDF navigation symbols + +\mode +\endinput \ No newline at end of file diff --git a/MC/HepData_PPG/images/.DS_Store b/MC/HepData_PPG/images/.DS_Store new file mode 100644 index 0000000..5008ddf --- /dev/null +++ b/MC/HepData_PPG/images/.DS_Store Binary files differ diff --git a/MC/HepData_PPG/images/BG_both.png b/MC/HepData_PPG/images/BG_both.png new file mode 100755 index 0000000..49b62d5 --- /dev/null +++ b/MC/HepData_PPG/images/BG_both.png Binary files differ diff --git a/MC/HepData_PPG/images/BG_lower.png b/MC/HepData_PPG/images/BG_lower.png new file mode 100755 index 0000000..073034a --- /dev/null +++ b/MC/HepData_PPG/images/BG_lower.png Binary files differ diff --git a/MC/HepData_PPG/images/BG_upper.png b/MC/HepData_PPG/images/BG_upper.png new file mode 100755 index 0000000..4cfcc07 --- /dev/null +++ b/MC/HepData_PPG/images/BG_upper.png Binary files differ diff --git a/MC/HepData_PPG/images/ST_logo.gif b/MC/HepData_PPG/images/ST_logo.gif new file mode 100644 index 0000000..fcb090c --- /dev/null +++ b/MC/HepData_PPG/images/ST_logo.gif Binary files differ diff --git a/MC/HepData_PPG/images/ST_logo.png b/MC/HepData_PPG/images/ST_logo.png new file mode 100644 index 0000000..81d2f0d --- /dev/null +++ b/MC/HepData_PPG/images/ST_logo.png Binary files differ diff --git a/MC/HepData_PPG/images/ST_logosmall.gif b/MC/HepData_PPG/images/ST_logosmall.gif new file mode 100644 index 0000000..9db1daa --- /dev/null +++ b/MC/HepData_PPG/images/ST_logosmall.gif Binary files differ diff --git a/MC/HepData_PPG/images/Z_rich_18.jpg b/MC/HepData_PPG/images/Z_rich_18.jpg new file mode 100644 index 0000000..5899422 --- /dev/null +++ b/MC/HepData_PPG/images/Z_rich_18.jpg Binary files differ diff --git a/MC/HepData_PPG/images/Z_rich_24.jpg b/MC/HepData_PPG/images/Z_rich_24.jpg new file mode 100644 index 0000000..98b4d4a --- /dev/null +++ b/MC/HepData_PPG/images/Z_rich_24.jpg Binary files differ diff --git a/MC/HepData_PPG/images/Z_rich_30.jpg b/MC/HepData_PPG/images/Z_rich_30.jpg new file mode 100644 index 0000000..59ee3dd --- /dev/null +++ b/MC/HepData_PPG/images/Z_rich_30.jpg Binary files differ diff --git a/MC/HepData_PPG/images/bubble2.jpg b/MC/HepData_PPG/images/bubble2.jpg new file mode 100644 index 0000000..0fd03bb --- /dev/null +++ b/MC/HepData_PPG/images/bubble2.jpg Binary files differ diff --git a/MC/HepData_PPG/images/bug.jpg b/MC/HepData_PPG/images/bug.jpg new file mode 100644 index 0000000..fbb56a3 --- /dev/null +++ b/MC/HepData_PPG/images/bug.jpg Binary files differ diff --git a/MC/HepData_PPG/images/click.png b/MC/HepData_PPG/images/click.png new file mode 100644 index 0000000..633756d --- /dev/null +++ b/MC/HepData_PPG/images/click.png Binary files differ diff --git a/MC/HepData_PPG/images/code1.png b/MC/HepData_PPG/images/code1.png new file mode 100644 index 0000000..1455b20 --- /dev/null +++ b/MC/HepData_PPG/images/code1.png Binary files differ diff --git a/MC/HepData_PPG/images/code2.png b/MC/HepData_PPG/images/code2.png new file mode 100644 index 0000000..8aa25c8 --- /dev/null +++ b/MC/HepData_PPG/images/code2.png Binary files differ diff --git a/MC/HepData_PPG/images/code3.png b/MC/HepData_PPG/images/code3.png new file mode 100644 index 0000000..8394afb --- /dev/null +++ b/MC/HepData_PPG/images/code3.png Binary files differ diff --git a/MC/HepData_PPG/images/code4.png b/MC/HepData_PPG/images/code4.png new file mode 100644 index 0000000..9f31909 --- /dev/null +++ b/MC/HepData_PPG/images/code4.png Binary files differ diff --git a/MC/HepData_PPG/images/code5.png b/MC/HepData_PPG/images/code5.png new file mode 100644 index 0000000..884a718 --- /dev/null +++ b/MC/HepData_PPG/images/code5.png Binary files differ diff --git a/MC/HepData_PPG/images/derotate.sh b/MC/HepData_PPG/images/derotate.sh new file mode 100755 index 0000000..ba653b9 --- /dev/null +++ b/MC/HepData_PPG/images/derotate.sh @@ -0,0 +1,13 @@ +#!/bin/bash +#FILES=*.pdf +FILES="$(find . -name '*.pdf')" +for f in $FILES +do + echo "Processing $f ..." + gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dUseCIEColor -dPDFSETTINGS=/printer -dSAFER -dNOPAUSE -dQUIET -dBATCH -sOutputFile="temp.pdf" "$f" + mv temp.pdf "$f" +# pdf2ps "$f" temp.ps +# ps2pdf temp.ps "$f" +# rm temp.ps +done +#rm temp.pdf diff --git a/MC/HepData_PPG/images/getFromAFS.sh b/MC/HepData_PPG/images/getFromAFS.sh new file mode 100644 index 0000000..7d73a4a --- /dev/null +++ b/MC/HepData_PPG/images/getFromAFS.sh @@ -0,0 +1,4 @@ +kinit egraveri@CERN.CH +aklog +cp -r /afs/cern.ch/user/e/egraveri/cmtuser/STMonitoring/NewTTAlignment/Out/Plots/AlignVSSimCond-D0Align ./img/ +cp -r /afs/cern.ch/user/e/egraveri/cmtuser/STMonitoring/NewTTAlignment/Out/Plots/AlignVSSimCond-D0AlignNoTT ./img/ diff --git a/MC/HepData_PPG/images/hepdata.png b/MC/HepData_PPG/images/hepdata.png new file mode 100644 index 0000000..312da12 --- /dev/null +++ b/MC/HepData_PPG/images/hepdata.png Binary files differ diff --git a/MC/HepData_PPG/images/hepdata2.png b/MC/HepData_PPG/images/hepdata2.png new file mode 100644 index 0000000..afe716c --- /dev/null +++ b/MC/HepData_PPG/images/hepdata2.png Binary files differ diff --git a/MC/HepData_PPG/images/hepdata3.png b/MC/HepData_PPG/images/hepdata3.png new file mode 100644 index 0000000..f5e5a3b --- /dev/null +++ b/MC/HepData_PPG/images/hepdata3.png Binary files differ diff --git a/MC/HepData_PPG/images/hepdata_format.png b/MC/HepData_PPG/images/hepdata_format.png new file mode 100644 index 0000000..32ae90e --- /dev/null +++ b/MC/HepData_PPG/images/hepdata_format.png Binary files differ diff --git a/MC/HepData_PPG/images/lhcb-logo-bad.pdf b/MC/HepData_PPG/images/lhcb-logo-bad.pdf new file mode 100644 index 0000000..fbfd59e --- /dev/null +++ b/MC/HepData_PPG/images/lhcb-logo-bad.pdf Binary files differ diff --git a/MC/HepData_PPG/images/lhcb-logo.pdf b/MC/HepData_PPG/images/lhcb-logo.pdf new file mode 100644 index 0000000..86de47e --- /dev/null +++ b/MC/HepData_PPG/images/lhcb-logo.pdf Binary files differ diff --git a/MC/HepData_PPG/images/lhcb-logo.svg b/MC/HepData_PPG/images/lhcb-logo.svg new file mode 100644 index 0000000..40e1423 --- /dev/null +++ b/MC/HepData_PPG/images/lhcb-logo.svg @@ -0,0 +1,110 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/MC/HepData_PPG/images/out1.png b/MC/HepData_PPG/images/out1.png new file mode 100644 index 0000000..440390f --- /dev/null +++ b/MC/HepData_PPG/images/out1.png Binary files differ diff --git a/MC/HepData_PPG/images/out2.png b/MC/HepData_PPG/images/out2.png new file mode 100644 index 0000000..6287cc5 --- /dev/null +++ b/MC/HepData_PPG/images/out2.png Binary files differ diff --git a/MC/HepData_PPG/images/table.png b/MC/HepData_PPG/images/table.png new file mode 100644 index 0000000..ba71c7f --- /dev/null +++ b/MC/HepData_PPG/images/table.png Binary files differ diff --git a/MC/HepData_PPG/images/table2.png b/MC/HepData_PPG/images/table2.png new file mode 100644 index 0000000..064cd64 --- /dev/null +++ b/MC/HepData_PPG/images/table2.png Binary files differ diff --git a/MC/HepData_PPG/images/table3.png b/MC/HepData_PPG/images/table3.png new file mode 100644 index 0000000..209033c --- /dev/null +++ b/MC/HepData_PPG/images/table3.png Binary files differ diff --git a/MC/HepData_PPG/images/table4.png b/MC/HepData_PPG/images/table4.png new file mode 100644 index 0000000..896a346 --- /dev/null +++ b/MC/HepData_PPG/images/table4.png Binary files differ diff --git a/MC/HepData_PPG/images/uzh-transp.pdf b/MC/HepData_PPG/images/uzh-transp.pdf new file mode 100644 index 0000000..b2e1282 --- /dev/null +++ b/MC/HepData_PPG/images/uzh-transp.pdf Binary files differ diff --git a/MC/HepData_PPG/images/uzh.pdf b/MC/HepData_PPG/images/uzh.pdf new file mode 100644 index 0000000..5ac62c7 --- /dev/null +++ b/MC/HepData_PPG/images/uzh.pdf Binary files differ diff --git a/MC/HepData_PPG/images/uzh_logo_e_pos.eps b/MC/HepData_PPG/images/uzh_logo_e_pos.eps new file mode 100755 index 0000000..af2734d --- /dev/null +++ b/MC/HepData_PPG/images/uzh_logo_e_pos.eps Binary files differ diff --git a/MC/HepData_PPG/images/uzh_logo_e_pos_gross.tif b/MC/HepData_PPG/images/uzh_logo_e_pos_gross.tif new file mode 100755 index 0000000..f212825 --- /dev/null +++ b/MC/HepData_PPG/images/uzh_logo_e_pos_gross.tif Binary files differ diff --git a/MC/HepData_PPG/mchrzasz+mp.sh b/MC/HepData_PPG/mchrzasz+mp.sh new file mode 100644 index 0000000..1a24852 --- /dev/null +++ b/MC/HepData_PPG/mchrzasz+mp.sh @@ -0,0 +1 @@ +#!/bin/sh diff --git a/MC/HepData_PPG/mchrzasz-blx.bib b/MC/HepData_PPG/mchrzasz-blx.bib new file mode 100644 index 0000000..9e405b3 --- /dev/null +++ b/MC/HepData_PPG/mchrzasz-blx.bib @@ -0,0 +1,11 @@ +@Comment{$ biblatex control file $} +@Comment{$ biblatex version 2.3 $} +Do not modify this file! + +This is an auxiliary file used by the 'biblatex' package. +This file may safely be deleted. It will be recreated as +required. + +@Control{biblatex-control, + options = {2.3:0:0:1:0:0:1:1:0:0:0:0:1:1:3:1:79:+}, +} diff --git a/MC/HepData_PPG/mchrzasz.aux b/MC/HepData_PPG/mchrzasz.aux new file mode 100644 index 0000000..1483a34 --- /dev/null +++ b/MC/HepData_PPG/mchrzasz.aux @@ -0,0 +1,147 @@ +\relax +\providecommand\hyper@newdestlabel[2]{} +\providecommand\HyperFirstAtBeginDocument{\AtBeginDocument} +\HyperFirstAtBeginDocument{\ifx\hyper@anchor\@undefined +\global\let\oldcontentsline\contentsline +\gdef\contentsline#1#2#3#4{\oldcontentsline{#1}{#2}{#3}} +\global\let\oldnewlabel\newlabel +\gdef\newlabel#1#2{\newlabelxx{#1}#2} +\gdef\newlabelxx#1#2#3#4#5#6{\oldnewlabel{#1}{{#2}{#3}}} +\AtEndDocument{\ifx\hyper@anchor\@undefined +\let\contentsline\oldcontentsline +\let\newlabel\oldnewlabel +\fi} +\fi} +\global\let\hyper@last\relax +\gdef\HyperFirstAtBeginDocument#1{#1} +\providecommand*\HyPL@Entry[1]{} +\bibstyle{biblatex} +\bibdata{mchrzasz-blx,bib} +\citation{biblatex-control} +\HyPL@Entry{0<>} +\providecommand \oddpage@label [2]{} +\@writefile{toc}{\boolfalse {citerequest}\boolfalse {citetracker}\boolfalse {pagetracker}\boolfalse {backtracker}\relax } +\@writefile{lof}{\boolfalse {citerequest}\boolfalse {citetracker}\boolfalse {pagetracker}\boolfalse {backtracker}\relax } +\@writefile{lot}{\boolfalse {citerequest}\boolfalse {citetracker}\boolfalse {pagetracker}\boolfalse {backtracker}\relax } +\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\beamer@endinputifotherversion {3.24pt}} +\@writefile{nav}{\defcounter {refsection}{0}\relax }\@writefile{nav}{\beamer@endinputifotherversion {3.24pt}} +\select@language{english} +\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\select@language{english}} +\@writefile{lof}{\defcounter {refsection}{0}\relax }\@writefile{lof}{\select@language{english}} +\@writefile{lot}{\defcounter {refsection}{0}\relax }\@writefile{lot}{\select@language{english}} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{1}{1/1}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {1}{1}}} +\pgfsyspdfmark {pgfid3}{0}{0} +\pgfsyspdfmark {pgfid4}{0}{0} +\HyPL@Entry{1<>} +\pgfsyspdfmark {pgfid5}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{2}{2/2}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {2}{2}}} +\pgfsyspdfmark {pgfid6}{0}{0} +\pgfsyspdfmark {pgfid7}{0}{0} +\HyPL@Entry{2<>} +\pgfsyspdfmark {pgfid8}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{3}{3/3}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {3}{3}}} +\pgfsyspdfmark {pgfid9}{0}{0} +\pgfsyspdfmark {pgfid10}{0}{0} +\HyPL@Entry{3<>} +\pgfsyspdfmark {pgfid11}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{4}{4/4}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {4}{4}}} +\pgfsyspdfmark {pgfid12}{0}{0} +\pgfsyspdfmark {pgfid13}{0}{0} +\HyPL@Entry{4<>} +\pgfsyspdfmark {pgfid14}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{5}{5/5}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {5}{5}}} +\pgfsyspdfmark {pgfid15}{0}{0} +\pgfsyspdfmark {pgfid16}{0}{0} +\HyPL@Entry{5<>} +\pgfsyspdfmark {pgfid18}{23867907}{17900937} +\pgfsyspdfmark {pgfid17}{1432016}{9861799} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{6}{6/6}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {6}{6}}} +\pgfsyspdfmark {pgfid19}{0}{0} +\pgfsyspdfmark {pgfid20}{0}{0} +\HyPL@Entry{6<>} +\pgfsyspdfmark {pgfid23}{23867907}{17900937} +\pgfsyspdfmark {pgfid24}{0}{0} +\pgfsyspdfmark {pgfid25}{0}{0} +\pgfsyspdfmark {pgfid26}{23867907}{17900937} +\pgfsyspdfmark {pgfid27}{0}{0} +\pgfsyspdfmark {pgfid28}{0}{0} +\pgfsyspdfmark {pgfid29}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{7}{7/9}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {7}{9}}} +\pgfsyspdfmark {pgfid30}{0}{0} +\pgfsyspdfmark {pgfid31}{0}{0} +\HyPL@Entry{9<>} +\pgfsyspdfmark {pgfid32}{23867907}{17900937} +\pgfsyspdfmark {pgfid33}{0}{0} +\pgfsyspdfmark {pgfid34}{0}{0} +\pgfsyspdfmark {pgfid35}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{8}{10/11}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {10}{11}}} +\pgfsyspdfmark {pgfid36}{0}{0} +\pgfsyspdfmark {pgfid37}{0}{0} +\HyPL@Entry{11<>} +\pgfsyspdfmark {pgfid38}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{9}{12/12}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {12}{12}}} +\pgfsyspdfmark {pgfid39}{0}{0} +\pgfsyspdfmark {pgfid40}{0}{0} +\HyPL@Entry{12<>} +\pgfsyspdfmark {pgfid41}{23867907}{17900937} +\pgfsyspdfmark {pgfid42}{0}{0} +\pgfsyspdfmark {pgfid43}{0}{0} +\pgfsyspdfmark {pgfid44}{23867907}{17900937} +\pgfsyspdfmark {pgfid45}{0}{0} +\pgfsyspdfmark {pgfid46}{0}{0} +\pgfsyspdfmark {pgfid47}{23867907}{17900937} +\pgfsyspdfmark {pgfid48}{0}{0} +\pgfsyspdfmark {pgfid49}{0}{0} +\pgfsyspdfmark {pgfid50}{23867907}{17900937} +\pgfsyspdfmark {pgfid51}{0}{0} +\pgfsyspdfmark {pgfid52}{0}{0} +\pgfsyspdfmark {pgfid53}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{10}{13/17}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {13}{17}}} +\pgfsyspdfmark {pgfid54}{0}{0} +\pgfsyspdfmark {pgfid55}{0}{0} +\HyPL@Entry{17<>} +\pgfsyspdfmark {pgfid56}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{11}{18/18}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {18}{18}}} +\pgfsyspdfmark {pgfid57}{0}{0} +\pgfsyspdfmark {pgfid58}{0}{0} +\HyPL@Entry{18<>} +\pgfsyspdfmark {pgfid59}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{12}{19/19}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {19}{19}}} +\pgfsyspdfmark {pgfid60}{0}{0} +\pgfsyspdfmark {pgfid61}{0}{0} +\HyPL@Entry{19<>} +\pgfsyspdfmark {pgfid62}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{13}{20/20}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {20}{20}}} +\pgfsyspdfmark {pgfid63}{0}{0} +\pgfsyspdfmark {pgfid64}{0}{0} +\HyPL@Entry{20<>} +\pgfsyspdfmark {pgfid65}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{14}{21/21}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {21}{21}}} +\pgfsyspdfmark {pgfid66}{0}{0} +\pgfsyspdfmark {pgfid67}{0}{0} +\HyPL@Entry{21<>} +\pgfsyspdfmark {pgfid69}{23867907}{17900937} +\pgfsyspdfmark {pgfid68}{1432016}{9861799} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{15}{22/22}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {22}{22}}} +\pgfsyspdfmark {pgfid70}{0}{0} +\pgfsyspdfmark {pgfid71}{0}{0} +\@writefile{nav}{\headcommand {\beamer@partpages {1}{22}}} +\@writefile{nav}{\headcommand {\beamer@subsectionpages {1}{22}}} +\@writefile{nav}{\headcommand {\beamer@sectionpages {1}{22}}} +\@writefile{nav}{\headcommand {\beamer@documentpages {22}}} +\@writefile{nav}{\headcommand {\def \inserttotalframenumber {5}}} diff --git a/MC/HepData_PPG/mchrzasz.log b/MC/HepData_PPG/mchrzasz.log new file mode 100644 index 0000000..205a8dd --- /dev/null +++ b/MC/HepData_PPG/mchrzasz.log @@ -0,0 +1,3275 @@ +This is XeTeX, Version 3.1415926-2.5-0.9999.3 (TeX Live 2013/Debian) (format=xelatex 2015.4.1) 18 NOV 2016 18:47 +entering extended mode + restricted \write18 enabled. + %&-line parsing enabled. +**mchrzasz.tex +(./mchrzasz.tex +LaTeX2e <2011/06/27> +Babel <3.9h> and hyphenation patterns for 78 languages loaded. +(/usr/share/texmf/tex/latex/beamer/base/beamer.cls +(/usr/share/texmf/tex/latex/beamer/base/beamerbasercs.sty +Package: beamerbasercs 2012/11/13 (rcs-revision cb16a617839f) +) +Document Class: beamer 2012/10/15 development version 3.24 A class for typesett +ing presentations (rcs-revision 24853e6b98cf) +(/usr/share/texmf/tex/latex/beamer/base/beamerbasemodes.sty +Package: beamerbasemodes 2012/04/15 (rcs-revision cc6557182d97) +\beamer@tempbox=\box26 +\beamer@tempcount=\count80 +\c@beamerpauses=\count81 + +(/usr/share/texmf/tex/latex/beamer/base/beamerbasedecode.sty +Package: beamerbasedecode 2010/05/01 (rcs-revision efa082c6111d) +\beamer@slideinframe=\count82 +\beamer@minimum=\count83 +) +\beamer@commentbox=\box27 +\beamer@modecount=\count84 +) +(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifpdf.sty +Package: ifpdf 2011/01/30 v2.3 Provides the ifpdf switch (HO) +Package ifpdf Info: pdfTeX in PDF mode is not detected. +) +\headheight=\dimen102 +\headdp=\dimen103 +\footheight=\dimen104 +\sidebarheight=\dimen105 +\beamer@tempdim=\dimen106 +\beamer@finalheight=\dimen107 +\beamer@animht=\dimen108 +\beamer@animdp=\dimen109 +\beamer@animwd=\dimen110 +\beamer@leftmargin=\dimen111 +\beamer@rightmargin=\dimen112 +\beamer@leftsidebar=\dimen113 +\beamer@rightsidebar=\dimen114 +\beamer@boxsize=\dimen115 +\beamer@vboxoffset=\dimen116 +\beamer@descdefault=\dimen117 +\beamer@descriptionwidth=\dimen118 +\beamer@lastskip=\skip41 +\beamer@areabox=\box28 +\beamer@animcurrent=\box29 +\beamer@animshowbox=\box30 +\beamer@sectionbox=\box31 +\beamer@logobox=\box32 +\beamer@linebox=\box33 +\beamer@sectioncount=\count85 +\beamer@subsubsectionmax=\count86 +\beamer@subsectionmax=\count87 +\beamer@sectionmax=\count88 +\beamer@totalheads=\count89 +\beamer@headcounter=\count90 +\beamer@partstartpage=\count91 +\beamer@sectionstartpage=\count92 +\beamer@subsectionstartpage=\count93 +\beamer@animationtempa=\count94 +\beamer@animationtempb=\count95 +\beamer@xpos=\count96 +\beamer@ypos=\count97 +\beamer@showpartnumber=\count98 +\beamer@currentsubsection=\count99 +\beamer@coveringdepth=\count100 +\beamer@sectionadjust=\count101 +\beamer@tocsectionnumber=\count102 + +(/usr/share/texmf/tex/latex/beamer/base/beamerbaseoptions.sty +Package: beamerbaseoptions 2010/04/27 (rcs-revision 982469101dd6) + +(/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty +Package: keyval 1999/03/16 v1.13 key=value parser (DPC) +\KV@toks@=\toks14 +)) +\beamer@paperwidth=\skip42 +\beamer@paperheight=\skip43 + +(/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty +Package: geometry 2010/09/12 v5.6 Page Geometry + +(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifvtex.sty +Package: ifvtex 2010/03/01 v1.5 Detect VTeX and its facilities (HO) +Package ifvtex Info: VTeX not detected. +) +(/usr/share/texlive/texmf-dist/tex/generic/ifxetex/ifxetex.sty +Package: ifxetex 2010/09/12 v0.6 Provides ifxetex conditional +) +\Gm@cnth=\count103 +\Gm@cntv=\count104 +\c@Gm@tempcnt=\count105 +\Gm@bindingoffset=\dimen119 +\Gm@wd@mp=\dimen120 +\Gm@odd@mp=\dimen121 +\Gm@even@mp=\dimen122 +\Gm@layoutwidth=\dimen123 +\Gm@layoutheight=\dimen124 +\Gm@layouthoffset=\dimen125 +\Gm@layoutvoffset=\dimen126 +\Gm@dimlist=\toks15 +) +(/usr/share/texlive/texmf-dist/tex/latex/base/size11.clo +File: size11.clo 2007/10/19 v1.4h Standard LaTeX file (size option) +) +(/usr/share/texmf/tex/latex/pgf/basiclayer/pgfcore.sty +(/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty +Package: graphicx 1999/02/16 v1.0f Enhanced LaTeX Graphics (DPC,SPQR) + +(/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty +Package: graphics 2009/02/05 v1.0o Standard LaTeX Graphics (DPC,SPQR) + +(/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty +Package: trig 1999/03/16 v1.09 sin cos tan (DPC) +) +(/usr/share/texlive/texmf-dist/tex/latex/latexconfig/graphics.cfg +File: graphics.cfg 2010/04/23 v1.9 graphics configuration of TeX Live +) +Package graphics Info: Driver file: xetex.def on input line 91. + +(/usr/share/texlive/texmf-dist/tex/xelatex/xetex-def/xetex.def +File: xetex.def 2013/04/29 v0.96 LaTeX color/graphics driver for XeTeX (RRM/JK) + +)) +\Gin@req@height=\dimen127 +\Gin@req@width=\dimen128 +) +(/usr/share/texmf/tex/latex/pgf/systemlayer/pgfsys.sty +(/usr/share/texmf/tex/latex/pgf/utilities/pgfrcs.sty +(/usr/share/texmf/tex/generic/pgf/utilities/pgfutil-common.tex +\pgfutil@everybye=\toks16 +) +(/usr/share/texmf/tex/generic/pgf/utilities/pgfutil-latex.def +\pgfutil@abb=\box34 + +(/usr/share/texlive/texmf-dist/tex/latex/ms/everyshi.sty +Package: everyshi 2001/05/15 v3.00 EveryShipout Package (MS) +)) +(/usr/share/texmf/tex/generic/pgf/utilities/pgfrcs.code.tex +Package: pgfrcs 2010/10/25 v2.10 (rcs-revision 1.24) +)) +(/usr/share/texmf/tex/generic/pgf/systemlayer/pgfsys.code.tex +Package: pgfsys 2010/06/30 v2.10 (rcs-revision 1.37) + +(/usr/share/texmf/tex/generic/pgf/utilities/pgfkeys.code.tex +\pgfkeys@pathtoks=\toks17 +\pgfkeys@temptoks=\toks18 + +(/usr/share/texmf/tex/generic/pgf/utilities/pgfkeysfiltered.code.tex +\pgfkeys@tmptoks=\toks19 +)) +\pgf@x=\dimen129 +\pgf@y=\dimen130 +\pgf@xa=\dimen131 +\pgf@ya=\dimen132 +\pgf@xb=\dimen133 +\pgf@yb=\dimen134 +\pgf@xc=\dimen135 +\pgf@yc=\dimen136 +\w@pgf@writea=\write3 +\r@pgf@reada=\read1 +\c@pgf@counta=\count106 +\c@pgf@countb=\count107 +\c@pgf@countc=\count108 +\c@pgf@countd=\count109 + +(/usr/share/texmf/tex/generic/pgf/systemlayer/pgf.cfg +File: pgf.cfg 2008/05/14 (rcs-revision 1.7) +) +Package pgfsys Info: Driver file for pgf: pgfsys-xetex.def on input line 900. + +(/usr/share/texmf/tex/generic/pgf/systemlayer/pgfsys-xetex.def +File: pgfsys-xetex.def 2010/02/16 (rcs-revision 1.3) + +(/usr/share/texmf/tex/generic/pgf/systemlayer/pgfsys-common-pdf.def +File: pgfsys-common-pdf.def 2008/05/19 (rcs-revision 1.10) +) +(/usr/share/texmf/tex/generic/pgf/systemlayer/pgfsys-common-pdf-via-dvi.def +File: pgfsys-common-pdf-via-dvi.def 2008/05/19 (rcs-revision 1.7) +))) +(/usr/share/texmf/tex/generic/pgf/systemlayer/pgfsyssoftpath.code.tex +File: pgfsyssoftpath.code.tex 2008/07/18 (rcs-revision 1.7) +\pgfsyssoftpath@smallbuffer@items=\count110 +\pgfsyssoftpath@bigbuffer@items=\count111 +) +(/usr/share/texmf/tex/generic/pgf/systemlayer/pgfsysprotocol.code.tex +File: pgfsysprotocol.code.tex 2006/10/16 (rcs-revision 1.4) +)) +(/usr/share/texmf/tex/latex/xcolor/xcolor.sty +Package: xcolor 2007/01/21 v2.11 LaTeX color extensions (UK) + +(/usr/share/texlive/texmf-dist/tex/latex/latexconfig/color.cfg +File: color.cfg 2007/01/18 v1.5 color configuration of teTeX/TeXLive +) +Package xcolor Info: Driver file: xetex.def on input line 225. + +(/usr/share/texlive/texmf-dist/tex/latex/colortbl/colortbl.sty +Package: colortbl 2012/02/13 v1.0a Color table columns (DPC) + +(/usr/share/texlive/texmf-dist/tex/latex/tools/array.sty +Package: array 2008/09/09 v2.4c Tabular extension package (FMi) +\col@sep=\dimen137 +\extrarowheight=\dimen138 +\NC@list=\toks20 +\extratabsurround=\skip44 +\backup@length=\skip45 +) +\everycr=\toks21 +\minrowclearance=\skip46 +) +\rownum=\count112 +Package xcolor Info: Model `cmy' substituted by `cmy0' on input line 1337. +Package xcolor Info: Model `RGB' extended on input line 1353. +Package xcolor Info: Model `HTML' substituted by `rgb' on input line 1355. +Package xcolor Info: Model `Hsb' substituted by `hsb' on input line 1356. +Package xcolor Info: Model `tHsb' substituted by `hsb' on input line 1357. +Package xcolor Info: Model `HSB' substituted by `hsb' on input line 1358. +Package xcolor Info: Model `Gray' substituted by `gray' on input line 1359. +Package xcolor Info: Model `wave' substituted by `hsb' on input line 1360. + +(/usr/share/texlive/texmf-dist/tex/latex/graphics/dvipsnam.def +File: dvipsnam.def 1999/02/16 v3.0i Driver-dependant file (DPC,SPQR) +) +(/usr/share/texmf/tex/latex/xcolor/svgnam.def +File: svgnam.def 2007/01/21 v2.11 Predefined colors according to SVG 1.1 (UK) +) +(/usr/share/texmf/tex/latex/xcolor/x11nam.def +File: x11nam.def 2007/01/21 v2.11 Predefined colors according to Unix/X11 (UK) +)) +(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcore.code.tex +Package: pgfcore 2010/04/11 v2.10 (rcs-revision 1.7) + +(/usr/share/texmf/tex/generic/pgf/math/pgfmath.code.tex +(/usr/share/texmf/tex/generic/pgf/math/pgfmathcalc.code.tex +(/usr/share/texmf/tex/generic/pgf/math/pgfmathutil.code.tex) +(/usr/share/texmf/tex/generic/pgf/math/pgfmathparser.code.tex +\pgfmath@dimen=\dimen139 +\pgfmath@count=\count113 +\pgfmath@box=\box35 +\pgfmath@toks=\toks22 +\pgfmath@stack@operand=\toks23 +\pgfmath@stack@operation=\toks24 +) +(/usr/share/texmf/tex/generic/pgf/math/pgfmathfunctions.code.tex +(/usr/share/texmf/tex/generic/pgf/math/pgfmathfunctions.basic.code.tex) +(/usr/share/texmf/tex/generic/pgf/math/pgfmathfunctions.trigonometric.code.tex) +(/usr/share/texmf/tex/generic/pgf/math/pgfmathfunctions.random.code.tex) +(/usr/share/texmf/tex/generic/pgf/math/pgfmathfunctions.comparison.code.tex) +(/usr/share/texmf/tex/generic/pgf/math/pgfmathfunctions.base.code.tex) +(/usr/share/texmf/tex/generic/pgf/math/pgfmathfunctions.round.code.tex) +(/usr/share/texmf/tex/generic/pgf/math/pgfmathfunctions.misc.code.tex))) +(/usr/share/texmf/tex/generic/pgf/math/pgfmathfloat.code.tex +\c@pgfmathroundto@lastzeros=\count114 +)) +(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorepoints.code.tex +File: pgfcorepoints.code.tex 2010/04/09 (rcs-revision 1.20) +\pgf@picminx=\dimen140 +\pgf@picmaxx=\dimen141 +\pgf@picminy=\dimen142 +\pgf@picmaxy=\dimen143 +\pgf@pathminx=\dimen144 +\pgf@pathmaxx=\dimen145 +\pgf@pathminy=\dimen146 +\pgf@pathmaxy=\dimen147 +\pgf@xx=\dimen148 +\pgf@xy=\dimen149 +\pgf@yx=\dimen150 +\pgf@yy=\dimen151 +\pgf@zx=\dimen152 +\pgf@zy=\dimen153 +) +(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorepathconstruct.code.tex +File: pgfcorepathconstruct.code.tex 2010/08/03 (rcs-revision 1.24) +\pgf@path@lastx=\dimen154 +\pgf@path@lasty=\dimen155 +) +(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorepathusage.code.tex +File: pgfcorepathusage.code.tex 2008/04/22 (rcs-revision 1.12) +\pgf@shorten@end@additional=\dimen156 +\pgf@shorten@start@additional=\dimen157 +) +(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorescopes.code.tex +File: pgfcorescopes.code.tex 2010/09/08 (rcs-revision 1.34) +\pgfpic=\box36 +\pgf@hbox=\box37 +\pgf@layerbox@main=\box38 +\pgf@picture@serial@count=\count115 +) +(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcoregraphicstate.code.tex +File: pgfcoregraphicstate.code.tex 2008/04/22 (rcs-revision 1.9) +\pgflinewidth=\dimen158 +) +(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcoretransformations.code.tex +File: pgfcoretransformations.code.tex 2009/06/10 (rcs-revision 1.11) +\pgf@pt@x=\dimen159 +\pgf@pt@y=\dimen160 +\pgf@pt@temp=\dimen161 +) +(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorequick.code.tex +File: pgfcorequick.code.tex 2008/10/09 (rcs-revision 1.3) +) +(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcoreobjects.code.tex +File: pgfcoreobjects.code.tex 2006/10/11 (rcs-revision 1.2) +) +(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorepathprocessing.code.tex +File: pgfcorepathprocessing.code.tex 2008/10/09 (rcs-revision 1.8) +) +(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorearrows.code.tex +File: pgfcorearrows.code.tex 2008/04/23 (rcs-revision 1.11) +) +(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcoreshade.code.tex +File: pgfcoreshade.code.tex 2008/11/23 (rcs-revision 1.13) +\pgf@max=\dimen162 +\pgf@sys@shading@range@num=\count116 +) +(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcoreimage.code.tex +File: pgfcoreimage.code.tex 2010/03/25 (rcs-revision 1.16) + +(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcoreexternal.code.tex +File: pgfcoreexternal.code.tex 2010/09/01 (rcs-revision 1.17) +\pgfexternal@startupbox=\box39 +)) +(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorelayers.code.tex +File: pgfcorelayers.code.tex 2010/08/27 (rcs-revision 1.2) +) +(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcoretransparency.code.tex +File: pgfcoretransparency.code.tex 2008/01/17 (rcs-revision 1.2) +) +(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorepatterns.code.tex +File: pgfcorepatterns.code.tex 2009/07/02 (rcs-revision 1.3) +))) +(/usr/share/texmf/tex/latex/pgf/utilities/xxcolor.sty +Package: xxcolor 2003/10/24 ver 0.1 +\XC@nummixins=\count117 +\XC@countmixins=\count118 +) +(/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty +Package: hyperref 2012/11/06 v6.83m Hypertext links for LaTeX + +(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/hobsub-hyperref.sty +Package: hobsub-hyperref 2012/05/28 v1.13 Bundle oberdiek, subset hyperref (HO) + + +(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/hobsub-generic.sty +Package: hobsub-generic 2012/05/28 v1.13 Bundle oberdiek, subset generic (HO) +Package: hobsub 2012/05/28 v1.13 Construct package bundles (HO) +Package: infwarerr 2010/04/08 v1.3 Providing info/warning/error messages (HO) +Package: ltxcmds 2011/11/09 v1.22 LaTeX kernel commands for general use (HO) +Package: ifluatex 2010/03/01 v1.3 Provides the ifluatex switch (HO) +Package ifluatex Info: LuaTeX not detected. +Package hobsub Info: Skipping package `ifvtex' (already loaded). +Package: intcalc 2007/09/27 v1.1 Expandable calculations with integers (HO) +Package hobsub Info: Skipping package `ifpdf' (already loaded). +Package: etexcmds 2011/02/16 v1.5 Avoid name clashes with e-TeX commands (HO) +Package etexcmds Info: Could not find \expanded. +(etexcmds) That can mean that you are not using pdfTeX 1.50 or +(etexcmds) that some package has redefined \expanded. +(etexcmds) In the latter case, load this package earlier. +Package: kvsetkeys 2012/04/25 v1.16 Key value parser (HO) +Package: kvdefinekeys 2011/04/07 v1.3 Define keys (HO) +Package: pdftexcmds 2011/11/29 v0.20 Utility functions of pdfTeX for LuaTeX (HO +) +Package pdftexcmds Info: LuaTeX not detected. +Package pdftexcmds Info: pdfTeX >= 1.30 not detected. +Package pdftexcmds Info: \pdf@primitive is available. +Package pdftexcmds Info: \pdf@ifprimitive is available. +Package pdftexcmds Info: \pdfdraftmode not found. +Package: pdfescape 2011/11/25 v1.13 Implements pdfTeX's escape features (HO) +Package: bigintcalc 2012/04/08 v1.3 Expandable calculations on big integers (HO +) +Package: bitset 2011/01/30 v1.1 Handle bit-vector datatype (HO) +Package: uniquecounter 2011/01/30 v1.2 Provide unlimited unique counter (HO) +) +Package hobsub Info: Skipping package `hobsub' (already loaded). +Package: letltxmacro 2010/09/02 v1.4 Let assignment for LaTeX macros (HO) +Package: hopatch 2012/05/28 v1.2 Wrapper for package hooks (HO) +Package: xcolor-patch 2011/01/30 xcolor patch +Package: atveryend 2011/06/30 v1.8 Hooks at the very end of document (HO) +Package atveryend Info: \enddocument detected (standard20110627). +Package: atbegshi 2011/10/05 v1.16 At begin shipout hook (HO) +Package: refcount 2011/10/16 v3.4 Data extraction from label references (HO) +Package: hycolor 2011/01/30 v1.7 Color options for hyperref/bookmark (HO) +) +(/usr/share/texlive/texmf-dist/tex/latex/oberdiek/auxhook.sty +Package: auxhook 2011/03/04 v1.3 Hooks for auxiliary files (HO) +) +(/usr/share/texlive/texmf-dist/tex/latex/oberdiek/kvoptions.sty +Package: kvoptions 2011/06/30 v3.11 Key value format for package options (HO) +) +\@linkdim=\dimen163 +\Hy@linkcounter=\count119 +\Hy@pagecounter=\count120 + +(/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def +File: pd1enc.def 2012/11/06 v6.83m Hyperref: PDFDocEncoding definition (HO) +) +\Hy@SavedSpaceFactor=\count121 + +(/usr/share/texlive/texmf-dist/tex/latex/latexconfig/hyperref.cfg +File: hyperref.cfg 2002/06/06 v1.2 hyperref configuration of TeXLive +) +Package hyperref Info: Option `bookmarks' set `true' on input line 4319. +Package hyperref Info: Option `bookmarksopen' set `true' on input line 4319. +Package hyperref Info: Option `implicit' set `false' on input line 4319. +Package hyperref Info: Hyper figures OFF on input line 4443. +Package hyperref Info: Link nesting OFF on input line 4448. +Package hyperref Info: Hyper index ON on input line 4451. +Package hyperref Info: Plain pages OFF on input line 4458. +Package hyperref Info: Backreferencing OFF on input line 4463. +Package hyperref Info: Implicit mode OFF; no redefinition of LaTeX internals. +Package hyperref Info: Bookmarks ON on input line 4688. +\c@Hy@tempcnt=\count122 + +(/usr/share/texlive/texmf-dist/tex/latex/url/url.sty +\Urlmuskip=\muskip10 +Package: url 2013/09/16 ver 3.4 Verb mode for urls, etc. +) +LaTeX Info: Redefining \url on input line 5041. +\XeTeXLinkMargin=\dimen164 +\Fld@menulength=\count123 +\Field@Width=\dimen165 +\Fld@charsize=\dimen166 +Package hyperref Info: Hyper figures OFF on input line 6295. +Package hyperref Info: Link nesting OFF on input line 6300. +Package hyperref Info: Hyper index ON on input line 6303. +Package hyperref Info: backreferencing OFF on input line 6310. +Package hyperref Info: Link coloring OFF on input line 6315. +Package hyperref Info: Link coloring with OCG OFF on input line 6320. +Package hyperref Info: PDF/A mode OFF on input line 6325. +LaTeX Info: Redefining \ref on input line 6365. +LaTeX Info: Redefining \pageref on input line 6369. +\Hy@abspage=\count124 + + +Package hyperref Message: Stopped early. + +) + +Package hyperref Message: Driver (autodetected): hxetex. + +(/usr/share/texlive/texmf-dist/tex/latex/hyperref/hxetex.def +File: hxetex.def 2012/11/06 v6.83m Hyperref driver for XeTeX + +(/usr/share/texlive/texmf-dist/tex/latex/hyperref/puenc.def +File: puenc.def 2012/11/06 v6.83m Hyperref: PDF Unicode definition (HO) +) +(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/stringenc.sty +Package: stringenc 2011/12/02 v1.10 Convert strings between diff. encodings (HO +) +) +\pdfm@box=\box40 +\c@Hy@AnnotLevel=\count125 +\HyField@AnnotCount=\count126 +\Fld@listcount=\count127 +\c@bookmark@seq@number=\count128 + +(/usr/share/texlive/texmf-dist/tex/latex/oberdiek/rerunfilecheck.sty +Package: rerunfilecheck 2011/04/15 v1.7 Rerun checks for auxiliary files (HO) +Package rerunfilecheck Info: Feature \pdfmdfivesum is not available +(rerunfilecheck) (e.g. pdfTeX or LuaTeX with package `pdftexcmds'). + +(rerunfilecheck) Therefore file contents cannot be checked efficien +tly +(rerunfilecheck) and the loading of the package is aborted. +)) +(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/se-ascii-print.def +File: se-ascii-print.def 2011/12/02 v1.10 stringenc: Printable ASCII characters + +) +(/usr/share/texmf/tex/latex/beamer/base/beamerbaserequires.sty +Package: beamerbaserequires 2010/05/01 (rcs-revision efa082c6111d) + +(/usr/share/texmf/tex/latex/beamer/base/beamerbasecompatibility.sty +Package: beamerbasecompatibility 2012/05/01 (rcs-revision 67c48b3b652d) +) +(/usr/share/texmf/tex/latex/beamer/base/beamerbasefont.sty +Package: beamerbasefont 2012/09/19 (rcs-revision 733629cd0c6c) + +(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty +Package: amssymb 2013/01/14 v3.01 AMS font symbols + +(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty +Package: amsfonts 2013/01/14 v3.01 Basic AMSFonts support +\@emptytoks=\toks25 +\symAMSa=\mathgroup4 +\symAMSb=\mathgroup5 +LaTeX Font Info: Overwriting math alphabet `\mathfrak' in version `bold' +(Font) U/euf/m/n --> U/euf/b/n on input line 106. +))) +(/usr/share/texmf/tex/latex/beamer/base/beamerbasetranslator.sty +Package: beamerbasetranslator 2010/06/11 (rcs-revision 85fd1cc7fc42) + +(/usr/share/texmf/tex/latex/beamer/base/translator/translator.sty +Package: translator 2010/06/12 ver 1.10 + +(/usr/share/texmf/tex/latex/beamer/base/translator/translator-language-mappings +.tex))) (/usr/share/texmf/tex/latex/beamer/base/beamerbasemisc.sty +Package: beamerbasemisc 2012/02/24 (rcs-revision 2ff5461be705) +) +(/usr/share/texmf/tex/latex/beamer/base/beamerbasetwoscreens.sty +Package: beamerbasetwoscreens 2010/05/01 (rcs-revision efa082c6111d) +) +(/usr/share/texmf/tex/latex/beamer/base/beamerbaseoverlay.sty +Package: beamerbaseoverlay 2012/11/11 (rcs-revision 6afbc49b1109) +\beamer@argscount=\count129 +\beamer@lastskipcover=\skip47 +\beamer@trivlistdepth=\count130 +) +(/usr/share/texmf/tex/latex/beamer/base/beamerbasetitle.sty +Package: beamerbasetitle 2010/09/21 (rcs-revision f0446ed0b6ae) +) +(/usr/share/texmf/tex/latex/beamer/base/beamerbasesection.sty +Package: beamerbasesection 2012/11/11 (rcs-revision 0056eef6f17f) +\c@lecture=\count131 +\c@part=\count132 +\c@section=\count133 +\c@subsection=\count134 +\c@subsubsection=\count135 +) +(/usr/share/texmf/tex/latex/beamer/base/beamerbaseframe.sty +Package: beamerbaseframe 2012/09/13 (rcs-revision dcd846607320) +\beamer@framebox=\box41 +\beamer@frametitlebox=\box42 +\beamer@zoombox=\box43 +\beamer@zoomcount=\count136 +\beamer@zoomframecount=\count137 +\beamer@frametextheight=\dimen167 +\c@subsectionslide=\count138 +\beamer@frametopskip=\skip48 +\beamer@framebottomskip=\skip49 +\beamer@frametopskipautobreak=\skip50 +\beamer@framebottomskipautobreak=\skip51 +\beamer@envbody=\toks26 +\framewidth=\dimen168 +\c@framenumber=\count139 +) +(/usr/share/texmf/tex/latex/beamer/base/beamerbaseverbatim.sty +Package: beamerbaseverbatim 2012/08/30 (rcs-revision dfdb135076b3) +\beamer@verbatimfileout=\write4 +) +(/usr/share/texmf/tex/latex/beamer/base/beamerbaseframesize.sty +Package: beamerbaseframesize 2011/09/12 (rcs-revision 70f9d8411e54) +\beamer@splitbox=\box44 +\beamer@autobreakcount=\count140 +\beamer@autobreaklastheight=\dimen169 +\beamer@frametitletoks=\toks27 +\beamer@framesubtitletoks=\toks28 +) +(/usr/share/texmf/tex/latex/beamer/base/beamerbaseframecomponents.sty +Package: beamerbaseframecomponents 2012/09/13 (rcs-revision dcd846607320) +\beamer@footins=\box45 +) +(/usr/share/texmf/tex/latex/beamer/base/beamerbasecolor.sty +Package: beamerbasecolor 2010/06/06 (rcs-revision d1a9b48be06d) +) +(/usr/share/texmf/tex/latex/beamer/base/beamerbasenotes.sty +Package: beamerbasenotes 2010/05/01 (rcs-revision efa082c6111d) +\beamer@frameboxcopy=\box46 +) +(/usr/share/texmf/tex/latex/beamer/base/beamerbasetoc.sty +Package: beamerbasetoc 2012/10/02 (rcs-revision 5ed0f4010e8a) +) +(/usr/share/texmf/tex/latex/beamer/base/beamerbasetemplates.sty +Package: beamerbasetemplates 2010/05/01 (rcs-revision efa082c6111d) +\beamer@sbttoks=\toks29 + +(/usr/share/texmf/tex/latex/beamer/base/beamerbaseauxtemplates.sty +Package: beamerbaseauxtemplates 2012/05/01 (rcs-revision 67c48b3b652d) + +(/usr/share/texmf/tex/latex/beamer/base/beamerbaseboxes.sty +Package: beamerbaseboxes 2012/05/13 (rcs-revision 56972908a390) +\bmb@box=\box47 +\bmb@colorbox=\box48 +\bmb@boxshadow=\box49 +\bmb@boxshadowball=\box50 +\bmb@boxshadowballlarge=\box51 +\bmb@temp=\dimen170 +\bmb@dima=\dimen171 +\bmb@dimb=\dimen172 +\bmb@prevheight=\dimen173 +) +\beamer@blockheadheight=\dimen174 +)) +(/usr/share/texmf/tex/latex/beamer/base/beamerbaselocalstructure.sty +Package: beamerbaselocalstructure 2012/11/13 (rcs-revision ddfba79dac19) + +(/usr/share/texlive/texmf-dist/tex/latex/tools/enumerate.sty +Package: enumerate 1999/03/05 v3.00 enumerate extensions (DPC) +\@enLab=\toks30 +) +\c@figure=\count141 +\c@table=\count142 +\abovecaptionskip=\skip52 +\belowcaptionskip=\skip53 +) +(/usr/share/texmf/tex/latex/beamer/base/beamerbasenavigation.sty +Package: beamerbasenavigation 2012/04/03 (rcs-revision 42a0f21a412d) +\beamer@section@min@dim=\dimen175 +) +(/usr/share/texmf/tex/latex/beamer/base/beamerbasetheorems.sty +Package: beamerbasetheorems 2010/06/06 (rcs-revision 7e7cc5e53e9d) + +(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty +Package: amsmath 2013/01/14 v2.14 AMS math features +\@mathmargin=\skip54 + +For additional information on amsmath, use the `?' option. +(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty +Package: amstext 2000/06/29 v2.01 + +(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty +File: amsgen.sty 1999/11/30 v2.0 +\@emptytoks=\toks31 +\ex@=\dimen176 +)) +(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty +Package: amsbsy 1999/11/29 v1.2d +\pmbraise@=\dimen177 +) +(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty +Package: amsopn 1999/12/14 v2.01 operator names +) +\inf@bad=\count143 +LaTeX Info: Redefining \frac on input line 210. +\uproot@=\count144 +\leftroot@=\count145 +LaTeX Info: Redefining \overline on input line 306. +\classnum@=\count146 +\DOTSCASE@=\count147 +LaTeX Info: Redefining \ldots on input line 378. +LaTeX Info: Redefining \dots on input line 381. +LaTeX Info: Redefining \cdots on input line 466. +\Mathstrutbox@=\box52 +\strutbox@=\box53 +\big@size=\dimen178 +LaTeX Font Info: Redeclaring font encoding OML on input line 566. +LaTeX Font Info: Redeclaring font encoding OMS on input line 567. +\macc@depth=\count148 +\c@MaxMatrixCols=\count149 +\dotsspace@=\muskip11 +\c@parentequation=\count150 +\dspbrk@lvl=\count151 +\tag@help=\toks32 +\row@=\count152 +\column@=\count153 +\maxfields@=\count154 +\andhelp@=\toks33 +\eqnshift@=\dimen179 +\alignsep@=\dimen180 +\tagshift@=\dimen181 +\tagwidth@=\dimen182 +\totwidth@=\dimen183 +\lineht@=\dimen184 +\@envbody=\toks34 +\multlinegap=\skip55 +\multlinetaggap=\skip56 +\mathdisplay@stack=\toks35 +LaTeX Info: Redefining \[ on input line 2665. +LaTeX Info: Redefining \] on input line 2666. +) +(/usr/share/texlive/texmf-dist/tex/latex/amscls/amsthm.sty +Package: amsthm 2004/08/06 v2.20 +\thm@style=\toks36 +\thm@bodyfont=\toks37 +\thm@headfont=\toks38 +\thm@notefont=\toks39 +\thm@headpunct=\toks40 +\thm@preskip=\skip57 +\thm@postskip=\skip58 +\thm@headsep=\skip59 +\dth@everypar=\toks41 +) +\c@theorem=\count155 +) +(/usr/share/texmf/tex/latex/beamer/base/beamerbasethemes.sty +Package: beamerbasethemes 2010/05/01 (rcs-revision efa082c6111d) +)) +(/usr/share/texmf/tex/latex/beamer/base/themes/theme/beamerthemedefault.sty +Package: beamerthemedefault 2010/06/17 (rcs-revision d02a7cf4d8ae) + +(/usr/share/texmf/tex/latex/beamer/base/themes/font/beamerfontthemedefault.sty +Package: beamerfontthemedefault 2010/06/17 (rcs-revision d02a7cf4d8ae) +) +(/usr/share/texmf/tex/latex/beamer/base/themes/color/beamercolorthemedefault.st +y +Package: beamercolorthemedefault 2010/06/17 (rcs-revision d02a7cf4d8ae) +) +(/usr/share/texmf/tex/latex/beamer/base/themes/inner/beamerinnerthemedefault.st +y +Package: beamerinnerthemedefault 2012/05/01 (rcs-revision 67c48b3b652d) +\beamer@dima=\dimen185 +\beamer@dimb=\dimen186 +) +(/usr/share/texmf/tex/latex/beamer/base/themes/outer/beamerouterthemedefault.st +y +Package: beamerouterthemedefault 2012/10/02 (rcs-revision 5ed0f4010e8a) +))) (/usr/share/texlive/texmf-dist/tex/generic/babel/babel.sty +Package: babel 2013/12/03 3.9h The Babel package + +(/usr/share/texlive/texmf-dist/tex/generic/babel-english/english.ldf +Language: english 2012/08/20 v3.3p English support from the babel system + +(/usr/share/texlive/texmf-dist/tex/generic/babel/babel.def +File: babel.def 2013/12/03 3.9h Babel common definitions +LaTeX Info: Redefining \textlatin on input line 137. +\babel@savecnt=\count156 +\U@D=\dimen187 + +(/usr/share/texlive/texmf-dist/tex/generic/babel/xebabel.def)) +\l@canadian = a dialect from \language\l@american +\l@australian = a dialect from \language\l@british +\l@newzealand = a dialect from \language\l@british +)) +(/usr/share/texlive/texmf-dist/tex/latex/polski/polski.sty +Package: polski 2008/02/24 v1.3.3 Polish language package + +Document language package `polski' v1.3.3 <2008/02/24> + Switching to Polish text encoding and Polish maths fonts. +(/usr/share/texlive/texmf-dist/tex/latex/base/ot4enc.def +File: ot4enc.def 2005/09/27 v1.99g Standard LaTeX file +) +LaTeX Font Info: Try loading font information for OT4+cmss on input line 346 +. + +(/usr/share/texlive/texmf-dist/tex/latex/polski/ot4cmss.fd +File: ot4cmss.fd 2008/02/24 v1.2.1 Font defs for fonts PL (MW) +) +LaTeX Font Info: Overwriting math alphabet `\mathbf' in version `normal' +(Font) OT1/cmr/bx/n --> OT4/cmr/bx/n on input line 346. +LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `normal' +(Font) OT1/cmss/m/n --> OT4/cmss/m/n on input line 346. +LaTeX Font Info: Overwriting math alphabet `\mathit' in version `normal' +(Font) OT1/cmr/m/it --> OT4/cmr/m/it on input line 346. +LaTeX Font Info: Overwriting math alphabet `\mathtt' in version `normal' +(Font) OT1/cmtt/m/n --> OT4/cmtt/m/n on input line 346. +LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `bold' +(Font) OT1/cmss/bx/n --> OT4/cmss/bx/n on input line 346. +LaTeX Font Info: Overwriting math alphabet `\mathit' in version `bold' +(Font) OT1/cmr/bx/it --> OT4/cmr/bx/it on input line 346. +LaTeX Font Info: Encoding `OT1' has changed to `OT4' for symbol font +(Font) `operators' in the math version `normal' on input line 346. + +LaTeX Font Info: Overwriting symbol font `operators' in version `normal' +(Font) OT1/cmr/m/n --> OT4/cmr/m/n on input line 346. +LaTeX Font Info: Overwriting symbol font `letters' in version `normal' +(Font) OML/cmm/m/it --> OML/plm/m/it on input line 346. +LaTeX Font Info: Overwriting symbol font `symbols' in version `normal' +(Font) OMS/cmsy/m/n --> OMS/plsy/m/n on input line 346. +LaTeX Font Info: Overwriting symbol font `largesymbols' in version `normal' +(Font) OMX/cmex/m/n --> OMX/plex/m/n on input line 346. +LaTeX Font Info: Encoding `OT1' has changed to `OT4' for symbol font +(Font) `operators' in the math version `bold' on input line 346. +LaTeX Font Info: Overwriting symbol font `operators' in version `bold' +(Font) OT1/cmr/bx/n --> OT4/cmr/bx/n on input line 346. +LaTeX Font Info: Overwriting symbol font `letters' in version `bold' +(Font) OML/cmm/b/it --> OML/plm/b/it on input line 346. +LaTeX Font Info: Overwriting symbol font `symbols' in version `bold' +(Font) OMS/cmsy/b/n --> OMS/plsy/b/n on input line 346. +) +(./beamerthemeFlip.sty (./beamerinnerthemeFlip.sty +\beamer@Flip@normalmargin=\skip60 +) (./beamerouterthemeFlip.sty (/usr/share/texmf/tex/latex/pgf/frontendlayer/tik +z.sty +(/usr/share/texmf/tex/latex/pgf/basiclayer/pgf.sty +Package: pgf 2008/01/15 v2.10 (rcs-revision 1.12) + +(/usr/share/texmf/tex/generic/pgf/modules/pgfmoduleshapes.code.tex +File: pgfmoduleshapes.code.tex 2010/09/09 (rcs-revision 1.13) +\pgfnodeparttextbox=\box54 +) +(/usr/share/texmf/tex/generic/pgf/modules/pgfmoduleplot.code.tex +File: pgfmoduleplot.code.tex 2010/10/22 (rcs-revision 1.8) +) +(/usr/share/texmf/tex/latex/pgf/compatibility/pgfcomp-version-0-65.sty +Package: pgfcomp-version-0-65 2007/07/03 v2.10 (rcs-revision 1.7) +\pgf@nodesepstart=\dimen188 +\pgf@nodesepend=\dimen189 +) +(/usr/share/texmf/tex/latex/pgf/compatibility/pgfcomp-version-1-18.sty +Package: pgfcomp-version-1-18 2007/07/23 v2.10 (rcs-revision 1.1) +)) +(/usr/share/texmf/tex/latex/pgf/utilities/pgffor.sty +(/usr/share/texmf/tex/latex/pgf/utilities/pgfkeys.sty +(/usr/share/texmf/tex/generic/pgf/utilities/pgfkeys.code.tex)) +(/usr/share/texmf/tex/generic/pgf/utilities/pgffor.code.tex +Package: pgffor 2010/03/23 v2.10 (rcs-revision 1.18) +\pgffor@iter=\dimen190 +\pgffor@skip=\dimen191 +\pgffor@stack=\toks42 +\pgffor@toks=\toks43 +)) +(/usr/share/texmf/tex/generic/pgf/frontendlayer/tikz/tikz.code.tex +Package: tikz 2010/10/13 v2.10 (rcs-revision 1.76) + +(/usr/share/texmf/tex/generic/pgf/libraries/pgflibraryplothandlers.code.tex +File: pgflibraryplothandlers.code.tex 2010/05/31 v2.10 (rcs-revision 1.15) +\pgf@plot@mark@count=\count157 +\pgfplotmarksize=\dimen192 +) +\tikz@lastx=\dimen193 +\tikz@lasty=\dimen194 +\tikz@lastxsaved=\dimen195 +\tikz@lastysaved=\dimen196 +\tikzleveldistance=\dimen197 +\tikzsiblingdistance=\dimen198 +\tikz@figbox=\box55 +\tikz@tempbox=\box56 +\tikztreelevel=\count158 +\tikznumberofchildren=\count159 +\tikznumberofcurrentchild=\count160 +\tikz@fig@count=\count161 + +(/usr/share/texmf/tex/generic/pgf/modules/pgfmodulematrix.code.tex +File: pgfmodulematrix.code.tex 2010/08/24 (rcs-revision 1.4) +\pgfmatrixcurrentrow=\count162 +\pgfmatrixcurrentcolumn=\count163 +\pgf@matrix@numberofcolumns=\count164 +) +\tikz@expandcount=\count165 + +(/usr/share/texmf/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarytopat +hs.code.tex +File: tikzlibrarytopaths.code.tex 2008/06/17 v2.10 (rcs-revision 1.2) +)))) (./beamercolorthemeFlip.sty)) +(/usr/share/texlive/texmf-dist/tex/latex/berenisadf/berenis.sty +Package: berenis 2013/11/20 v2.0 berenis + +(/usr/share/texlive/texmf-dist/tex/latex/xkeyval/xkeyval.sty +Package: xkeyval 2012/10/14 v2.6b package option processing (HA) + +(/usr/share/texlive/texmf-dist/tex/generic/xkeyval/xkeyval.tex +\XKV@toks=\toks44 +\XKV@tempa@toks=\toks45 +\XKV@depth=\count166 +File: xkeyval.tex 2012/10/14 v2.6b key=value parser (HA) +)) +(/usr/share/texlive/texmf-dist/tex/latex/nfssext-cfr/nfssext-cfr.sty +Package: nfssext-cfr 2008/11/08 specially mangled by cfr; based on 2003/03/14 v +1.2 Experimental NFSS Extensions + +(/usr/share/texlive/texmf-dist/tex/latex/base/ifthen.sty +Package: ifthen 2001/05/26 v1.1c Standard LaTeX ifthen package (DPC) +) +\c@taken=\count167 +LaTeX Info: Redefining \itshape on input line 503. +LaTeX Info: Redefining \scshape on input line 511. +LaTeX Info: Redefining \upshape on input line 525. +LaTeX Info: Redefining \textin on input line 537. +LaTeX Info: Redefining \textscu on input line 567. +) +(/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty +Package: fontenc 2005/09/27 v1.99g Standard LaTeX package + +(/usr/share/texlive/texmf-dist/tex/latex/ly1/ly1enc.def +File: ly1enc.def 2009/07/22 v0.7 TeX 'n ANSI encoding (DPC/KB) +) +LaTeX Font Info: Try loading font information for LY1+ptm on input line 100. + + +(/usr/share/texlive/texmf-dist/tex/latex/ly1/ly1ptm.fd +File: ly1ptm.fd 2001/02/01 font definitions for LY1/ptm using Berry names. +))) +(/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty +Package: fontenc 2005/09/27 v1.99g Standard LaTeX package + +(/usr/share/texlive/texmf-dist/tex/latex/ly1/ly1enc.def +File: ly1enc.def 2009/07/22 v0.7 TeX 'n ANSI encoding (DPC/KB) +LaTeX Font Info: Redeclaring font encoding LY1 on input line 11. +)) +(/usr/share/texlive/texmf-dist/tex/latex/base/inputenc.sty +Package: inputenc 2008/03/30 v1.1d Input encoding file +\inpenc@prehook=\toks46 +\inpenc@posthook=\toks47 + +(/usr/share/texlive/texmf-dist/tex/latex/base/utf8.def +File: utf8.def 2008/04/05 v1.1m UTF-8 support for inputenc +Now handling font encoding OML ... +... no UTF-8 mapping file for font encoding OML +Now handling font encoding T1 ... +... processing UTF-8 mapping file for font encoding T1 + +(/usr/share/texlive/texmf-dist/tex/latex/base/t1enc.dfu +File: t1enc.dfu 2008/04/05 v1.1m UTF-8 support for inputenc + defining Unicode char U+00A1 (decimal 161) + defining Unicode char U+00A3 (decimal 163) + defining Unicode char U+00AB (decimal 171) + defining Unicode char U+00BB (decimal 187) + defining Unicode char U+00BF (decimal 191) + defining Unicode char U+00C0 (decimal 192) + defining Unicode char U+00C1 (decimal 193) + defining Unicode char U+00C2 (decimal 194) + defining Unicode char U+00C3 (decimal 195) + defining Unicode char U+00C4 (decimal 196) + defining Unicode char U+00C5 (decimal 197) + defining Unicode char U+00C6 (decimal 198) + defining Unicode char U+00C7 (decimal 199) + defining Unicode char U+00C8 (decimal 200) + defining Unicode char U+00C9 (decimal 201) + defining Unicode char U+00CA (decimal 202) + defining Unicode char U+00CB (decimal 203) + defining Unicode char U+00CC (decimal 204) + defining Unicode char U+00CD (decimal 205) + defining Unicode char U+00CE (decimal 206) + defining Unicode char U+00CF (decimal 207) + defining Unicode char U+00D0 (decimal 208) + defining Unicode char U+00D1 (decimal 209) + defining Unicode char U+00D2 (decimal 210) + defining Unicode char U+00D3 (decimal 211) + defining Unicode char U+00D4 (decimal 212) + defining Unicode char U+00D5 (decimal 213) + defining Unicode char U+00D6 (decimal 214) + defining Unicode char U+00D8 (decimal 216) + defining Unicode char U+00D9 (decimal 217) + defining Unicode char U+00DA (decimal 218) + defining Unicode char U+00DB (decimal 219) + defining Unicode char U+00DC (decimal 220) + defining Unicode char U+00DD (decimal 221) + defining Unicode char U+00DE (decimal 222) + defining Unicode char U+00DF (decimal 223) + defining Unicode char U+00E0 (decimal 224) + defining Unicode char U+00E1 (decimal 225) + defining Unicode char U+00E2 (decimal 226) + defining Unicode char U+00E3 (decimal 227) + defining Unicode char U+00E4 (decimal 228) + defining Unicode char U+00E5 (decimal 229) + defining Unicode char U+00E6 (decimal 230) + defining Unicode char U+00E7 (decimal 231) + defining Unicode char U+00E8 (decimal 232) + defining Unicode char U+00E9 (decimal 233) + defining Unicode char U+00EA (decimal 234) + defining Unicode char U+00EB (decimal 235) + defining Unicode char U+00EC (decimal 236) + defining Unicode char U+00ED (decimal 237) + defining Unicode char U+00EE (decimal 238) + defining Unicode char U+00EF (decimal 239) + defining Unicode char U+00F0 (decimal 240) + defining Unicode char U+00F1 (decimal 241) + defining Unicode char U+00F2 (decimal 242) + defining Unicode char U+00F3 (decimal 243) + defining Unicode char U+00F4 (decimal 244) + defining Unicode char U+00F5 (decimal 245) + defining Unicode char U+00F6 (decimal 246) + defining Unicode char U+00F8 (decimal 248) + defining Unicode char U+00F9 (decimal 249) + defining Unicode char U+00FA (decimal 250) + defining Unicode char U+00FB (decimal 251) + defining Unicode char U+00FC (decimal 252) + defining Unicode char U+00FD (decimal 253) + defining Unicode char U+00FE (decimal 254) + defining Unicode char U+00FF (decimal 255) + defining Unicode char U+0102 (decimal 258) + defining Unicode char U+0103 (decimal 259) + defining Unicode char U+0104 (decimal 260) + defining Unicode char U+0105 (decimal 261) + defining Unicode char U+0106 (decimal 262) + defining Unicode char U+0107 (decimal 263) + defining Unicode char U+010C (decimal 268) + defining Unicode char U+010D (decimal 269) + defining Unicode char U+010E (decimal 270) + defining Unicode char U+010F (decimal 271) + defining Unicode char U+0110 (decimal 272) + defining Unicode char U+0111 (decimal 273) + defining Unicode char U+0118 (decimal 280) + defining Unicode char U+0119 (decimal 281) + defining Unicode char U+011A (decimal 282) + defining Unicode char U+011B (decimal 283) + defining Unicode char U+011E (decimal 286) + defining Unicode char U+011F (decimal 287) + defining Unicode char U+0130 (decimal 304) + defining Unicode char U+0131 (decimal 305) + defining Unicode char U+0132 (decimal 306) + defining Unicode char U+0133 (decimal 307) + defining Unicode char U+0139 (decimal 313) + defining Unicode char U+013A (decimal 314) + defining Unicode char U+013D (decimal 317) + defining Unicode char U+013E (decimal 318) + defining Unicode char U+0141 (decimal 321) + defining Unicode char U+0142 (decimal 322) + defining Unicode char U+0143 (decimal 323) + defining Unicode char U+0144 (decimal 324) + defining Unicode char U+0147 (decimal 327) + defining Unicode char U+0148 (decimal 328) + defining Unicode char U+014A (decimal 330) + defining Unicode char U+014B (decimal 331) + defining Unicode char U+0150 (decimal 336) + defining Unicode char U+0151 (decimal 337) + defining Unicode char U+0152 (decimal 338) + defining Unicode char U+0153 (decimal 339) + defining Unicode char U+0154 (decimal 340) + defining Unicode char U+0155 (decimal 341) + defining Unicode char U+0158 (decimal 344) + defining Unicode char U+0159 (decimal 345) + defining Unicode char U+015A (decimal 346) + defining Unicode char U+015B (decimal 347) + defining Unicode char U+015E (decimal 350) + defining Unicode char U+015F (decimal 351) + defining Unicode char U+0160 (decimal 352) + defining Unicode char U+0161 (decimal 353) + defining Unicode char U+0162 (decimal 354) + defining Unicode char U+0163 (decimal 355) + defining Unicode char U+0164 (decimal 356) + defining Unicode char U+0165 (decimal 357) + defining Unicode char U+016E (decimal 366) + defining Unicode char U+016F (decimal 367) + defining Unicode char U+0170 (decimal 368) + defining Unicode char U+0171 (decimal 369) + defining Unicode char U+0178 (decimal 376) + defining Unicode char U+0179 (decimal 377) + defining Unicode char U+017A (decimal 378) + defining Unicode char U+017B (decimal 379) + defining Unicode char U+017C (decimal 380) + defining Unicode char U+017D (decimal 381) + defining Unicode char U+017E (decimal 382) + defining Unicode char U+200C (decimal 8204) + defining Unicode char U+2013 (decimal 8211) + defining Unicode char U+2014 (decimal 8212) + defining Unicode char U+2018 (decimal 8216) + defining Unicode char U+2019 (decimal 8217) + defining Unicode char U+201A (decimal 8218) + defining Unicode char U+201C (decimal 8220) + defining Unicode char U+201D (decimal 8221) + defining Unicode char U+201E (decimal 8222) + defining Unicode char U+2030 (decimal 8240) + defining Unicode char U+2031 (decimal 8241) + defining Unicode char U+2039 (decimal 8249) + defining Unicode char U+203A (decimal 8250) + defining Unicode char U+2423 (decimal 9251) +) +Now handling font encoding OT1 ... +... processing UTF-8 mapping file for font encoding OT1 + +(/usr/share/texlive/texmf-dist/tex/latex/base/ot1enc.dfu +File: ot1enc.dfu 2008/04/05 v1.1m UTF-8 support for inputenc + defining Unicode char U+00A1 (decimal 161) + defining Unicode char U+00A3 (decimal 163) + defining Unicode char U+00B8 (decimal 184) + defining Unicode char U+00BF (decimal 191) + defining Unicode char U+00C5 (decimal 197) + defining Unicode char U+00C6 (decimal 198) + defining Unicode char U+00D8 (decimal 216) + defining Unicode char U+00DF (decimal 223) + defining Unicode char U+00E6 (decimal 230) + defining Unicode char U+00EC (decimal 236) + defining Unicode char U+00ED (decimal 237) + defining Unicode char U+00EE (decimal 238) + defining Unicode char U+00EF (decimal 239) + defining Unicode char U+00F8 (decimal 248) + defining Unicode char U+0131 (decimal 305) + defining Unicode char U+0141 (decimal 321) + defining Unicode char U+0142 (decimal 322) + defining Unicode char U+0152 (decimal 338) + defining Unicode char U+0153 (decimal 339) + defining Unicode char U+2013 (decimal 8211) + defining Unicode char U+2014 (decimal 8212) + defining Unicode char U+2018 (decimal 8216) + defining Unicode char U+2019 (decimal 8217) + defining Unicode char U+201C (decimal 8220) + defining Unicode char U+201D (decimal 8221) +) +Now handling font encoding OMS ... +... processing UTF-8 mapping file for font encoding OMS + +(/usr/share/texlive/texmf-dist/tex/latex/base/omsenc.dfu +File: omsenc.dfu 2008/04/05 v1.1m UTF-8 support for inputenc + defining Unicode char U+00A7 (decimal 167) + defining Unicode char U+00B6 (decimal 182) + defining Unicode char U+00B7 (decimal 183) + defining Unicode char U+2020 (decimal 8224) + defining Unicode char U+2021 (decimal 8225) + defining Unicode char U+2022 (decimal 8226) +) +Now handling font encoding OMX ... +... no UTF-8 mapping file for font encoding OMX +Now handling font encoding U ... +... no UTF-8 mapping file for font encoding U +Now handling font encoding PD1 ... +... no UTF-8 mapping file for font encoding PD1 +Now handling font encoding PU ... +... no UTF-8 mapping file for font encoding PU +Now handling font encoding OT4 ... +... no UTF-8 mapping file for font encoding OT4 +Now handling font encoding LY1 ... +... processing UTF-8 mapping file for font encoding LY1 + +(/usr/share/texlive/texmf-dist/tex/latex/base/ly1enc.dfu +File: ly1enc.dfu 2008/04/05 v1.1m UTF-8 support for inputenc + defining Unicode char U+00A1 (decimal 161) + defining Unicode char U+00A2 (decimal 162) + defining Unicode char U+00A3 (decimal 163) + defining Unicode char U+00A4 (decimal 164) + defining Unicode char U+00A5 (decimal 165) + defining Unicode char U+00A6 (decimal 166) + defining Unicode char U+00A7 (decimal 167) + defining Unicode char U+00AA (decimal 170) + defining Unicode char U+00AB (decimal 171) + defining Unicode char U+00AE (decimal 174) + defining Unicode char U+00B0 (decimal 176) + defining Unicode char U+00B5 (decimal 181) + defining Unicode char U+00B6 (decimal 182) + defining Unicode char U+00B7 (decimal 183) + defining Unicode char U+00BA (decimal 186) + defining Unicode char U+00BB (decimal 187) + defining Unicode char U+00BC (decimal 188) + defining Unicode char U+00BD (decimal 189) + defining Unicode char U+00BE (decimal 190) + defining Unicode char U+00BF (decimal 191) + defining Unicode char U+00C0 (decimal 192) + defining Unicode char U+00C1 (decimal 193) + defining Unicode char U+00C2 (decimal 194) + defining Unicode char U+00C3 (decimal 195) + defining Unicode char U+00C4 (decimal 196) + defining Unicode char U+00C5 (decimal 197) + defining Unicode char U+00C6 (decimal 198) + defining Unicode char U+00C7 (decimal 199) + defining Unicode char U+00C8 (decimal 200) + defining Unicode char U+00C9 (decimal 201) + defining Unicode char U+00CA (decimal 202) + defining Unicode char U+00CB (decimal 203) + defining Unicode char U+00CC (decimal 204) + defining Unicode char U+00CD (decimal 205) + defining Unicode char U+00CE (decimal 206) + defining Unicode char U+00CF (decimal 207) + defining Unicode char U+00D0 (decimal 208) + defining Unicode char U+00D1 (decimal 209) + defining Unicode char U+00D2 (decimal 210) + defining Unicode char U+00D3 (decimal 211) + defining Unicode char U+00D4 (decimal 212) + defining Unicode char U+00D5 (decimal 213) + defining Unicode char U+00D6 (decimal 214) + defining Unicode char U+00D8 (decimal 216) + defining Unicode char U+00D9 (decimal 217) + defining Unicode char U+00DA (decimal 218) + defining Unicode char U+00DB (decimal 219) + defining Unicode char U+00DC (decimal 220) + defining Unicode char U+00DD (decimal 221) + defining Unicode char U+00DE (decimal 222) + defining Unicode char U+00DF (decimal 223) + defining Unicode char U+00E0 (decimal 224) + defining Unicode char U+00E1 (decimal 225) + defining Unicode char U+00E2 (decimal 226) + defining Unicode char U+00E3 (decimal 227) + defining Unicode char U+00E4 (decimal 228) + defining Unicode char U+00E5 (decimal 229) + defining Unicode char U+00E6 (decimal 230) + defining Unicode char U+00E7 (decimal 231) + defining Unicode char U+00E8 (decimal 232) + defining Unicode char U+00E9 (decimal 233) + defining Unicode char U+00EA (decimal 234) + defining Unicode char U+00EB (decimal 235) + defining Unicode char U+00EC (decimal 236) + defining Unicode char U+00ED (decimal 237) + defining Unicode char U+00EE (decimal 238) + defining Unicode char U+00EF (decimal 239) + defining Unicode char U+00F0 (decimal 240) + defining Unicode char U+00F1 (decimal 241) + defining Unicode char U+00F2 (decimal 242) + defining Unicode char U+00F3 (decimal 243) + defining Unicode char U+00F4 (decimal 244) + defining Unicode char U+00F5 (decimal 245) + defining Unicode char U+00F6 (decimal 246) + defining Unicode char U+00F8 (decimal 248) + defining Unicode char U+00F9 (decimal 249) + defining Unicode char U+00FA (decimal 250) + defining Unicode char U+00FB (decimal 251) + defining Unicode char U+00FC (decimal 252) + defining Unicode char U+00FD (decimal 253) + defining Unicode char U+00FE (decimal 254) + defining Unicode char U+00FF (decimal 255) + defining Unicode char U+0131 (decimal 305) + defining Unicode char U+0141 (decimal 321) + defining Unicode char U+0142 (decimal 322) + defining Unicode char U+0152 (decimal 338) + defining Unicode char U+0153 (decimal 339) + defining Unicode char U+0160 (decimal 352) + defining Unicode char U+0161 (decimal 353) + defining Unicode char U+0178 (decimal 376) + defining Unicode char U+017D (decimal 381) + defining Unicode char U+017E (decimal 382) + defining Unicode char U+0192 (decimal 402) + defining Unicode char U+02C6 (decimal 710) + defining Unicode char U+02DC (decimal 732) + defining Unicode char U+2013 (decimal 8211) + defining Unicode char U+2014 (decimal 8212) + defining Unicode char U+201C (decimal 8220) + defining Unicode char U+201D (decimal 8221) + defining Unicode char U+2020 (decimal 8224) + defining Unicode char U+2021 (decimal 8225) + defining Unicode char U+2022 (decimal 8226) + defining Unicode char U+2026 (decimal 8230) + defining Unicode char U+2030 (decimal 8240) + defining Unicode char U+2039 (decimal 8249) + defining Unicode char U+203A (decimal 8250) + defining Unicode char U+2122 (decimal 8482) +) + defining Unicode char U+00A9 (decimal 169) + defining Unicode char U+00AA (decimal 170) + defining Unicode char U+00AE (decimal 174) + defining Unicode char U+00BA (decimal 186) + defining Unicode char U+02C6 (decimal 710) + defining Unicode char U+02DC (decimal 732) + defining Unicode char U+200C (decimal 8204) + defining Unicode char U+2026 (decimal 8230) + defining Unicode char U+2122 (decimal 8482) + defining Unicode char U+2423 (decimal 9251) +)) +(/home/mchrzasz/texmf/tex/latex/emerald/emerald.sty +Package: emerald 2006/01/26 v1.0 LaTeX2e package which gives support for ECF (e +merald city fontwerks) fonts +) +(/usr/share/texmf/tex/latex/beamer/base/themes/font/beamerfontthemeprofessional +fonts.sty +Package: beamerfontthemeprofessionalfonts 2010/06/17 (rcs-revision d02a7cf4d8a +e) +) (/usr/share/texlive/texmf-dist/tex/latex/fontspec/fontspec.sty +Package: fontspec 2013/05/20 v2.3c Font selection for XeLaTeX and LuaLaTeX + +(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/expl3.sty +(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3names.sty +(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3bootstrap.sty +Package: l3bootstrap 2014/01/04 v4640 L3 Experimental bootstrap code +) +Package: l3names 2014/01/04 v4640 L3 Namespace for primitives +) +(/usr/share/texlive/texmf-dist/tex/latex/etex-pkg/etex.sty +Package: etex 1998/03/26 v2.0 eTeX basic definition package (PEB) +\et@xins=\count168 +) +Package: expl3 2014/01/07 v4646 L3 Experimental code bundle wrapper + +(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3basics.sty +Package: l3basics 2014/01/04 v4642 L3 Basic definitions +) +(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3expan.sty +Package: l3expan 2014/01/04 v4642 L3 Argument expansion +) +(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3tl.sty +Package: l3tl 2013/12/27 v4625 L3 Token lists +) +(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3seq.sty +Package: l3seq 2013/12/14 v4623 L3 Sequences and stacks +) +(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3int.sty +Package: l3int 2013/08/02 v4583 L3 Integers +\c_max_int=\count169 +\l_tmpa_int=\count170 +\l_tmpb_int=\count171 +\g_tmpa_int=\count172 +\g_tmpb_int=\count173 +) +(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3quark.sty +Package: l3quark 2013/12/14 v4623 L3 Quarks +) +(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3prg.sty +Package: l3prg 2014/01/04 v4642 L3 Control structures +\g__prg_map_int=\count174 +) +(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3clist.sty +Package: l3clist 2013/07/28 v4581 L3 Comma separated lists +) +(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3token.sty +Package: l3token 2013/08/25 v4587 L3 Experimental token manipulation +) +(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3prop.sty +Package: l3prop 2013/12/14 v4623 L3 Property lists +) +(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3msg.sty +Package: l3msg 2013/07/28 v4581 L3 Messages +) +(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3file.sty +Package: l3file 2013/10/13 v4596 L3 File and I/O operations +\l_iow_line_count_int=\count175 +\l__iow_target_count_int=\count176 +\l__iow_current_line_int=\count177 +\l__iow_current_word_int=\count178 +\l__iow_current_indentation_int=\count179 +) +(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3skip.sty +Package: l3skip 2013/07/28 v4581 L3 Dimensions and skips +\c_zero_dim=\dimen199 +\c_max_dim=\dimen200 +\l_tmpa_dim=\dimen201 +Normal \dimen register pool exhausted, switching to extended pool. +\l_tmpb_dim=\dimen256 +\g_tmpa_dim=\dimen257 +\g_tmpb_dim=\dimen258 +\c_zero_skip=\skip61 +\c_max_skip=\skip62 +\l_tmpa_skip=\skip63 +\l_tmpb_skip=\skip64 +\g_tmpa_skip=\skip65 +\g_tmpb_skip=\skip66 +\c_zero_muskip=\muskip12 +\c_max_muskip=\muskip13 +\l_tmpa_muskip=\muskip14 +\l_tmpb_muskip=\muskip15 +\g_tmpa_muskip=\muskip16 +\g_tmpb_muskip=\muskip17 +) +(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3keys.sty +Package: l3keys 2013/12/08 v4614 L3 Experimental key-value interfaces +\g__keyval_level_int=\count180 +\l_keys_choice_int=\count181 +) +(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3fp.sty +Package: l3fp 2014/01/04 v4642 L3 Floating points +\c__fp_leading_shift_int=\count182 +\c__fp_middle_shift_int=\count183 +\c__fp_trailing_shift_int=\count184 +\c__fp_big_leading_shift_int=\count185 +\c__fp_big_middle_shift_int=\count186 +\c__fp_big_trailing_shift_int=\count187 +\c__fp_Bigg_leading_shift_int=\count188 +\c__fp_Bigg_middle_shift_int=\count189 +\c__fp_Bigg_trailing_shift_int=\count190 +) +(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3box.sty +Package: l3box 2013/07/28 v4581 L3 Experimental boxes +\c_empty_box=\box57 +\l_tmpa_box=\box58 +\l_tmpb_box=\box59 +\g_tmpa_box=\box60 +\g_tmpb_box=\box61 +) +(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3coffins.sty +Package: l3coffins 2013/12/14 v4624 L3 Coffin code layer +\l__coffin_internal_box=\box62 +\l__coffin_internal_dim=\dimen259 +\l__coffin_offset_x_dim=\dimen260 +\l__coffin_offset_y_dim=\dimen261 +\l__coffin_x_dim=\dimen262 +\l__coffin_y_dim=\dimen263 +\l__coffin_x_prime_dim=\dimen264 +\l__coffin_y_prime_dim=\dimen265 +\c_empty_coffin=\box63 +\l__coffin_aligned_coffin=\box64 +\l__coffin_aligned_internal_coffin=\box65 +\l_tmpa_coffin=\box66 +\l_tmpb_coffin=\box67 +\l__coffin_display_coffin=\box68 +\l__coffin_display_coord_coffin=\box69 +\l__coffin_display_pole_coffin=\box70 +\l__coffin_display_offset_dim=\dimen266 +\l__coffin_display_x_dim=\dimen267 +\l__coffin_display_y_dim=\dimen268 +) +(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3color.sty +Package: l3color 2012/08/29 v4156 L3 Experimental color support +) +(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3luatex.sty +Package: l3luatex 2013/07/28 v4581 L3 Experimental LuaTeX-specific functions +\g__cctab_allocate_int=\count191 +\g__cctab_stack_int=\count192 +) +(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3candidates.sty +Package: l3candidates 2014/01/06 v4643 L3 Experimental additions to l3kernel +\l__box_top_dim=\dimen269 +\l__box_bottom_dim=\dimen270 +\l__box_left_dim=\dimen271 +\l__box_right_dim=\dimen272 +\l__box_top_new_dim=\dimen273 +\l__box_bottom_new_dim=\dimen274 +\l__box_left_new_dim=\dimen275 +\l__box_right_new_dim=\dimen276 +\l__box_internal_box=\box71 +\l__coffin_bounding_shift_dim=\dimen277 +\l__coffin_left_corner_dim=\dimen278 +\l__coffin_right_corner_dim=\dimen279 +\l__coffin_bottom_corner_dim=\dimen280 +\l__coffin_top_corner_dim=\dimen281 +\l__coffin_scaled_total_height_dim=\dimen282 +\l__coffin_scaled_width_dim=\dimen283 +)) +(/usr/share/texlive/texmf-dist/tex/latex/l3packages/xparse/xparse.sty +Package: xparse 2013/12/31 v4634 L3 Experimental document command parser +\l__xparse_current_arg_int=\count193 +\l__xparse_m_args_int=\count194 +\l__xparse_mandatory_args_int=\count195 +\l__xparse_processor_int=\count196 +\l__xparse_v_nesting_int=\count197 +) +\l_fontspec_script_int=\count198 +\l_fontspec_language_int=\count199 +\l_fontspec_strnum_int=\count200 +\l_fontspec_tmpa_dim=\dimen284 +\l_fontspec_tmpb_dim=\dimen285 +\l_fontspec_tmpc_dim=\dimen286 +Variant \tl_gset:cV already defined; not changing it on line 69 + +(/usr/share/texlive/texmf-dist/tex/latex/fontspec/fontspec-patches.sty +Package: fontspec-patches 2013/05/20 v2.3c Font selection for XeLaTeX and LuaLa +TeX + +(/usr/share/texlive/texmf-dist/tex/latex/base/fixltx2e.sty +Package: fixltx2e 2006/09/13 v1.1m fixes to LaTeX +LaTeX Info: Redefining \em on input line 420. +LaTeX Info: The control sequence `\[' is already robust on input line 471. +LaTeX Info: The control sequence `\]' is already robust on input line 472. +) +LaTeX Info: Redefining \em on input line 22. +LaTeX Info: Redefining \emph on input line 30. +LaTeX Info: Redefining \- on input line 33. + +************************************************* +* LaTeX warning: "xparse/redefine-command" +* +* Redefining document command \oldstylenums with arg. spec. 'm' on line 128. +************************************************* +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \liningnums with arg. spec. 'm' on line 132. +................................................. +) (/usr/share/texlive/texmf-dist/tex/latex/fontspec/fontspec-xetex.sty +Package: fontspec-xetex 2013/05/20 v2.3c Font selection for XeLaTeX and LuaLaTe +X + +(/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty +Package: fontenc 2005/09/27 v1.99g Standard LaTeX package + +(/usr/share/texlive/texmf-dist/tex/latex/euenc/eu1enc.def +File: eu1enc.def 2010/05/27 v0.1h Experimental Unicode font encodings +Now handling font encoding EU1 ... +... no UTF-8 mapping file for font encoding EU1 +) +LaTeX Font Info: Try loading font information for EU1+lmr on input line 100. + + +(/usr/share/texlive/texmf-dist/tex/latex/euenc/eu1lmr.fd +File: eu1lmr.fd 2009/10/30 v1.6 Font defs for Latin Modern +)) +(/usr/share/texlive/texmf-dist/tex/xelatex/xunicode/xunicode.sty +File: xunicode.sty 2011/09/09 v0.981 provides access to latin accents and many +other characters in Unicode lower plane + +*** you should *not* be loading the inputenc package +*** XeTeX expects the source to be in UTF8 encoding +*** some features of other encodings may conflict, resulting in poor output. +(/usr/share/texmf/tex/latex/tipa/t3enc.def +File: t3enc.def 2001/12/31 T3 encoding +Now handling font encoding T3 ... +... no UTF-8 mapping file for font encoding T3 +LaTeX Font Info: Try loading font information for EU1+lmss on input line 357 +. + +(/usr/share/texlive/texmf-dist/tex/latex/euenc/eu1lmss.fd +File: eu1lmss.fd 2009/10/30 v1.6 Font defs for Latin Modern +)) +\tipaTiiicode=\count201 +\tipasavetokens=\toks48 +\tipachecktokens=\toks49 +) +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \fontspec with arg. spec. 'O{}m' on line 41. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \setmainfont with arg. spec. 'O{}m' on line 46. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \setsansfont with arg. spec. 'O{}m' on line 51. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \setmonofont with arg. spec. 'O{}m' on line 56. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \setmathrm with arg. spec. 'O{}m' on line 65. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \setboldmathrm with arg. spec. 'O{}m' on line 69. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \setmathsf with arg. spec. 'O{}m' on line 73. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \setmathtt with arg. spec. 'O{}m' on line 77. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \newfontfamily with arg. spec. 'mO{}m' on line 96. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \newfontface with arg. spec. 'mO{}m' on line 100. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \defaultfontfeatures with arg. spec. 'om' on line +. 108. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \addfontfeatures with arg. spec. 'm' on line 144. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \newfontfeature with arg. spec. 'mm' on line 156. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \newAATfeature with arg. spec. 'mmmm' on line 164. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \newICUfeature with arg. spec. 'mmm' on line 172. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \aliasfontfeature with arg. spec. 'mm' on line +. 201. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \aliasfontfeatureoption with arg. spec. 'mmm' on +. line 203. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \newfontscript with arg. spec. 'mm' on line 208. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \newfontlanguage with arg. spec. 'mm' on line 235. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \DeclareFontsExtensions with arg. spec. 'm' on +. line 256. +................................................. +Variant \prop_gput:cnV already defined; not changing it on line 582 +Variant \prop_gput:cnx already defined; not changing it on line 583 +Normal \count register pool exhausted, switching to extended pool. +\l_fontspec_tmp_int=\count277 +LaTeX Info: Redefining \sishape on input line 2071. +LaTeX Info: Redefining \textsi on input line 2076. +LaTeX Info: Redefining \itshape on input line 2087. +LaTeX Info: Redefining \slshape on input line 2092. +LaTeX Info: Redefining \scshape on input line 2097. +LaTeX Info: Redefining \upshape on input line 2102. + +(/usr/share/texlive/texmf-dist/tex/latex/fontspec/fontspec.cfg))) +\g__file_internal_ior=\read2 +\g_fontspec_family_Gillius ADF_int=\count278 +................................................. +. fontspec info: "defining-font" +. +. Font family 'GilliusADF(0)' created for font 'Gillius ADF' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +. +. * 'normal' with NFSS spec.: +. <->"Gillius ADF/ICU:script=latn;language=DFLT;mapping=tex-text;" +. +. * 'bold' with NFSS spec.: +. <->"Gillius ADF/B/ICU:script=latn;language=DFLT;mapping=tex-text;" +. +. * 'italic' with NFSS spec.: +. <->"Gillius ADF/I/ICU:script=latn;language=DFLT;mapping=tex-text;" +. +. * 'bold italic' with NFSS spec.: +. <->"Gillius ADF/BI/ICU:script=latn;language=DFLT;mapping=tex-text;" +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'GilliusADF(0)' created for font 'Gillius ADF' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. + +(/usr/share/texlive/texmf-dist/tex/latex/augie/t1augie.fd +File: t1augie.fd 2000/10/19 Fontinst v1.914 font definitions for T1/augie. +) +(/usr/share/texlive/texmf-dist/tex/latex/adjustbox/adjustbox.sty +Package: adjustbox 2012/05/21 v1.0 Adjusting TeX boxes (trim, clip, ...) + +(/usr/share/texlive/texmf-dist/tex/latex/adjustbox/adjcalc.sty +Package: adjcalc 2012/05/16 v1.1 Provides advanced setlength with multiple back +-ends (calc, etex, pgfmath) +) +(/usr/share/texlive/texmf-dist/tex/latex/adjustbox/trimclip.sty +Package: trimclip 2012/05/16 v1.0 Trim and clip general TeX material + +(/usr/share/texlive/texmf-dist/tex/latex/collectbox/collectbox.sty +Package: collectbox 2012/05/17 v0.4b Collect macro arguments as boxes +\collectedbox=\box72 +) +\tc@llx=\dimen287 +\tc@lly=\dimen288 +\tc@urx=\dimen289 +\tc@ury=\dimen290 +Package trimclip Info: Using driver 'tc-xetex.def'. + +(/usr/share/texlive/texmf-dist/tex/latex/adjustbox/tc-xetex.def +File: tc-xetex.def 2012/05/13 v1.0 Clipping driver for xetex +)) +\adjbox@Width=\dimen291 +\adjbox@Height=\dimen292 +\adjbox@Depth=\dimen293 +\adjbox@Totalheight=\dimen294 + +(/usr/share/texlive/texmf-dist/tex/latex/ifoddpage/ifoddpage.sty +Package: ifoddpage 2011/09/13 v1.0 Conditionals for odd/even page detection +\c@checkoddpage=\count279 +) +(/usr/share/texlive/texmf-dist/tex/latex/varwidth/varwidth.sty +Package: varwidth 2009/03/30 ver 0.92; Variable-width minipages +\@vwid@box=\box73 +\sift@deathcycles=\count280 +\@vwid@loff=\dimen295 +\@vwid@roff=\dimen296 +)) +(/usr/share/texlive/texmf-dist/tex/latex/tools/bm.sty +Package: bm 2004/02/26 v1.1c Bold Symbol Support (DPC/FMi) +\symboldoperators=\mathgroup6 +\symboldletters=\mathgroup7 +\symboldsymbols=\mathgroup8 +\symboldlargesymbols=\mathgroup9 +LaTeX Font Info: Redeclaring math alphabet \mathbf on input line 138. +LaTeX Info: Redefining \bm on input line 204. +) +(/usr/share/texlive/texmf-dist/tex/latex/jknapltx/mathrsfs.sty +Package: mathrsfs 1996/01/01 Math RSFS package v1.0 (jk) +\symrsfs=\mathgroup10 +) +(/usr/share/texlive/texmf-dist/tex/latex/cancel/cancel.sty +Package: cancel 2013/04/12 v2.2 Cancel math terms +) +(/usr/share/texlive/texmf-dist/tex/latex/carlisle/slashed.sty +Package: slashed 1997/01/16 v0.01 Feynman Slashed Character Notation (DPC) +) +(/usr/share/texlive/texmf-dist/tex/latex/bbm-macros/bbm.sty +Package: bbm 1999/03/15 V 1.2 provides fonts for set symbols - TH +LaTeX Font Info: Overwriting math alphabet `\mathbbm' in version `bold' +(Font) U/bbm/m/n --> U/bbm/bx/n on input line 33. +LaTeX Font Info: Overwriting math alphabet `\mathbbmss' in version `bold' +(Font) U/bbmss/m/n --> U/bbmss/bx/n on input line 35. +) +(/usr/share/texlive/texmf-dist/tex/latex/multirow/multirow.sty +\bigstrutjot=\dimen297 +) +(/usr/share/texlive/texmf-dist/tex/latex/arydshln/arydshln.sty +Package: arydshln 2004/08/31 v1.71 +\dashlinedash=\dimen298 +\dashlinegap=\dimen299 +\adl@box=\box74 +\adl@height=\dimen300 +\adl@heightsave=\dimen301 +\adl@depth=\dimen302 +\adl@depthsave=\dimen303 +\adl@finaldepth=\dimen304 +\adl@columns=\count281 +\adl@ncol=\count282 +\adl@currentcolumn=\count283 +\adl@currentcolumnsave=\count284 +\adl@totalheight=\count285 +\adl@totalheightsave=\count286 +\adl@dash=\count287 +\adl@gap=\count288 +\adl@cla=\count289 +\adl@clb=\count290 +\adl@everyvbox=\toks50 +\adl@LTpagetotal=\dimen305 +) +(/usr/share/texlive/texmf-dist/tex/latex/siunitx/siunitx.sty +Package: siunitx 2013/07/31 v2.5s A comprehensive (SI) units package + +(/usr/share/texlive/texmf-dist/tex/latex/l3packages/l3keys2e/l3keys2e.sty +Package: l3keys2e 2013/12/31 v4634 LaTeX2e option processing using LaTeX3 keys +) +Variant \tl_if_blank:VTF already defined; not changing it on line 50 +\l__siunitx_tmp_box=\box75 +\l__siunitx_tmp_dim=\dimen306 +\l__siunitx_tmp_int=\count291 +Variant \prop_get:NVNT already defined; not changing it on line 371 +Variant \prop_get:NVNF already defined; not changing it on line 372 +Variant \prop_get:NVNTF already defined; not changing it on line 373 +\l__siunitx_number_mantissa_length_int=\count292 +\l__siunitx_number_uncert_length_int=\count293 +\l__siunitx_round_int=\count294 +\l__siunitx_process_decimal_int=\count295 +\l__siunitx_process_uncertainty_int=\count296 +\l__siunitx_process_fixed_int=\count297 +\l__siunitx_process_integer_min_int=\count298 +\l__siunitx_process_precision_int=\count299 +\l__siunitx_group_min_int=\count300 +\l__siunitx_angle_marker_box=\box76 +\l__siunitx_angle_unit_box=\box77 +\l__siunitx_angle_marker_dim=\dimen307 +\l__siunitx_angle_unit_dim=\dimen308 +\l__siunitx_unit_int=\count301 +\l__siunitx_unit_denominator_int=\count302 +\l__siunitx_unit_numerator_int=\count303 +\l__siunitx_unit_prefix_int=\count304 +\l__siunitx_unit_prefix_base_int=\count305 +\l__siunitx_unit_prefix_gram_int=\count306 +\l__siunitx_number_product_int=\count307 +\c__siunitx_one_fill_skip=\skip67 +\l__siunitx_table_unit_align_skip=\skip68 +\l__siunitx_table_exponent_dim=\dimen309 +\l__siunitx_table_integer_dim=\dimen310 +\l__siunitx_table_mantissa_dim=\dimen311 +\l__siunitx_table_marker_dim=\dimen312 +\l__siunitx_table_result_dim=\dimen313 +\l__siunitx_table_uncert_dim=\dimen314 +\l__siunitx_table_fill_pre_dim=\dimen315 +\l__siunitx_table_fill_post_dim=\dimen316 +\l__siunitx_table_fill_mid_dim=\dimen317 +\l__siunitx_table_pre_box=\box78 +\l__siunitx_table_post_box=\box79 +\l__siunitx_table_mantissa_box=\box80 +\l__siunitx_table_result_box=\box81 +\l__siunitx_table_number_align_skip=\skip69 +\l__siunitx_table_text_align_skip=\skip70 +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \DeclareBinaryPrefix with arg. spec. 'mmm' on line +. 7101. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \DeclareSIPostPower with arg. spec. 'mm' on line +. 7104. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \DeclareSIPrefix with arg. spec. 'mmm' on line +. 7107. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \DeclareSIPrePower with arg. spec. 'mm' on line +. 7110. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \DeclareSIQualifier with arg. spec. 'mm' on line +. 7113. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \DeclareSIUnit with arg. spec. 'O{}mm' on line +. 7116. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \DeclareSIUnitWithOptions with arg. spec. 'mmm' on +. line 7119. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \ang with arg. spec. 'o>{\SplitArgument {2}{;}}m' +. on line 7134. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \num with arg. spec. 'om' on line 7142. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \numlist with arg. spec. 'o>{\SplitList {;}}m' on +. line 7150. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \numrange with arg. spec. 'omm' on line 7158. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \SIlist with arg. spec. 'o>{\SplitList {;}}mm' on +. line 7169. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \SIrange with arg. spec. 'ommm' on line 7180. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \SI with arg. spec. 'omom' on line 7191. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \sisetup with arg. spec. 'm' on line 7194. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \tablenum with arg. spec. 'om' on line 7206. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \si with arg. spec. 'om' on line 7217. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \__siunitx_bookmark_num:w with arg. spec. 'om' on +. line 7262. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \__siunitx_bookmark_numrange:w with arg. spec. +. 'omm' on line 7264. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \__siunitx_bookmark_SI:w with arg. spec. 'omom' on +. line 7266. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \__siunitx_bookmark_SIlist:w with arg. spec. 'omm' +. on line 7268. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \__siunitx_bookmark_SIrange:w with arg. spec. +. 'ommm' on line 7270. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \__siunitx_bookmark_si:w with arg. spec. 'om' on +. line 7271. +................................................. +) +(/usr/share/texlive/texmf-dist/tex/latex/xhfill/xhfill.sty +(/usr/share/texlive/texmf-dist/tex/latex/tools/calc.sty +Package: calc 2007/08/22 v4.3 Infix arithmetic (KKT,FJ) +\calc@Acount=\count308 +\calc@Bcount=\count309 +\calc@Adimen=\dimen318 +\calc@Bdimen=\dimen319 +\calc@Askip=\skip71 +\calc@Bskip=\skip72 +LaTeX Info: Redefining \setlength on input line 76. +LaTeX Info: Redefining \addtolength on input line 77. +\calc@Ccount=\count310 +\calc@Cskip=\skip73 +) +(/usr/share/texlive/texmf-dist/tex/latex/tools/xspace.sty +Package: xspace 2009/10/20 v1.13 Space after command names (DPC,MH) +) +Package: xhfill 2011/05/14\ v 1.01\ modify width and color of hrulefill +) +(/usr/share/texlive/texmf-dist/tex/latex/oberdiek/grffile.sty +Package: grffile 2012/04/05 v1.16 Extended file name support for graphics (HO) +Package grffile Info: \Gread@QTm patched on input line 253. +Package grffile Info: \Gread@eps patched on input line 303. +Package grffile Info: Option `multidot' is set to `true'. +Package grffile Info: Option `extendedchars' is set to `false'. +Package grffile Info: Option `space' is set to `true'. +Package grffile Info: \Gin@ii of package `graphicx' fixed on input line 486. +) +(/usr/share/texlive/texmf-dist/tex/latex/textpos/textpos.sty +Package: textpos 2014/01/03 v1.7j + +Package: textpos 2014/01/03 1.7j, absolute positioning of text on the page +\TP@textbox=\box82 +\TPHorizModule=\dimen320 +\TPVertModule=\dimen321 +\TP@margin=\dimen322 +\TP@absmargin=\dimen323 +Grid set 16 x 16 = 22.7622pt x 17.07166pt +\TPboxrulesize=\dimen324 +\TP@tbargs=\toks51 +\TP@prevdepth=\dimen325 +) (/usr/share/texlive/texmf-dist/tex/latex/subfigure/subfigure.sty +Package: subfigure 2002/03/15 v2.1.5 subfigure package +\subfigtopskip=\skip74 +\subfigcapskip=\skip75 +\subfigcaptopadj=\dimen326 +\subfigbottomskip=\skip76 +\subfigcapmargin=\dimen327 +\subfiglabelskip=\skip77 +\c@subfigure=\count311 +\c@lofdepth=\count312 +\c@subtable=\count313 +\c@lotdepth=\count314 + +**************************************** +* Local config file subfigure.cfg used * +**************************************** +(/usr/share/texlive/texmf-dist/tex/latex/subfigure/subfigure.cfg) +\subfig@top=\skip78 +\subfig@bottom=\skip79 +) +(/usr/share/texlive/texmf-dist/tex/latex/hepparticles/hepparticles.sty +Package: hepparticles 2005/02/22 HEP particle typesetting (v1.4) + +(/usr/share/texlive/texmf-dist/tex/latex/maybemath/maybemath.sty +Package: maybemath 2005/2/22 +)) +(/usr/share/texlive/texmf-dist/tex/latex/hepnames/hepnicenames.sty +Package: hepnicenames 2013/10/05 Friendly alternatives to the PEN particle code +s (version 1.7) + +(/usr/share/texlive/texmf-dist/tex/latex/hepnames/heppennames.sty +Package: heppennames 2013/10/05 Elementary Particle Naming Scheme (version 1.7) + +LaTeX Info: Redefining \PgD on input line 419. +)) +(./tikzfeynman.sty +(/usr/share/texmf/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryarrow +s.code.tex +File: tikzlibraryarrows.code.tex 2008/01/09 v2.10 (rcs-revision 1.1) + +(/usr/share/texmf/tex/generic/pgf/libraries/pgflibraryarrows.code.tex +File: pgflibraryarrows.code.tex 2008/10/27 v2.10 (rcs-revision 1.9) +\arrowsize=\dimen328 +)) +(/usr/share/texmf/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshape +s.code.tex +File: tikzlibraryshapes.code.tex 2008/01/09 v2.10 (rcs-revision 1.1) + +(/usr/share/texmf/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshape +s.geometric.code.tex +File: tikzlibraryshapes.geometric.code.tex 2008/01/09 v2.10 (rcs-revision 1.1) + +(/usr/share/texmf/tex/generic/pgf/libraries/shapes/pgflibraryshapes.geometric.c +ode.tex +File: pgflibraryshapes.geometric.code.tex 2008/06/26 v2.10 (rcs-revision 1.1) +)) +(/usr/share/texmf/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshape +s.misc.code.tex +File: tikzlibraryshapes.misc.code.tex 2008/01/09 v2.10 (rcs-revision 1.1) + +(/usr/share/texmf/tex/generic/pgf/libraries/shapes/pgflibraryshapes.misc.code.t +ex +File: pgflibraryshapes.misc.code.tex 2008/10/07 v2.10 (rcs-revision 1.3) +)) +(/usr/share/texmf/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshape +s.symbols.code.tex +File: tikzlibraryshapes.symbols.code.tex 2008/01/09 v2.10 (rcs-revision 1.1) + +(/usr/share/texmf/tex/generic/pgf/libraries/shapes/pgflibraryshapes.symbols.cod +e.tex +File: pgflibraryshapes.symbols.code.tex 2009/10/27 v2.10 (rcs-revision 1.3) +)) +(/usr/share/texmf/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshape +s.arrows.code.tex +File: tikzlibraryshapes.arrows.code.tex 2008/01/09 v2.10 (rcs-revision 1.1) + +(/usr/share/texmf/tex/generic/pgf/libraries/shapes/pgflibraryshapes.arrows.code +.tex +File: pgflibraryshapes.arrows.code.tex 2008/06/26 v2.10 (rcs-revision 1.1) +)) +(/usr/share/texmf/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshape +s.callouts.code.tex +(/usr/share/texmf/tex/generic/pgf/libraries/shapes/pgflibraryshapes.callouts.co +de.tex)) +(/usr/share/texmf/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshape +s.multipart.code.tex +File: tikzlibraryshapes.multipart.code.tex 2008/01/09 v2.10 (rcs-revision 1.1) + +(/usr/share/texmf/tex/generic/pgf/libraries/shapes/pgflibraryshapes.multipart.c +ode.tex +File: pgflibraryshapes.multipart.code.tex 2010/01/07 v2.10 (rcs-revision 1.2) +\pgfnodepartlowerbox=\box83 +\pgfnodeparttwobox=\box84 +\pgfnodepartthreebox=\box85 +\pgfnodepartfourbox=\box86 +\pgfnodeparttwentybox=\box87 +\pgfnodepartnineteenbox=\box88 +\pgfnodeparteighteenbox=\box89 +\pgfnodepartseventeenbox=\box90 +\pgfnodepartsixteenbox=\box91 +\pgfnodepartfifteenbox=\box92 +\pgfnodepartfourteenbox=\box93 +\pgfnodepartthirteenbox=\box94 +\pgfnodeparttwelvebox=\box95 +\pgfnodepartelevenbox=\box96 +\pgfnodeparttenbox=\box97 +\pgfnodepartninebox=\box98 +\pgfnodeparteightbox=\box99 +\pgfnodepartsevenbox=\box100 +\pgfnodepartsixbox=\box101 +\pgfnodepartfivebox=\box102 +))) +(/usr/share/texmf/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarytrees +.code.tex +File: tikzlibrarytrees.code.tex 2008/02/24 v2.10 (rcs-revision 1.2) +) +(/usr/share/texmf/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarymatri +x.code.tex +File: tikzlibrarymatrix.code.tex 2008/06/18 v2.10 (rcs-revision 1.2) +) +(/usr/share/texmf/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryposit +ioning.code.tex +File: tikzlibrarypositioning.code.tex 2008/10/06 v2.10 (rcs-revision 1.7) +) +(/usr/share/texmf/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarycalc. +code.tex +File: tikzlibrarycalc.code.tex 2009/09/04 v2.10 (rcs-revision 1.6) +) +(/usr/share/texmf/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarythrou +gh.code.tex +File: tikzlibrarythrough.code.tex 2008/02/03 v2.10 (rcs-revision 1.1) +) +(/usr/share/texmf/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecor +ations.pathreplacing.code.tex +(/usr/share/texmf/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecor +ations.code.tex +(/usr/share/texmf/tex/generic/pgf/modules/pgfmoduledecorations.code.tex +\pgfdecoratedcompleteddistance=\dimen329 +\pgfdecoratedremainingdistance=\dimen330 +\pgfdecoratedinputsegmentcompleteddistance=\dimen331 +\pgfdecoratedinputsegmentremainingdistance=\dimen332 +\pgf@decorate@distancetomove=\dimen333 +\pgf@decorate@repeatstate=\count315 +\pgfdecorationsegmentamplitude=\dimen334 +\pgfdecorationsegmentlength=\dimen335 +) +\tikz@lib@dec@box=\box103 +) +(/usr/share/texmf/tex/generic/pgf/libraries/decorations/pgflibrarydecorations.p +athreplacing.code.tex)) +(/usr/share/texlive/texmf-dist/tex/latex/bclogo/bclogo.sty +Package: bclogo 2011/07/06 v2.26 +\logowidth=\skip80 + +(/usr/share/texmf/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshado +ws.code.tex +File: tikzlibraryshadows.code.tex 2008/01/13 v2.10 (rcs-revision 1.3) + +(/usr/share/texmf/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryfadin +gs.code.tex +File: tikzlibraryfadings.code.tex 2009/11/15 v2.10 (rcs-revision 1.2) + +(/usr/share/texmf/tex/generic/pgf/libraries/pgflibraryfadings.code.tex +File: pgflibraryfadings.code.tex 2008/02/07 v2.10 (rcs-revision 1.3) + + +Package pgf Warning: Your graphic driver pgfsys-xetex.def does not support fadi +ngs. This warning is given only once on input line 31. + +))) +(/usr/share/texmf/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecor +ations.pathmorphing.code.tex +(/usr/share/texmf/tex/generic/pgf/libraries/decorations/pgflibrarydecorations.p +athmorphing.code.tex)) +Invalid UTF-8 byte or sequence at line 108 replaced by U+FFFD. +Invalid UTF-8 byte or sequence at line 108 replaced by U+FFFD. +Invalid UTF-8 byte or sequence at line 127 replaced by U+FFFD. +\c@bclogocompteur=\count316 +\bcval@epBarre=\skip81 +\bcval@framesep=\skip82 +\bcval@tailleOndu=\skip83 +\bcval@borderWidth=\skip84 +\bc@envbox=\box104 +\bc@invbox=\box105 +\bc@invboxh=\skip85 +\bc@invboxd=\skip86 +) +(/usr/share/texmf/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecor +ations.markings.code.tex +(/usr/share/texmf/tex/generic/pgf/libraries/decorations/pgflibrarydecorations.m +arkings.code.tex))) +(/usr/share/texmf/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarybackg +rounds.code.tex +File: tikzlibrarybackgrounds.code.tex 2010/02/08 v2.10 (rcs-revision 1.2) +\pgf@layerbox@background=\box106 +\pgf@layerboxsaved@background=\box107 +) +(/usr/share/texmf/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarymindm +ap.code.tex +File: tikzlibrarymindmap.code.tex 2009/11/12 v2.10 (rcs-revision 1.9) +) (/usr/share/texlive/texmf-dist/tex/latex/gmp/gmp.sty +Package: gmp 2011/03/10 v1.0 Integrate MetaPost with LaTeX (EG) + +(/usr/share/texlive/texmf-dist/tex/latex/environ/environ.sty +Package: environ 2013/04/01 v0.3 A new environment syntax + +(/usr/share/texlive/texmf-dist/tex/latex/trimspaces/trimspaces.sty +Package: trimspaces 2009/09/17 v1.1 Trim spaces around a token list +)) +\gmp@shellout=\write5 +\openout5 = `mchrzasz+mp.sh'. + +\gmp@packages=\toks52 +\gmp@commands=\toks53 +\gmp@out=\write6 +\c@gmp@count=\count317 +) +(/usr/share/texlive/texmf-dist/tex/latex/feynmp-auto/feynmp-auto.sty +Package: feynmp-auto 2013/05/03 v1.1 Automatic processing of feynmp graphics + +(/usr/share/texmf/tex/latex/feynmf/feynmp.sty +Package: feynmp 1996/12/02 v1.08 LaTeX/MetaPost Feynman Diagram Package (ohl) +\@outfmf=\write7 +\fmfbuf@=\toks54 +\c@fmfgraph=\count318 +)) +(/usr/share/texlive/texmf-dist/tex/latex/biblatex/biblatex.sty +Package: biblatex 2013/11/25 v2.8a programmable bibliographies (PK/JW/AB) + +(/usr/share/texlive/texmf-dist/tex/latex/biblatex/biblatex1.sty +Package: biblatex1 2013/11/25 v2.8a programmable bibliographies (bibtex) (PK/JW +/AB) + +(/usr/share/texlive/texmf-dist/tex/latex/etoolbox/etoolbox.sty +Package: etoolbox 2011/01/03 v2.1 e-TeX tools for LaTeX +\etb@tempcnta=\count319 +) +(/usr/share/texlive/texmf-dist/tex/latex/logreq/logreq.sty +Package: logreq 2010/08/04 v1.0 xml request logger +\lrq@indent=\count320 + +(/usr/share/texlive/texmf-dist/tex/latex/logreq/logreq.def +File: logreq.def 2010/08/04 v1.0 logreq spec v1.0 +)) +\c@tabx@nest=\count321 +\c@listtotal=\count322 +\c@listcount=\count323 +\c@liststart=\count324 +\c@liststop=\count325 +\c@citecount=\count326 +\c@citetotal=\count327 +\c@multicitecount=\count328 +\c@multicitetotal=\count329 +\c@instcount=\count330 +\c@maxnames=\count331 +\c@minnames=\count332 +\c@maxitems=\count333 +\c@minitems=\count334 +\c@citecounter=\count335 +\c@savedcitecounter=\count336 +\c@uniquelist=\count337 +\c@uniquename=\count338 +\c@refsection=\count339 +\c@refsegment=\count340 +\c@maxextrayear=\count341 +\c@maxextraalpha=\count342 +\c@abbrvpenalty=\count343 +\c@highnamepenalty=\count344 +\c@lownamepenalty=\count345 +\c@maxparens=\count346 +\c@parenlevel=\count347 +\blx@tempcnta=\count348 +\blx@tempcntb=\count349 +\blx@tempcntc=\count350 +\blx@maxsection=\count351 +\blx@maxsegment=\count352 +\blx@notetype=\count353 +\blx@parenlevel@text=\count354 +\blx@parenlevel@foot=\count355 +\labelnumberwidth=\skip87 +\labelalphawidth=\skip88 +\shorthandwidth=\skip89 +\biblabelsep=\skip90 +\bibitemsep=\skip91 +\bibnamesep=\skip92 +\bibinitsep=\skip93 +\bibparsep=\skip94 +\bibhang=\skip95 +\blx@auxin=\read3 +\blx@auxout=\write8 +\c@mincomprange=\count356 +\c@maxcomprange=\count357 +\c@mincompwidth=\count358 +\c@labelname=\count359 +\c@savedlabelname=\count360 +\c@author=\count361 +\c@savedauthor=\count362 +\c@shortauthor=\count363 +\c@savedshortauthor=\count364 +\c@editor=\count365 +\c@savededitor=\count366 +\c@editora=\count367 +\c@savededitora=\count368 +\c@editorb=\count369 +\c@savededitorb=\count370 +\c@editorc=\count371 +\c@savededitorc=\count372 +\c@shorteditor=\count373 +\c@savedshorteditor=\count374 +\c@bookauthor=\count375 +\c@savedbookauthor=\count376 +\c@translator=\count377 +\c@savedtranslator=\count378 +\c@annotator=\count379 +\c@savedannotator=\count380 +\c@commentator=\count381 +\c@savedcommentator=\count382 +\c@introduction=\count383 +\c@savedintroduction=\count384 +\c@foreword=\count385 +\c@savedforeword=\count386 +\c@afterword=\count387 +\c@savedafterword=\count388 +\c@holder=\count389 +\c@savedholder=\count390 +\c@namea=\count391 +\c@savednamea=\count392 +\c@nameb=\count393 +\c@savednameb=\count394 +\c@namec=\count395 +\c@savednamec=\count396 +\c@institution=\count397 +\c@savedinstitution=\count398 +\c@language=\count399 +\c@savedlanguage=\count400 +\c@location=\count401 +\c@savedlocation=\count402 +\c@organization=\count403 +\c@savedorganization=\count404 +\c@origlocation=\count405 +\c@savedoriglocation=\count406 +\c@origpublisher=\count407 +\c@savedorigpublisher=\count408 +\c@pageref=\count409 +\c@savedpageref=\count410 +\c@publisher=\count411 +\c@savedpublisher=\count412 +\c@lista=\count413 +\c@savedlista=\count414 +\c@listb=\count415 +\c@savedlistb=\count416 +\c@listc=\count417 +\c@savedlistc=\count418 +\c@listd=\count419 +\c@savedlistd=\count420 +\c@liste=\count421 +\c@savedliste=\count422 +\c@listf=\count423 +\c@savedlistf=\count424 +Package biblatex Info: Trying to load compatibility code... +Package biblatex Info: ... file 'blx-compat.def' found. + +(/usr/share/texlive/texmf-dist/tex/latex/biblatex/blx-compat.def +File: blx-compat.def 2013/11/25 v2.8a biblatex compatibility (PK/JW/AB) +) +Package biblatex Info: Trying to load generic definitions... +Package biblatex Info: ... file 'biblatex.def' found. + +(/usr/share/texlive/texmf-dist/tex/latex/biblatex/biblatex.def +File: biblatex.def +\c@textcitecount=\count425 +\c@textcitetotal=\count426 +\c@textcitemaxnames=\count427 +\c@biburlnumpenalty=\count428 +\c@biburlucpenalty=\count429 +\c@biburllcpenalty=\count430 +\c@smartand=\count431 +) +Package biblatex Info: Trying to load bibliography style 'numeric-comp'... +Package biblatex Info: ... file 'numeric-comp.bbx' found. + +(/usr/share/texlive/texmf-dist/tex/latex/biblatex/bbx/numeric-comp.bbx +File: numeric-comp.bbx 2013/11/25 v2.8a biblatex bibliography style (PK/JW/AB) +Package biblatex Info: Trying to load bibliography style 'numeric'... +Package biblatex Info: ... file 'numeric.bbx' found. + +(/usr/share/texlive/texmf-dist/tex/latex/biblatex/bbx/numeric.bbx +File: numeric.bbx 2013/11/25 v2.8a biblatex bibliography style (PK/JW/AB) +Package biblatex Info: Trying to load bibliography style 'standard'... +Package biblatex Info: ... file 'standard.bbx' found. + +(/usr/share/texlive/texmf-dist/tex/latex/biblatex/bbx/standard.bbx +File: standard.bbx 2013/11/25 v2.8a biblatex bibliography style (PK/JW/AB) +\c@bbx:relatedcount=\count432 +\c@bbx:relatedtotal=\count433 +))) +Package biblatex Info: Trying to load citation style 'numeric-comp'... +Package biblatex Info: ... file 'numeric-comp.cbx' found. + +(/usr/share/texlive/texmf-dist/tex/latex/biblatex/cbx/numeric-comp.cbx +File: numeric-comp.cbx 2013/11/25 v2.8a biblatex citation style (PK/JW/AB) +\c@cbx@tempcnta=\count434 +\c@cbx@tempcntb=\count435 +Package biblatex Info: Redefining '\cite'. +Package biblatex Info: Redefining '\parencite'. +Package biblatex Info: Redefining '\footcite'. +Package biblatex Info: Redefining '\footcitetext'. +Package biblatex Info: Redefining '\smartcite'. +Package biblatex Info: Redefining '\supercite'. +Package biblatex Info: Redefining '\textcite'. +Package biblatex Info: Redefining '\textcites'. +Package biblatex Info: Redefining '\cites'. +Package biblatex Info: Redefining '\parencites'. +Package biblatex Info: Redefining '\smartcites'. +) +Package biblatex Info: Trying to load configuration file... +Package biblatex Info: ... file 'biblatex.cfg' found. + +(/usr/share/texlive/texmf-dist/tex/latex/biblatex/biblatex.cfg +File: biblatex.cfg +))) + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\fontspec' on input line 204. + +Package biblatex Info: Trying to load language 'english'... +Package biblatex Info: ... file 'english.lbx' found. +(/usr/share/texlive/texmf-dist/tex/latex/biblatex/lbx/english.lbx +File: english.lbx 2013/11/25 v2.8a biblatex localization (PK/JW/AB) +) + +Package biblatex Warning: Patching footnotes failed. +(biblatex) Footnote detection will not work. + + +Package biblatex Warning: 'babel/polyglossia' detected but 'csquotes' missing. +(biblatex) Loading 'csquotes' recommended. + +\@quotelevel=\count436 +\@quotereset=\count437 +(./mchrzasz.aux) +\openout1 = `mchrzasz.aux'. + +LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 210. +LaTeX Font Info: ... okay on input line 210. +LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 210. +LaTeX Font Info: ... okay on input line 210. +LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 210. +LaTeX Font Info: ... okay on input line 210. +LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 210. +LaTeX Font Info: ... okay on input line 210. +LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 210. +LaTeX Font Info: ... okay on input line 210. +LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 210. +LaTeX Font Info: ... okay on input line 210. +LaTeX Font Info: Checking defaults for PD1/pdf/m/n on input line 210. +LaTeX Font Info: ... okay on input line 210. +LaTeX Font Info: Checking defaults for PU/pdf/m/n on input line 210. +LaTeX Font Info: ... okay on input line 210. +LaTeX Font Info: Checking defaults for OT4/cmr/m/n on input line 210. +LaTeX Font Info: Try loading font information for OT4+cmr on input line 210. + + (/usr/share/texlive/texmf-dist/tex/latex/polski/ot4cmr.fd +File: ot4cmr.fd 2008/02/24 v1.2.1 Font defs for fonts PL (MW) +) +LaTeX Font Info: ... okay on input line 210. +LaTeX Font Info: Checking defaults for LY1/ptm/m/n on input line 210. +LaTeX Font Info: ... okay on input line 210. +LaTeX Font Info: Checking defaults for EU1/lmr/m/n on input line 210. +LaTeX Font Info: ... okay on input line 210. +LaTeX Font Info: Checking defaults for T3/cmr/m/n on input line 210. +LaTeX Font Info: Try loading font information for T3+cmr on input line 210. + +(/usr/share/texmf/tex/latex/tipa/t3cmr.fd +File: t3cmr.fd 2001/12/31 TIPA font definitions +) +LaTeX Font Info: ... okay on input line 210. + +*geometry* driver: auto-detecting +*geometry* detected driver: xetex +*geometry* verbose mode - [ preamble ] result: +* driver: xetex +* paper: custom +* layout: +* layoutoffset:(h,v)=(0.0pt,0.0pt) +* modes: includehead includefoot +* h-part:(L,W,R)=(21.85083pt, 320.4937pt, 21.85083pt) +* v-part:(T,H,B)=(0.0pt, 273.14662pt, 0.0pt) +* \paperwidth=364.19536pt +* \paperheight=273.14662pt +* \textwidth=320.4937pt +* \textheight=244.6939pt +* \oddsidemargin=-50.41916pt +* \evensidemargin=-50.41916pt +* \topmargin=-72.26999pt +* \headheight=14.22636pt +* \headsep=0.0pt +* \topskip=11.0pt +* \footskip=14.22636pt +* \marginparwidth=4.0pt +* \marginparsep=10.0pt +* \columnsep=10.0pt +* \skip\footins=10.0pt plus 4.0pt minus 2.0pt +* \hoffset=0.0pt +* \voffset=0.0pt +* \mag=1000 +* \@twocolumnfalse +* \@twosidefalse +* \@mparswitchfalse +* \@reversemarginfalse +* (1in=72.27pt=25.4mm, 1cm=28.453pt) + +ABD: EveryShipout initializing macros +\AtBeginShipoutBox=\box108 +Package hyperref Info: Link coloring OFF on input line 210. + +(/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty +Package: nameref 2012/10/27 v2.43 Cross-referencing by name of section + +(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/gettitlestring.sty +Package: gettitlestring 2010/12/03 v1.4 Cleanup title references (HO) +) +\c@section@level=\count438 +) +LaTeX Info: Redefining \ref on input line 210. +LaTeX Info: Redefining \pageref on input line 210. +LaTeX Info: Redefining \nameref on input line 210. + +(./mchrzasz.out) (./mchrzasz.out) +\@outlinefile=\write9 +\openout9 = `mchrzasz.out'. + + +(/usr/share/texmf/tex/latex/beamer/base/translator/dicts/translator-basic-dicti +onary/translator-basic-dictionary-English.dict +Dictionary: translator-basic-dictionary, Language: English +) +(/usr/share/texmf/tex/latex/beamer/base/translator/dicts/translator-bibliograph +y-dictionary/translator-bibliography-dictionary-English.dict +Dictionary: translator-bibliography-dictionary, Language: English +) +(/usr/share/texmf/tex/latex/beamer/base/translator/dicts/translator-environment +-dictionary/translator-environment-dictionary-English.dict +Dictionary: translator-environment-dictionary, Language: English +) +(/usr/share/texmf/tex/latex/beamer/base/translator/dicts/translator-months-dict +ionary/translator-months-dictionary-English.dict +Dictionary: translator-months-dictionary, Language: English +) +(/usr/share/texmf/tex/latex/beamer/base/translator/dicts/translator-numbers-dic +tionary/translator-numbers-dictionary-English.dict +Dictionary: translator-numbers-dictionary, Language: English +) +(/usr/share/texmf/tex/latex/beamer/base/translator/dicts/translator-theorem-dic +tionary/translator-theorem-dictionary-English.dict +Dictionary: translator-theorem-dictionary, Language: English +) +LaTeX Info: Redefining \includegraphics on input line 210. + +*** you should *not* be loading the inputenc package +*** XeTeX expects the source to be in UTF8 encoding +*** some features of other encodings may conflict, resulting in poor output. +Now handling font encoding TS1 ... +... processing UTF-8 mapping file for font encoding TS1 +(/usr/share/texlive/texmf-dist/tex/latex/base/ts1enc.dfu +File: ts1enc.dfu 2008/04/05 v1.1m UTF-8 support for inputenc + defining Unicode char U+00A2 (decimal 162) + defining Unicode char U+00A3 (decimal 163) + defining Unicode char U+00A4 (decimal 164) + defining Unicode char U+00A5 (decimal 165) + defining Unicode char U+00A6 (decimal 166) + defining Unicode char U+00A7 (decimal 167) + defining Unicode char U+00A8 (decimal 168) + defining Unicode char U+00A9 (decimal 169) + defining Unicode char U+00AA (decimal 170) + defining Unicode char U+00AC (decimal 172) + defining Unicode char U+00AE (decimal 174) + defining Unicode char U+00AF (decimal 175) + defining Unicode char U+00B0 (decimal 176) + defining Unicode char U+00B1 (decimal 177) + defining Unicode char U+00B2 (decimal 178) + defining Unicode char U+00B3 (decimal 179) + defining Unicode char U+00B4 (decimal 180) + defining Unicode char U+00B5 (decimal 181) + defining Unicode char U+00B6 (decimal 182) + defining Unicode char U+00B7 (decimal 183) + defining Unicode char U+00B9 (decimal 185) + defining Unicode char U+00BA (decimal 186) + defining Unicode char U+00BC (decimal 188) + defining Unicode char U+00BD (decimal 189) + defining Unicode char U+00BE (decimal 190) + defining Unicode char U+00D7 (decimal 215) + defining Unicode char U+00F7 (decimal 247) + defining Unicode char U+0192 (decimal 402) + defining Unicode char U+02C7 (decimal 711) + defining Unicode char U+02D8 (decimal 728) + defining Unicode char U+02DD (decimal 733) + defining Unicode char U+0E3F (decimal 3647) + defining Unicode char U+2016 (decimal 8214) + defining Unicode char U+2020 (decimal 8224) + defining Unicode char U+2021 (decimal 8225) + defining Unicode char U+2022 (decimal 8226) + defining Unicode char U+2030 (decimal 8240) + defining Unicode char U+2031 (decimal 8241) + defining Unicode char U+203B (decimal 8251) + defining Unicode char U+203D (decimal 8253) + defining Unicode char U+2044 (decimal 8260) + defining Unicode char U+204E (decimal 8270) + defining Unicode char U+2052 (decimal 8274) + defining Unicode char U+20A1 (decimal 8353) + defining Unicode char U+20A4 (decimal 8356) + defining Unicode char U+20A6 (decimal 8358) + defining Unicode char U+20A9 (decimal 8361) + defining Unicode char U+20AB (decimal 8363) + defining Unicode char U+20AC (decimal 8364) + defining Unicode char U+20B1 (decimal 8369) + defining Unicode char U+2103 (decimal 8451) + defining Unicode char U+2116 (decimal 8470) + defining Unicode char U+2117 (decimal 8471) + defining Unicode char U+211E (decimal 8478) + defining Unicode char U+2120 (decimal 8480) + defining Unicode char U+2122 (decimal 8482) + defining Unicode char U+2126 (decimal 8486) + defining Unicode char U+2127 (decimal 8487) + defining Unicode char U+212E (decimal 8494) + defining Unicode char U+2190 (decimal 8592) + defining Unicode char U+2191 (decimal 8593) + defining Unicode char U+2192 (decimal 8594) + defining Unicode char U+2193 (decimal 8595) + defining Unicode char U+2329 (decimal 9001) + defining Unicode char U+232A (decimal 9002) + defining Unicode char U+2422 (decimal 9250) + defining Unicode char U+25E6 (decimal 9702) + defining Unicode char U+25EF (decimal 9711) + defining Unicode char U+266A (decimal 9834) +) +(/usr/share/texlive/texmf-dist/tex/latex/siunitx/config/siunitx-abbreviations.c +fg +File: siunitx-abbreviations.cfg 2013/07/31 v2.5s siunitx: Abbreviated units +) +Package biblatex Info: Input encoding 'utf8' detected. +Package biblatex Info: Automatic encoding selection. +(biblatex) Assuming data encoding 'utf8'. + + +Package biblatex Warning: Data encoding is 'utf8'. +(biblatex) Use backend=biber. + +\openout8 = `mchrzasz-blx.bib'. + +Package biblatex Info: Trying to load bibliographic data... +Package biblatex Info: ... file 'mchrzasz.bbl' not found. +No file mchrzasz.bbl. +Package biblatex Info: Reference section=0 on input line 210. +Package biblatex Info: Reference segment=0 on input line 210. +(./mchrzasz.nav) +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +\g_fontspec_family_Trebuchet MS_int=\count439 +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +. +. * 'normal' with NFSS spec.: +. <->"Trebuchet MS/ICU:mapping=tex-text;" +. +. * 'bold' with NFSS spec.: +. <->"Trebuchet MS/B/ICU:mapping=tex-text;" +. +. * 'italic' with NFSS spec.: +. <->"Trebuchet MS/I/ICU:mapping=tex-text;" +. +. * 'bold italic' with NFSS spec.: +. <->"Trebuchet MS/BI/ICU:mapping=tex-text;" +................................................. +LaTeX Font Info: Try loading font information for OML+plm on input line 210. + + (/usr/share/texlive/texmf-dist/tex/latex/polski/omlplm.fd +File: omlplm.fd 2008/02/24 v1.2.1 Font defs for fonts PL (MW) +) +LaTeX Font Info: Try loading font information for OMS+plsy on input line 210 +. + +(/usr/share/texlive/texmf-dist/tex/latex/polski/omsplsy.fd +File: omsplsy.fd 2008/02/24 v1.2.1 Font defs for fonts PL (MW) +) +LaTeX Font Info: Try loading font information for OMX+plex on input line 210 +. + +(/usr/share/texlive/texmf-dist/tex/latex/polski/omxplex.fd +File: omxplex.fd 2008/02/24 v1.2.1 Font defs for fonts PL (MW) +) +LaTeX Font Info: External font `plex10' loaded for size +(Font) <10> on input line 210. +LaTeX Font Info: External font `plex10' loaded for size +(Font) <7> on input line 210. +LaTeX Font Info: External font `plex10' loaded for size +(Font) <5> on input line 210. +LaTeX Font Info: Try loading font information for U+msa on input line 210. + +(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd +File: umsa.fd 2013/01/14 v3.01 AMS symbols A +) +LaTeX Font Info: Try loading font information for U+msb on input line 210. + +(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd +File: umsb.fd 2013/01/14 v3.01 AMS symbols B +) +LaTeX Font Info: Try loading font information for U+rsfs on input line 210. + +(/usr/share/texlive/texmf-dist/tex/latex/jknapltx/ursfs.fd +File: ursfs.fd 1998/03/24 rsfs font definition file (jk) +) +\c__siunitx_mathsf_int=\count440 +LaTeX Font Info: External font `plex10' loaded for size +(Font) <10.95> on input line 210. +LaTeX Font Info: External font `plex10' loaded for size +(Font) <8> on input line 210. +LaTeX Font Info: External font `plex10' loaded for size +(Font) <6> on input line 210. +\c__siunitx_mathtt_int=\count441 +LaTeX Font Info: Try loading font information for OT4+cmtt on input line 210 +. + +(/usr/share/texlive/texmf-dist/tex/latex/polski/ot4cmtt.fd +File: ot4cmtt.fd 2008/02/24 v1.2.1 Font defs for fonts PL (MW) +) +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. +File: images/lhcb-logo.pdf Graphic file (type QTm) + + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. +File: images/uzh-transp.pdf Graphic file (type QTm) + +File: images/bubble2.jpg Graphic file (type QTm) + + +Overfull \vbox (9.8195pt too high) has occurred while \output is active [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. + +[1 + +] +File: images/hepdata2.png Graphic file (type QTm) + +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. + +[2 + +] +Underfull \hbox (badness 10000) in paragraph at lines 290--290 + + [] + +File: images/hepdata3.png Graphic file (type QTm) + +Overfull \vbox (31.12582pt too high) detected at line 290 + [] + +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. + +[3 + +] +File: images/bug.jpg Graphic file (type QTm) + +Overfull \vbox (37.73091pt too high) detected at line 311 + [] + +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. + +[4 + +] +Underfull \hbox (badness 10000) in paragraph at lines 344--344 + + [] + +File: images/table3.png Graphic file (type QTm) + +File: images/hepdata_format.png Graphic file (type QTm) + +File: images/click.png Graphic file (type QTm) + + +Overfull \vbox (62.20691pt too high) detected at line 344 + [] + +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. + +[5 + +] +\c@framenumberappendix=\count442 +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. + +[6 + +] +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. + +[7 + +] +File: images/table.png Graphic file (type QTm) + +Overfull \vbox (64.44936pt too high) detected at line 380 + [] + +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. + +[8 + +] +File: images/table2.png Graphic file (type QTm) + +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. + +[9 + +] +Underfull \hbox (badness 10000) in paragraph at lines 401--401 + + [] + +File: images/table3.png Graphic file (type QTm) + +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. + +[10 + +] +Underfull \hbox (badness 10000) in paragraph at lines 401--401 + + [] + +File: images/table4.png Graphic file (type QTm) + +Overfull \vbox (60.61557pt too high) detected at line 401 + [] + +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. + +[11 + +] +File: images/hepdata_format.png Graphic file (type QTm) + +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. + +[12 + +] +File: images/code1.png Graphic file (type QTm) + +Overfull \hbox (32.05132pt too wide) in paragraph at lines 459--459 + [] + [] + + +Overfull \vbox (27.08783pt too high) detected at line 459 + [] + +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. + +[13 + +] +File: images/code2.png Graphic file (type QTm) + +Overfull \hbox (32.05132pt too wide) in paragraph at lines 459--459 + [] + [] + + +Overfull \vbox (153.48796pt too high) detected at line 459 + [] + +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. + +[14 + +] +File: images/code3.png Graphic file (type QTm) + +Overfull \vbox (56.7665pt too high) detected at line 459 + [] + +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. + +[15 + +] +File: images/code5.png Graphic file (type QTm) + +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. + +[16 + +] +File: images/out1.png Graphic file (type QTm) + +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. + +[17 + +] +File: images/code4.png Graphic file (type QTm) + +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. + +[18 + +] +File: images/out2.png Graphic file (type QTm) + +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. + +[19 + +] +Overfull \vbox (17.96136pt too high) detected at line 512 + [] + +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. + +[20 + +] +LaTeX Font Info: Try loading font information for EU1+lmtt on input line 530 +. + (/usr/share/texlive/texmf-dist/tex/latex/euenc/eu1lmtt.fd +File: eu1lmtt.fd 2009/10/30 v1.6 Font defs for Latin Modern +) +File: images/BG_lower.png Graphic file (type QTm) + + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. + +[21 + +] +File: images/BG_lower.png Graphic file (type QTm) + +Overfull \vbox (19.18185pt too high) has occurred while \output is active [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. + +[22 + +] +\tf@nav=\write10 +\openout10 = `mchrzasz.nav'. + +\tf@toc=\write11 +\openout11 = `mchrzasz.toc'. + +\tf@snm=\write12 +\openout12 = `mchrzasz.snm'. + +Package atveryend Info: Empty hook `BeforeClearDocument' on input line 547. +Package atveryend Info: Empty hook `AfterLastShipout' on input line 547. + (./mchrzasz.aux) +Package atveryend Info: Empty hook `AtVeryEndDocument' on input line 547. +Package atveryend Info: Empty hook `AtEndAfterFileList' on input line 547. +Package logreq Info: Writing requests to 'mchrzasz.run.xml'. +\openout1 = `mchrzasz.run.xml'. + +Package atveryend Info: Empty hook `AtVeryVeryEnd' on input line 547. + ) +Here is how much of TeX's memory you used: + 47962 strings out of 493918 + 943461 string characters out of 6150564 + 1274206 words of memory out of 5000000 + 50247 multiletter control sequences out of 15000+600000 + 29380 words of font info for 124 fonts, out of 8000000 for 9000 + 1144 hyphenation exceptions out of 8191 + 61i,17n,73p,10479b,1485s stack positions out of 5000i,500n,10000p,200000b,80000s + +Output written on mchrzasz.pdf (22 pages). diff --git a/MC/HepData_PPG/mchrzasz.nav b/MC/HepData_PPG/mchrzasz.nav new file mode 100644 index 0000000..aa846db --- /dev/null +++ b/MC/HepData_PPG/mchrzasz.nav @@ -0,0 +1,37 @@ +\defcounter {refsection}{0}\relax +\beamer@endinputifotherversion {3.24pt} +\headcommand {\slideentry {0}{0}{1}{1/1}{}{0}} +\headcommand {\beamer@framepages {1}{1}} +\headcommand {\slideentry {0}{0}{2}{2/2}{}{0}} +\headcommand {\beamer@framepages {2}{2}} +\headcommand {\slideentry {0}{0}{3}{3/3}{}{0}} +\headcommand {\beamer@framepages {3}{3}} +\headcommand {\slideentry {0}{0}{4}{4/4}{}{0}} +\headcommand {\beamer@framepages {4}{4}} +\headcommand {\slideentry {0}{0}{5}{5/5}{}{0}} +\headcommand {\beamer@framepages {5}{5}} +\headcommand {\slideentry {0}{0}{6}{6/6}{}{0}} +\headcommand {\beamer@framepages {6}{6}} +\headcommand {\slideentry {0}{0}{7}{7/9}{}{0}} +\headcommand {\beamer@framepages {7}{9}} +\headcommand {\slideentry {0}{0}{8}{10/11}{}{0}} +\headcommand {\beamer@framepages {10}{11}} +\headcommand {\slideentry {0}{0}{9}{12/12}{}{0}} +\headcommand {\beamer@framepages {12}{12}} +\headcommand {\slideentry {0}{0}{10}{13/17}{}{0}} +\headcommand {\beamer@framepages {13}{17}} +\headcommand {\slideentry {0}{0}{11}{18/18}{}{0}} +\headcommand {\beamer@framepages {18}{18}} +\headcommand {\slideentry {0}{0}{12}{19/19}{}{0}} +\headcommand {\beamer@framepages {19}{19}} +\headcommand {\slideentry {0}{0}{13}{20/20}{}{0}} +\headcommand {\beamer@framepages {20}{20}} +\headcommand {\slideentry {0}{0}{14}{21/21}{}{0}} +\headcommand {\beamer@framepages {21}{21}} +\headcommand {\slideentry {0}{0}{15}{22/22}{}{0}} +\headcommand {\beamer@framepages {22}{22}} +\headcommand {\beamer@partpages {1}{22}} +\headcommand {\beamer@subsectionpages {1}{22}} +\headcommand {\beamer@sectionpages {1}{22}} +\headcommand {\beamer@documentpages {22}} +\headcommand {\def \inserttotalframenumber {5}} diff --git a/MC/HepData_PPG/mchrzasz.out b/MC/HepData_PPG/mchrzasz.out new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/MC/HepData_PPG/mchrzasz.out diff --git a/MC/HepData_PPG/mchrzasz.pdf b/MC/HepData_PPG/mchrzasz.pdf new file mode 100644 index 0000000..edb9f7c --- /dev/null +++ b/MC/HepData_PPG/mchrzasz.pdf Binary files differ diff --git a/MC/HepData_PPG/mchrzasz.run.xml b/MC/HepData_PPG/mchrzasz.run.xml new file mode 100644 index 0000000..3368f59 --- /dev/null +++ b/MC/HepData_PPG/mchrzasz.run.xml @@ -0,0 +1,91 @@ + + + + + + + + + + + + + + + + + + + + + + + + +]> + + + latex + + mchrzasz.aux + mchrzasz-blx.bib + + + mchrzasz.bbl + + + blx-compat.def + biblatex.def + numeric-comp.bbx + numeric.bbx + standard.bbx + numeric-comp.cbx + biblatex.cfg + english.lbx + + + + bibtex + + bibtex + + mchrzasz + + + mchrzasz.aux + + + mchrzasz.bbl + + + mchrzasz.bbl + + + mchrzasz.aux + mchrzasz-blx.bib + + + bib.bib + + + biblatex.bst + + + diff --git a/MC/HepData_PPG/mchrzasz.snm b/MC/HepData_PPG/mchrzasz.snm new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/MC/HepData_PPG/mchrzasz.snm diff --git a/MC/HepData_PPG/mchrzasz.synctex.gz b/MC/HepData_PPG/mchrzasz.synctex.gz new file mode 100644 index 0000000..77b1839 --- /dev/null +++ b/MC/HepData_PPG/mchrzasz.synctex.gz Binary files differ diff --git a/MC/HepData_PPG/mchrzasz.tex b/MC/HepData_PPG/mchrzasz.tex new file mode 100644 index 0000000..8b1e935 --- /dev/null +++ b/MC/HepData_PPG/mchrzasz.tex @@ -0,0 +1,547 @@ +\documentclass[11 pt,xcolor={dvipsnames,svgnames,x11names,table}]{beamer} + +\usepackage[english]{babel} +\usepackage{polski} + + +\usetheme[ + bullet=circle, % Other option: square + bigpagenumber, % circled page number on lower right + topline=true, % colored bar at the top of the frame + shadow=false, % Shading for beamer blocks + watermark=BG_lower, % png file for the watermark + ]{Flip} + +%\logo{\kern+1.em\includegraphics[height=1cm]{SHiP-3_LightCharcoal}} + + +\usepackage[lf]{berenis} +\usepackage[LY1]{fontenc} +\usepackage[utf8]{inputenc} + +\usepackage{emerald} +\usefonttheme{professionalfonts} +\usepackage[no-math]{fontspec} +\defaultfontfeatures{Mapping=tex-text} % This seems to be important for mapping glyphs properly + +\setmainfont{Gillius ADF} % Beamer ignores "main font" in favor of sans font +\setsansfont{Gillius ADF} % This is the font that beamer will use by default +% \setmainfont{Gill Sans Light} % Prettier, but harder to read + +\setbeamerfont{title}{family=\fontspec{Gillius ADF}} + +\input t1augie.fd + +%\newcommand{\handwriting}{\fontspec{augie}} % From Emerald City, free font +%\newcommand{\handwriting}{\usefont{T1}{fau}{m}{n}} % From Emerald City, free font +% \newcommand{\handwriting}{} % If you prefer no special handwriting font or don't have augie + +%% Gill Sans doesn't look very nice when boldfaced +%% This is a hack to use Helvetica instead +%% Usage: \textbf{\forbold some stuff} +%\newcommand{\forbold}{\fontspec{Arial}} + +\usepackage{graphicx} +\usepackage[export]{adjustbox} + +\usepackage{amsmath} +\usepackage{amsfonts} +\usepackage{amssymb} +\usepackage{bm} +\usepackage{colortbl} +\usepackage{mathrsfs} % For Weinberg-esque letters +\usepackage{cancel} % For "SUSY-breaking" symbol +\usepackage{slashed} % for slashed characters in math mode +\usepackage{bbm} % for \mathbbm{1} (unit matrix) +\usepackage{amsthm} % For theorem environment +\usepackage{multirow} % For multi row cells in table +\usepackage{arydshln} % For dashed lines in arrays and tables +\usepackage{siunitx} +\usepackage{xhfill} +\usepackage{grffile} +\usepackage{textpos} +\usepackage{subfigure} +\usepackage{tikz} + +%\usepackage{hepparticles} +\usepackage[italic]{hepparticles} + +\usepackage{hepnicenames} + +% Drawing a line +\tikzstyle{lw} = [line width=20pt] +\newcommand{\topline}{% + \tikz[remember picture,overlay] {% + \draw[crimsonred] ([yshift=-23.5pt]current page.north west) + -- ([yshift=-23.5pt,xshift=\paperwidth]current page.north west);}} + + + +% % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % +\usepackage{tikzfeynman} % For Feynman diagrams +\usetikzlibrary{arrows,shapes} +\usetikzlibrary{trees} +\usetikzlibrary{matrix,arrows} % For commutative diagram +% http://www.felixl.de/commu.pdf +\usetikzlibrary{positioning} % For "above of=" commands +\usetikzlibrary{calc,through} % For coordinates +\usetikzlibrary{decorations.pathreplacing} % For curly braces +% http://www.math.ucla.edu/~getreuer/tikz.html +\usepackage{pgffor} % For repeating patterns + +\usetikzlibrary{decorations.pathmorphing} % For Feynman Diagrams +\usetikzlibrary{decorations.markings} +\tikzset{ + % >=stealth', %% Uncomment for more conventional arrows + vector/.style={decorate, decoration={snake}, draw}, + provector/.style={decorate, decoration={snake,amplitude=2.5pt}, draw}, + antivector/.style={decorate, decoration={snake,amplitude=-2.5pt}, draw}, + fermion/.style={draw=gray, postaction={decorate}, + decoration={markings,mark=at position .55 with {\arrow[draw=gray]{>}}}}, + fermionbar/.style={draw=gray, postaction={decorate}, + decoration={markings,mark=at position .55 with {\arrow[draw=gray]{<}}}}, + fermionnoarrow/.style={draw=gray}, + gluon/.style={decorate, draw=black, + decoration={coil,amplitude=4pt, segment length=5pt}}, + scalar/.style={dashed,draw=black, postaction={decorate}, + decoration={markings,mark=at position .55 with {\arrow[draw=black]{>}}}}, + scalarbar/.style={dashed,draw=black, postaction={decorate}, + decoration={markings,mark=at position .55 with {\arrow[draw=black]{<}}}}, + scalarnoarrow/.style={dashed,draw=black}, + electron/.style={draw=black, postaction={decorate}, + decoration={markings,mark=at position .55 with {\arrow[draw=black]{>}}}}, + bigvector/.style={decorate, decoration={snake,amplitude=4pt}, draw}, +} + +% TIKZ - for block diagrams, +% from http://www.texample.net/tikz/examples/control-system-principles/ +% \usetikzlibrary{shapes,arrows} +\tikzstyle{block} = [draw, rectangle, +minimum height=3em, minimum width=6em] + + + + +\usetikzlibrary{backgrounds} +\usetikzlibrary{mindmap,trees} % For mind map +\newcommand{\degree}{\ensuremath{^\circ}} +\newcommand{\E}{\mathrm{E}} +\newcommand{\Var}{\mathrm{Var}} +\newcommand{\Cov}{\mathrm{Cov}} +\newcommand\Ts{\rule{0pt}{2.6ex}} % Top strut +\newcommand\Bs{\rule[-1.2ex]{0pt}{0pt}} % Bottom strut + +\graphicspath{{images/}} % Put all images in this directory. Avoids clutter. + +% SOME COMMANDS THAT I FIND HANDY +% \renewcommand{\tilde}{\widetilde} % dinky tildes look silly, dosn't work with fontspec +\newcommand{\comment}[1]{\textcolor{comment}{\footnotesize{#1}\normalsize}} % comment mild +\newcommand{\Comment}[1]{\textcolor{Comment}{\footnotesize{#1}\normalsize}} % comment bold +\newcommand{\COMMENT}[1]{\textcolor{COMMENT}{\footnotesize{#1}\normalsize}} % comment crazy bold +\newcommand{\Alert}[1]{\textcolor{Alert}{#1}} % louder alert +\newcommand{\ALERT}[1]{\textcolor{ALERT}{#1}} % loudest alert +%% "\alert" is already a beamer pre-defined +\newcommand*{\Scale}[2][4]{\scalebox{#1}{$#2$}}% + +\def\Put(#1,#2)#3{\leavevmode\makebox(0,0){\put(#1,#2){#3}}} + +\usepackage{gmp} +\usepackage[final]{feynmp-auto} + +\usepackage[backend=bibtex,style=numeric-comp,firstinits=true]{biblatex} +\bibliography{bib} +\setbeamertemplate{bibliography item}[text] + +\makeatletter\let\frametextheight\beamer@frametextheight\makeatother + +% suppress frame numbering for backup slides +% you always need the appendix for this! +\newcommand{\backupbegin}{ + \newcounter{framenumberappendix} + \setcounter{framenumberappendix}{\value{framenumber}} +} +\newcommand{\backupend}{ + \addtocounter{framenumberappendix}{-\value{framenumber}} + \addtocounter{framenumber}{\value{framenumberappendix}} +} + + +\definecolor{links}{HTML}{2A1B81} +%\hypersetup{colorlinks,linkcolor=,urlcolor=links} + +% For shapo's formulas: +\def\lsi{\raise0.3ex\hbox{$<$\kern-0.75em\raise-1.1ex\hbox{$\sim$}}} +\def\gsi{\raise0.3ex\hbox{$>$\kern-0.75em\raise-1.1ex\hbox{$\sim$}}} +\newcommand{\lsim}{\mathop{\lsi}} +\newcommand{\gsim}{\mathop{\gsi}} +\newcommand{\wt}{\widetilde} +%\newcommand{\ol}{\overline} +\newcommand{\Tr}{\rm{Tr}} +\newcommand{\tr}{\rm{tr}} +\newcommand{\eqn}[1]{&\hspace{-0.7em}#1\hspace{-0.7em}&} +\newcommand{\vev}[1]{\rm{$\langle #1 \rangle$}} +\newcommand{\abs}[1]{\rm{$\left| #1 \right|$}} +\newcommand{\eV}{\rm{eV}} +\newcommand{\keV}{\rm{keV}} +\newcommand{\GeV}{\rm{GeV}} +\newcommand{\im}{\rm{Im}} +\newcommand{\disp}{\displaystyle} +\def\be{\begin{equation}} +\def\ee{\end{equation}} +\def\ba{\begin{eqnarray}} +\def\ea{\end{eqnarray}} +\def\d{\partial} +\def\l{\left(} +\def\r{\right)} +\def\la{\langle} +\def\ra{\rangle} +\def\e{{\rm e}} +\def\Br{{\rm Br}} + +\def\ARROW{{\color{JungleGreen}{$\Rrightarrow$}}\xspace} +\def\ARROWR{{\color{WildStrawberry}{$\Rrightarrow$}}\xspace} + +\author{ {\fontspec{Trebuchet MS}Marcin Chrz\k{a}szcz} (Universit\"{a}t Z\"{u}rich)} +\institute{UZH} +\title[Submitting results to HepData]{Submitting results to HepData} +\date{25 September 2014} + + +\begin{document} +\tikzstyle{every picture}+=[remember picture] + +{ +\setbeamertemplate{sidebar right}{\llap{\includegraphics[width=\paperwidth,height=\paperheight]{bubble2}}} +\begin{frame}[c]%{\phantom{title page}} +\begin{center} +\begin{center} + \begin{columns} + \begin{column}{0.75\textwidth} + \flushright\fontspec{Trebuchet MS}\bfseries \Huge {Submitting results to HepData} + \end{column} + \begin{column}{0.02\textwidth} + {~} + \end{column} + \begin{column}{0.23\textwidth} + % \hspace*{-1.cm} + \vspace*{-3mm} + \includegraphics[width=0.6\textwidth]{lhcb-logo} + \end{column} + + \end{columns} +\end{center} + \quad + \vspace{3em} +\begin{columns} +\begin{column}{0.44\textwidth} +\flushright \vspace{-1.8em} {\fontspec{Trebuchet MS} \Large Marcin Chrząszcz\\\vspace{-0.1em}\small \href{mailto:mchrzasz@cern.ch}{mchrzasz@cern.ch}} + +\end{column} +\begin{column}{0.53\textwidth} +\includegraphics[height=1.3cm]{uzh-transp} +\end{column} +\end{columns} + +\vspace{1em} + \footnotesize\textcolor{gray}{With M.Bettler, A.Puig, A. Grecu}\normalsize\\ +\vspace{0.5em} + + \textcolor{normal text.fg!50!Comment}{Zurich meeting, CERN\\November 24, 2016} +\end{center} +\end{frame} +} + +\begin{frame}[c]{HepData portal} +\begin{minipage}{\textwidth} + +\begin{center} +%\only<1>{ +%\includegraphics[width=0.9\textwidth]{images/hepdata.png} +%} +\only<1> +{ +\includegraphics[width=0.9\textwidth]{images/hepdata2.png} +} +\end{center} + + + + + \end{minipage} + \vspace*{2.cm} +\end{frame} + + + +\begin{frame}[c]{Why do we need HepData?} +\begin{minipage}{\textwidth} +{~}\\ +\begin{center} +\only<1>{ +\includegraphics[width=0.99\textwidth]{images/hepdata3.png} +} + +\end{center} + + + + \end{minipage} + \vspace*{2.cm} +\end{frame} + + + +\begin{frame}[c]{The challenge} + + \begin{minipage}{\textwidth} + {~}\\ + \ARROW The $\PB \to \PKstar \Pmu \Pmu$ analysis has produced over $80$ tables with results and correlation tables... \\ + \ARROW Theorists need all the correlation tables to make the global fit.\\ + \ARROW Reading the numbers form our tex files from all the theories groups is not really a nice way to do it: + + \begin{center} + \includegraphics[width=0.7\textwidth]{images/bug.jpg} + \end{center} + + \ARROW Many thanks for Alex Grecu for help understanding how the HepData works! + + + \end{minipage} + \vspace*{2.cm} +\end{frame} + + +\begin{frame}[c]{Automatic scripts} + \begin{minipage}{\textwidth} + +\ARROW Coding the 80 tables by hand without making a typo is impossible!\\ + +\begin{center} +\begin{columns} + +\column{0.4\textwidth} +\includegraphics[width=0.95\textwidth]{images/table3.png} + + +\column{0.6\textwidth} + \includegraphics[width=0.9\textwidth]{images/hepdata_format.png} + + +\end{columns} +\end{center} +\ARROW To make sure this is done correctly python scripts were written.\\ +\ARROW The can with some minor modifications can be re-used for other applications.\\ +\ARROW HepData is an extremely useful portal. \\ +\ARROW Let's make our results ''One click away'' for theorists! +\begin{center} +\includegraphics[width=0.4\textwidth]{images/click.png} +\end{center} + + + + \end{minipage} + \vspace*{2.cm} +\end{frame} + +\backupbegin + +\begin{frame}\frametitle{Backup} +\topline + +\end{frame} + +\begin{frame}[c]{Example:} + + \begin{minipage}{\textwidth} + \only<1>{ + \begin{exampleblock}{} +\ARROWR The scripts I show here are not $100~\%$ plug and play. \\ +\ARROWR Each table in latex is a bit different and needs some special modification.\\ +\ARROWR But to modify the scripts and apply them to your case should not be much work.\\ + + \end{exampleblock} + +} +\only<2>{ +\begin{center} + \includegraphics[width=0.7\textwidth]{images/table.png} +\end{center} +} +\only<3>{ +\begin{center} + \includegraphics[width=0.99\textwidth]{images/table2.png} +\end{center} + +} + + + \end{minipage} + \vspace*{2.cm} +\end{frame} + + + +\begin{frame}[c]{Correlation tables} + + \begin{minipage}{\textwidth} + \ARROW The main problem was the correlation tables...\\ + \ARROW We had around $80$ of them...\\ + \only<1>{ + \begin{center} + \includegraphics[width=0.95\textwidth]{images/table3.png} + \end{center} + } +\only<2>{ + \begin{center} + \includegraphics[width=0.95\textwidth]{images/table4.png} + \end{center} + } + \end{minipage} + \vspace*{2.cm} +\end{frame} + + +\begin{frame}[c]{HepData format} + + \begin{minipage}{\textwidth} + \ARROW So HepData format is completely different then tex. + \begin{center} + \includegraphics[width=0.9\textwidth]{images/hepdata_format.png} + \end{center} + + + + \end{minipage} + \vspace*{2.cm} +\end{frame} + + +\begin{frame}[c]{My scripts} + + \begin{minipage}{\textwidth} +\ARROW Written in python.\\ +\ARROW Will briefly go through the some of it's functions. +\only<1>{ +\begin{center} +\includegraphics[width=1.1\textwidth]{images/code1.png} +\end{center} +} + +\only<2>{ +\begin{center} +\includegraphics[width=1.1\textwidth]{images/code2.png} +\end{center} + +} +\only<3>{ +\begin{center} +\includegraphics[width=0.8\textwidth]{images/code3.png} +\end{center} + +} +\only<4>{ +\begin{center} +\includegraphics[width=0.8\textwidth]{images/code5.png} +\end{center} + +} +\only<5>{ +\begin{center} +\includegraphics[width=0.8\textwidth]{images/out1.png} +\end{center} + + +} + + + \end{minipage} + \vspace*{2.cm} +\end{frame} + + + +\begin{frame}[c]{User case} + + \begin{minipage}{\textwidth} +\ARROW There will be things that need to be changed for each table: + +\begin{center} +\includegraphics[width=0.95\textwidth]{images/code4.png} +\end{center} + + \end{minipage} + \vspace*{2.cm} +\end{frame} + + + +\begin{frame}[c]{Error encoding} + + \begin{minipage}{\textwidth} +\ARROW If you need to encode errors in HepData format: +\begin{center} +\includegraphics[width=0.9\textwidth]{images/out2.png} +\end{center} + + + + \end{minipage} + \vspace*{2.cm} +\end{frame} + + + +\begin{frame}[c]{Submitting procedure} + \begin{minipage}{\textwidth} + {~}\\ +\ARROW Albert and Marco have put in a procedure for submitting your results to HepData: +\begin{itemize} +\item You contact Alex Grecu that he prepares you a temporary slot on HepData. You will get from him number and password that you can use for logging. +\item He will also prepare a JIRA task for this data submission. +\item You code in your result (please remember to always have your own copy as data can be lost in HepData portal). +\item Once you finish coding, your results will be reviewed/sign off by the analysis e-group. +\item RD convenors are also in the loop. +\item After you collected enough pokemons ( :P ) Alex submits this to HepData. + +\end{itemize} + + + + \end{minipage} + \vspace*{2.cm} +\end{frame} + + + + + + +\begin{frame}[c]{Summary} + + \begin{minipage}{\textwidth} +\ARROW HepData is a tricky format that unfortunately is not similar to other ones :(\\ +\ARROW I am afraid that everyone has to adjust those scripts for they tables.\\ +\ARROW If you want to put the results to HepData do it with the paper submission!\\ +\ARROW If you already produced some results and want to copy them from tex files to Hepdata you can start with my scripts: \\ \href{http://www.physik.uzh.ch/~mchrzasz/HepData/KstarMuMu/}{\url{http://www.physik.uzh.ch/~mchrzasz/HepData/KstarMuMu/}}\\ +\ARROW Or on git: \\ \href{https://git.physik.uzh.ch/gitbucket/mchrzasz/HepData}{\url{https://git.physik.uzh.ch/gitbucket/mchrzasz/HepData}} + + \end{minipage} + \vspace*{2.cm} +\end{frame} + + + + + + + + + +\begin{frame}\frametitle{Backup} +\topline + +\end{frame} + +\backupend + +\end{document} diff --git a/MC/HepData_PPG/mchrzasz.toc b/MC/HepData_PPG/mchrzasz.toc new file mode 100644 index 0000000..429917f --- /dev/null +++ b/MC/HepData_PPG/mchrzasz.toc @@ -0,0 +1,5 @@ +\boolfalse {citerequest}\boolfalse {citetracker}\boolfalse {pagetracker}\boolfalse {backtracker}\relax +\defcounter {refsection}{0}\relax +\beamer@endinputifotherversion {3.24pt} +\defcounter {refsection}{0}\relax +\select@language {english} diff --git a/MC/HepData_PPG/tikzfeynman.sty b/MC/HepData_PPG/tikzfeynman.sty new file mode 100755 index 0000000..521fc65 --- /dev/null +++ b/MC/HepData_PPG/tikzfeynman.sty @@ -0,0 +1,43 @@ +% Tikz Feynman Diagrams +% by Flip Tanedo +% 4 January 2011, work in progress + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%% TIKZ - for drawing Feynman diagrams %%%% +%%% ... use with pdflatex %%%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\usepackage{tikz} +\usetikzlibrary{arrows,shapes} +\usetikzlibrary{trees} +\usetikzlibrary{matrix,arrows} % For commutative diagram + % http://www.felixl.de/commu.pdf +\usetikzlibrary{positioning} % For "above of=" commands +\usetikzlibrary{calc,through} % For coordinates +\usetikzlibrary{decorations.pathreplacing} % For curly braces +\usepackage[tikz]{bclogo} % For cute logo boxes +\usepackage{pgffor} % For repeating patterns + +\usetikzlibrary{decorations.pathmorphing} % For Feynman Diagrams +\usetikzlibrary{decorations.markings} +\tikzset{ + % >=stealth', %% Different kind of arrows + vector/.style={decorate, decoration={snake}, draw}, + fermion/.style={postaction={decorate}, + decoration={markings,mark=at position .55 with {\arrow{>}}}}, + fermionbar/.style={draw, postaction={decorate}, + decoration={markings,mark=at position .55 with {\arrow{<}}}}, + fermionnoarrow/.style={}, + gluon/.style={decorate, + decoration={coil,amplitude=4pt, segment length=5pt}}, + scalar/.style={dashed, postaction={decorate}, + decoration={markings,mark=at position .55 with {\arrow{>}}}}, + scalarbar/.style={dashed, postaction={decorate}, + decoration={markings,mark=at position .55 with {\arrow{<}}}}, + scalarnoarrow/.style={dashed,draw}, +% +%% Special vectors (when you need to fine-tune wiggles) + provector/.style={decorate, decoration={snake,amplitude=2.5pt}, draw}, + antivector/.style={decorate, decoration={snake,amplitude=-2.5pt}, draw}, +} + diff --git a/Seminars/IFJ_2016/mchrzasz.aux b/Seminars/IFJ_2016/mchrzasz.aux index c33edbe..8281a87 100644 --- a/Seminars/IFJ_2016/mchrzasz.aux +++ b/Seminars/IFJ_2016/mchrzasz.aux @@ -97,65 +97,65 @@ \pgfsyspdfmark {pgfid42}{0}{0} \pgfsyspdfmark {pgfid43}{0}{0} \HyPL@Entry{12<>} -\pgfsyspdfmark {pgfid44}{23867907}{17900937} +\pgfsyspdfmark {pgfid47}{23867907}{17900937} \@writefile{nav}{\headcommand {\slideentry {0}{0}{12}{13/13}{}{0}}} \@writefile{nav}{\headcommand {\beamer@framepages {13}{13}}} -\pgfsyspdfmark {pgfid45}{0}{0} -\pgfsyspdfmark {pgfid46}{0}{0} +\pgfsyspdfmark {pgfid48}{0}{0} +\pgfsyspdfmark {pgfid49}{0}{0} \HyPL@Entry{13<>} -\pgfsyspdfmark {pgfid50}{23867907}{17900937} +\pgfsyspdfmark {pgfid52}{23867907}{17900937} \@writefile{nav}{\headcommand {\slideentry {0}{0}{13}{14/14}{}{0}}} \@writefile{nav}{\headcommand {\beamer@framepages {14}{14}}} -\pgfsyspdfmark {pgfid51}{0}{0} -\pgfsyspdfmark {pgfid52}{0}{0} +\pgfsyspdfmark {pgfid53}{0}{0} +\pgfsyspdfmark {pgfid54}{0}{0} \HyPL@Entry{14<>} -\pgfsyspdfmark {pgfid55}{23867907}{17900937} +\pgfsyspdfmark {pgfid57}{23867907}{17900937} \@writefile{nav}{\headcommand {\slideentry {0}{0}{14}{15/15}{}{0}}} \@writefile{nav}{\headcommand {\beamer@framepages {15}{15}}} -\pgfsyspdfmark {pgfid56}{0}{0} -\pgfsyspdfmark {pgfid57}{0}{0} +\pgfsyspdfmark {pgfid58}{0}{0} +\pgfsyspdfmark {pgfid59}{0}{0} \HyPL@Entry{15<>} -\pgfsyspdfmark {pgfid58}{23867907}{17900937} +\pgfsyspdfmark {pgfid60}{23867907}{17900937} \@writefile{nav}{\headcommand {\slideentry {0}{0}{15}{16/16}{}{0}}} \@writefile{nav}{\headcommand {\beamer@framepages {16}{16}}} -\pgfsyspdfmark {pgfid59}{0}{0} -\pgfsyspdfmark {pgfid60}{0}{0} +\pgfsyspdfmark {pgfid61}{0}{0} +\pgfsyspdfmark {pgfid62}{0}{0} \HyPL@Entry{16<>} -\pgfsyspdfmark {pgfid61}{23867907}{17900937} +\pgfsyspdfmark {pgfid67}{23867907}{17900937} \@writefile{nav}{\headcommand {\slideentry {0}{0}{16}{17/17}{}{0}}} \@writefile{nav}{\headcommand {\beamer@framepages {17}{17}}} -\pgfsyspdfmark {pgfid62}{0}{0} -\pgfsyspdfmark {pgfid63}{0}{0} +\pgfsyspdfmark {pgfid68}{0}{0} +\pgfsyspdfmark {pgfid69}{0}{0} \HyPL@Entry{17<>} -\pgfsyspdfmark {pgfid66}{23867907}{17900937} +\pgfsyspdfmark {pgfid70}{23867907}{17900937} \@writefile{nav}{\headcommand {\slideentry {0}{0}{17}{18/18}{}{0}}} \@writefile{nav}{\headcommand {\beamer@framepages {18}{18}}} -\pgfsyspdfmark {pgfid67}{0}{0} -\pgfsyspdfmark {pgfid68}{0}{0} +\pgfsyspdfmark {pgfid71}{0}{0} +\pgfsyspdfmark {pgfid72}{0}{0} \HyPL@Entry{18<>} -\pgfsyspdfmark {pgfid69}{23867907}{17900937} +\pgfsyspdfmark {pgfid73}{23867907}{17900937} \@writefile{nav}{\headcommand {\slideentry {0}{0}{18}{19/19}{}{0}}} \@writefile{nav}{\headcommand {\beamer@framepages {19}{19}}} -\pgfsyspdfmark {pgfid70}{0}{0} -\pgfsyspdfmark {pgfid71}{0}{0} +\pgfsyspdfmark {pgfid74}{0}{0} +\pgfsyspdfmark {pgfid75}{0}{0} \HyPL@Entry{19<>} -\pgfsyspdfmark {pgfid76}{23867907}{17900937} +\pgfsyspdfmark {pgfid78}{23867907}{17900937} \@writefile{nav}{\headcommand {\slideentry {0}{0}{19}{20/20}{}{0}}} \@writefile{nav}{\headcommand {\beamer@framepages {20}{20}}} -\pgfsyspdfmark {pgfid77}{0}{0} -\pgfsyspdfmark {pgfid78}{0}{0} +\pgfsyspdfmark {pgfid79}{0}{0} +\pgfsyspdfmark {pgfid80}{0}{0} \HyPL@Entry{20<>} -\pgfsyspdfmark {pgfid79}{23867907}{17900937} +\pgfsyspdfmark {pgfid81}{23867907}{17900937} \@writefile{nav}{\headcommand {\slideentry {0}{0}{20}{21/21}{}{0}}} \@writefile{nav}{\headcommand {\beamer@framepages {21}{21}}} -\pgfsyspdfmark {pgfid80}{0}{0} -\pgfsyspdfmark {pgfid81}{0}{0} +\pgfsyspdfmark {pgfid82}{0}{0} +\pgfsyspdfmark {pgfid83}{0}{0} \HyPL@Entry{21<>} -\pgfsyspdfmark {pgfid82}{23867907}{17900937} +\pgfsyspdfmark {pgfid84}{23867907}{17900937} \@writefile{nav}{\headcommand {\slideentry {0}{0}{21}{22/22}{}{0}}} \@writefile{nav}{\headcommand {\beamer@framepages {22}{22}}} -\pgfsyspdfmark {pgfid83}{0}{0} -\pgfsyspdfmark {pgfid84}{0}{0} +\pgfsyspdfmark {pgfid85}{0}{0} +\pgfsyspdfmark {pgfid86}{0}{0} \HyPL@Entry{22<>} \pgfsyspdfmark {pgfid87}{23867907}{17900937} \@writefile{nav}{\headcommand {\slideentry {0}{0}{22}{23/23}{}{0}}} @@ -170,317 +170,289 @@ \pgfsyspdfmark {pgfid92}{0}{0} \HyPL@Entry{24<>} \pgfsyspdfmark {pgfid93}{23867907}{17900937} +\newlabel{dist}{{1}{25}{}{Doc-Start}{}} +\@writefile{snm}{\beamer@slide {dist}{25}} \@writefile{nav}{\headcommand {\slideentry {0}{0}{24}{25/25}{}{0}}} \@writefile{nav}{\headcommand {\beamer@framepages {25}{25}}} \pgfsyspdfmark {pgfid94}{0}{0} \pgfsyspdfmark {pgfid95}{0}{0} \HyPL@Entry{25<>} -\pgfsyspdfmark {pgfid96}{23867907}{17900937} +\pgfsyspdfmark {pgfid98}{23867907}{17900937} \@writefile{nav}{\headcommand {\slideentry {0}{0}{25}{26/26}{}{0}}} \@writefile{nav}{\headcommand {\beamer@framepages {26}{26}}} -\pgfsyspdfmark {pgfid97}{0}{0} -\pgfsyspdfmark {pgfid98}{0}{0} +\pgfsyspdfmark {pgfid99}{0}{0} +\pgfsyspdfmark {pgfid100}{0}{0} \HyPL@Entry{26<>} -\pgfsyspdfmark {pgfid99}{23867907}{17900937} +\pgfsyspdfmark {pgfid101}{23867907}{17900937} \@writefile{nav}{\headcommand {\slideentry {0}{0}{26}{27/27}{}{0}}} \@writefile{nav}{\headcommand {\beamer@framepages {27}{27}}} -\pgfsyspdfmark {pgfid100}{0}{0} -\pgfsyspdfmark {pgfid101}{0}{0} +\pgfsyspdfmark {pgfid102}{0}{0} +\pgfsyspdfmark {pgfid103}{0}{0} \HyPL@Entry{27<>} -\pgfsyspdfmark {pgfid102}{23867907}{17900937} +\pgfsyspdfmark {pgfid104}{23867907}{17900937} \@writefile{nav}{\headcommand {\slideentry {0}{0}{27}{28/28}{}{0}}} \@writefile{nav}{\headcommand {\beamer@framepages {28}{28}}} -\pgfsyspdfmark {pgfid103}{0}{0} -\pgfsyspdfmark {pgfid104}{0}{0} -\HyPL@Entry{28<>} -\pgfsyspdfmark {pgfid105}{23867907}{17900937} +\pgfsyspdfmark {pgfid105}{0}{0} \pgfsyspdfmark {pgfid106}{0}{0} -\pgfsyspdfmark {pgfid107}{0}{0} -\pgfsyspdfmark {pgfid108}{23867907}{17900937} -\@writefile{nav}{\headcommand {\slideentry {0}{0}{28}{29/30}{}{0}}} -\@writefile{nav}{\headcommand {\beamer@framepages {29}{30}}} +\HyPL@Entry{28<>} +\pgfsyspdfmark {pgfid107}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{28}{29/29}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {29}{29}}} +\pgfsyspdfmark {pgfid108}{0}{0} \pgfsyspdfmark {pgfid109}{0}{0} -\pgfsyspdfmark {pgfid110}{0}{0} -\HyPL@Entry{30<>} -\pgfsyspdfmark {pgfid111}{23867907}{17900937} -\@writefile{nav}{\headcommand {\slideentry {0}{0}{29}{31/31}{}{0}}} -\@writefile{nav}{\headcommand {\beamer@framepages {31}{31}}} +\HyPL@Entry{29<>} +\pgfsyspdfmark {pgfid110}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{29}{30/30}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {30}{30}}} +\pgfsyspdfmark {pgfid111}{0}{0} \pgfsyspdfmark {pgfid112}{0}{0} -\pgfsyspdfmark {pgfid113}{0}{0} -\HyPL@Entry{31<>} +\HyPL@Entry{30<>} +\pgfsyspdfmark {pgfid113}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{30}{31/31}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {31}{31}}} +\pgfsyspdfmark {pgfid114}{0}{0} +\pgfsyspdfmark {pgfid115}{0}{0} +\HyPL@Entry{31<>} \pgfsyspdfmark {pgfid116}{23867907}{17900937} -\@writefile{nav}{\headcommand {\slideentry {0}{0}{30}{32/32}{}{0}}} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{31}{32/32}{}{0}}} \@writefile{nav}{\headcommand {\beamer@framepages {32}{32}}} \pgfsyspdfmark {pgfid117}{0}{0} \pgfsyspdfmark {pgfid118}{0}{0} -\HyPL@Entry{32<>} +\HyPL@Entry{32<>} \pgfsyspdfmark {pgfid119}{23867907}{17900937} -\@writefile{nav}{\headcommand {\slideentry {0}{0}{31}{33/33}{}{0}}} -\@writefile{nav}{\headcommand {\beamer@framepages {33}{33}}} \pgfsyspdfmark {pgfid120}{0}{0} \pgfsyspdfmark {pgfid121}{0}{0} -\HyPL@Entry{33<>} \pgfsyspdfmark {pgfid122}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{32}{33/34}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {33}{34}}} \pgfsyspdfmark {pgfid123}{0}{0} \pgfsyspdfmark {pgfid124}{0}{0} +\HyPL@Entry{34<>} \pgfsyspdfmark {pgfid125}{23867907}{17900937} -\@writefile{nav}{\headcommand {\slideentry {0}{0}{32}{34/35}{}{0}}} -\@writefile{nav}{\headcommand {\beamer@framepages {34}{35}}} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{33}{35/35}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {35}{35}}} \pgfsyspdfmark {pgfid126}{0}{0} \pgfsyspdfmark {pgfid127}{0}{0} -\HyPL@Entry{35<>} -\pgfsyspdfmark {pgfid128}{23867907}{17900937} -\@writefile{nav}{\headcommand {\slideentry {0}{0}{33}{36/36}{}{0}}} +\HyPL@Entry{35<>} +\pgfsyspdfmark {pgfid130}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{34}{36/36}{}{0}}} \@writefile{nav}{\headcommand {\beamer@framepages {36}{36}}} -\pgfsyspdfmark {pgfid129}{0}{0} -\pgfsyspdfmark {pgfid130}{0}{0} -\HyPL@Entry{36<>} -\pgfsyspdfmark {pgfid131}{23867907}{17900937} -\@writefile{nav}{\headcommand {\slideentry {0}{0}{34}{37/37}{}{0}}} -\@writefile{nav}{\headcommand {\beamer@framepages {37}{37}}} +\pgfsyspdfmark {pgfid131}{0}{0} \pgfsyspdfmark {pgfid132}{0}{0} -\pgfsyspdfmark {pgfid133}{0}{0} -\HyPL@Entry{37<>} -\pgfsyspdfmark {pgfid134}{23867907}{17900937} -\@writefile{nav}{\headcommand {\slideentry {0}{0}{35}{38/38}{}{0}}} -\@writefile{nav}{\headcommand {\beamer@framepages {38}{38}}} +\HyPL@Entry{36<>} +\pgfsyspdfmark {pgfid133}{23867907}{17900937} +\pgfsyspdfmark {pgfid134}{0}{0} \pgfsyspdfmark {pgfid135}{0}{0} -\pgfsyspdfmark {pgfid136}{0}{0} -\HyPL@Entry{38<>} -\pgfsyspdfmark {pgfid137}{23867907}{17900937} -\@writefile{nav}{\headcommand {\slideentry {0}{0}{36}{39/39}{}{0}}} -\@writefile{nav}{\headcommand {\beamer@framepages {39}{39}}} +\pgfsyspdfmark {pgfid136}{23867907}{17900937} +\pgfsyspdfmark {pgfid137}{0}{0} \pgfsyspdfmark {pgfid138}{0}{0} -\pgfsyspdfmark {pgfid139}{0}{0} -\HyPL@Entry{39<>} -\pgfsyspdfmark {pgfid140}{23867907}{17900937} -\pgfsyspdfmark {pgfid141}{0}{0} +\pgfsyspdfmark {pgfid141}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{35}{37/39}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {37}{39}}} \pgfsyspdfmark {pgfid142}{0}{0} -\pgfsyspdfmark {pgfid143}{23867907}{17900937} -\@writefile{nav}{\headcommand {\slideentry {0}{0}{37}{40/41}{}{0}}} -\@writefile{nav}{\headcommand {\beamer@framepages {40}{41}}} -\pgfsyspdfmark {pgfid144}{0}{0} +\pgfsyspdfmark {pgfid143}{0}{0} +\HyPL@Entry{39<>} +\pgfsyspdfmark {pgfid144}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{36}{40/40}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {40}{40}}} \pgfsyspdfmark {pgfid145}{0}{0} +\pgfsyspdfmark {pgfid146}{0}{0} +\HyPL@Entry{40<>} +\pgfsyspdfmark {pgfid147}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{37}{41/41}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {41}{41}}} +\pgfsyspdfmark {pgfid148}{0}{0} +\pgfsyspdfmark {pgfid149}{0}{0} \HyPL@Entry{41<>} -\pgfsyspdfmark {pgfid146}{23867907}{17900937} +\pgfsyspdfmark {pgfid150}{23867907}{17900937} \@writefile{nav}{\headcommand {\slideentry {0}{0}{38}{42/42}{}{0}}} \@writefile{nav}{\headcommand {\beamer@framepages {42}{42}}} -\pgfsyspdfmark {pgfid147}{0}{0} -\pgfsyspdfmark {pgfid148}{0}{0} +\pgfsyspdfmark {pgfid151}{0}{0} +\pgfsyspdfmark {pgfid152}{0}{0} \HyPL@Entry{42<>} -\pgfsyspdfmark {pgfid151}{23867907}{17900937} +\pgfsyspdfmark {pgfid153}{23867907}{17900937} \@writefile{nav}{\headcommand {\slideentry {0}{0}{39}{43/43}{}{0}}} \@writefile{nav}{\headcommand {\beamer@framepages {43}{43}}} -\pgfsyspdfmark {pgfid152}{0}{0} -\pgfsyspdfmark {pgfid153}{0}{0} -\HyPL@Entry{43<>} -\pgfsyspdfmark {pgfid154}{23867907}{17900937} +\pgfsyspdfmark {pgfid154}{0}{0} \pgfsyspdfmark {pgfid155}{0}{0} -\pgfsyspdfmark {pgfid156}{0}{0} -\pgfsyspdfmark {pgfid157}{23867907}{17900937} -\pgfsyspdfmark {pgfid158}{0}{0} +\HyPL@Entry{43<>} +\pgfsyspdfmark {pgfid158}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{40}{44/44}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {44}{44}}} \pgfsyspdfmark {pgfid159}{0}{0} -\pgfsyspdfmark {pgfid162}{23867907}{17900937} -\@writefile{nav}{\headcommand {\slideentry {0}{0}{40}{44/46}{}{0}}} -\@writefile{nav}{\headcommand {\beamer@framepages {44}{46}}} -\pgfsyspdfmark {pgfid163}{0}{0} +\pgfsyspdfmark {pgfid160}{0}{0} +\HyPL@Entry{44<>} +\pgfsyspdfmark {pgfid163}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{41}{45/45}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {45}{45}}} \pgfsyspdfmark {pgfid164}{0}{0} -\HyPL@Entry{46<>} -\pgfsyspdfmark {pgfid165}{23867907}{17900937} -\@writefile{nav}{\headcommand {\slideentry {0}{0}{41}{47/47}{}{0}}} -\@writefile{nav}{\headcommand {\beamer@framepages {47}{47}}} -\pgfsyspdfmark {pgfid166}{0}{0} +\pgfsyspdfmark {pgfid165}{0}{0} +\HyPL@Entry{45<>} +\pgfsyspdfmark {pgfid166}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{42}{46/46}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {46}{46}}} \pgfsyspdfmark {pgfid167}{0}{0} -\HyPL@Entry{47<>} -\pgfsyspdfmark {pgfid168}{23867907}{17900937} -\@writefile{nav}{\headcommand {\slideentry {0}{0}{42}{48/48}{}{0}}} -\@writefile{nav}{\headcommand {\beamer@framepages {48}{48}}} -\pgfsyspdfmark {pgfid169}{0}{0} +\pgfsyspdfmark {pgfid168}{0}{0} +\HyPL@Entry{46<>} +\pgfsyspdfmark {pgfid169}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{43}{47/47}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {47}{47}}} \pgfsyspdfmark {pgfid170}{0}{0} -\HyPL@Entry{48<>} -\pgfsyspdfmark {pgfid171}{23867907}{17900937} -\@writefile{nav}{\headcommand {\slideentry {0}{0}{43}{49/49}{}{0}}} -\@writefile{nav}{\headcommand {\beamer@framepages {49}{49}}} -\pgfsyspdfmark {pgfid172}{0}{0} +\pgfsyspdfmark {pgfid171}{0}{0} +\HyPL@Entry{47<>} +\pgfsyspdfmark {pgfid172}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{44}{48/48}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {48}{48}}} \pgfsyspdfmark {pgfid173}{0}{0} -\HyPL@Entry{49<>} -\pgfsyspdfmark {pgfid174}{23867907}{17900937} -\@writefile{nav}{\headcommand {\slideentry {0}{0}{44}{50/50}{}{0}}} -\@writefile{nav}{\headcommand {\beamer@framepages {50}{50}}} -\pgfsyspdfmark {pgfid175}{0}{0} +\pgfsyspdfmark {pgfid174}{0}{0} +\HyPL@Entry{48<>} +\pgfsyspdfmark {pgfid175}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{45}{49/49}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {49}{49}}} \pgfsyspdfmark {pgfid176}{0}{0} -\HyPL@Entry{50<>} -\pgfsyspdfmark {pgfid179}{23867907}{17900937} -\@writefile{nav}{\headcommand {\slideentry {0}{0}{45}{51/51}{}{0}}} -\@writefile{nav}{\headcommand {\beamer@framepages {51}{51}}} +\pgfsyspdfmark {pgfid177}{0}{0} +\HyPL@Entry{49<>} +\pgfsyspdfmark {pgfid178}{23867907}{17900937} +\pgfsyspdfmark {pgfid179}{0}{0} \pgfsyspdfmark {pgfid180}{0}{0} -\pgfsyspdfmark {pgfid181}{0}{0} -\HyPL@Entry{51<>} +\pgfsyspdfmark {pgfid181}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{46}{50/51}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {50}{51}}} +\pgfsyspdfmark {pgfid182}{0}{0} +\pgfsyspdfmark {pgfid183}{0}{0} +\HyPL@Entry{51<>} \pgfsyspdfmark {pgfid184}{23867907}{17900937} -\@writefile{nav}{\headcommand {\slideentry {0}{0}{46}{52/52}{}{0}}} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{47}{52/52}{}{0}}} \@writefile{nav}{\headcommand {\beamer@framepages {52}{52}}} \pgfsyspdfmark {pgfid185}{0}{0} \pgfsyspdfmark {pgfid186}{0}{0} -\HyPL@Entry{52<>} +\HyPL@Entry{52<>} \pgfsyspdfmark {pgfid187}{23867907}{17900937} -\@writefile{nav}{\headcommand {\slideentry {0}{0}{47}{53/53}{}{0}}} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{48}{53/53}{}{0}}} \@writefile{nav}{\headcommand {\beamer@framepages {53}{53}}} \pgfsyspdfmark {pgfid188}{0}{0} \pgfsyspdfmark {pgfid189}{0}{0} -\HyPL@Entry{53<>} +\HyPL@Entry{53<>} \pgfsyspdfmark {pgfid190}{23867907}{17900937} -\@writefile{nav}{\headcommand {\slideentry {0}{0}{48}{54/54}{}{0}}} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{49}{54/54}{}{0}}} \@writefile{nav}{\headcommand {\beamer@framepages {54}{54}}} \pgfsyspdfmark {pgfid191}{0}{0} \pgfsyspdfmark {pgfid192}{0}{0} -\HyPL@Entry{54<>} -\pgfsyspdfmark {pgfid193}{23867907}{17900937} -\@writefile{nav}{\headcommand {\slideentry {0}{0}{49}{55/55}{}{0}}} +\HyPL@Entry{54<>} +\pgfsyspdfmark {pgfid195}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{50}{55/55}{}{0}}} \@writefile{nav}{\headcommand {\beamer@framepages {55}{55}}} -\pgfsyspdfmark {pgfid194}{0}{0} -\pgfsyspdfmark {pgfid195}{0}{0} -\HyPL@Entry{55<>} -\pgfsyspdfmark {pgfid196}{23867907}{17900937} -\@writefile{nav}{\headcommand {\slideentry {0}{0}{50}{56/56}{}{0}}} -\@writefile{nav}{\headcommand {\beamer@framepages {56}{56}}} +\pgfsyspdfmark {pgfid196}{0}{0} \pgfsyspdfmark {pgfid197}{0}{0} -\pgfsyspdfmark {pgfid198}{0}{0} -\HyPL@Entry{56<>} -\pgfsyspdfmark {pgfid199}{23867907}{17900937} +\HyPL@Entry{55<>} +\pgfsyspdfmark {pgfid198}{23867907}{17900937} +\pgfsyspdfmark {pgfid199}{0}{0} \pgfsyspdfmark {pgfid200}{0}{0} -\pgfsyspdfmark {pgfid201}{0}{0} -\pgfsyspdfmark {pgfid202}{23867907}{17900937} +\pgfsyspdfmark {pgfid201}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{51}{56/57}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {56}{57}}} +\pgfsyspdfmark {pgfid202}{0}{0} \pgfsyspdfmark {pgfid203}{0}{0} -\pgfsyspdfmark {pgfid204}{0}{0} -\pgfsyspdfmark {pgfid205}{23867907}{17900937} -\@writefile{nav}{\headcommand {\slideentry {0}{0}{51}{57/59}{}{0}}} -\@writefile{nav}{\headcommand {\beamer@framepages {57}{59}}} +\HyPL@Entry{57<>} +\pgfsyspdfmark {pgfid204}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{52}{58/58}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {58}{58}}} +\pgfsyspdfmark {pgfid205}{0}{0} \pgfsyspdfmark {pgfid206}{0}{0} -\pgfsyspdfmark {pgfid207}{0}{0} -\HyPL@Entry{59<>} -\pgfsyspdfmark {pgfid208}{23867907}{17900937} -\@writefile{nav}{\headcommand {\slideentry {0}{0}{52}{60/60}{}{0}}} -\@writefile{nav}{\headcommand {\beamer@framepages {60}{60}}} +\HyPL@Entry{58<>} +\pgfsyspdfmark {pgfid207}{23867907}{17900937} +\pgfsyspdfmark {pgfid208}{0}{0} \pgfsyspdfmark {pgfid209}{0}{0} -\pgfsyspdfmark {pgfid210}{0}{0} -\HyPL@Entry{60<>} -\pgfsyspdfmark {pgfid211}{23867907}{17900937} -\@writefile{nav}{\headcommand {\slideentry {0}{0}{53}{61/61}{}{0}}} -\@writefile{nav}{\headcommand {\beamer@framepages {61}{61}}} +\pgfsyspdfmark {pgfid210}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{53}{59/60}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {59}{60}}} +\pgfsyspdfmark {pgfid211}{0}{0} \pgfsyspdfmark {pgfid212}{0}{0} -\pgfsyspdfmark {pgfid213}{0}{0} -\HyPL@Entry{61<>} -\pgfsyspdfmark {pgfid214}{23867907}{17900937} -\@writefile{nav}{\headcommand {\slideentry {0}{0}{54}{62/62}{}{0}}} -\@writefile{nav}{\headcommand {\beamer@framepages {62}{62}}} +\HyPL@Entry{60<>} +\pgfsyspdfmark {pgfid213}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{54}{61/61}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {61}{61}}} +\pgfsyspdfmark {pgfid214}{0}{0} \pgfsyspdfmark {pgfid215}{0}{0} -\pgfsyspdfmark {pgfid216}{0}{0} -\HyPL@Entry{62<>} +\HyPL@Entry{61<>} +\pgfsyspdfmark {pgfid216}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{55}{62/62}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {62}{62}}} +\pgfsyspdfmark {pgfid217}{0}{0} +\pgfsyspdfmark {pgfid218}{0}{0} +\HyPL@Entry{62<>} \pgfsyspdfmark {pgfid219}{23867907}{17900937} -\@writefile{nav}{\headcommand {\slideentry {0}{0}{55}{63/63}{}{0}}} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{56}{63/63}{}{0}}} \@writefile{nav}{\headcommand {\beamer@framepages {63}{63}}} \pgfsyspdfmark {pgfid220}{0}{0} \pgfsyspdfmark {pgfid221}{0}{0} -\HyPL@Entry{63<>} +\HyPL@Entry{63<>} \pgfsyspdfmark {pgfid222}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{57}{64/64}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {64}{64}}} \pgfsyspdfmark {pgfid223}{0}{0} \pgfsyspdfmark {pgfid224}{0}{0} +\HyPL@Entry{64<>} \pgfsyspdfmark {pgfid225}{23867907}{17900937} -\@writefile{nav}{\headcommand {\slideentry {0}{0}{56}{64/65}{}{0}}} -\@writefile{nav}{\headcommand {\beamer@framepages {64}{65}}} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{58}{65/65}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {65}{65}}} \pgfsyspdfmark {pgfid226}{0}{0} \pgfsyspdfmark {pgfid227}{0}{0} -\HyPL@Entry{65<>} +\HyPL@Entry{65<>} \pgfsyspdfmark {pgfid228}{23867907}{17900937} -\@writefile{nav}{\headcommand {\slideentry {0}{0}{57}{66/66}{}{0}}} -\@writefile{nav}{\headcommand {\beamer@framepages {66}{66}}} \pgfsyspdfmark {pgfid229}{0}{0} \pgfsyspdfmark {pgfid230}{0}{0} -\HyPL@Entry{66<>} \pgfsyspdfmark {pgfid231}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{59}{66/67}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {66}{67}}} \pgfsyspdfmark {pgfid232}{0}{0} \pgfsyspdfmark {pgfid233}{0}{0} +\HyPL@Entry{67<>} \pgfsyspdfmark {pgfid234}{23867907}{17900937} -\@writefile{nav}{\headcommand {\slideentry {0}{0}{58}{67/68}{}{0}}} -\@writefile{nav}{\headcommand {\beamer@framepages {67}{68}}} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{60}{68/68}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {68}{68}}} \pgfsyspdfmark {pgfid235}{0}{0} \pgfsyspdfmark {pgfid236}{0}{0} -\HyPL@Entry{68<>} +\HyPL@Entry{68<>} \pgfsyspdfmark {pgfid237}{23867907}{17900937} -\@writefile{nav}{\headcommand {\slideentry {0}{0}{59}{69/69}{}{0}}} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{61}{69/69}{}{0}}} \@writefile{nav}{\headcommand {\beamer@framepages {69}{69}}} \pgfsyspdfmark {pgfid238}{0}{0} \pgfsyspdfmark {pgfid239}{0}{0} -\HyPL@Entry{69<>} +\HyPL@Entry{69<>} \pgfsyspdfmark {pgfid240}{23867907}{17900937} -\@writefile{nav}{\headcommand {\slideentry {0}{0}{60}{70/70}{}{0}}} -\@writefile{nav}{\headcommand {\beamer@framepages {70}{70}}} +\@writefile{snm}{\beamer@slide {eq:physPars}{70}} +\newlabel{eq:physPars}{{1}{70}{}{Doc-Start}{}} \pgfsyspdfmark {pgfid241}{0}{0} \pgfsyspdfmark {pgfid242}{0}{0} -\HyPL@Entry{70<>} \pgfsyspdfmark {pgfid243}{23867907}{17900937} -\@writefile{nav}{\headcommand {\slideentry {0}{0}{61}{71/71}{}{0}}} -\@writefile{nav}{\headcommand {\beamer@framepages {71}{71}}} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{62}{70/71}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {70}{71}}} \pgfsyspdfmark {pgfid244}{0}{0} \pgfsyspdfmark {pgfid245}{0}{0} -\HyPL@Entry{71<>} +\HyPL@Entry{71<>} \pgfsyspdfmark {pgfid246}{23867907}{17900937} -\@writefile{nav}{\headcommand {\slideentry {0}{0}{62}{72/72}{}{0}}} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{63}{72/72}{}{0}}} \@writefile{nav}{\headcommand {\beamer@framepages {72}{72}}} \pgfsyspdfmark {pgfid247}{0}{0} \pgfsyspdfmark {pgfid248}{0}{0} -\HyPL@Entry{72<>} +\HyPL@Entry{72<>} \pgfsyspdfmark {pgfid249}{23867907}{17900937} -\@writefile{nav}{\headcommand {\slideentry {0}{0}{63}{73/73}{}{0}}} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{64}{73/73}{}{0}}} \@writefile{nav}{\headcommand {\beamer@framepages {73}{73}}} \pgfsyspdfmark {pgfid250}{0}{0} \pgfsyspdfmark {pgfid251}{0}{0} -\HyPL@Entry{73<>} +\HyPL@Entry{73<>} \pgfsyspdfmark {pgfid252}{23867907}{17900937} \pgfsyspdfmark {pgfid253}{0}{0} \pgfsyspdfmark {pgfid254}{0}{0} \pgfsyspdfmark {pgfid255}{23867907}{17900937} -\@writefile{nav}{\headcommand {\slideentry {0}{0}{64}{74/75}{}{0}}} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{65}{74/75}{}{0}}} \@writefile{nav}{\headcommand {\beamer@framepages {74}{75}}} \pgfsyspdfmark {pgfid256}{0}{0} \pgfsyspdfmark {pgfid257}{0}{0} -\HyPL@Entry{75<>} -\pgfsyspdfmark {pgfid258}{23867907}{17900937} -\@writefile{nav}{\headcommand {\slideentry {0}{0}{65}{76/76}{}{0}}} -\@writefile{nav}{\headcommand {\beamer@framepages {76}{76}}} -\pgfsyspdfmark {pgfid259}{0}{0} -\pgfsyspdfmark {pgfid260}{0}{0} -\HyPL@Entry{76<>} -\pgfsyspdfmark {pgfid261}{23867907}{17900937} -\@writefile{nav}{\headcommand {\slideentry {0}{0}{66}{77/77}{}{0}}} -\@writefile{nav}{\headcommand {\beamer@framepages {77}{77}}} -\pgfsyspdfmark {pgfid262}{0}{0} -\pgfsyspdfmark {pgfid263}{0}{0} -\HyPL@Entry{77<>} -\pgfsyspdfmark {pgfid264}{23867907}{17900937} -\@writefile{snm}{\beamer@slide {eq:physPars}{78}} -\newlabel{eq:physPars}{{1}{78}{}{Doc-Start}{}} -\pgfsyspdfmark {pgfid265}{0}{0} -\pgfsyspdfmark {pgfid266}{0}{0} -\pgfsyspdfmark {pgfid267}{23867907}{17900937} -\@writefile{nav}{\headcommand {\slideentry {0}{0}{67}{78/79}{}{0}}} -\@writefile{nav}{\headcommand {\beamer@framepages {78}{79}}} -\pgfsyspdfmark {pgfid268}{0}{0} -\pgfsyspdfmark {pgfid269}{0}{0} -\HyPL@Entry{79<>} -\pgfsyspdfmark {pgfid270}{23867907}{17900937} -\@writefile{nav}{\headcommand {\slideentry {0}{0}{68}{80/80}{}{0}}} -\@writefile{nav}{\headcommand {\beamer@framepages {80}{80}}} -\pgfsyspdfmark {pgfid271}{0}{0} -\pgfsyspdfmark {pgfid272}{0}{0} -\HyPL@Entry{80<>} -\pgfsyspdfmark {pgfid273}{23867907}{17900937} -\@writefile{nav}{\headcommand {\slideentry {0}{0}{69}{81/81}{}{0}}} -\@writefile{nav}{\headcommand {\beamer@framepages {81}{81}}} -\pgfsyspdfmark {pgfid274}{0}{0} -\pgfsyspdfmark {pgfid275}{0}{0} -\@writefile{nav}{\headcommand {\beamer@partpages {1}{81}}} -\@writefile{nav}{\headcommand {\beamer@subsectionpages {1}{81}}} -\@writefile{nav}{\headcommand {\beamer@sectionpages {1}{81}}} -\@writefile{nav}{\headcommand {\beamer@documentpages {81}}} -\@writefile{nav}{\headcommand {\def \inserttotalframenumber {59}}} +\@writefile{nav}{\headcommand {\beamer@partpages {1}{75}}} +\@writefile{nav}{\headcommand {\beamer@subsectionpages {1}{75}}} +\@writefile{nav}{\headcommand {\beamer@sectionpages {1}{75}}} +\@writefile{nav}{\headcommand {\beamer@documentpages {75}}} +\@writefile{nav}{\headcommand {\def \inserttotalframenumber {54}}} diff --git a/Seminars/IFJ_2016/mchrzasz.log b/Seminars/IFJ_2016/mchrzasz.log index 757c51f..6e9216c 100644 --- a/Seminars/IFJ_2016/mchrzasz.log +++ b/Seminars/IFJ_2016/mchrzasz.log @@ -1,4 +1,4 @@ -This is XeTeX, Version 3.1415926-2.5-0.9999.3 (TeX Live 2013/Debian) (format=xelatex 2015.4.1) 17 NOV 2016 14:23 +This is XeTeX, Version 3.1415926-2.5-0.9999.3 (TeX Live 2013/Debian) (format=xelatex 2015.4.1) 17 NOV 2016 22:51 entering extended mode restricted \write18 enabled. %&-line parsing enabled. @@ -2942,23 +2942,7 @@ [12 ] -................................................. -. fontspec info: "no-scripts" -. -. Font Trebuchet MS does not contain any OpenType `Script' information. -................................................. -................................................. -. fontspec info: "defining-font" -. -. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options -. [Mapping=tex-text,]. -. -. This font family consists of the following shapes: -................................................. - [13 - -] -LaTeX Font Info: Try loading font information for EU1+lmtt on input line 749 +LaTeX Font Info: Try loading font information for EU1+lmtt on input line 750 . (/usr/share/texlive/texmf-dist/tex/latex/euenc/eu1lmtt.fd File: eu1lmtt.fd 2009/10/30 v1.6 Font defs for Latin Modern @@ -2976,7 +2960,7 @@ . . This font family consists of the following shapes: ................................................. - [14 + [13 ] File: images/m3body_2012.pdf Graphic file (type QTm) @@ -2987,7 +2971,7 @@ File: images/mixing.pdf Graphic file (type QTm) -Overfull \vbox (0.82147pt too high) detected at line 781 +Overfull \vbox (0.82147pt too high) detected at line 782 [] ................................................. @@ -3003,49 +2987,7 @@ . . This font family consists of the following shapes: ................................................. -[15 - -] -File: images/rank.pdf Graphic file (type QTm) - -Overfull \vbox (5.29178pt too high) detected at line 806 - [] - -................................................. -. fontspec info: "no-scripts" -. -. Font Trebuchet MS does not contain any OpenType `Script' information. -................................................. -................................................. -. fontspec info: "defining-font" -. -. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options -. [Mapping=tex-text,]. -. -. This font family consists of the following shapes: -................................................. -[16 - -] -File: images/Ds_data_2011.pdf Graphic file (type QTm) - -File: images/Ds_data_2012.pdf Graphic file (type QTm) - -................................................. -. fontspec info: "no-scripts" -. -. Font Trebuchet MS does not contain any OpenType `Script' information. -................................................. -................................................. -. fontspec info: "defining-font" -. -. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options -. [Mapping=tex-text,]. -. -. This font family consists of the following shapes: -................................................. - -[17 +[14 ] File: images/LLLL.pdf Graphic file (type QTm) @@ -3073,7 +3015,7 @@ . . This font family consists of the following shapes: ................................................. - [18 + [15 ] File: images/banana_line.pdf Graphic file (type QTm) @@ -3081,7 +3023,7 @@ File: images/model.png Graphic file (type QTm) -Overfull \hbox (11.6084pt too wide) detected at line 898 +Overfull \hbox (11.6084pt too wide) detected at line 899 [][][] $[]$[][][][][][][][] $[]$[][][][][][][][] $[]$[][][][][][] [] @@ -3098,47 +3040,68 @@ . . This font family consists of the following shapes: ................................................. +[16 + +] +File: images/TauLFV_UL_2014001_averaged.png Graphic file (type QTm) + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. + [17 + +] +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. + [18 + +] +File: images/h.png Graphic file (type QTm) + + +Overfull \vbox (54.8633pt too high) detected at line 985 + [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. [19 ] -File: images/TauLFV_UL_2014001_averaged.png Graphic file (type QTm) - -................................................. -. fontspec info: "no-scripts" -. -. Font Trebuchet MS does not contain any OpenType `Script' information. -................................................. -................................................. -. fontspec info: "defining-font" -. -. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options -. [Mapping=tex-text,]. -. -. This font family consists of the following shapes: -................................................. - [20 - -] -................................................. -. fontspec info: "no-scripts" -. -. Font Trebuchet MS does not contain any OpenType `Script' information. -................................................. -................................................. -. fontspec info: "defining-font" -. -. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options -. [Mapping=tex-text,]. -. -. This font family consists of the following shapes: -................................................. - [21 - -] -File: images/h.png Graphic file (type QTm) - - -Overfull \vbox (54.8633pt too high) detected at line 984 +File: images/diagram.pdf Graphic file (type QTm) + +Overfull \vbox (22.30972pt too high) detected at line 1018 [] ................................................. @@ -3154,12 +3117,55 @@ . . This font family consists of the following shapes: ................................................. -[22 +[20 ] -File: images/diagram.pdf Graphic file (type QTm) - -Overfull \vbox (22.30972pt too high) detected at line 1017 +File: images/Inflaton_parameter_space_log.pdf Graphic file (type QTm) + +Overfull \vbox (1.68454pt too high) detected at line 1034 + [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. +[21 + +] +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. + [22 + +] +File: images/lupa.png Graphic file (type QTm) + +File: images/example.png Graphic file (type QTm) + +File: images/couplings.png Graphic file (type QTm) + + +Overfull \hbox (33.28963pt too wide) detected at line 1095 +[][][] $[]$[][][][][][][][] $[]$[][][][][][] [] ................................................. @@ -3178,9 +3184,13 @@ [23 ] -File: images/Inflaton_parameter_space_log.pdf Graphic file (type QTm) - -Overfull \vbox (1.68454pt too high) detected at line 1033 +Overfull \hbox (18.83585pt too wide) detected at line 1141 +[][][] $[]$[][][][][][][][] $[]$[][][][][][][][] $[]$[][][][][][] + [] + +File: images/all.png Graphic file (type QTm) + +Overfull \vbox (41.03632pt too high) detected at line 1141 [] ................................................. @@ -3199,16 +3209,8 @@ [24 ] -File: images/rk_graph.png Graphic file (type QTm) - -File: images/rkstar.png Graphic file (type QTm) - -Underfull \hbox (badness 10000) in paragraph at lines 1051--1051 - - [] - - -Overfull \vbox (61.45544pt too high) detected at line 1051 +Overfull \hbox (1.2237pt too wide) in alignment at lines 1289--1289 + [][][] [] [] ................................................. @@ -3227,6 +3229,16 @@ [25 ] +File: images/Chopping_Distrib.pdf Graphic file (type QTm) + +File: images/Fig1.pdf Graphic file (type QTm) + +File: images/fold.png Graphic file (type QTm) + + +Overfull \vbox (66.06726pt too high) detected at line 1498 + [] + ................................................. . fontspec info: "no-scripts" . @@ -3240,18 +3252,12 @@ . . This font family consists of the following shapes: ................................................. - [26 +[26 ] -File: images/lupa.png Graphic file (type QTm) - -File: images/example.png Graphic file (type QTm) - -File: images/couplings.png Graphic file (type QTm) - - -Overfull \hbox (33.28963pt too wide) detected at line 1094 -[][][] $[]$[][][][][][][][] $[]$[][][][][][] +File: images/BDT_Eff_Comp.pdf Graphic file (type QTm) + +Overfull \vbox (59.72803pt too high) detected at line 1517 [] ................................................. @@ -3270,13 +3276,9 @@ [27 ] -Overfull \hbox (18.83585pt too wide) detected at line 1140 -[][][] $[]$[][][][][][][][] $[]$[][][][][][][][] $[]$[][][][][][] - [] - -File: images/all.png Graphic file (type QTm) - -Overfull \vbox (41.03632pt too high) detected at line 1140 +File: images/det.png Graphic file (type QTm) + +Overfull \vbox (64.22261pt too high) detected at line 1630 [] ................................................. @@ -3295,9 +3297,14 @@ [28 ] -File: images/angles.png Graphic file (type QTm) - -Overfull \vbox (51.94162pt too high) detected at line 1302 +File: images/mlogjpsi.pdf Graphic file (type QTm) + +File: images/mkpijpsi.pdf Graphic file (type QTm) + +File: images/angles3.png Graphic file (type QTm) + + +Overfull \vbox (64.05748pt too high) detected at line 1655 [] ................................................. @@ -3316,8 +3323,9 @@ [29 ] -Overfull \hbox (1.2237pt too wide) in alignment at lines 1302--1302 - [][][] [] +File: images/columns.png Graphic file (type QTm) + +Overfull \vbox (77.9478pt too high) detected at line 1670 [] ................................................. @@ -3336,14 +3344,6 @@ [30 ] -File: images/h_Bd_Kstmm_vetoes.pdf Graphic file (type QTm) - -File: images/h_Lb_L1520mm_vetoes.pdf Graphic file (type QTm) - - -Overfull \vbox (41.50644pt too high) detected at line 1470 - [] - ................................................. . fontspec info: "no-scripts" . @@ -3357,17 +3357,17 @@ . . This font family consists of the following shapes: ................................................. -[31 + [31 ] -File: images/Chopping_Distrib.pdf Graphic file (type QTm) - -File: images/Fig1.pdf Graphic file (type QTm) - -File: images/fold.png Graphic file (type QTm) +File: images/FC_Afb3.pdf Graphic file (type QTm) + +File: images/FC_P11.pdf Graphic file (type QTm) + +File: images/FC_P57.pdf Graphic file (type QTm) - -Overfull \vbox (66.06726pt too high) detected at line 1507 + +Overfull \vbox (63.20128pt too high) detected at line 1726 [] ................................................. @@ -3386,9 +3386,16 @@ [32 ] -File: images/BDT_Eff_Comp.pdf Graphic file (type QTm) - -Overfull \vbox (59.72803pt too high) detected at line 1526 +File: images/FLPad.pdf Graphic file (type QTm) + +File: images/S3Pad.pdf Graphic file (type QTm) + +File: images/S4Pad.pdf Graphic file (type QTm) + + +File: images/S5Pad.pdf Graphic file (type QTm) + +Overfull \vbox (46.08386pt too high) detected at line 1752 [] ................................................. @@ -3407,11 +3414,16 @@ [33 ] -File: images/q2PHSP.png Graphic file (type QTm) - -File: images/q2PHSPw.png Graphic file (type QTm) - -Overfull \vbox (64.22261pt too high) detected at line 1639 +File: images/AFBPad.pdf Graphic file (type QTm) + +File: images/S7Pad.pdf Graphic file (type QTm) + +File: images/S8Pad.pdf Graphic file (type QTm) + + +File: images/S9Pad.pdf Graphic file (type QTm) + +Overfull \vbox (46.08386pt too high) detected at line 1752 [] ................................................. @@ -3430,9 +3442,9 @@ [34 ] -File: images/det.png Graphic file (type QTm) - -Overfull \vbox (64.22261pt too high) detected at line 1639 +File: images/P5pPadOverlay.pdf Graphic file (type QTm) + +Overfull \vbox (31.42326pt too high) detected at line 1777 [] ................................................. @@ -3451,14 +3463,7 @@ [35 ] -File: images/mlogjpsi.pdf Graphic file (type QTm) - -File: images/mkpijpsi.pdf Graphic file (type QTm) - -File: images/angles3.png Graphic file (type QTm) - - -Overfull \vbox (64.05748pt too high) detected at line 1664 +Overfull \vbox (56.64653pt too high) detected at line 1815 [] ................................................. @@ -3477,9 +3482,16 @@ [36 ] -File: images/columns.png Graphic file (type QTm) - -Overfull \vbox (77.9478pt too high) detected at line 1679 +File: images/compare_FLPad.pdf Graphic file (type QTm) + +File: images/compare_S3Pad.pdf Graphic file (type QTm) + +File: images/compare_S4Pad.pdf Graphic file (type QTm) + + +File: images/compare_S5Pad.pdf Graphic file (type QTm) + +Overfull \vbox (46.08386pt too high) detected at line 1853 [] ................................................. @@ -3498,6 +3510,18 @@ [37 ] +File: images/compare_AFBPad.pdf Graphic file (type QTm) + +File: images/compare_S7Pad.pdf Graphic file (type QTm) + +File: images/compare_S8Pad.pdf Graphic file (type QTm) + + +File: images/compare_S9Pad.pdf Graphic file (type QTm) + +Overfull \vbox (46.08386pt too high) detected at line 1853 + [] + ................................................. . fontspec info: "no-scripts" . @@ -3511,17 +3535,12 @@ . . This font family consists of the following shapes: ................................................. - [38 +[38 ] -File: images/FC_Afb3.pdf Graphic file (type QTm) - -File: images/FC_P11.pdf Graphic file (type QTm) - -File: images/FC_P57.pdf Graphic file (type QTm) - - -Overfull \vbox (63.20128pt too high) detected at line 1735 +File: images/S6cPad.pdf Graphic file (type QTm) + +Overfull \vbox (39.5337pt too high) detected at line 1853 [] ................................................. @@ -3540,16 +3559,14 @@ [39 ] -File: images/FLPad.pdf Graphic file (type QTm) - -File: images/S3Pad.pdf Graphic file (type QTm) - -File: images/S4Pad.pdf Graphic file (type QTm) +Underfull \hbox (badness 2173) in paragraph at lines 1885--1885 +[]$\U/msa/m/n/9 V$[] \EU1/GilliusADF(0)/m/n/9 Fit for amplitudes as (continuous +) functions of $\OML/plm/m/it/9 q[]$ \EU1/GilliusADF(0)/m/n/9 in the region: $\ +OML/plm/m/it/9 q[] \OMS/plsy/m/n/9 2 + [] - -File: images/S5Pad.pdf Graphic file (type QTm) - -Overfull \vbox (46.08386pt too high) detected at line 1761 + +Overfull \vbox (44.29207pt too high) detected at line 1885 [] ................................................. @@ -3568,16 +3585,15 @@ [40 ] -File: images/AFBPad.pdf Graphic file (type QTm) - -File: images/S7Pad.pdf Graphic file (type QTm) - -File: images/S8Pad.pdf Graphic file (type QTm) +File: images/amplitudes_AFBOverlay.pdf Graphic file (type QTm) + +File: images/amplitudes_S4Overlay.pdf Graphic file (type QTm) - -File: images/S9Pad.pdf Graphic file (type QTm) - -Overfull \vbox (46.08386pt too high) detected at line 1761 + +File: images/amplitudes_S5Overlay.pdf Graphic file (type QTm) + + +Overfull \vbox (21.45763pt too high) detected at line 1918 [] ................................................. @@ -3596,9 +3612,14 @@ [41 ] -File: images/P5pPadOverlay.pdf Graphic file (type QTm) - -Overfull \vbox (31.42326pt too high) detected at line 1786 +File: images/wilsonchi2.pdf Graphic file (type QTm) + +Overfull \hbox (4.38206pt too wide) detected at line 1955 +[][][] $[]$[][][][][][][][] $[]$[][][][][][][][] $[]$[][][][][][] + [] + + +Overfull \vbox (31.68571pt too high) detected at line 1955 [] ................................................. @@ -3617,9 +3638,8 @@ [42 ] -Overfull \vbox (56.64653pt too high) detected at line 1824 - [] - +LaTeX Font Info: External font `plex10' loaded for size +(Font) <20.74> on input line 1967. ................................................. . fontspec info: "no-scripts" . @@ -3633,19 +3653,14 @@ . . This font family consists of the following shapes: ................................................. -[43 + [43 ] -File: images/compare_FLPad.pdf Graphic file (type QTm) - -File: images/compare_S3Pad.pdf Graphic file (type QTm) - -File: images/compare_S4Pad.pdf Graphic file (type QTm) - - -File: images/compare_S5Pad.pdf Graphic file (type QTm) - -Overfull \vbox (46.08386pt too high) detected at line 1862 +File: images/mkpi.png Graphic file (type QTm) + +File: images/brk1430.png Graphic file (type QTm) + +Overfull \vbox (8.10658pt too high) detected at line 1989 [] ................................................. @@ -3664,16 +3679,16 @@ [44 ] -File: images/compare_AFBPad.pdf Graphic file (type QTm) - -File: images/compare_S7Pad.pdf Graphic file (type QTm) - -File: images/compare_S8Pad.pdf Graphic file (type QTm) +File: images/Fig6a.png Graphic file (type QTm) + +File: images/Fig6b.png Graphic file (type QTm) + +Underfull \hbox (badness 10000) in paragraph at lines 2009--2009 - -File: images/compare_S9Pad.pdf Graphic file (type QTm) - -Overfull \vbox (46.08386pt too high) detected at line 1862 + [] + + +Overfull \vbox (16.09473pt too high) detected at line 2009 [] ................................................. @@ -3692,11 +3707,6 @@ [45 ] -File: images/S6cPad.pdf Graphic file (type QTm) - -Overfull \vbox (39.5337pt too high) detected at line 1862 - [] - ................................................. . fontspec info: "no-scripts" . @@ -3710,17 +3720,15 @@ . . This font family consists of the following shapes: ................................................. -[46 + [46 ] -Underfull \hbox (badness 2173) in paragraph at lines 1894--1894 -[]$\U/msa/m/n/9 V$[] \EU1/GilliusADF(0)/m/n/9 Fit for amplitudes as (continuous -) functions of $\OML/plm/m/it/9 q[]$ \EU1/GilliusADF(0)/m/n/9 in the region: $\ -OML/plm/m/it/9 q[] \OMS/plsy/m/n/9 2 +Overfull \hbox (21.4478pt too wide) in paragraph at lines 2111--2111 +[][] [] -Overfull \vbox (44.29207pt too high) detected at line 1894 +Overfull \vbox (14.74857pt too high) detected at line 2111 [] ................................................. @@ -3739,15 +3747,9 @@ [47 ] -File: images/amplitudes_AFBOverlay.pdf Graphic file (type QTm) - -File: images/amplitudes_S4Overlay.pdf Graphic file (type QTm) - - -File: images/amplitudes_S5Overlay.pdf Graphic file (type QTm) - - -Overfull \vbox (21.45763pt too high) detected at line 1927 +File: images/C9.png Graphic file (type QTm) + +Overfull \vbox (10.7326pt too high) detected at line 2133 [] ................................................. @@ -3766,14 +3768,12 @@ [48 ] -File: images/wilsonchi2.pdf Graphic file (type QTm) - -Overfull \hbox (4.38206pt too wide) detected at line 1964 -[][][] $[]$[][][][][][][][] $[]$[][][][][][][][] $[]$[][][][][][] +Overfull \hbox (133.72784pt too wide) detected at line 2187 +[][][] $[]$[][][][][][][][] $[]$[][][][][][] [] -Overfull \vbox (31.68571pt too high) detected at line 1964 +Overfull \vbox (66.25925pt too high) detected at line 2187 [] ................................................. @@ -3792,8 +3792,11 @@ [49 ] -LaTeX Font Info: External font `plex10' loaded for size -(Font) <20.74> on input line 1976. +File: images/QCDSHIT.png Graphic file (type QTm) + +Overfull \vbox (42.28238pt too high) detected at line 2217 + [] + ................................................. . fontspec info: "no-scripts" . @@ -3807,14 +3810,12 @@ . . This font family consists of the following shapes: ................................................. - [50 +[50 ] -File: images/mkpi.png Graphic file (type QTm) - -File: images/brk1430.png Graphic file (type QTm) - -Overfull \vbox (8.10658pt too high) detected at line 1998 +File: images/charmloop3.png Graphic file (type QTm) + +Overfull \vbox (53.26978pt too high) detected at line 2217 [] ................................................. @@ -3833,16 +3834,9 @@ [51 ] -File: images/Fig6a.png Graphic file (type QTm) - -File: images/Fig6b.png Graphic file (type QTm) - -Underfull \hbox (badness 10000) in paragraph at lines 2018--2018 - - [] - - -Overfull \vbox (16.09473pt too high) detected at line 2018 +File: images/C9_S_P.png Graphic file (type QTm) + +Overfull \vbox (19.02252pt too high) detected at line 2233 [] ................................................. @@ -3877,12 +3871,10 @@ [53 ] -Overfull \hbox (21.4478pt too wide) in paragraph at lines 2120--2120 -[][] - [] +Missing character: There is no ̋ in font plmi8! +Missing character: There is no ̋ in font plmi8! - -Overfull \vbox (14.74857pt too high) detected at line 2120 +Overfull \vbox (59.17642pt too high) detected at line 2280 [] ................................................. @@ -3901,9 +3893,9 @@ [54 ] -File: images/C9.png Graphic file (type QTm) - -Overfull \vbox (10.7326pt too high) detected at line 2142 +File: images/fig-btokstarll-p5prime.pdf Graphic file (type QTm) + +Overfull \vbox (76.3558pt too high) detected at line 2298 [] ................................................. @@ -3922,173 +3914,6 @@ [55 ] -Overfull \hbox (133.72784pt too wide) detected at line 2196 -[][][] $[]$[][][][][][][][] $[]$[][][][][][] - [] - - -Overfull \vbox (66.25925pt too high) detected at line 2196 - [] - -................................................. -. fontspec info: "no-scripts" -. -. Font Trebuchet MS does not contain any OpenType `Script' information. -................................................. -................................................. -. fontspec info: "defining-font" -. -. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options -. [Mapping=tex-text,]. -. -. This font family consists of the following shapes: -................................................. -[56 - -] -File: images/QCDSHIT.png Graphic file (type QTm) - -Overfull \vbox (42.28238pt too high) detected at line 2230 - [] - -................................................. -. fontspec info: "no-scripts" -. -. Font Trebuchet MS does not contain any OpenType `Script' information. -................................................. -................................................. -. fontspec info: "defining-font" -. -. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options -. [Mapping=tex-text,]. -. -. This font family consists of the following shapes: -................................................. -[57 - -] -File: images/charmloop2.png Graphic file (type QTm) - -Overfull \vbox (53.11348pt too high) detected at line 2230 - [] - -................................................. -. fontspec info: "no-scripts" -. -. Font Trebuchet MS does not contain any OpenType `Script' information. -................................................. -................................................. -. fontspec info: "defining-font" -. -. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options -. [Mapping=tex-text,]. -. -. This font family consists of the following shapes: -................................................. -[58 - -] -File: images/charmloop3.png Graphic file (type QTm) - -Overfull \vbox (53.26978pt too high) detected at line 2230 - [] - -................................................. -. fontspec info: "no-scripts" -. -. Font Trebuchet MS does not contain any OpenType `Script' information. -................................................. -................................................. -. fontspec info: "defining-font" -. -. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options -. [Mapping=tex-text,]. -. -. This font family consists of the following shapes: -................................................. -[59 - -] -File: images/C9_S_P.png Graphic file (type QTm) - -Overfull \vbox (19.02252pt too high) detected at line 2246 - [] - -................................................. -. fontspec info: "no-scripts" -. -. Font Trebuchet MS does not contain any OpenType `Script' information. -................................................. -................................................. -. fontspec info: "defining-font" -. -. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options -. [Mapping=tex-text,]. -. -. This font family consists of the following shapes: -................................................. -[60 - -] -................................................. -. fontspec info: "no-scripts" -. -. Font Trebuchet MS does not contain any OpenType `Script' information. -................................................. -................................................. -. fontspec info: "defining-font" -. -. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options -. [Mapping=tex-text,]. -. -. This font family consists of the following shapes: -................................................. - [61 - -] -Missing character: There is no ̋ in font plmi8! -Missing character: There is no ̋ in font plmi8! - -Overfull \vbox (59.17642pt too high) detected at line 2293 - [] - -................................................. -. fontspec info: "no-scripts" -. -. Font Trebuchet MS does not contain any OpenType `Script' information. -................................................. -................................................. -. fontspec info: "defining-font" -. -. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options -. [Mapping=tex-text,]. -. -. This font family consists of the following shapes: -................................................. -[62 - -] -File: images/fig-btokstarll-p5prime.pdf Graphic file (type QTm) - -Overfull \vbox (76.3558pt too high) detected at line 2311 - [] - -................................................. -. fontspec info: "no-scripts" -. -. Font Trebuchet MS does not contain any OpenType `Script' information. -................................................. -................................................. -. fontspec info: "defining-font" -. -. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options -. [Mapping=tex-text,]. -. -. This font family consists of the following shapes: -................................................. -[63 - -] File: images/NP.png Graphic file (type QTm) ................................................. @@ -4104,7 +3929,7 @@ . . This font family consists of the following shapes: ................................................. - [64 + [56 ] File: images/NP.png Graphic file (type QTm) @@ -4125,7 +3950,7 @@ . . This font family consists of the following shapes: ................................................. - [65 + [57 ] File: images/mist.png Graphic file (type QTm) @@ -4133,7 +3958,7 @@ File: images/reson.png Graphic file (type QTm) -Overfull \hbox (4.38206pt too wide) detected at line 2345 +Overfull \hbox (4.38206pt too wide) detected at line 2332 [][][] $[]$[][][][][][][][] $[]$[][][][][][][][] $[]$[][][][][][] [] @@ -4155,10 +3980,10 @@ . . This font family consists of the following shapes: ................................................. - [66 + [58 ] -Underfull \hbox (badness 10000) in paragraph at lines 2367--2367 +Underfull \hbox (badness 10000) in paragraph at lines 2354--2354 [] @@ -4175,11 +4000,174 @@ . . This font family consists of the following shapes: ................................................. +[59 + +] +Underfull \hbox (badness 10000) in paragraph at lines 2354--2354 + + [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. +[60 + +] +File: images/Joke.jpg Graphic file (type QTm) + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. + [61 + +] +\c@framenumberappendix=\count442 +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. + [62 + +] +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. + [63 + +] +File: images/ksmumu_BF.png Graphic file (type QTm) + +File: images/kmumu_BF.png Graphic file (type QTm) + + +File: images/bukst_BF.png Graphic file (type QTm) + +Overfull \vbox (66.24098pt too high) detected at line 2440 + [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. +[64 + +] +File: images/bs2phipi.png Graphic file (type QTm) + +Overfull \vbox (45.42638pt too high) detected at line 2460 + [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. +[65 + +] +File: images/Lb_BR.png Graphic file (type QTm) + +Overfull \vbox (47.00697pt too high) detected at line 2493 + [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. +[66 + +] +File: images/Lblow.png Graphic file (type QTm) + +File: images/Lbhigh.png Graphic file (type QTm) + +Overfull \vbox (0.59059pt too high) detected at line 2493 + [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. [67 ] -Underfull \hbox (badness 10000) in paragraph at lines 2367--2367 - +File: images/AFB_Lb.png Graphic file (type QTm) + +Overfull \vbox (30.50285pt too high) detected at line 2516 [] ................................................. @@ -4198,8 +4186,13 @@ [68 ] -File: images/Joke.jpg Graphic file (type QTm) - +File: images/uni2.png Graphic file (type QTm) + +File: images/RK.png Graphic file (type QTm) + +Overfull \vbox (27.48154pt too high) detected at line 2549 + [] + ................................................. . fontspec info: "no-scripts" . @@ -4213,10 +4206,12 @@ . . This font family consists of the following shapes: ................................................. - [69 +[69 ] -\c@framenumberappendix=\count442 +Overfull \vbox (52.75453pt too high) detected at line 2595 + [] + ................................................. . fontspec info: "no-scripts" . @@ -4230,9 +4225,16 @@ . . This font family consists of the following shapes: ................................................. - [70 +[70 ] +File: images/Kstee.png Graphic file (type QTm) + +File: images/Kstee2.png Graphic file (type QTm) + +Overfull \vbox (69.50371pt too high) detected at line 2595 + [] + ................................................. . fontspec info: "no-scripts" . @@ -4246,17 +4248,12 @@ . . This font family consists of the following shapes: ................................................. - [71 +[71 ] -File: images/ksmumu_BF.png Graphic file (type QTm) - -File: images/kmumu_BF.png Graphic file (type QTm) - - -File: images/bukst_BF.png Graphic file (type QTm) - -Overfull \vbox (66.24098pt too high) detected at line 2453 +File: images/RDstar.png Graphic file (type QTm) + +Overfull \vbox (66.04497pt too high) detected at line 2619 [] ................................................. @@ -4275,11 +4272,10 @@ [72 ] -File: images/bs2phipi.png Graphic file (type QTm) - -Overfull \vbox (45.42638pt too high) detected at line 2473 - [] - +LaTeX Font Info: External font `plex10' loaded for size +(Font) <24.88> on input line 2632. +LaTeX Font Info: External font `plex10' loaded for size +(Font) <17.28> on input line 2632. ................................................. . fontspec info: "no-scripts" . @@ -4293,12 +4289,12 @@ . . This font family consists of the following shapes: ................................................. -[73 + [73 ] -File: images/Lb_BR.png Graphic file (type QTm) - -Overfull \vbox (47.00697pt too high) detected at line 2506 +File: images/angles.png Graphic file (type QTm) + +Overfull \vbox (51.94162pt too high) detected at line 2675 [] ................................................. @@ -4317,11 +4313,8 @@ [74 ] -File: images/Lblow.png Graphic file (type QTm) - -File: images/Lbhigh.png Graphic file (type QTm) - -Overfull \vbox (0.59059pt too high) detected at line 2506 +Overfull \hbox (1.2237pt too wide) in alignment at lines 2675--2675 + [][][] [] [] ................................................. @@ -4340,133 +4333,6 @@ [75 ] -File: images/AFB_Lb.png Graphic file (type QTm) - -Overfull \vbox (30.50285pt too high) detected at line 2529 - [] - -................................................. -. fontspec info: "no-scripts" -. -. Font Trebuchet MS does not contain any OpenType `Script' information. -................................................. -................................................. -. fontspec info: "defining-font" -. -. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options -. [Mapping=tex-text,]. -. -. This font family consists of the following shapes: -................................................. -[76 - -] -File: images/uni2.png Graphic file (type QTm) - -File: images/RK.png Graphic file (type QTm) - -Overfull \vbox (27.48154pt too high) detected at line 2562 - [] - -................................................. -. fontspec info: "no-scripts" -. -. Font Trebuchet MS does not contain any OpenType `Script' information. -................................................. -................................................. -. fontspec info: "defining-font" -. -. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options -. [Mapping=tex-text,]. -. -. This font family consists of the following shapes: -................................................. -[77 - -] -Overfull \vbox (52.75453pt too high) detected at line 2608 - [] - -................................................. -. fontspec info: "no-scripts" -. -. Font Trebuchet MS does not contain any OpenType `Script' information. -................................................. -................................................. -. fontspec info: "defining-font" -. -. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options -. [Mapping=tex-text,]. -. -. This font family consists of the following shapes: -................................................. -[78 - -] -File: images/Kstee.png Graphic file (type QTm) - -File: images/Kstee2.png Graphic file (type QTm) - -Overfull \vbox (69.50371pt too high) detected at line 2608 - [] - -................................................. -. fontspec info: "no-scripts" -. -. Font Trebuchet MS does not contain any OpenType `Script' information. -................................................. -................................................. -. fontspec info: "defining-font" -. -. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options -. [Mapping=tex-text,]. -. -. This font family consists of the following shapes: -................................................. -[79 - -] -File: images/RDstar.png Graphic file (type QTm) - -Overfull \vbox (66.04497pt too high) detected at line 2632 - [] - -................................................. -. fontspec info: "no-scripts" -. -. Font Trebuchet MS does not contain any OpenType `Script' information. -................................................. -................................................. -. fontspec info: "defining-font" -. -. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options -. [Mapping=tex-text,]. -. -. This font family consists of the following shapes: -................................................. -[80 - -] -LaTeX Font Info: External font `plex10' loaded for size -(Font) <24.88> on input line 2645. -LaTeX Font Info: External font `plex10' loaded for size -(Font) <17.28> on input line 2645. -................................................. -. fontspec info: "no-scripts" -. -. Font Trebuchet MS does not contain any OpenType `Script' information. -................................................. -................................................. -. fontspec info: "defining-font" -. -. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options -. [Mapping=tex-text,]. -. -. This font family consists of the following shapes: -................................................. - [81 - -] \tf@nav=\write10 \openout10 = `mchrzasz.nav'. @@ -4476,23 +4342,23 @@ \tf@snm=\write12 \openout12 = `mchrzasz.snm'. -Package atveryend Info: Empty hook `BeforeClearDocument' on input line 2650. -Package atveryend Info: Empty hook `AfterLastShipout' on input line 2650. +Package atveryend Info: Empty hook `BeforeClearDocument' on input line 2679. +Package atveryend Info: Empty hook `AfterLastShipout' on input line 2679. (./mchrzasz.aux) -Package atveryend Info: Empty hook `AtVeryEndDocument' on input line 2650. -Package atveryend Info: Empty hook `AtEndAfterFileList' on input line 2650. +Package atveryend Info: Empty hook `AtVeryEndDocument' on input line 2679. +Package atveryend Info: Empty hook `AtEndAfterFileList' on input line 2679. Package logreq Info: Writing requests to 'mchrzasz.run.xml'. \openout1 = `mchrzasz.run.xml'. -Package atveryend Info: Empty hook `AtVeryVeryEnd' on input line 2650. +Package atveryend Info: Empty hook `AtVeryVeryEnd' on input line 2679. ) Here is how much of TeX's memory you used: - 48733 strings out of 493918 - 958527 string characters out of 6150564 - 1286532 words of memory out of 5000000 - 50907 multiletter control sequences out of 15000+600000 - 52884 words of font info for 207 fonts, out of 8000000 for 9000 + 48658 strings out of 493918 + 956564 string characters out of 6150564 + 1285532 words of memory out of 5000000 + 50843 multiletter control sequences out of 15000+600000 + 52876 words of font info for 206 fonts, out of 8000000 for 9000 1144 hyphenation exceptions out of 8191 - 61i,33n,73p,10479b,1660s stack positions out of 5000i,500n,10000p,200000b,80000s + 61i,31n,73p,10479b,1642s stack positions out of 5000i,500n,10000p,200000b,80000s -Output written on mchrzasz.pdf (81 pages). +Output written on mchrzasz.pdf (75 pages). diff --git a/Seminars/IFJ_2016/mchrzasz.nav b/Seminars/IFJ_2016/mchrzasz.nav index 1102558..61d09a3 100644 --- a/Seminars/IFJ_2016/mchrzasz.nav +++ b/Seminars/IFJ_2016/mchrzasz.nav @@ -54,92 +54,84 @@ \headcommand {\beamer@framepages {27}{27}} \headcommand {\slideentry {0}{0}{27}{28/28}{}{0}} \headcommand {\beamer@framepages {28}{28}} -\headcommand {\slideentry {0}{0}{28}{29/30}{}{0}} -\headcommand {\beamer@framepages {29}{30}} -\headcommand {\slideentry {0}{0}{29}{31/31}{}{0}} +\headcommand {\slideentry {0}{0}{28}{29/29}{}{0}} +\headcommand {\beamer@framepages {29}{29}} +\headcommand {\slideentry {0}{0}{29}{30/30}{}{0}} +\headcommand {\beamer@framepages {30}{30}} +\headcommand {\slideentry {0}{0}{30}{31/31}{}{0}} \headcommand {\beamer@framepages {31}{31}} -\headcommand {\slideentry {0}{0}{30}{32/32}{}{0}} +\headcommand {\slideentry {0}{0}{31}{32/32}{}{0}} \headcommand {\beamer@framepages {32}{32}} -\headcommand {\slideentry {0}{0}{31}{33/33}{}{0}} -\headcommand {\beamer@framepages {33}{33}} -\headcommand {\slideentry {0}{0}{32}{34/35}{}{0}} -\headcommand {\beamer@framepages {34}{35}} -\headcommand {\slideentry {0}{0}{33}{36/36}{}{0}} +\headcommand {\slideentry {0}{0}{32}{33/34}{}{0}} +\headcommand {\beamer@framepages {33}{34}} +\headcommand {\slideentry {0}{0}{33}{35/35}{}{0}} +\headcommand {\beamer@framepages {35}{35}} +\headcommand {\slideentry {0}{0}{34}{36/36}{}{0}} \headcommand {\beamer@framepages {36}{36}} -\headcommand {\slideentry {0}{0}{34}{37/37}{}{0}} -\headcommand {\beamer@framepages {37}{37}} -\headcommand {\slideentry {0}{0}{35}{38/38}{}{0}} -\headcommand {\beamer@framepages {38}{38}} -\headcommand {\slideentry {0}{0}{36}{39/39}{}{0}} -\headcommand {\beamer@framepages {39}{39}} -\headcommand {\slideentry {0}{0}{37}{40/41}{}{0}} -\headcommand {\beamer@framepages {40}{41}} +\headcommand {\slideentry {0}{0}{35}{37/39}{}{0}} +\headcommand {\beamer@framepages {37}{39}} +\headcommand {\slideentry {0}{0}{36}{40/40}{}{0}} +\headcommand {\beamer@framepages {40}{40}} +\headcommand {\slideentry {0}{0}{37}{41/41}{}{0}} +\headcommand {\beamer@framepages {41}{41}} \headcommand {\slideentry {0}{0}{38}{42/42}{}{0}} \headcommand {\beamer@framepages {42}{42}} \headcommand {\slideentry {0}{0}{39}{43/43}{}{0}} \headcommand {\beamer@framepages {43}{43}} -\headcommand {\slideentry {0}{0}{40}{44/46}{}{0}} -\headcommand {\beamer@framepages {44}{46}} -\headcommand {\slideentry {0}{0}{41}{47/47}{}{0}} +\headcommand {\slideentry {0}{0}{40}{44/44}{}{0}} +\headcommand {\beamer@framepages {44}{44}} +\headcommand {\slideentry {0}{0}{41}{45/45}{}{0}} +\headcommand {\beamer@framepages {45}{45}} +\headcommand {\slideentry {0}{0}{42}{46/46}{}{0}} +\headcommand {\beamer@framepages {46}{46}} +\headcommand {\slideentry {0}{0}{43}{47/47}{}{0}} \headcommand {\beamer@framepages {47}{47}} -\headcommand {\slideentry {0}{0}{42}{48/48}{}{0}} +\headcommand {\slideentry {0}{0}{44}{48/48}{}{0}} \headcommand {\beamer@framepages {48}{48}} -\headcommand {\slideentry {0}{0}{43}{49/49}{}{0}} +\headcommand {\slideentry {0}{0}{45}{49/49}{}{0}} \headcommand {\beamer@framepages {49}{49}} -\headcommand {\slideentry {0}{0}{44}{50/50}{}{0}} -\headcommand {\beamer@framepages {50}{50}} -\headcommand {\slideentry {0}{0}{45}{51/51}{}{0}} -\headcommand {\beamer@framepages {51}{51}} -\headcommand {\slideentry {0}{0}{46}{52/52}{}{0}} +\headcommand {\slideentry {0}{0}{46}{50/51}{}{0}} +\headcommand {\beamer@framepages {50}{51}} +\headcommand {\slideentry {0}{0}{47}{52/52}{}{0}} \headcommand {\beamer@framepages {52}{52}} -\headcommand {\slideentry {0}{0}{47}{53/53}{}{0}} +\headcommand {\slideentry {0}{0}{48}{53/53}{}{0}} \headcommand {\beamer@framepages {53}{53}} -\headcommand {\slideentry {0}{0}{48}{54/54}{}{0}} +\headcommand {\slideentry {0}{0}{49}{54/54}{}{0}} \headcommand {\beamer@framepages {54}{54}} -\headcommand {\slideentry {0}{0}{49}{55/55}{}{0}} +\headcommand {\slideentry {0}{0}{50}{55/55}{}{0}} \headcommand {\beamer@framepages {55}{55}} -\headcommand {\slideentry {0}{0}{50}{56/56}{}{0}} -\headcommand {\beamer@framepages {56}{56}} -\headcommand {\slideentry {0}{0}{51}{57/59}{}{0}} -\headcommand {\beamer@framepages {57}{59}} -\headcommand {\slideentry {0}{0}{52}{60/60}{}{0}} -\headcommand {\beamer@framepages {60}{60}} -\headcommand {\slideentry {0}{0}{53}{61/61}{}{0}} +\headcommand {\slideentry {0}{0}{51}{56/57}{}{0}} +\headcommand {\beamer@framepages {56}{57}} +\headcommand {\slideentry {0}{0}{52}{58/58}{}{0}} +\headcommand {\beamer@framepages {58}{58}} +\headcommand {\slideentry {0}{0}{53}{59/60}{}{0}} +\headcommand {\beamer@framepages {59}{60}} +\headcommand {\slideentry {0}{0}{54}{61/61}{}{0}} \headcommand {\beamer@framepages {61}{61}} -\headcommand {\slideentry {0}{0}{54}{62/62}{}{0}} +\headcommand {\slideentry {0}{0}{55}{62/62}{}{0}} \headcommand {\beamer@framepages {62}{62}} -\headcommand {\slideentry {0}{0}{55}{63/63}{}{0}} +\headcommand {\slideentry {0}{0}{56}{63/63}{}{0}} \headcommand {\beamer@framepages {63}{63}} -\headcommand {\slideentry {0}{0}{56}{64/65}{}{0}} -\headcommand {\beamer@framepages {64}{65}} -\headcommand {\slideentry {0}{0}{57}{66/66}{}{0}} -\headcommand {\beamer@framepages {66}{66}} -\headcommand {\slideentry {0}{0}{58}{67/68}{}{0}} -\headcommand {\beamer@framepages {67}{68}} -\headcommand {\slideentry {0}{0}{59}{69/69}{}{0}} +\headcommand {\slideentry {0}{0}{57}{64/64}{}{0}} +\headcommand {\beamer@framepages {64}{64}} +\headcommand {\slideentry {0}{0}{58}{65/65}{}{0}} +\headcommand {\beamer@framepages {65}{65}} +\headcommand {\slideentry {0}{0}{59}{66/67}{}{0}} +\headcommand {\beamer@framepages {66}{67}} +\headcommand {\slideentry {0}{0}{60}{68/68}{}{0}} +\headcommand {\beamer@framepages {68}{68}} +\headcommand {\slideentry {0}{0}{61}{69/69}{}{0}} \headcommand {\beamer@framepages {69}{69}} -\headcommand {\slideentry {0}{0}{60}{70/70}{}{0}} -\headcommand {\beamer@framepages {70}{70}} -\headcommand {\slideentry {0}{0}{61}{71/71}{}{0}} -\headcommand {\beamer@framepages {71}{71}} -\headcommand {\slideentry {0}{0}{62}{72/72}{}{0}} +\headcommand {\slideentry {0}{0}{62}{70/71}{}{0}} +\headcommand {\beamer@framepages {70}{71}} +\headcommand {\slideentry {0}{0}{63}{72/72}{}{0}} \headcommand {\beamer@framepages {72}{72}} -\headcommand {\slideentry {0}{0}{63}{73/73}{}{0}} +\headcommand {\slideentry {0}{0}{64}{73/73}{}{0}} \headcommand {\beamer@framepages {73}{73}} -\headcommand {\slideentry {0}{0}{64}{74/75}{}{0}} +\headcommand {\slideentry {0}{0}{65}{74/75}{}{0}} \headcommand {\beamer@framepages {74}{75}} -\headcommand {\slideentry {0}{0}{65}{76/76}{}{0}} -\headcommand {\beamer@framepages {76}{76}} -\headcommand {\slideentry {0}{0}{66}{77/77}{}{0}} -\headcommand {\beamer@framepages {77}{77}} -\headcommand {\slideentry {0}{0}{67}{78/79}{}{0}} -\headcommand {\beamer@framepages {78}{79}} -\headcommand {\slideentry {0}{0}{68}{80/80}{}{0}} -\headcommand {\beamer@framepages {80}{80}} -\headcommand {\slideentry {0}{0}{69}{81/81}{}{0}} -\headcommand {\beamer@framepages {81}{81}} -\headcommand {\beamer@partpages {1}{81}} -\headcommand {\beamer@subsectionpages {1}{81}} -\headcommand {\beamer@sectionpages {1}{81}} -\headcommand {\beamer@documentpages {81}} -\headcommand {\def \inserttotalframenumber {59}} +\headcommand {\beamer@partpages {1}{75}} +\headcommand {\beamer@subsectionpages {1}{75}} +\headcommand {\beamer@sectionpages {1}{75}} +\headcommand {\beamer@documentpages {75}} +\headcommand {\def \inserttotalframenumber {54}} diff --git a/Seminars/IFJ_2016/mchrzasz.pdf b/Seminars/IFJ_2016/mchrzasz.pdf index 3b2441d..e8bd8ef 100644 --- a/Seminars/IFJ_2016/mchrzasz.pdf +++ b/Seminars/IFJ_2016/mchrzasz.pdf Binary files differ diff --git a/Seminars/IFJ_2016/mchrzasz.snm b/Seminars/IFJ_2016/mchrzasz.snm index 21df2a1..ee2236d 100644 --- a/Seminars/IFJ_2016/mchrzasz.snm +++ b/Seminars/IFJ_2016/mchrzasz.snm @@ -1 +1,2 @@ -\beamer@slide {eq:physPars}{78} +\beamer@slide {dist}{25} +\beamer@slide {eq:physPars}{70} diff --git a/Seminars/IFJ_2016/mchrzasz.synctex.gz b/Seminars/IFJ_2016/mchrzasz.synctex.gz index c674551..35891d0 100644 --- a/Seminars/IFJ_2016/mchrzasz.synctex.gz +++ b/Seminars/IFJ_2016/mchrzasz.synctex.gz Binary files differ diff --git a/Seminars/IFJ_2016/mchrzasz.tex b/Seminars/IFJ_2016/mchrzasz.tex index 057c965..659dd67 100644 --- a/Seminars/IFJ_2016/mchrzasz.tex +++ b/Seminars/IFJ_2016/mchrzasz.tex @@ -686,6 +686,7 @@ \end{frame} +\iffalse \begin{frame} \frametitle{Strategy} \begin{enumerate} @@ -708,7 +709,7 @@ \end{frame} - +\fi \begin{frame} @@ -780,7 +781,7 @@ \end{minipage} \end{frame} - +\iffalse \begin{frame} \frametitle{Optimization} \begin{minipage}{\textwidth} @@ -804,8 +805,8 @@ \end{minipage} \end{frame} - - +\fi +\iffalse \begin{frame} \frametitle{Relative normalisation} $\boxed{\mathcal{B}(\Ptau\to\Pmu\Pmu\Pmu) = \frac{\mathcal{B}(\PDs\to\Pphi\Ppi)}{\mathcal{B}(\PDs\to\Ptau\Pnut)} \times f_{\PDs}^{\Ptau} \times \frac{\varepsilon_\text{norm} }{\varepsilon_\text{sig} } \times \frac{N_\text{sig}}{N_\text{norm}} = \alpha\times N_\text{sig}}$ @@ -827,7 +828,7 @@ \end{frame} - +\fi @@ -1031,7 +1032,7 @@ \end{minipage} \vspace*{2.cm} \end{frame} - +\iffalse \begin{frame}[c]{The inflaton model, so what?} \begin{minipage}{\textwidth} \begin{small} @@ -1050,7 +1051,7 @@ \vspace*{2.cm} \end{frame} - +\fi \begin{frame} @@ -1267,22 +1268,8 @@ $\color{JungleGreen}{\Rrightarrow}$ The kinematics of $\PBzero \to \PKstar \Pmuon \APmuon$ decay is described by three angles $\thetal$, $\thetak$, $\phi$ and invariant mass of the dimuon system ($q^2)$. + \only<1>{ -\begin{columns} -\column{0.5\textwidth} - -$\color{JungleGreen}{\Rrightarrow}$ $\cos \thetak$: the angle between the direction of the kaon in the $\PKstar$ ($\overline{\PKstar}$) rest frame and the direction of the $\PKstar$ ($\overline{\PKstar}$) in the $\PBzero$ ($\APBzero$) rest frame.\\ -$\color{JungleGreen}{\Rrightarrow}$ $\cos \thetal$: the angle between the direction of the $\Pmuon$ ($\APmuon$) in the dimuon rest frame and the direction of the dimuon in the $\PBzero$ ($\APBzero$) rest frame.\\ -$\color{JungleGreen}{\Rrightarrow}$ $\phi$: the angle between the plane containing the $\Pmuon$ and $\APmuon$ and the plane containing the kaon and pion from the $\PKstar$. - - - -\column{0.5\textwidth} -\includegraphics[width=0.95\textwidth]{images/angles.png} - -\end{columns} - } - \only<2>{ {\tiny{ \eqa{\label{dist} \frac{d^4\Gamma}{dq^2\,d\!\cos\theta_K\,d\!\cos\theta_l\,d\phi}&=&\frac9{32\pi} \bigg[ @@ -1428,6 +1415,7 @@ \end{frame} \fi +\iffalse %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \begin{frame}{Peaking backgrounds} {~} @@ -1469,6 +1457,9 @@ \vspace*{2.1cm} \end{frame} + +\fi + %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \begin{frame}{Multivariate simulation} {~} @@ -1622,12 +1613,12 @@ \column{0.4\textwidth} -\only<1>{ -\includegraphics[width=0.99\textwidth]{images/q2PHSP.png}\\ -\includegraphics[width=0.99\textwidth]{images/q2PHSPw.png} -} +%\only<1>{ +%\includegraphics[width=0.99\textwidth]{images/q2PHSP.png}\\ +%\includegraphics[width=0.99\textwidth]{images/q2PHSPw.png} +%} -\only<2>{ +\only<1>{ \includegraphics[width=0.99\textwidth]{images/det.png} } \end{columns} @@ -2217,14 +2208,10 @@ } \only<2>{ \begin{center} -\includegraphics[width=0.6\textwidth]{images/charmloop2.png} -\end{center} -} -\only<3>{ -\begin{center} \includegraphics[width=0.6\textwidth]{images/charmloop3.png} \end{center} } + \end{minipage} \vspace*{2.1cm} \end{frame} @@ -2645,6 +2632,48 @@ \end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame}{$\PBzero \to \PKstar \Pmuon \APmuon$ kinematics} +{~} + \begin{minipage}{\textwidth} + +$\color{JungleGreen}{\Rrightarrow}$ The kinematics of $\PBzero \to \PKstar \Pmuon \APmuon$ decay is described by three angles $\thetal$, $\thetak$, $\phi$ and invariant mass of the dimuon system ($q^2)$. + + \only<1>{ +\begin{columns} +\column{0.5\textwidth} + +$\color{JungleGreen}{\Rrightarrow}$ $\cos \thetak$: the angle between the direction of the kaon in the $\PKstar$ ($\overline{\PKstar}$) rest frame and the direction of the $\PKstar$ ($\overline{\PKstar}$) in the $\PBzero$ ($\APBzero$) rest frame.\\ +$\color{JungleGreen}{\Rrightarrow}$ $\cos \thetal$: the angle between the direction of the $\Pmuon$ ($\APmuon$) in the dimuon rest frame and the direction of the dimuon in the $\PBzero$ ($\APBzero$) rest frame.\\ +$\color{JungleGreen}{\Rrightarrow}$ $\phi$: the angle between the plane containing the $\Pmuon$ and $\APmuon$ and the plane containing the kaon and pion from the $\PKstar$. + + + +\column{0.5\textwidth} +\includegraphics[width=0.95\textwidth]{images/angles.png} + +\end{columns} + } + \only<2>{ +{\tiny{ +\eqa{\label{dist} +\frac{d^4\Gamma}{dq^2\,d\!\cos\theta_K\,d\!\cos\theta_l\,d\phi}&=&\frac9{32\pi} \bigg[ +J_{1s} \sin^2\theta_K + J_{1c} \cos^2\theta_K + (J_{2s} \sin^2\theta_K + J_{2c} \cos^2\theta_K) \cos 2\theta_l\nn\\[1.5mm] +&&\hspace{-2.7cm}+ J_3 \sin^2\theta_K \sin^2\theta_l \cos 2\phi + J_4 \sin 2\theta_K \sin 2\theta_l \cos\phi + J_5 \sin 2\theta_K \sin\theta_l \cos\phi \nn\\[1.5mm] +&&\hspace{-2.7cm}+ (J_{6s} \sin^2\theta_K + {J_{6c} \cos^2\theta_K}) \cos\theta_l ++ J_7 \sin 2\theta_K \sin\theta_l \sin\phi + J_8 \sin 2\theta_K \sin 2\theta_l \sin\phi \nn\\[1.5mm] +&&\hspace{-2.7cm}+ J_9 \sin^2\theta_K \sin^2\theta_l \sin 2\phi \bigg]\,, +\nonumber} +}} +$\color{JungleGreen}{\Rrightarrow}$ This is the most general expression of this kind of decay. + +} + +\end{minipage} + \vspace*{2.1cm} +\end{frame} + \backupend \end{document} diff --git a/Seminars/IFJ_2016_V0/Makefile b/Seminars/IFJ_2016_V0/Makefile new file mode 100644 index 0000000..e4cf8e8 --- /dev/null +++ b/Seminars/IFJ_2016_V0/Makefile @@ -0,0 +1,9 @@ +all: mchrzasz.pdf + +mchrzasz.pdf: mchrzasz.tex + xelatex mchrzasz.tex +# bibtex mchrzasz + xelatex mchrzasz.tex +# xelatex mchrzasz.tex +clean: + rm *.aux *.bbl *.blg *.log *.out *.pdf *.sh *.xml *.snm *.toc *.nav diff --git a/Seminars/IFJ_2016_V0/beamercolorthemeFlip.sty b/Seminars/IFJ_2016_V0/beamercolorthemeFlip.sty new file mode 100755 index 0000000..d6b9c50 --- /dev/null +++ b/Seminars/IFJ_2016_V0/beamercolorthemeFlip.sty @@ -0,0 +1,179 @@ +% Color style file for the BEAMER FLIP THEME +% Copyright 2012 by Flip Tanedo +% This file may be distributed and/or modified +% 1. under the LaTeX Project Public License and/or +% 2. under the GNU Public License. + + + +\mode +\newif\ifbeamer@Flip@dark +\beamer@Flip@darkfalse +\DeclareOptionBeamer{dark}{\beamer@Flip@darktrue} +\ProcessOptionsBeamer + + +% These are a few colors that I like. + +\definecolor{crimsonred}{RGB}{153,0,0} % Neurtal red, good for dark or light bg +\definecolor{darkcharcoal}{RGB}{25,25,25} % Darker gray +\definecolor{charcoal}{RGB}{51,51,51} % Darker gray +\definecolor{ash}{RGB}{100,100,100} % medium gray +\definecolor{paleblue}{RGB}{0,102,102} % More of an `ocean' color +\definecolor{turtlegreen}{RGB}{51,153,0} % A more neutral green +\definecolor{paleale}{RGB}{204,204,102} % Only for dark BG +\definecolor{lager}{RGB}{140,110,10} % Use instead of pale ale for white BG +\definecolor{regal}{RGB}{90,0,120} % A more neutral purple +\definecolor{jeans}{RGB}{20,30,150} % A more neutral blue + + +% Define some "invariant colors" so that a color that doen't work with a +% light/dark background will automatically be substituted with one that does. +% These will be rewritten in beamercolorthemeFlipDark + +\ifbeamer@Flip@dark + \definecolor{FlipSand}{RGB}{204,204,102} % paleale, Only for dark BG + \definecolor{FlipGreen}{RGB}{0,255,0} % Neon-like green, only for dark BG +\else + \definecolor{FlipSand}{RGB}{140,110,10} % lager, Only for light BG + \definecolor{FlipGreen}{RGB}{51,153,0} % turtlegreen, works for both +\fi + +%% Future revision: It would be nice to define these in terms of the palette. + + +\ifbeamer@Flip@dark + \setbeamercolor{normal text}{fg=white, bg=black} + \setbeamercolor{structure}{fg=gray, bg=black} % fg controls bullets + \setbeamercolor*{footerlike}{fg=white,bg=black} % Controls the footerline +\else + % Default to black on white + \setbeamercolor*{footerlike}{fg=white,bg=charcoal} % for charcoal footer + \setbeamercolor{structure}{fg=charcoal, bg=white} % fg controls bullets + % \setbeamercolor{normal text}{fg=white, bg=black} +\fi + + + + + +% These defined colors can be used in \textcolor{colorname}{text in that color}. + +% Colors for Keynote background: DARK +\definecolor{keynotebottom}{rgb}{0.32,0.3,0.38} +\definecolor{keynotemiddle}{rgb}{0.08,0.08,0.16} +\definecolor{keynotetop}{rgb}{0,0,0} +%%% Example of usage: +%% \setbeamertemplate{background canvas}[vertical shading] +%% [bottom=keynotebottom, middle=keynotemiddle, top=keynotetop] + + + + +% ALERT AND COMMENT COLORS (just copies of the above colors) +% (I don't know how ot do this more elegantly) +\ifbeamer@Flip@dark + \definecolor{ALERT}{RGB}{153,0,0} % crimsonred + \definecolor{Alert}{RGB}{51,153,0} % turtlegreen + \definecolor{alert}{RGB}{204,204,102} % paleale + \definecolor{charcoal}{RGB}{51,51,51} % charcoal + \definecolor{comment}{RGB}{80,80,80} % light charcoal + \definecolor{Comment}{RGB}{100,100,100} % ash + \definecolor{COMMENT}{RGB}{80,20,120} % regal +\else +% \definecolor{ALERT}{RGB}{153,0,0} % crimsonred + \definecolor{ALERT}{RGB}{28,134,238} % DodgerBlue2 +% \definecolor{Alert}{RGB}{51,153,0} % turtlegreen + \definecolor{Alert}{RGB}{255,127,36} % chocolate1 +% \definecolor{alert}{RGB}{140,110,10} % lager + \definecolor{alert}{RGB}{0,205,102} % SpringGreen3 + \definecolor{charcoal}{RGB}{80,80,80} % light charcoal + \definecolor{comment}{RGB}{51,51,51} % charcoal + \definecolor{Comment}{RGB}{100,100,100} % ash + \definecolor{COMMENT}{RGB}{80,20,120} % regal +\fi + + +% \definecolor{crimsonred}{RGB}{153,0,0} % Neurtal red, good for dark or light bg +% \definecolor{charcoal}{RGB}{51,51,51} % Darker gray +% \definecolor{ash}{RGB}{100,100,100} % medium gray +% \definecolor{paleblue}{RGB}{0,102,102} % More of an `ocean' color +% \definecolor{turtlegreen}{RGB}{51,153,0} % A more neutral green +% \definecolor{paleale}{RGB}{204,204,102} % Only for dark BG +% \definecolor{lager}{RGB}{140,110,10} % Use instead of pale ale for white BG +% \definecolor{regal}{RGB}{90,0,120} % A more neutral purple +% \definecolor{jeans}{RGB}{20,30,150} % A more neutral blue + + +% A few useful colors +\setbeamercolor{alerted text}{fg=alert} + +%% I would like ot use these colors, but there seems to be a bug in Beamer +%% where the footnote color infects the normal text color +%% See: http://tex.stackexchange.com/questions/8264/beamer-changing-the-footnote-color-also-changes-the-normal-text-color/8268#8268 + +% \setbeamercolor{footnote}{parent=normal text, fg=FlipSand} +% \setbeamercolor{footnote mark}{parent=normal text, fg=FlipSand} + +% Blocks +\setbeamercolor{block title}{fg=gray!30!white,bg=charcoal} +\setbeamercolor{block body}{parent=normal text,bg=gray, fg=white} + +\setbeamercolor{block title example}{fg=turtlegreen!30!white,bg=turtlegreen!40!black} +\setbeamercolor{block body example}{parent=normal text,bg=turtlegreen, fg=white} +% +\setbeamercolor{block title alerted}{fg=crimsonred!30!white,bg=crimsonred!40!black} +\setbeamercolor{block body alerted}{parent=normal text,bg=crimsonred, fg=white} + + + +% These "setbeamercolor" commands are more standardized. + + +%% From the Beamer User Guide: +% Outer themes base the color of navigational elements and, possibly, also of other elements, on the +% four palette colors. The “primary” palette should be used for the most important navigational elements, +% which are usually the ones that change most often and hence require the most attention by the audience. +% The “secondary” and “tertiary” are less important, the “quaternary” one is least important. +% By default, the palette colors do not have a background and the foreground ranges from structure.fg to black. +% For the sidebar, there is an extra set of palette colors, see palette sidebar primary. + +\setbeamercolor*{palette primary}{fg=crimsonred,bg=charcoal} +\setbeamercolor*{palette secondary}{fg=paleale,bg=lager} +\setbeamercolor*{palette tertiary}{fg=turtlegreen,bg=jeans} +\setbeamercolor*{palette quaternary}{fg=paleblue,bg=regal} + +% \setbeamercolor*{palette primary}{fg=crimsonred,bg=white} +% \setbeamercolor*{palette secondary}{fg=charcoal,bg=white} +% \setbeamercolor*{palette tertiary}{fg=paleblue,bg=white} +% \setbeamercolor*{palette quaternary}{fg=turtlegreen,bg=white} + + + +%% These are some structures that I define for use in the outer theme. + +\setbeamercolor*{crimsontown}{fg=paleblue,bg=crimsonred} +\setbeamercolor*{bluetown}{fg=white,bg=DodgerBlue2} +%\setbeamercolor*{titlelike}{fg=crimsonred} +\setbeamercolor*{titlelike}{fg=DodgerBlue2} +\setbeamercolor*{topbarlike}{fg=white, bg=charcoal} + + + + + +%% Some old definitions that I might want to get back to +% +% \setbeamercolor*{frametitle}{bg=white,fg=charcoal} +% \setbeamercolor*{part title}{bg=white,fg=charcoal} +% \setbeamercolor*{item}{fg=charcoal, bg=white} +% +% \setbeamercolor*{separation line}{} +% \setbeamercolor*{fine separation line}{} + + + + + +\mode + diff --git a/Seminars/IFJ_2016_V0/beamerinnerthemeFlip.sty b/Seminars/IFJ_2016_V0/beamerinnerthemeFlip.sty new file mode 100755 index 0000000..9910f4d --- /dev/null +++ b/Seminars/IFJ_2016_V0/beamerinnerthemeFlip.sty @@ -0,0 +1,95 @@ +% Inner style file for the BEAMER FLIP THEME +% Copyright 2010 by Flip Tanedo +% This file may be distributed and/or modified +% 1. under the LaTeX Project Public License and/or +% 2. under the GNU Public License. +% +% Based on: beamerinnerthemeFlip by Marco Barisione + +\mode + +% % Use alternative title page style. +% \DeclareOptionBeamer{alternativetitlepage}[true]{\def\beamer@Flip@alternativetitlepage{#1}} + +% Logo to use in the alternative title page. +% \def\beamer@Flip@titlepagelogo{} +% \DeclareOptionBeamer{titlepagelogo}{\def\beamer@Flip@titlepagelogo{#1}} + +% Bullet shape. +\DeclareOptionBeamer{bullet}{\def\beamer@Flip@bullet{#1}} +\DeclareOptionBeamer{shadow}[true]{\def\beamer@themerounded@shadow{#1}} +\ExecuteOptionsBeamer{shadow=false} + + +% \ExecuteOptionsBeamer{alternativetitlepage=false,bullet=square} +\ProcessOptionsBeamer + + + +% Margins. +\newlength{\beamer@Flip@normalmargin} +\setlength{\beamer@Flip@normalmargin}{.06\paperwidth} +\setbeamersize{text margin left=\beamer@Flip@normalmargin} +\setbeamersize{text margin right=\beamer@Flip@normalmargin} +\setlength\leftmargini{.6\beamer@Flip@normalmargin} +\setlength\leftmarginii{.6\beamer@Flip@normalmargin} +\setlength\leftmarginiii{.6\beamer@Flip@normalmargin} + +% Normal title page. +\defbeamertemplate*{title page normal}{Flip theme}[1][] +{ + \vbox{} + \vfill + \begin{centering} + \begin{beamercolorbox}[wd=\paperwidth,sep=8pt,center,#1]{title page header} + \usebeamerfont{title}\inserttitle\par% + \ifx\insertsubtitle\@empty% + \else% + \vskip0.25em% + {\usebeamerfont{subtitle}\usebeamercolor[fg]{subtitle}\insertsubtitle\par}% + \fi% + \end{beamercolorbox}% + \vskip1em\par + \begin{beamercolorbox}[sep=8pt,center,#1]{author} + \usebeamerfont{author}\insertauthor + \end{beamercolorbox} + \begin{beamercolorbox}[sep=8pt,center,#1]{institute} + \usebeamerfont{institute}\insertinstitute + \end{beamercolorbox} + \begin{beamercolorbox}[sep=8pt,center,#1]{date} + \usebeamerfont{date}\insertdate + \end{beamercolorbox}\vskip0.5em + {\usebeamercolor[fg]{titlegraphic}\inserttitlegraphic\par} + \end{centering} + \vfill +} + + +% Items. +\defbeamertemplate{itemize item}{squarealt}% +{\tiny\raise.5ex\hbox{\donotcoloroutermaths$\blacksquare$}} +\defbeamertemplate{itemize subitem}{squarealt}% +{\tiny\raise.4ex\hbox{\donotcoloroutermaths$\square$}} +\defbeamertemplate{itemize subsubitem}{squarealt}% +{\tiny\raise.3ex\hbox{\donotcoloroutermaths$\blacksquare$}} +% +\defbeamertemplate{itemize item}{circlealt}% +{\small\raise.2ex\hbox{\donotcoloroutermaths$\bullet$}} +\defbeamertemplate{itemize subitem}{circlealt}% +{\small\raise.1ex\hbox{\donotcoloroutermaths$\circ$}} +\defbeamertemplate{itemize subsubitem}{circlealt}% +{\scriptsize\raise.1ex\hbox{\donotcoloroutermaths$\bullet$}} +\setbeamertemplate{items}[circlealt] +% +\def\circletext{circle} +\ifx\beamer@Flip@bullet\circletext + \setbeamertemplate{items}[circlealt] +\else + \setbeamertemplate{items}[squarealt] +\fi + +\setbeamertemplate{blocks}[rounded][shadow=\beamer@themerounded@shadow] + + +\mode + diff --git a/Seminars/IFJ_2016_V0/beamerouterthemeFlip.sty b/Seminars/IFJ_2016_V0/beamerouterthemeFlip.sty new file mode 100755 index 0000000..d12f6d6 --- /dev/null +++ b/Seminars/IFJ_2016_V0/beamerouterthemeFlip.sty @@ -0,0 +1,189 @@ +% Outer style file for the BEAMER FLIP THEME 212 +% Copyright 2012 by Flip Tanedo +% This file may be distributed and/or modified +% 1. under the LaTeX Project Public License and/or +% 2. under the GNU Public License. +% +% Based on: beamerouterthemesplit by Till Tantau + + +\mode + +% Watermark +\DeclareOptionBeamer{watermark}{\def\beamer@Flip@watermark{#1}} +\ExecuteOptionsBeamer{watermark=} % Default value is empty + + +\newif\ifbeamer@Flip@bigpagenumber +\beamer@Flip@bigpagenumberfalse +\DeclareOptionBeamer{bigpagenumber}{\beamer@Flip@bigpagenumbertrue} + + +\def\beamer@Flip@truetext{true} % Kludge for true/false so I can use ifx + +\DeclareOptionBeamer{topline}[true]{\def\beamer@Flip@topline{#1}} +\ExecuteOptionsBeamer{topline=false} % Default + + + +% \ExecuteOptionsBeamer{topline=} % Default value is empty + + +\ProcessOptionsBeamer + + +\usepackage{tikz} % For fancy decorations + + +% I should fix these up to be more robust against color changes +\setbeamercolor{section in head/foot}{parent=footerlike} +\setbeamercolor{subsection in head/foot}{parent=footerlike} +\setbeamercolor{author in head/foot}{parent=footerlike} +\setbeamercolor{title in head/foot}{parent=footerlike} + + +% \setbeamercolor{author in head/foot}{parent=section in head/foot} +% \setbeamercolor{title in head/foot}{parent=subsection in head/foot} + +%\setbeamercolor{topbar}{parent=crimsontown} +\setbeamercolor{topbar}{parent=bluetown} + + + + +\usesectionheadtemplate + {\hfill\insertsectionhead} + {\hfill\color{fg!50!bg}\insertsectionhead} + + +%%%%%%%%%%%%%%%%%% +% The footer bar % +%%%%%%%%%%%%%%%%%% + +\defbeamertemplate*{footline}{Flip theme} +{% + \leavevmode% +% OBSERVATION: the "%" symbols inside hbox are all very important here. +% The \hbox enviroment will insert spaces whenever there's whitespace +% Adding a % at the END of each line ensures that any hard returns aren't +% interpreted as white space. This allows the color boxes to be flush against +% one another. If a faint white line appears one could probably do something like +% hspace{-1px} and add an additional pixel-or-two wide beamercolorbox. + +\hbox{% +\begin{beamercolorbox}[wd=.4\paperwidth,ht=2.5ex,dp=1.125ex,leftskip=.3cm, rightskip=.3cm plus1fil]{author in head/foot}% + \usebeamerfont{author in head/foot}\insertshortauthor \end{beamercolorbox}% +% +\begin{beamercolorbox}[wd=.6\paperwidth,ht=2.5ex,dp=1.125ex,leftskip=.3cm,rightskip=.3cm plus1fil]{title in head/foot}% + \usebeamerfont{title in head/foot}{\textit \insertshorttitle}% + \hskip2ex plus1fill% + % \insertpagenumber\,/\,\insertpresentationendpage %% Want FRAME, not SLIDE number + \insertframenumber/\inserttotalframenumber + \end{beamercolorbox}% +}% + +% This is a complete kludge for the faint white line which appears +% between the beamer color boxes above. (It doesnt appear in presentation mode +% but sometimes looks funny when the pdfs are viewed in a window) +\begin{tikzpicture}[overlay] + \usebeamercolor[bg]{author in head/foot} + \draw[thick] (0,3.625ex) -- (\paperwidth,3.625ex); + \draw (.4\paperwidth,0) -- (.4\paperwidth,3.625ex); + \draw[thick] (0,0) -- (\paperwidth,0); +\end{tikzpicture} + + + +\ifbeamer@Flip@bigpagenumber + \begin{tikzpicture}[overlay] + \usebeamercolor[bg]{author in head/foot} + \draw[fill] (\paperwidth-5ex,3.625ex) circle (6ex); + \usebeamercolor[fg]{author in head/foot} + \draw[fill] (\paperwidth-5ex,3.625ex) circle (5ex); + \usebeamercolor[bg]{author in head/foot} + \node at (\paperwidth-5ex,4ex) {\small$^\text{\insertframenumber}/_\text{\inserttotalframenumber}$}; + \end{tikzpicture} +\fi +} + + + +\defbeamertemplate*{frametitle}{Flip theme}[1][left] +{ +% \ifbeamercolorempty[bg]{frametitle}{}{\nointerlineskip}% +\@tempdima=\textwidth% +\advance\@tempdima by\beamer@leftmargin% +\advance\@tempdima by\beamer@rightmargin% + +\vbox{}\vskip-3.5ex% +% +\begin{beamercolorbox}[sep=0.3cm,#1,wd=\the\@tempdima]{titlelike} + \usebeamerfont{frametitle}% + \vbox{}\vskip-1ex% + \if@tempswa\else\csname beamer@fte#1\endcsname\fi% + % \strut{\bf\insertframetitle}\strut\par% %% Include the \bf + \strut{\insertframetitle}\strut\par% + {% + \ifx\insertframesubtitle\@empty% + \else + {\usebeamerfont{framesubtitle} + \usebeamercolor[fg]{framesubtitle} + \insertframesubtitle\strut\par}% + \fi + }% + % + \vskip-1ex% + \if@tempswa\else\vskip-.3cm\fi% set inside beamercolorbox... evil here... +\end{beamercolorbox}% +%% + +% \def\beamer@fteright{\vskip0.35cm\advance\leftskip by 1.7cm\advance\rightskip by1.7cm} +} + + + + +% Sidebar right is important: anything placed here will be +% visible *behind* the main text. This is where to put any +% interesting watermarks. +% +% +\defbeamertemplate*{sidebar right}{Flip theme} +{ +% \llap{\includegraphics[width=50px]{footdecoration}} +% \llap{\includegraphics[width=\paperwidth,height=\paperheight]{upperleft_watermark_transp}} +% +% THIS WOULD BE A NICE WAY TO PUT THE PARTICLE BUBBLE CHAMBER BG +% ... make a png of the background with TRANSPARENT BG +% ... then put the image here (use \hfill to get it on the left) +% Now one can FURTHER apply a slight gradient in the BG +% +% +% % Top Line +\ifx\beamer@Flip@topline\beamer@Flip@truetext + \begin{tikzpicture}[overlay] + \usebeamercolor[fg]{titlelike} % alternately, topbarlike would be a good beamercolor +% \usebeamercolor[fg]{topbarlike} % alternately, topbarlike would be a good beamercolor + \draw[fill] (-\paperwidth,0) rectangle (0,-3pt); + \end{tikzpicture} +\fi +% +% + \vskip.2\beamer@leftmargin% + %\llap{\insertlogo\hskip.5\beamer@leftmargin}% + \llap{\insertlogo\hskip.08\beamer@leftmargin}% + \vfill% + \if \beamer@Flip@watermark\@empty + % This is kind of a kludge since if I put anything in here, I automatically get errors + % Somehow LaTeX wants to read the \else part! + \else% + \llap{\includegraphics[width=\paperwidth,height=\paperheight]{\beamer@Flip@watermark}} + \fi +} + + + +\mode +\endinput + + diff --git a/Seminars/IFJ_2016_V0/beamerouterthemedecolines.sty b/Seminars/IFJ_2016_V0/beamerouterthemedecolines.sty new file mode 100755 index 0000000..669e493 --- /dev/null +++ b/Seminars/IFJ_2016_V0/beamerouterthemedecolines.sty @@ -0,0 +1,168 @@ +% Copyright 2007 by Marco Barisione +% +% This file may be distributed and/or modified +% +% 1. under the LaTeX Project Public License and/or +% 2. under the GNU Public License. + +\mode + +% String used between the current page and the total page count. +\def\beamer@decolines@pageofpages{/} +\DeclareOptionBeamer{pageofpages}{\def\beamer@decolines@pageofpages{#1}} + +% Show a line below the frame title. +\DeclareOptionBeamer{titleline}[true]{\def\beamer@decolines@titleline{#1}} + +% Image used for the watermark. +\def\beamer@decolines@watermarkorig{} +\DeclareOptionBeamer{watermark}{\def\beamer@decolines@watermarkorig{#1}} + +% Height of the watermark. +\def\beamer@decolines@watermarkheight{100px} +\DeclareOptionBeamer{watermarkheight}{\def\beamer@decolines@watermarkheight{#1}} + +% The original image height is watermarkheightmult * watermarkheight. +\def\beamer@decolines@watermarkheightmult{1} +\DeclareOptionBeamer{watermarkheightmult}{\def\beamer@decolines@watermarkheightmult{#1}} + +\ExecuteOptionsBeamer{titleline=false} +\ProcessOptionsBeamer + +% Enable/disable the watermark. +\def\watermarkon{% + \def\beamer@decolines@watermark{\beamer@decolines@watermarkorig}% +} +\def\watermarkoff{\def\beamer@decolines@watermark{}} + +% Initially enable the watermark. +\watermarkon + +% Colors. +\setbeamercolor*{lineup}{parent=palette primary} +\setbeamercolor*{linemid}{parent=palette secondary} +\setbeamercolor*{linebottom}{parent=palette tertiary} +\setbeamercolor*{page header}{parent=titlelike} + +% Lengths +\newlength{\headerheight} +\setlength{\headerheight}{.045\paperheight} +\newlength{\beamer@decolines@lineup} +\setlength{\beamer@decolines@lineup}{.025\paperheight} +\newlength{\beamer@decolines@linemid} +\setlength{\beamer@decolines@linemid}{.015\paperheight} +\newlength{\beamer@decolines@linebottom} +\setlength{\beamer@decolines@linebottom}{.01\paperheight} + +% The height of the watermark part below the 3 bottom lines. +\newlength{\beamer@decolines@watermarkheightbottom} +\addtolength{\beamer@decolines@watermarkheightbottom}{\beamer@decolines@lineup} +\addtolength{\beamer@decolines@watermarkheightbottom}{\beamer@decolines@linemid} +\addtolength{\beamer@decolines@watermarkheightbottom}{\beamer@decolines@linebottom} + +% The height of the watermark part over the 3 bottom lines before shrinking. +\newlength{\beamer@decolines@watermarkheightupperorig} +\setlength{\beamer@decolines@watermarkheightupperorig}{\beamer@decolines@watermarkheight} +\addtolength{\beamer@decolines@watermarkheightupperorig}{-\beamer@decolines@watermarkheightbottom} +\multiply\beamer@decolines@watermarkheightupperorig by \beamer@decolines@watermarkheightmult + +% % Footer. +% \defbeamertemplate*{footline}{decolines theme} +% { +% \leavevmode% +% % Page number. +% \hbox{% +% \begin{beamercolorbox}[wd=.2\paperwidth,ht=0ex,dp=0ex,center]{}% +% \usebeamerfont{palette primary}\insertframenumber{} \beamer@decolines@pageofpages{} \inserttotalframenumber% +% \end{beamercolorbox}% +% \begin{beamercolorbox}[wd=.8\paperwidth,ht=0ex,dp=0ex]{}% +% \end{beamercolorbox}% +% } % +% % First line. +% \hbox{% +% \begin{beamercolorbox}[wd=.2\paperwidth,ht=\beamer@decolines@lineup,dp=0pt]{}% +% \end{beamercolorbox}% +% \begin{beamercolorbox}[wd=.8\paperwidth,ht=\beamer@decolines@lineup,dp=0pt]{lineup}% +% \end{beamercolorbox}% +% } % +% % Second line. +% \hbox{% +% \begin{beamercolorbox}[wd=\paperwidth,ht=\beamer@decolines@linemid,dp=0pt]{linemid}% +% \end{beamercolorbox}% +% } % +% % Third line. +% \hbox{% +% \begin{beamercolorbox}[wd=.1\paperwidth,ht=\beamer@decolines@linebottom,dp=0pt]{}% +% \end{beamercolorbox}% +% \begin{beamercolorbox}[wd=.9\paperwidth,ht=\beamer@decolines@linebottom,dp=0pt]{linebottom}% +% \end{beamercolorbox}% +% }% +% % This seems to fix some alignment problems with the watermark. It has to be +% % always applied if you do not want to see the footer moving up and down when +% % moving from a page with watermark to a page without or vice versa. +% \vskip-.5px% +% % Watermark. +% \if\beamer@decolines@watermark\@empty\else% +% \vskip-\beamer@decolines@watermarkheightbottom% +% \llap{\includegraphics[height=\beamer@decolines@watermarkheightbottom,clip=true,% +% trim=0pt 0pt 0pt \beamer@decolines@watermarkheightupperorig]{\beamer@decolines@watermark}\hskip-\paperwidth}% +% \fi% +% } + +\defbeamertemplate*{headline}{decolines theme} +{ + \leavevmode% + \hbox{% + \begin{beamercolorbox}[wd=\paperwidth,ht=\headerheight,dp=0pt]{page header}% + \end{beamercolorbox}% + } % + \vskip0pt% +} + +\defbeamertemplate*{frametitle}{decolines theme}[1][left] +{ + \ifbeamercolorempty[bg]{frametitle}{}{\nointerlineskip}% + \@tempdima=\textwidth% + \advance\@tempdima by\beamer@leftmargin% + \advance\@tempdima by\beamer@rightmargin% + \vbox{}\vskip-.5\beamer@leftmargin% + \begin{beamercolorbox}[sep=\beamer@leftmargin,#1,wd=\the\@tempdima]{} + \usebeamerfont{frametitle}\usebeamercolor[bg]{framesubtitle}% + \vbox{}\vskip0ex% + \if@tempswa\else\csname beamer@fte#1\endcsname\fi% + \strut\insertframetitle\strut\par% + {% + \ifx\insertframesubtitle\@empty% + \else% + {\usebeamerfont{framesubtitle}\usebeamercolor[bg]{framesubtitle}\insertframesubtitle\strut\par}% + \fi + }% + \vskip-1ex% + \if@tempswa\else\vskip-\beamer@leftmargin\fi + \end{beamercolorbox}% + \def\beamer@decolines@truetext{true}% + \ifx\beamer@decolines@titleline\beamer@decolines@truetext% + \vskip-.5\beamer@leftmargin% + \begin{beamercolorbox}[wd=\textwidth,ht=.1ex,dp=0ex]{linemid}% + \end{beamercolorbox}% + \fi +} + +% Frame title continuations, default +\defbeamertemplate*{frametitle continuation}{decolines theme}{(\insertcontinuationcount)} + + + +\defbeamertemplate*{sidebar right}{decolines theme} +{ + \vskip.1\beamer@leftmargin% + \llap{\insertlogo\hskip.5\beamer@leftmargin}% + \vfill% + \if\beamer@decolines@watermark\@empty\else% + \llap{\includegraphics[height=\beamer@decolines@watermarkheight]{\beamer@decolines@watermark}}% + \vskip-\beamer@decolines@watermarkheightbottom% + \fi +} + +\mode + diff --git a/Seminars/IFJ_2016_V0/beamerthemeFlip.sty b/Seminars/IFJ_2016_V0/beamerthemeFlip.sty new file mode 100755 index 0000000..a615ff5 --- /dev/null +++ b/Seminars/IFJ_2016_V0/beamerthemeFlip.sty @@ -0,0 +1,59 @@ +% Main style file for the BEAMER FLIP THEME 2012 +% Copyright 2012 by Flip Tanedo +% This file may be distributed and/or modified +% 1. under the LaTeX Project Public License and/or +% 2. under the GNU Public License. +% +% Comments: This is still a work in progress. +% A good way to present: http://www.cs.hmc.edu/~oneill/freesoftware/pdftokeynote.html + +% \usepackage{beamerthemesplit} +\mode + + +%% These are the options that are fed in through the driver file +%% Some of them get passed on to the other theme files +\DeclareOptionBeamer{bullet}{\PassOptionsToPackage{bullet=#1}{beamerinnerthemeFlip}} +\DeclareOptionBeamer{bigpagenumber}{\PassOptionsToPackage{bigpagenumber}{beamerouterthemeFlip}} +\DeclareOptionBeamer{topline}[true]{\PassOptionsToPackage{topline=#1}{beamerouterthemeFlip}} +\DeclareOptionBeamer{shadow}[false]{\PassOptionsToPackage{shadow=#1}{beamerinnerthemeFlip}} + +\DeclareOptionBeamer{watermark}{\PassOptionsToPackage{watermark=#1}{beamerouterthemeFlip}} + +\ProcessOptionsBeamer + +\useinnertheme{Flip} % Calls beamerinnerthemeFlip.sty +\useoutertheme{Flip} % Calls beamerouterthemeFlip.sty +\usecolortheme{Flip} % Calls beamercolorthemeFlip.sty + + + +%%%%%%%%%%%%%%%%%%%%%%%% +% Background Gradient % +%%%%%%%%%%%%%%%%%%%%%%%% + + +%% Usually I would leave this on +%% However, there seems to be problems with XeLaTeX +%% http://tex.stackexchange.com/questions/29497/xelatex-preventing-beamer-from-using-different-backgrounds +\setbeamertemplate{background canvas}[vertical shading][bottom=blue!.1, middle=white, top=white] + +%% HOWEVER: it seems to make it impossible to change this later on in the document + + +%% For a dark background: +% \setbeamertemplate{background canvas}[vertical shading][bottom=keynotebottom, middle=keynotemiddle, top=keynotetop] + + +%% An alternate way: \beamertemplateshadingbackground{blue!.1}{red!2} +%% In general: you want the gradient to be subtle! + + +%%%%%%%%%%%%%%%%%%%%%%% +% Navigation symbols % +%%%%%%%%%%%%%%%%%%%%%%% + +\setbeamertemplate{navigation symbols}{} % Turns off PDF navigation symbols + +\mode +\endinput \ No newline at end of file diff --git a/Seminars/IFJ_2016_V0/distracted_ilissa-ocko-cartoon.jpg b/Seminars/IFJ_2016_V0/distracted_ilissa-ocko-cartoon.jpg new file mode 100644 index 0000000..5f007b0 --- /dev/null +++ b/Seminars/IFJ_2016_V0/distracted_ilissa-ocko-cartoon.jpg Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/1050px-Lhcbview.jpg b/Seminars/IFJ_2016_V0/images/1050px-Lhcbview.jpg new file mode 100644 index 0000000..803f9ce --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/1050px-Lhcbview.jpg Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/2011.png b/Seminars/IFJ_2016_V0/images/2011.png new file mode 100644 index 0000000..140c532 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/2011.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/2012.png b/Seminars/IFJ_2016_V0/images/2012.png new file mode 100644 index 0000000..805f58f --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/2012.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/2D.pdf b/Seminars/IFJ_2016_V0/images/2D.pdf new file mode 100644 index 0000000..8b2fd28 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/2D.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/2D_2011.pdf b/Seminars/IFJ_2016_V0/images/2D_2011.pdf new file mode 100644 index 0000000..189f547 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/2D_2011.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/2D_2012.pdf b/Seminars/IFJ_2016_V0/images/2D_2012.pdf new file mode 100644 index 0000000..d1baabc --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/2D_2012.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/2c.pdf b/Seminars/IFJ_2016_V0/images/2c.pdf new file mode 100644 index 0000000..099aaf1 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/2c.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/604.jpg b/Seminars/IFJ_2016_V0/images/604.jpg new file mode 100644 index 0000000..0f638e3 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/604.jpg Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/90CLonebinlimit-eps-converted-to.pdf b/Seminars/IFJ_2016_V0/images/90CLonebinlimit-eps-converted-to.pdf new file mode 100644 index 0000000..ad7410a --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/90CLonebinlimit-eps-converted-to.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/90CLonebinlimit.pdf b/Seminars/IFJ_2016_V0/images/90CLonebinlimit.pdf new file mode 100644 index 0000000..9afde86 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/90CLonebinlimit.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/A3Pad.pdf b/Seminars/IFJ_2016_V0/images/A3Pad.pdf new file mode 100644 index 0000000..a70e975 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/A3Pad.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/A4Pad.pdf b/Seminars/IFJ_2016_V0/images/A4Pad.pdf new file mode 100644 index 0000000..85fd70f --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/A4Pad.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/A5Pad.pdf b/Seminars/IFJ_2016_V0/images/A5Pad.pdf new file mode 100644 index 0000000..a1b3489 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/A5Pad.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/A6Pad.pdf b/Seminars/IFJ_2016_V0/images/A6Pad.pdf new file mode 100644 index 0000000..5195c7d --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/A6Pad.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/A7Pad.pdf b/Seminars/IFJ_2016_V0/images/A7Pad.pdf new file mode 100644 index 0000000..6758505 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/A7Pad.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/A8Pad.pdf b/Seminars/IFJ_2016_V0/images/A8Pad.pdf new file mode 100644 index 0000000..b9a6c97 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/A8Pad.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/A9Pad.pdf b/Seminars/IFJ_2016_V0/images/A9Pad.pdf new file mode 100644 index 0000000..49b91ac --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/A9Pad.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/AFBPad.pdf b/Seminars/IFJ_2016_V0/images/AFBPad.pdf new file mode 100644 index 0000000..745b5b0 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/AFBPad.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/AFB_Lb.png b/Seminars/IFJ_2016_V0/images/AFB_Lb.png new file mode 100644 index 0000000..33ec0e2 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/AFB_Lb.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/B0_p.pdf b/Seminars/IFJ_2016_V0/images/B0_p.pdf new file mode 100644 index 0000000..5685a10 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/B0_p.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/BDT.png b/Seminars/IFJ_2016_V0/images/BDT.png new file mode 100644 index 0000000..c39c321 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/BDT.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/BDT_Eff_Comp.pdf b/Seminars/IFJ_2016_V0/images/BDT_Eff_Comp.pdf new file mode 100644 index 0000000..8b69f9e --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/BDT_Eff_Comp.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/BG_both.png b/Seminars/IFJ_2016_V0/images/BG_both.png new file mode 100755 index 0000000..49b62d5 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/BG_both.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/BG_lower.png b/Seminars/IFJ_2016_V0/images/BG_lower.png new file mode 100755 index 0000000..073034a --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/BG_lower.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/BG_upper.png b/Seminars/IFJ_2016_V0/images/BG_upper.png new file mode 100755 index 0000000..4cfcc07 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/BG_upper.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/Bkg2011.pdf b/Seminars/IFJ_2016_V0/images/Bkg2011.pdf new file mode 100644 index 0000000..ce8ae15 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/Bkg2011.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/Bkg2012.pdf b/Seminars/IFJ_2016_V0/images/Bkg2012.pdf new file mode 100644 index 0000000..b58143f --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/Bkg2012.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/Bsmumu.png b/Seminars/IFJ_2016_V0/images/Bsmumu.png new file mode 100644 index 0000000..d66be1c --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/Bsmumu.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/C9.png b/Seminars/IFJ_2016_V0/images/C9.png new file mode 100644 index 0000000..64fd3d2 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/C9.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/C9_S_P.png b/Seminars/IFJ_2016_V0/images/C9_S_P.png new file mode 100644 index 0000000..4ac40d1 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/C9_S_P.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/CKMmatrix.png b/Seminars/IFJ_2016_V0/images/CKMmatrix.png new file mode 100644 index 0000000..bd080c8 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/CKMmatrix.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/CP.png b/Seminars/IFJ_2016_V0/images/CP.png new file mode 100644 index 0000000..d83d917 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/CP.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/CartoonCP.GIF b/Seminars/IFJ_2016_V0/images/CartoonCP.GIF new file mode 100644 index 0000000..7ce9823 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/CartoonCP.GIF Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/Chopping_Distrib.pdf b/Seminars/IFJ_2016_V0/images/Chopping_Distrib.pdf new file mode 100644 index 0000000..d381d34 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/Chopping_Distrib.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/Double_beta_decay_feynman.png b/Seminars/IFJ_2016_V0/images/Double_beta_decay_feynman.png new file mode 100644 index 0000000..7b6c3ab --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/Double_beta_decay_feynman.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/Dp2Kpipi_all_2012.pdf b/Seminars/IFJ_2016_V0/images/Dp2Kpipi_all_2012.pdf new file mode 100644 index 0000000..4231229 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/Dp2Kpipi_all_2012.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/Dp2Kpipi_all_2012_senseBins.pdf b/Seminars/IFJ_2016_V0/images/Dp2Kpipi_all_2012_senseBins.pdf new file mode 100644 index 0000000..d65d9d7 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/Dp2Kpipi_all_2012_senseBins.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/Ds_data_2011.pdf b/Seminars/IFJ_2016_V0/images/Ds_data_2011.pdf new file mode 100644 index 0000000..bac015c --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/Ds_data_2011.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/Ds_data_2012.pdf b/Seminars/IFJ_2016_V0/images/Ds_data_2012.pdf new file mode 100644 index 0000000..7cfa95f --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/Ds_data_2012.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/ETA_mass.png b/Seminars/IFJ_2016_V0/images/ETA_mass.png new file mode 100644 index 0000000..fa68f90 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/ETA_mass.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/Example1DPlot-python-1.eps b/Seminars/IFJ_2016_V0/images/Example1DPlot-python-1.eps new file mode 100644 index 0000000..4d71385 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/Example1DPlot-python-1.eps Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/Example1DPlot-python-1.pdf b/Seminars/IFJ_2016_V0/images/Example1DPlot-python-1.pdf new file mode 100644 index 0000000..d826ffd --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/Example1DPlot-python-1.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/Example1DPlot-python-1_sim.pdf b/Seminars/IFJ_2016_V0/images/Example1DPlot-python-1_sim.pdf new file mode 100644 index 0000000..63cbd27 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/Example1DPlot-python-1_sim.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_A30.pdf b/Seminars/IFJ_2016_V0/images/FC_A30.pdf new file mode 100644 index 0000000..33c3391 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_A30.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_A31.pdf b/Seminars/IFJ_2016_V0/images/FC_A31.pdf new file mode 100644 index 0000000..a0edc0f --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_A31.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_A32.pdf b/Seminars/IFJ_2016_V0/images/FC_A32.pdf new file mode 100644 index 0000000..a8bf66e --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_A32.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_A33.pdf b/Seminars/IFJ_2016_V0/images/FC_A33.pdf new file mode 100644 index 0000000..04e324b --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_A33.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_A34.pdf b/Seminars/IFJ_2016_V0/images/FC_A34.pdf new file mode 100644 index 0000000..2a1c979 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_A34.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_A35.pdf b/Seminars/IFJ_2016_V0/images/FC_A35.pdf new file mode 100644 index 0000000..249aeda --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_A35.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_A36.pdf b/Seminars/IFJ_2016_V0/images/FC_A36.pdf new file mode 100644 index 0000000..1d2ee4c --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_A36.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_A37.pdf b/Seminars/IFJ_2016_V0/images/FC_A37.pdf new file mode 100644 index 0000000..2c8349d --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_A37.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_A38.pdf b/Seminars/IFJ_2016_V0/images/FC_A38.pdf new file mode 100644 index 0000000..2476e50 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_A38.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_A39.pdf b/Seminars/IFJ_2016_V0/images/FC_A39.pdf new file mode 100644 index 0000000..8e74d24 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_A39.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_A40.pdf b/Seminars/IFJ_2016_V0/images/FC_A40.pdf new file mode 100644 index 0000000..e0a2d50 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_A40.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_A41.pdf b/Seminars/IFJ_2016_V0/images/FC_A41.pdf new file mode 100644 index 0000000..c3edf56 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_A41.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_A42.pdf b/Seminars/IFJ_2016_V0/images/FC_A42.pdf new file mode 100644 index 0000000..5c175a9 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_A42.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_A43.pdf b/Seminars/IFJ_2016_V0/images/FC_A43.pdf new file mode 100644 index 0000000..c37fecc --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_A43.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_A44.pdf b/Seminars/IFJ_2016_V0/images/FC_A44.pdf new file mode 100644 index 0000000..acd0bcf --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_A44.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_A45.pdf b/Seminars/IFJ_2016_V0/images/FC_A45.pdf new file mode 100644 index 0000000..272959f --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_A45.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_A46.pdf b/Seminars/IFJ_2016_V0/images/FC_A46.pdf new file mode 100644 index 0000000..73c85c2 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_A46.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_A47.pdf b/Seminars/IFJ_2016_V0/images/FC_A47.pdf new file mode 100644 index 0000000..96064a9 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_A47.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_A48.pdf b/Seminars/IFJ_2016_V0/images/FC_A48.pdf new file mode 100644 index 0000000..08e2763 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_A48.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_A49.pdf b/Seminars/IFJ_2016_V0/images/FC_A49.pdf new file mode 100644 index 0000000..404d139 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_A49.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_A50.pdf b/Seminars/IFJ_2016_V0/images/FC_A50.pdf new file mode 100644 index 0000000..1146e43 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_A50.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_A51.pdf b/Seminars/IFJ_2016_V0/images/FC_A51.pdf new file mode 100644 index 0000000..40dd2f0 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_A51.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_A52.pdf b/Seminars/IFJ_2016_V0/images/FC_A52.pdf new file mode 100644 index 0000000..b4c7c4a --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_A52.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_A53.pdf b/Seminars/IFJ_2016_V0/images/FC_A53.pdf new file mode 100644 index 0000000..9219e9d --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_A53.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_A54.pdf b/Seminars/IFJ_2016_V0/images/FC_A54.pdf new file mode 100644 index 0000000..aaa1bc5 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_A54.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_A55.pdf b/Seminars/IFJ_2016_V0/images/FC_A55.pdf new file mode 100644 index 0000000..a452cd5 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_A55.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_A56.pdf b/Seminars/IFJ_2016_V0/images/FC_A56.pdf new file mode 100644 index 0000000..6dd3a6b --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_A56.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_A57.pdf b/Seminars/IFJ_2016_V0/images/FC_A57.pdf new file mode 100644 index 0000000..85bd286 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_A57.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_A58.pdf b/Seminars/IFJ_2016_V0/images/FC_A58.pdf new file mode 100644 index 0000000..45f9803 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_A58.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_A59.pdf b/Seminars/IFJ_2016_V0/images/FC_A59.pdf new file mode 100644 index 0000000..1a3195b --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_A59.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_A6s0.pdf b/Seminars/IFJ_2016_V0/images/FC_A6s0.pdf new file mode 100644 index 0000000..29acf77 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_A6s0.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_A6s1.pdf b/Seminars/IFJ_2016_V0/images/FC_A6s1.pdf new file mode 100644 index 0000000..56fa0a5 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_A6s1.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_A6s2.pdf b/Seminars/IFJ_2016_V0/images/FC_A6s2.pdf new file mode 100644 index 0000000..3a901a4 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_A6s2.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_A6s3.pdf b/Seminars/IFJ_2016_V0/images/FC_A6s3.pdf new file mode 100644 index 0000000..f66e50f --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_A6s3.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_A6s4.pdf b/Seminars/IFJ_2016_V0/images/FC_A6s4.pdf new file mode 100644 index 0000000..1d2bbe2 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_A6s4.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_A6s5.pdf b/Seminars/IFJ_2016_V0/images/FC_A6s5.pdf new file mode 100644 index 0000000..ba05d0e --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_A6s5.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_A6s6.pdf b/Seminars/IFJ_2016_V0/images/FC_A6s6.pdf new file mode 100644 index 0000000..321cb58 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_A6s6.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_A6s7.pdf b/Seminars/IFJ_2016_V0/images/FC_A6s7.pdf new file mode 100644 index 0000000..20da5ed --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_A6s7.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_A6s8.pdf b/Seminars/IFJ_2016_V0/images/FC_A6s8.pdf new file mode 100644 index 0000000..e5538f7 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_A6s8.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_A6s9.pdf b/Seminars/IFJ_2016_V0/images/FC_A6s9.pdf new file mode 100644 index 0000000..06aeff0 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_A6s9.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_A70.pdf b/Seminars/IFJ_2016_V0/images/FC_A70.pdf new file mode 100644 index 0000000..7c8997d --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_A70.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_A71.pdf b/Seminars/IFJ_2016_V0/images/FC_A71.pdf new file mode 100644 index 0000000..fd77dec --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_A71.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_A72.pdf b/Seminars/IFJ_2016_V0/images/FC_A72.pdf new file mode 100644 index 0000000..10ab19e --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_A72.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_A73.pdf b/Seminars/IFJ_2016_V0/images/FC_A73.pdf new file mode 100644 index 0000000..33585e3 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_A73.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_A74.pdf b/Seminars/IFJ_2016_V0/images/FC_A74.pdf new file mode 100644 index 0000000..0922fd1 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_A74.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_A75.pdf b/Seminars/IFJ_2016_V0/images/FC_A75.pdf new file mode 100644 index 0000000..1885938 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_A75.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_A76.pdf b/Seminars/IFJ_2016_V0/images/FC_A76.pdf new file mode 100644 index 0000000..8d65654 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_A76.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_A77.pdf b/Seminars/IFJ_2016_V0/images/FC_A77.pdf new file mode 100644 index 0000000..a3d8caf --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_A77.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_A78.pdf b/Seminars/IFJ_2016_V0/images/FC_A78.pdf new file mode 100644 index 0000000..661f181 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_A78.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_A79.pdf b/Seminars/IFJ_2016_V0/images/FC_A79.pdf new file mode 100644 index 0000000..d424d5e --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_A79.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_A80.pdf b/Seminars/IFJ_2016_V0/images/FC_A80.pdf new file mode 100644 index 0000000..7557551 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_A80.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_A81.pdf b/Seminars/IFJ_2016_V0/images/FC_A81.pdf new file mode 100644 index 0000000..2618544 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_A81.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_A82.pdf b/Seminars/IFJ_2016_V0/images/FC_A82.pdf new file mode 100644 index 0000000..230789e --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_A82.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_A83.pdf b/Seminars/IFJ_2016_V0/images/FC_A83.pdf new file mode 100644 index 0000000..fbb9860 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_A83.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_A84.pdf b/Seminars/IFJ_2016_V0/images/FC_A84.pdf new file mode 100644 index 0000000..2c96535 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_A84.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_A85.pdf b/Seminars/IFJ_2016_V0/images/FC_A85.pdf new file mode 100644 index 0000000..a00ce1a --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_A85.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_A86.pdf b/Seminars/IFJ_2016_V0/images/FC_A86.pdf new file mode 100644 index 0000000..c9e1b16 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_A86.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_A87.pdf b/Seminars/IFJ_2016_V0/images/FC_A87.pdf new file mode 100644 index 0000000..af92798 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_A87.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_A88.pdf b/Seminars/IFJ_2016_V0/images/FC_A88.pdf new file mode 100644 index 0000000..3098091 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_A88.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_A89.pdf b/Seminars/IFJ_2016_V0/images/FC_A89.pdf new file mode 100644 index 0000000..d5cffbf --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_A89.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_A90.pdf b/Seminars/IFJ_2016_V0/images/FC_A90.pdf new file mode 100644 index 0000000..4987ea8 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_A90.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_A91.pdf b/Seminars/IFJ_2016_V0/images/FC_A91.pdf new file mode 100644 index 0000000..102fa15 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_A91.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_A92.pdf b/Seminars/IFJ_2016_V0/images/FC_A92.pdf new file mode 100644 index 0000000..4dfedec --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_A92.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_A93.pdf b/Seminars/IFJ_2016_V0/images/FC_A93.pdf new file mode 100644 index 0000000..9fe5a8b --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_A93.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_A94.pdf b/Seminars/IFJ_2016_V0/images/FC_A94.pdf new file mode 100644 index 0000000..1f85f86 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_A94.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_A95.pdf b/Seminars/IFJ_2016_V0/images/FC_A95.pdf new file mode 100644 index 0000000..0434401 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_A95.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_A96.pdf b/Seminars/IFJ_2016_V0/images/FC_A96.pdf new file mode 100644 index 0000000..f3be888 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_A96.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_A97.pdf b/Seminars/IFJ_2016_V0/images/FC_A97.pdf new file mode 100644 index 0000000..af5acad --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_A97.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_A98.pdf b/Seminars/IFJ_2016_V0/images/FC_A98.pdf new file mode 100644 index 0000000..886ce09 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_A98.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_A99.pdf b/Seminars/IFJ_2016_V0/images/FC_A99.pdf new file mode 100644 index 0000000..eb20ab3 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_A99.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_Afb0.pdf b/Seminars/IFJ_2016_V0/images/FC_Afb0.pdf new file mode 100644 index 0000000..3b87a93 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_Afb0.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_Afb1.pdf b/Seminars/IFJ_2016_V0/images/FC_Afb1.pdf new file mode 100644 index 0000000..b1b4200 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_Afb1.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_Afb2.pdf b/Seminars/IFJ_2016_V0/images/FC_Afb2.pdf new file mode 100644 index 0000000..3c9374f --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_Afb2.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_Afb3.pdf b/Seminars/IFJ_2016_V0/images/FC_Afb3.pdf new file mode 100644 index 0000000..bb7f3ae --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_Afb3.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_Afb4.pdf b/Seminars/IFJ_2016_V0/images/FC_Afb4.pdf new file mode 100644 index 0000000..eb318d9 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_Afb4.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_Afb5.pdf b/Seminars/IFJ_2016_V0/images/FC_Afb5.pdf new file mode 100644 index 0000000..cedd295 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_Afb5.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_Afb6.pdf b/Seminars/IFJ_2016_V0/images/FC_Afb6.pdf new file mode 100644 index 0000000..e7e1552 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_Afb6.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_Afb7.pdf b/Seminars/IFJ_2016_V0/images/FC_Afb7.pdf new file mode 100644 index 0000000..d16d2c6 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_Afb7.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_Afb8.pdf b/Seminars/IFJ_2016_V0/images/FC_Afb8.pdf new file mode 100644 index 0000000..12f413f --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_Afb8.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_Afb9.pdf b/Seminars/IFJ_2016_V0/images/FC_Afb9.pdf new file mode 100644 index 0000000..c3e5b25 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_Afb9.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_Fl0.pdf b/Seminars/IFJ_2016_V0/images/FC_Fl0.pdf new file mode 100644 index 0000000..673a86a --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_Fl0.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_Fl1.pdf b/Seminars/IFJ_2016_V0/images/FC_Fl1.pdf new file mode 100644 index 0000000..1cc8c23 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_Fl1.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_Fl2.pdf b/Seminars/IFJ_2016_V0/images/FC_Fl2.pdf new file mode 100644 index 0000000..5b637f5 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_Fl2.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_Fl3.pdf b/Seminars/IFJ_2016_V0/images/FC_Fl3.pdf new file mode 100644 index 0000000..86a0bde --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_Fl3.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_Fl4.pdf b/Seminars/IFJ_2016_V0/images/FC_Fl4.pdf new file mode 100644 index 0000000..5185fd6 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_Fl4.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_Fl5.pdf b/Seminars/IFJ_2016_V0/images/FC_Fl5.pdf new file mode 100644 index 0000000..32fa5c7 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_Fl5.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_Fl6.pdf b/Seminars/IFJ_2016_V0/images/FC_Fl6.pdf new file mode 100644 index 0000000..731283a --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_Fl6.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_Fl7.pdf b/Seminars/IFJ_2016_V0/images/FC_Fl7.pdf new file mode 100644 index 0000000..9560a4d --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_Fl7.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_Fl8.pdf b/Seminars/IFJ_2016_V0/images/FC_Fl8.pdf new file mode 100644 index 0000000..47f0c9b --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_Fl8.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_Fl9.pdf b/Seminars/IFJ_2016_V0/images/FC_Fl9.pdf new file mode 100644 index 0000000..ea00352 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_Fl9.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_P10.pdf b/Seminars/IFJ_2016_V0/images/FC_P10.pdf new file mode 100644 index 0000000..6b64204 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_P10.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_P11.pdf b/Seminars/IFJ_2016_V0/images/FC_P11.pdf new file mode 100644 index 0000000..f2134bd --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_P11.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_P12.pdf b/Seminars/IFJ_2016_V0/images/FC_P12.pdf new file mode 100644 index 0000000..a46b32c --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_P12.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_P13.pdf b/Seminars/IFJ_2016_V0/images/FC_P13.pdf new file mode 100644 index 0000000..2d2386e --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_P13.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_P14.pdf b/Seminars/IFJ_2016_V0/images/FC_P14.pdf new file mode 100644 index 0000000..2dba9c6 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_P14.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_P15.pdf b/Seminars/IFJ_2016_V0/images/FC_P15.pdf new file mode 100644 index 0000000..0325d9f --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_P15.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_P16.pdf b/Seminars/IFJ_2016_V0/images/FC_P16.pdf new file mode 100644 index 0000000..ef2cd10 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_P16.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_P17.pdf b/Seminars/IFJ_2016_V0/images/FC_P17.pdf new file mode 100644 index 0000000..9ee46b1 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_P17.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_P18.pdf b/Seminars/IFJ_2016_V0/images/FC_P18.pdf new file mode 100644 index 0000000..bf9c48a --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_P18.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_P19.pdf b/Seminars/IFJ_2016_V0/images/FC_P19.pdf new file mode 100644 index 0000000..4615e5a --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_P19.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_P20.pdf b/Seminars/IFJ_2016_V0/images/FC_P20.pdf new file mode 100644 index 0000000..a87d7fe --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_P20.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_P21.pdf b/Seminars/IFJ_2016_V0/images/FC_P21.pdf new file mode 100644 index 0000000..a6df0f1 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_P21.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_P22.pdf b/Seminars/IFJ_2016_V0/images/FC_P22.pdf new file mode 100644 index 0000000..5a39d3a --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_P22.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_P23.pdf b/Seminars/IFJ_2016_V0/images/FC_P23.pdf new file mode 100644 index 0000000..302f7ac --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_P23.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_P24.pdf b/Seminars/IFJ_2016_V0/images/FC_P24.pdf new file mode 100644 index 0000000..58d2fb2 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_P24.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_P25.pdf b/Seminars/IFJ_2016_V0/images/FC_P25.pdf new file mode 100644 index 0000000..bade8a1 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_P25.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_P26.pdf b/Seminars/IFJ_2016_V0/images/FC_P26.pdf new file mode 100644 index 0000000..f8bc711 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_P26.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_P27.pdf b/Seminars/IFJ_2016_V0/images/FC_P27.pdf new file mode 100644 index 0000000..1bdfd6d --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_P27.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_P28.pdf b/Seminars/IFJ_2016_V0/images/FC_P28.pdf new file mode 100644 index 0000000..4686644 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_P28.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_P29.pdf b/Seminars/IFJ_2016_V0/images/FC_P29.pdf new file mode 100644 index 0000000..5662e22 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_P29.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_P30.pdf b/Seminars/IFJ_2016_V0/images/FC_P30.pdf new file mode 100644 index 0000000..162eef4 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_P30.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_P31.pdf b/Seminars/IFJ_2016_V0/images/FC_P31.pdf new file mode 100644 index 0000000..cdab92a --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_P31.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_P32.pdf b/Seminars/IFJ_2016_V0/images/FC_P32.pdf new file mode 100644 index 0000000..0af7bf5 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_P32.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_P33.pdf b/Seminars/IFJ_2016_V0/images/FC_P33.pdf new file mode 100644 index 0000000..311ab38 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_P33.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_P34.pdf b/Seminars/IFJ_2016_V0/images/FC_P34.pdf new file mode 100644 index 0000000..5cdc87e --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_P34.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_P35.pdf b/Seminars/IFJ_2016_V0/images/FC_P35.pdf new file mode 100644 index 0000000..58afb14 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_P35.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_P36.pdf b/Seminars/IFJ_2016_V0/images/FC_P36.pdf new file mode 100644 index 0000000..0043d1f --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_P36.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_P37.pdf b/Seminars/IFJ_2016_V0/images/FC_P37.pdf new file mode 100644 index 0000000..c9495eb --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_P37.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_P38.pdf b/Seminars/IFJ_2016_V0/images/FC_P38.pdf new file mode 100644 index 0000000..98b9a81 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_P38.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_P39.pdf b/Seminars/IFJ_2016_V0/images/FC_P39.pdf new file mode 100644 index 0000000..60aa4b6 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_P39.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_P40.pdf b/Seminars/IFJ_2016_V0/images/FC_P40.pdf new file mode 100644 index 0000000..1e2c104 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_P40.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_P41.pdf b/Seminars/IFJ_2016_V0/images/FC_P41.pdf new file mode 100644 index 0000000..c07adc3 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_P41.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_P42.pdf b/Seminars/IFJ_2016_V0/images/FC_P42.pdf new file mode 100644 index 0000000..3714680 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_P42.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_P43.pdf b/Seminars/IFJ_2016_V0/images/FC_P43.pdf new file mode 100644 index 0000000..5be39e6 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_P43.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_P44.pdf b/Seminars/IFJ_2016_V0/images/FC_P44.pdf new file mode 100644 index 0000000..2274979 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_P44.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_P45.pdf b/Seminars/IFJ_2016_V0/images/FC_P45.pdf new file mode 100644 index 0000000..6fb2338 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_P45.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_P46.pdf b/Seminars/IFJ_2016_V0/images/FC_P46.pdf new file mode 100644 index 0000000..c491847 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_P46.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_P47.pdf b/Seminars/IFJ_2016_V0/images/FC_P47.pdf new file mode 100644 index 0000000..0ad02d7 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_P47.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_P48.pdf b/Seminars/IFJ_2016_V0/images/FC_P48.pdf new file mode 100644 index 0000000..9e18788 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_P48.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_P49.pdf b/Seminars/IFJ_2016_V0/images/FC_P49.pdf new file mode 100644 index 0000000..b123c66 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_P49.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_P50.pdf b/Seminars/IFJ_2016_V0/images/FC_P50.pdf new file mode 100644 index 0000000..2975c66 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_P50.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_P51.pdf b/Seminars/IFJ_2016_V0/images/FC_P51.pdf new file mode 100644 index 0000000..31321f6 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_P51.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_P52.pdf b/Seminars/IFJ_2016_V0/images/FC_P52.pdf new file mode 100644 index 0000000..78cd41c --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_P52.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_P53.pdf b/Seminars/IFJ_2016_V0/images/FC_P53.pdf new file mode 100644 index 0000000..c4d71a1 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_P53.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_P54.pdf b/Seminars/IFJ_2016_V0/images/FC_P54.pdf new file mode 100644 index 0000000..06864f7 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_P54.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_P55.pdf b/Seminars/IFJ_2016_V0/images/FC_P55.pdf new file mode 100644 index 0000000..e4260a1 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_P55.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_P56.pdf b/Seminars/IFJ_2016_V0/images/FC_P56.pdf new file mode 100644 index 0000000..48d3241 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_P56.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_P57.pdf b/Seminars/IFJ_2016_V0/images/FC_P57.pdf new file mode 100644 index 0000000..ee756ab --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_P57.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_P58.pdf b/Seminars/IFJ_2016_V0/images/FC_P58.pdf new file mode 100644 index 0000000..97efeeb --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_P58.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_P59.pdf b/Seminars/IFJ_2016_V0/images/FC_P59.pdf new file mode 100644 index 0000000..5f8e09d --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_P59.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_P60.pdf b/Seminars/IFJ_2016_V0/images/FC_P60.pdf new file mode 100644 index 0000000..2e3eea0 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_P60.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_P61.pdf b/Seminars/IFJ_2016_V0/images/FC_P61.pdf new file mode 100644 index 0000000..d59a774 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_P61.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_P62.pdf b/Seminars/IFJ_2016_V0/images/FC_P62.pdf new file mode 100644 index 0000000..859d2c8 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_P62.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_P63.pdf b/Seminars/IFJ_2016_V0/images/FC_P63.pdf new file mode 100644 index 0000000..4453028 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_P63.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_P64.pdf b/Seminars/IFJ_2016_V0/images/FC_P64.pdf new file mode 100644 index 0000000..e818d34 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_P64.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_P65.pdf b/Seminars/IFJ_2016_V0/images/FC_P65.pdf new file mode 100644 index 0000000..819bc81 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_P65.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_P66.pdf b/Seminars/IFJ_2016_V0/images/FC_P66.pdf new file mode 100644 index 0000000..673cb93 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_P66.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_P67.pdf b/Seminars/IFJ_2016_V0/images/FC_P67.pdf new file mode 100644 index 0000000..c472bc8 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_P67.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_P68.pdf b/Seminars/IFJ_2016_V0/images/FC_P68.pdf new file mode 100644 index 0000000..3b17255 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_P68.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_P69.pdf b/Seminars/IFJ_2016_V0/images/FC_P69.pdf new file mode 100644 index 0000000..5b4fc08 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_P69.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_P80.pdf b/Seminars/IFJ_2016_V0/images/FC_P80.pdf new file mode 100644 index 0000000..75f5d13 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_P80.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_P81.pdf b/Seminars/IFJ_2016_V0/images/FC_P81.pdf new file mode 100644 index 0000000..8cb9c8d --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_P81.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_P82.pdf b/Seminars/IFJ_2016_V0/images/FC_P82.pdf new file mode 100644 index 0000000..8ac4cda --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_P82.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_P83.pdf b/Seminars/IFJ_2016_V0/images/FC_P83.pdf new file mode 100644 index 0000000..c338391 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_P83.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_P84.pdf b/Seminars/IFJ_2016_V0/images/FC_P84.pdf new file mode 100644 index 0000000..7a810f6 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_P84.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_P85.pdf b/Seminars/IFJ_2016_V0/images/FC_P85.pdf new file mode 100644 index 0000000..0365a6a --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_P85.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_P86.pdf b/Seminars/IFJ_2016_V0/images/FC_P86.pdf new file mode 100644 index 0000000..27cb21c --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_P86.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_P87.pdf b/Seminars/IFJ_2016_V0/images/FC_P87.pdf new file mode 100644 index 0000000..288423b --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_P87.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_P88.pdf b/Seminars/IFJ_2016_V0/images/FC_P88.pdf new file mode 100644 index 0000000..e0b70e0 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_P88.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_P89.pdf b/Seminars/IFJ_2016_V0/images/FC_P89.pdf new file mode 100644 index 0000000..cb55499 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_P89.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_S30.pdf b/Seminars/IFJ_2016_V0/images/FC_S30.pdf new file mode 100644 index 0000000..d498407 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_S30.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_S31.pdf b/Seminars/IFJ_2016_V0/images/FC_S31.pdf new file mode 100644 index 0000000..81d5d35 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_S31.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_S32.pdf b/Seminars/IFJ_2016_V0/images/FC_S32.pdf new file mode 100644 index 0000000..a308e8e --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_S32.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_S33.pdf b/Seminars/IFJ_2016_V0/images/FC_S33.pdf new file mode 100644 index 0000000..d0bcde9 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_S33.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_S34.pdf b/Seminars/IFJ_2016_V0/images/FC_S34.pdf new file mode 100644 index 0000000..e83f0ed --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_S34.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_S35.pdf b/Seminars/IFJ_2016_V0/images/FC_S35.pdf new file mode 100644 index 0000000..2762349 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_S35.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_S36.pdf b/Seminars/IFJ_2016_V0/images/FC_S36.pdf new file mode 100644 index 0000000..e6d4e55 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_S36.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_S37.pdf b/Seminars/IFJ_2016_V0/images/FC_S37.pdf new file mode 100644 index 0000000..46e3107 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_S37.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_S38.pdf b/Seminars/IFJ_2016_V0/images/FC_S38.pdf new file mode 100644 index 0000000..2950a8c --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_S38.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_S39.pdf b/Seminars/IFJ_2016_V0/images/FC_S39.pdf new file mode 100644 index 0000000..51a9853 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_S39.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_S40.pdf b/Seminars/IFJ_2016_V0/images/FC_S40.pdf new file mode 100644 index 0000000..d955f30 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_S40.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_S41.pdf b/Seminars/IFJ_2016_V0/images/FC_S41.pdf new file mode 100644 index 0000000..b9100ea --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_S41.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_S42.pdf b/Seminars/IFJ_2016_V0/images/FC_S42.pdf new file mode 100644 index 0000000..46b37cf --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_S42.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_S43.pdf b/Seminars/IFJ_2016_V0/images/FC_S43.pdf new file mode 100644 index 0000000..24f5624 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_S43.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_S44.pdf b/Seminars/IFJ_2016_V0/images/FC_S44.pdf new file mode 100644 index 0000000..7bb59df --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_S44.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_S45.pdf b/Seminars/IFJ_2016_V0/images/FC_S45.pdf new file mode 100644 index 0000000..24a732e --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_S45.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_S46.pdf b/Seminars/IFJ_2016_V0/images/FC_S46.pdf new file mode 100644 index 0000000..c0524ba --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_S46.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_S47.pdf b/Seminars/IFJ_2016_V0/images/FC_S47.pdf new file mode 100644 index 0000000..aa77ad4 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_S47.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_S48.pdf b/Seminars/IFJ_2016_V0/images/FC_S48.pdf new file mode 100644 index 0000000..7a1709b --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_S48.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_S49.pdf b/Seminars/IFJ_2016_V0/images/FC_S49.pdf new file mode 100644 index 0000000..cc13c32 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_S49.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_S50.pdf b/Seminars/IFJ_2016_V0/images/FC_S50.pdf new file mode 100644 index 0000000..acb8e10 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_S50.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_S51.pdf b/Seminars/IFJ_2016_V0/images/FC_S51.pdf new file mode 100644 index 0000000..e71840c --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_S51.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_S52.pdf b/Seminars/IFJ_2016_V0/images/FC_S52.pdf new file mode 100644 index 0000000..eb53203 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_S52.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_S53.pdf b/Seminars/IFJ_2016_V0/images/FC_S53.pdf new file mode 100644 index 0000000..852159f --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_S53.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_S54.pdf b/Seminars/IFJ_2016_V0/images/FC_S54.pdf new file mode 100644 index 0000000..369b408 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_S54.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_S55.pdf b/Seminars/IFJ_2016_V0/images/FC_S55.pdf new file mode 100644 index 0000000..338d4aa --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_S55.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_S56.pdf b/Seminars/IFJ_2016_V0/images/FC_S56.pdf new file mode 100644 index 0000000..4635ca4 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_S56.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_S57.pdf b/Seminars/IFJ_2016_V0/images/FC_S57.pdf new file mode 100644 index 0000000..a29ebfb --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_S57.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_S58.pdf b/Seminars/IFJ_2016_V0/images/FC_S58.pdf new file mode 100644 index 0000000..58a81ef --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_S58.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_S59.pdf b/Seminars/IFJ_2016_V0/images/FC_S59.pdf new file mode 100644 index 0000000..1ed97d3 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_S59.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_S70.pdf b/Seminars/IFJ_2016_V0/images/FC_S70.pdf new file mode 100644 index 0000000..03e7e00 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_S70.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_S71.pdf b/Seminars/IFJ_2016_V0/images/FC_S71.pdf new file mode 100644 index 0000000..37271a9 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_S71.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_S72.pdf b/Seminars/IFJ_2016_V0/images/FC_S72.pdf new file mode 100644 index 0000000..c305b60 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_S72.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_S73.pdf b/Seminars/IFJ_2016_V0/images/FC_S73.pdf new file mode 100644 index 0000000..dcbc1e6 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_S73.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_S74.pdf b/Seminars/IFJ_2016_V0/images/FC_S74.pdf new file mode 100644 index 0000000..1dac9e0 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_S74.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_S75.pdf b/Seminars/IFJ_2016_V0/images/FC_S75.pdf new file mode 100644 index 0000000..3fb1311 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_S75.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_S76.pdf b/Seminars/IFJ_2016_V0/images/FC_S76.pdf new file mode 100644 index 0000000..915bed8 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_S76.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_S77.pdf b/Seminars/IFJ_2016_V0/images/FC_S77.pdf new file mode 100644 index 0000000..5f1f0a4 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_S77.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_S78.pdf b/Seminars/IFJ_2016_V0/images/FC_S78.pdf new file mode 100644 index 0000000..570af00 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_S78.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_S79.pdf b/Seminars/IFJ_2016_V0/images/FC_S79.pdf new file mode 100644 index 0000000..a693c9e --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_S79.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_S80.pdf b/Seminars/IFJ_2016_V0/images/FC_S80.pdf new file mode 100644 index 0000000..64ae90d --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_S80.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_S81.pdf b/Seminars/IFJ_2016_V0/images/FC_S81.pdf new file mode 100644 index 0000000..62ada35 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_S81.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_S82.pdf b/Seminars/IFJ_2016_V0/images/FC_S82.pdf new file mode 100644 index 0000000..8f7bf30 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_S82.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_S83.pdf b/Seminars/IFJ_2016_V0/images/FC_S83.pdf new file mode 100644 index 0000000..f8ac0ef --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_S83.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_S84.pdf b/Seminars/IFJ_2016_V0/images/FC_S84.pdf new file mode 100644 index 0000000..bc25e1f --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_S84.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_S85.pdf b/Seminars/IFJ_2016_V0/images/FC_S85.pdf new file mode 100644 index 0000000..3342b46 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_S85.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_S86.pdf b/Seminars/IFJ_2016_V0/images/FC_S86.pdf new file mode 100644 index 0000000..6f5451e --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_S86.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_S87.pdf b/Seminars/IFJ_2016_V0/images/FC_S87.pdf new file mode 100644 index 0000000..e85ab12 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_S87.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_S88.pdf b/Seminars/IFJ_2016_V0/images/FC_S88.pdf new file mode 100644 index 0000000..646df92 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_S88.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_S89.pdf b/Seminars/IFJ_2016_V0/images/FC_S89.pdf new file mode 100644 index 0000000..bb3f786 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_S89.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_S90.pdf b/Seminars/IFJ_2016_V0/images/FC_S90.pdf new file mode 100644 index 0000000..3da67f4 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_S90.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_S91.pdf b/Seminars/IFJ_2016_V0/images/FC_S91.pdf new file mode 100644 index 0000000..18cb8ff --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_S91.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_S92.pdf b/Seminars/IFJ_2016_V0/images/FC_S92.pdf new file mode 100644 index 0000000..756db01 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_S92.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_S93.pdf b/Seminars/IFJ_2016_V0/images/FC_S93.pdf new file mode 100644 index 0000000..d74e861 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_S93.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_S94.pdf b/Seminars/IFJ_2016_V0/images/FC_S94.pdf new file mode 100644 index 0000000..1a41b32 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_S94.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_S95.pdf b/Seminars/IFJ_2016_V0/images/FC_S95.pdf new file mode 100644 index 0000000..9c3bcac --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_S95.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_S96.pdf b/Seminars/IFJ_2016_V0/images/FC_S96.pdf new file mode 100644 index 0000000..50d563c --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_S96.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_S97.pdf b/Seminars/IFJ_2016_V0/images/FC_S97.pdf new file mode 100644 index 0000000..64e8624 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_S97.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_S98.pdf b/Seminars/IFJ_2016_V0/images/FC_S98.pdf new file mode 100644 index 0000000..fe8a979 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_S98.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_S99.pdf b/Seminars/IFJ_2016_V0/images/FC_S99.pdf new file mode 100644 index 0000000..e4b33a8 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_S99.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FC_scans.tgz b/Seminars/IFJ_2016_V0/images/FC_scans.tgz new file mode 100644 index 0000000..16c328d --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FC_scans.tgz Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FLPad.pdf b/Seminars/IFJ_2016_V0/images/FLPad.pdf new file mode 100644 index 0000000..c7b6105 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FLPad.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/Fig1.pdf b/Seminars/IFJ_2016_V0/images/Fig1.pdf new file mode 100644 index 0000000..8b2fd28 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/Fig1.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/Fig17.pdf b/Seminars/IFJ_2016_V0/images/Fig17.pdf new file mode 100644 index 0000000..d146dd1 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/Fig17.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/Fig2a.pdf b/Seminars/IFJ_2016_V0/images/Fig2a.pdf new file mode 100644 index 0000000..24c13ca --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/Fig2a.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/Fig2b.pdf b/Seminars/IFJ_2016_V0/images/Fig2b.pdf new file mode 100644 index 0000000..8dac057 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/Fig2b.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/Fig2c.pdf b/Seminars/IFJ_2016_V0/images/Fig2c.pdf new file mode 100644 index 0000000..f0a5cd5 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/Fig2c.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/Fig2d.pdf b/Seminars/IFJ_2016_V0/images/Fig2d.pdf new file mode 100644 index 0000000..d8bc86f --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/Fig2d.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/Fig3a.pdf b/Seminars/IFJ_2016_V0/images/Fig3a.pdf new file mode 100644 index 0000000..0d94a6c --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/Fig3a.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/Fig3a.png b/Seminars/IFJ_2016_V0/images/Fig3a.png new file mode 100644 index 0000000..1d0c25d --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/Fig3a.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/Fig3b.pdf b/Seminars/IFJ_2016_V0/images/Fig3b.pdf new file mode 100644 index 0000000..88c362c --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/Fig3b.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/Fig3c.pdf b/Seminars/IFJ_2016_V0/images/Fig3c.pdf new file mode 100644 index 0000000..2ece0d2 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/Fig3c.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/Fig3d.pdf b/Seminars/IFJ_2016_V0/images/Fig3d.pdf new file mode 100644 index 0000000..79de3af --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/Fig3d.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/Fig3e.pdf b/Seminars/IFJ_2016_V0/images/Fig3e.pdf new file mode 100644 index 0000000..25823d7 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/Fig3e.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/Fig6a.png b/Seminars/IFJ_2016_V0/images/Fig6a.png new file mode 100644 index 0000000..94e2896 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/Fig6a.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/Fig6b.png b/Seminars/IFJ_2016_V0/images/Fig6b.png new file mode 100644 index 0000000..13b2382 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/Fig6b.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FitJpsiKstar_1.pdf b/Seminars/IFJ_2016_V0/images/FitJpsiKstar_1.pdf new file mode 100644 index 0000000..cc5658a --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FitJpsiKstar_1.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FitJpsiKstar_withBDT_withoutPartially.pdf b/Seminars/IFJ_2016_V0/images/FitJpsiKstar_withBDT_withoutPartially.pdf new file mode 100644 index 0000000..8e08027 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FitJpsiKstar_withBDT_withoutPartially.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/FittoD23pi_2012.pdf b/Seminars/IFJ_2016_V0/images/FittoD23pi_2012.pdf new file mode 100644 index 0000000..3cfcb92 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/FittoD23pi_2012.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/ForTom_Q2_FLATQ2.pdf b/Seminars/IFJ_2016_V0/images/ForTom_Q2_FLATQ2.pdf new file mode 100644 index 0000000..0fd7a80 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/ForTom_Q2_FLATQ2.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/ForTom_Q2_FLATQ2_Kmumu.pdf b/Seminars/IFJ_2016_V0/images/ForTom_Q2_FLATQ2_Kmumu.pdf new file mode 100644 index 0000000..4c61fc8 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/ForTom_Q2_FLATQ2_Kmumu.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/GIM.png b/Seminars/IFJ_2016_V0/images/GIM.png new file mode 100644 index 0000000..fdf63cc --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/GIM.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/GIM2.png b/Seminars/IFJ_2016_V0/images/GIM2.png new file mode 100644 index 0000000..986818d --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/GIM2.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/GIM3.png b/Seminars/IFJ_2016_V0/images/GIM3.png new file mode 100644 index 0000000..9b1e98d --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/GIM3.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/Higs_Ellis_SM.png b/Seminars/IFJ_2016_V0/images/Higs_Ellis_SM.png new file mode 100644 index 0000000..7722291 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/Higs_Ellis_SM.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/Inflaton_parameter_space_log.pdf b/Seminars/IFJ_2016_V0/images/Inflaton_parameter_space_log.pdf new file mode 100644 index 0000000..710d417 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/Inflaton_parameter_space_log.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/J1c.png b/Seminars/IFJ_2016_V0/images/J1c.png new file mode 100644 index 0000000..60e5203 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/J1c.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/J1s.png b/Seminars/IFJ_2016_V0/images/J1s.png new file mode 100644 index 0000000..8154e01 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/J1s.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/J2c.png b/Seminars/IFJ_2016_V0/images/J2c.png new file mode 100644 index 0000000..f68f2e9 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/J2c.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/J2s.png b/Seminars/IFJ_2016_V0/images/J2s.png new file mode 100644 index 0000000..0b300b6 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/J2s.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/J3.png b/Seminars/IFJ_2016_V0/images/J3.png new file mode 100644 index 0000000..db39e30 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/J3.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/J4.png b/Seminars/IFJ_2016_V0/images/J4.png new file mode 100644 index 0000000..cc469d0 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/J4.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/J5.png b/Seminars/IFJ_2016_V0/images/J5.png new file mode 100644 index 0000000..4506e22 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/J5.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/J6c.png b/Seminars/IFJ_2016_V0/images/J6c.png new file mode 100644 index 0000000..fd4b1bc --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/J6c.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/J6s.png b/Seminars/IFJ_2016_V0/images/J6s.png new file mode 100644 index 0000000..3dc2eca --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/J6s.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/J7.png b/Seminars/IFJ_2016_V0/images/J7.png new file mode 100644 index 0000000..0d33531 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/J7.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/J8.png b/Seminars/IFJ_2016_V0/images/J8.png new file mode 100644 index 0000000..144232d --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/J8.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/J9.png b/Seminars/IFJ_2016_V0/images/J9.png new file mode 100644 index 0000000..87206fb --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/J9.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/Joke.jpg b/Seminars/IFJ_2016_V0/images/Joke.jpg new file mode 100644 index 0000000..5f007b0 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/Joke.jpg Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/Kstee.png b/Seminars/IFJ_2016_V0/images/Kstee.png new file mode 100644 index 0000000..0bc9a1a --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/Kstee.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/Kstee2.png b/Seminars/IFJ_2016_V0/images/Kstee2.png new file mode 100644 index 0000000..247c9e4 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/Kstee2.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/LLLL.pdf b/Seminars/IFJ_2016_V0/images/LLLL.pdf new file mode 100644 index 0000000..7286841 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/LLLL.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/LLLLRAD.pdf b/Seminars/IFJ_2016_V0/images/LLLLRAD.pdf new file mode 100644 index 0000000..3a65c21 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/LLLLRAD.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/LLLLRAD_emumu.pdf b/Seminars/IFJ_2016_V0/images/LLLLRAD_emumu.pdf new file mode 100644 index 0000000..cc1402c --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/LLLLRAD_emumu.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/LLLL_emumu.pdf b/Seminars/IFJ_2016_V0/images/LLLL_emumu.pdf new file mode 100644 index 0000000..4246a21 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/LLLL_emumu.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/LLLL_emumuSS.pdf b/Seminars/IFJ_2016_V0/images/LLLL_emumuSS.pdf new file mode 100644 index 0000000..429e716 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/LLLL_emumuSS.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/LLRR.pdf b/Seminars/IFJ_2016_V0/images/LLRR.pdf new file mode 100644 index 0000000..1dd0d98 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/LLRR.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/LLRRRAD.pdf b/Seminars/IFJ_2016_V0/images/LLRRRAD.pdf new file mode 100644 index 0000000..a30b5b5 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/LLRRRAD.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/LLRRRAD_emumu.pdf b/Seminars/IFJ_2016_V0/images/LLRRRAD_emumu.pdf new file mode 100644 index 0000000..b80f981 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/LLRRRAD_emumu.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/LLRR_emumuSS.pdf b/Seminars/IFJ_2016_V0/images/LLRR_emumuSS.pdf new file mode 100644 index 0000000..a8a02b2 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/LLRR_emumuSS.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/LLRR_emumu_GE.pdf b/Seminars/IFJ_2016_V0/images/LLRR_emumu_GE.pdf new file mode 100644 index 0000000..7f82d2a --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/LLRR_emumu_GE.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/LLRR_emumu_GMU.pdf b/Seminars/IFJ_2016_V0/images/LLRR_emumu_GMU.pdf new file mode 100644 index 0000000..fa82961 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/LLRR_emumu_GMU.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/LPHNE_iso2.png b/Seminars/IFJ_2016_V0/images/LPHNE_iso2.png new file mode 100644 index 0000000..47f7e41 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/LPHNE_iso2.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/Lb_BR.png b/Seminars/IFJ_2016_V0/images/Lb_BR.png new file mode 100644 index 0000000..7793af3 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/Lb_BR.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/Lbhigh.png b/Seminars/IFJ_2016_V0/images/Lbhigh.png new file mode 100644 index 0000000..04c8f0c --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/Lbhigh.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/Lblow.png b/Seminars/IFJ_2016_V0/images/Lblow.png new file mode 100644 index 0000000..3510696 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/Lblow.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/MMatrix.pdf b/Seminars/IFJ_2016_V0/images/MMatrix.pdf new file mode 100644 index 0000000..49c6cbc --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/MMatrix.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/MN_BLEND_FLAT.png b/Seminars/IFJ_2016_V0/images/MN_BLEND_FLAT.png new file mode 100644 index 0000000..65f42bb --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/MN_BLEND_FLAT.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/NP.png b/Seminars/IFJ_2016_V0/images/NP.png new file mode 100644 index 0000000..988f545 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/NP.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/NP_couplings.png b/Seminars/IFJ_2016_V0/images/NP_couplings.png new file mode 100644 index 0000000..95bea1e --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/NP_couplings.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/P5pPad.pdf b/Seminars/IFJ_2016_V0/images/P5pPad.pdf new file mode 100644 index 0000000..71f476f --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/P5pPad.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/P5pPadOverlay.pdf b/Seminars/IFJ_2016_V0/images/P5pPadOverlay.pdf new file mode 100644 index 0000000..10cd614 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/P5pPadOverlay.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/P5prime.png b/Seminars/IFJ_2016_V0/images/P5prime.png new file mode 100644 index 0000000..480a9c3 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/P5prime.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/QCDSHIT.png b/Seminars/IFJ_2016_V0/images/QCDSHIT.png new file mode 100644 index 0000000..b9e57d2 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/QCDSHIT.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/RAD.pdf b/Seminars/IFJ_2016_V0/images/RAD.pdf new file mode 100644 index 0000000..afac830 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/RAD.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/RAD_emumu.pdf b/Seminars/IFJ_2016_V0/images/RAD_emumu.pdf new file mode 100644 index 0000000..fc7f9f4 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/RAD_emumu.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/RDstar.png b/Seminars/IFJ_2016_V0/images/RDstar.png new file mode 100644 index 0000000..5113cc4 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/RDstar.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/RK.png b/Seminars/IFJ_2016_V0/images/RK.png new file mode 100644 index 0000000..868c016 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/RK.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/Roger-plot.eps b/Seminars/IFJ_2016_V0/images/Roger-plot.eps new file mode 100644 index 0000000..eda96b0 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/Roger-plot.eps Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/Roger-plot.pdf b/Seminars/IFJ_2016_V0/images/Roger-plot.pdf new file mode 100644 index 0000000..ed6a378 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/Roger-plot.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/S3Pad.pdf b/Seminars/IFJ_2016_V0/images/S3Pad.pdf new file mode 100644 index 0000000..cb7f3de --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/S3Pad.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/S4Pad.pdf b/Seminars/IFJ_2016_V0/images/S4Pad.pdf new file mode 100644 index 0000000..3e13b48 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/S4Pad.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/S5Pad.pdf b/Seminars/IFJ_2016_V0/images/S5Pad.pdf new file mode 100644 index 0000000..14f6c88 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/S5Pad.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/S6cPad.pdf b/Seminars/IFJ_2016_V0/images/S6cPad.pdf new file mode 100644 index 0000000..236ebea --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/S6cPad.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/S7Pad.pdf b/Seminars/IFJ_2016_V0/images/S7Pad.pdf new file mode 100644 index 0000000..83326d6 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/S7Pad.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/S8Pad.pdf b/Seminars/IFJ_2016_V0/images/S8Pad.pdf new file mode 100644 index 0000000..d97086a --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/S8Pad.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/S9Pad.pdf b/Seminars/IFJ_2016_V0/images/S9Pad.pdf new file mode 100644 index 0000000..379bf36 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/S9Pad.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/ST_logo.gif b/Seminars/IFJ_2016_V0/images/ST_logo.gif new file mode 100644 index 0000000..fcb090c --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/ST_logo.gif Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/ST_logo.png b/Seminars/IFJ_2016_V0/images/ST_logo.png new file mode 100644 index 0000000..81d2f0d --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/ST_logo.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/ST_logosmall.gif b/Seminars/IFJ_2016_V0/images/ST_logosmall.gif new file mode 100644 index 0000000..9db1daa --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/ST_logosmall.gif Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/SUSY.png b/Seminars/IFJ_2016_V0/images/SUSY.png new file mode 100644 index 0000000..f9a80da --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/SUSY.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/Scaling_factor.pdf b/Seminars/IFJ_2016_V0/images/Scaling_factor.pdf new file mode 100644 index 0000000..d2668c9 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/Scaling_factor.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/TauLFV_UL_2013001.pdf b/Seminars/IFJ_2016_V0/images/TauLFV_UL_2013001.pdf new file mode 100644 index 0000000..9b16fe4 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/TauLFV_UL_2013001.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/TauLFV_UL_2013001_old.pdf b/Seminars/IFJ_2016_V0/images/TauLFV_UL_2013001_old.pdf new file mode 100644 index 0000000..8c1dfe3 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/TauLFV_UL_2013001_old.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/TauLFV_UL_2014001.png b/Seminars/IFJ_2016_V0/images/TauLFV_UL_2014001.png new file mode 100644 index 0000000..2f7189f --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/TauLFV_UL_2014001.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/TauLFV_UL_2014001_averaged.png b/Seminars/IFJ_2016_V0/images/TauLFV_UL_2014001_averaged.png new file mode 100644 index 0000000..517b8f5 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/TauLFV_UL_2014001_averaged.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/TauLFV_UL_2014001_averaged_zoom.png b/Seminars/IFJ_2016_V0/images/TauLFV_UL_2014001_averaged_zoom.png new file mode 100644 index 0000000..bc5570e --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/TauLFV_UL_2014001_averaged_zoom.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/University-of-Zurich-Logo1.png b/Seminars/IFJ_2016_V0/images/University-of-Zurich-Logo1.png new file mode 100644 index 0000000..e3afe2b --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/University-of-Zurich-Logo1.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/WMH.pdf b/Seminars/IFJ_2016_V0/images/WMH.pdf new file mode 100644 index 0000000..9b6ae96 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/WMH.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/Z_rich_18.jpg b/Seminars/IFJ_2016_V0/images/Z_rich_18.jpg new file mode 100644 index 0000000..5899422 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/Z_rich_18.jpg Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/Z_rich_24.jpg b/Seminars/IFJ_2016_V0/images/Z_rich_24.jpg new file mode 100644 index 0000000..98b4d4a --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/Z_rich_24.jpg Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/Z_rich_30.jpg b/Seminars/IFJ_2016_V0/images/Z_rich_30.jpg new file mode 100644 index 0000000..59ee3dd --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/Z_rich_30.jpg Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/all.png b/Seminars/IFJ_2016_V0/images/all.png new file mode 100644 index 0000000..0830056 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/all.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/amplitudes_AFB.pdf b/Seminars/IFJ_2016_V0/images/amplitudes_AFB.pdf new file mode 100644 index 0000000..b534271 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/amplitudes_AFB.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/amplitudes_AFBOverlay.pdf b/Seminars/IFJ_2016_V0/images/amplitudes_AFBOverlay.pdf new file mode 100644 index 0000000..ccc8023 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/amplitudes_AFBOverlay.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/amplitudes_S4.pdf b/Seminars/IFJ_2016_V0/images/amplitudes_S4.pdf new file mode 100644 index 0000000..ca551ff --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/amplitudes_S4.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/amplitudes_S4Overlay.pdf b/Seminars/IFJ_2016_V0/images/amplitudes_S4Overlay.pdf new file mode 100644 index 0000000..e2a5fdd --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/amplitudes_S4Overlay.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/amplitudes_S5.pdf b/Seminars/IFJ_2016_V0/images/amplitudes_S5.pdf new file mode 100644 index 0000000..58e4be7 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/amplitudes_S5.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/amplitudes_S5Overlay.pdf b/Seminars/IFJ_2016_V0/images/amplitudes_S5Overlay.pdf new file mode 100644 index 0000000..d53e1e5 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/amplitudes_S5Overlay.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/angles.png b/Seminars/IFJ_2016_V0/images/angles.png new file mode 100644 index 0000000..9f9bb29 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/angles.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/angles2.png b/Seminars/IFJ_2016_V0/images/angles2.png new file mode 100644 index 0000000..efa3201 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/angles2.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/angles3.png b/Seminars/IFJ_2016_V0/images/angles3.png new file mode 100644 index 0000000..40db4a2 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/angles3.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/aud.png b/Seminars/IFJ_2016_V0/images/aud.png new file mode 100644 index 0000000..7b2aefc --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/aud.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/backup.png b/Seminars/IFJ_2016_V0/images/backup.png new file mode 100644 index 0000000..82099fa --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/backup.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/banana.pdf b/Seminars/IFJ_2016_V0/images/banana.pdf new file mode 100644 index 0000000..c23bfd2 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/banana.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/banana.png b/Seminars/IFJ_2016_V0/images/banana.png new file mode 100644 index 0000000..72c2d5d --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/banana.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/bananaB.pdf b/Seminars/IFJ_2016_V0/images/bananaB.pdf new file mode 100644 index 0000000..c89d3c4 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/bananaB.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/banana_line.2.pdf b/Seminars/IFJ_2016_V0/images/banana_line.2.pdf new file mode 100644 index 0000000..c23bfd2 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/banana_line.2.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/banana_line.3.pdf b/Seminars/IFJ_2016_V0/images/banana_line.3.pdf new file mode 100644 index 0000000..20aca66 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/banana_line.3.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/banana_line.pdf b/Seminars/IFJ_2016_V0/images/banana_line.pdf new file mode 100644 index 0000000..e3a9608 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/banana_line.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/banana_tau23mu_hfag.pdf b/Seminars/IFJ_2016_V0/images/banana_tau23mu_hfag.pdf new file mode 100644 index 0000000..55e95f4 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/banana_tau23mu_hfag.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/bdt_data_mc_nominalMkpi.pdf b/Seminars/IFJ_2016_V0/images/bdt_data_mc_nominalMkpi.pdf new file mode 100644 index 0000000..e697a51 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/bdt_data_mc_nominalMkpi.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/benchmarks.png b/Seminars/IFJ_2016_V0/images/benchmarks.png new file mode 100644 index 0000000..cc4b49d --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/benchmarks.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/bmm-np.png b/Seminars/IFJ_2016_V0/images/bmm-np.png new file mode 100644 index 0000000..1371614 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/bmm-np.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/bottom.jpg b/Seminars/IFJ_2016_V0/images/bottom.jpg new file mode 100644 index 0000000..4517de3 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/bottom.jpg Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/brk1430.png b/Seminars/IFJ_2016_V0/images/brk1430.png new file mode 100644 index 0000000..aafda94 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/brk1430.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/bs2mumu b/Seminars/IFJ_2016_V0/images/bs2mumu new file mode 100644 index 0000000..9e07f27 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/bs2mumu Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/bs2mumu.png b/Seminars/IFJ_2016_V0/images/bs2mumu.png new file mode 100644 index 0000000..e6ee097 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/bs2mumu.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/bs2mumu1.png b/Seminars/IFJ_2016_V0/images/bs2mumu1.png new file mode 100644 index 0000000..d81d6fd --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/bs2mumu1.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/bs2mumu2.png b/Seminars/IFJ_2016_V0/images/bs2mumu2.png new file mode 100644 index 0000000..9d13c79 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/bs2mumu2.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/bs2mumu_comb.png b/Seminars/IFJ_2016_V0/images/bs2mumu_comb.png new file mode 100644 index 0000000..1de5759 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/bs2mumu_comb.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/bs2phipi.png b/Seminars/IFJ_2016_V0/images/bs2phipi.png new file mode 100644 index 0000000..94d2491 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/bs2phipi.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/bsmumu_SM.png b/Seminars/IFJ_2016_V0/images/bsmumu_SM.png new file mode 100644 index 0000000..10572b3 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/bsmumu_SM.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/btosgamma.png b/Seminars/IFJ_2016_V0/images/btosgamma.png new file mode 100644 index 0000000..f64a7be --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/btosgamma.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/bubble.gif b/Seminars/IFJ_2016_V0/images/bubble.gif new file mode 100644 index 0000000..ecff282 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/bubble.gif Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/bubble.jpg b/Seminars/IFJ_2016_V0/images/bubble.jpg new file mode 100644 index 0000000..ceb584d --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/bubble.jpg Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/bubble2.jpg b/Seminars/IFJ_2016_V0/images/bubble2.jpg new file mode 100644 index 0000000..0fd03bb --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/bubble2.jpg Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/bubblecern.png b/Seminars/IFJ_2016_V0/images/bubblecern.png new file mode 100644 index 0000000..7b94fe3 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/bubblecern.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/bukst_BF.pdf b/Seminars/IFJ_2016_V0/images/bukst_BF.pdf new file mode 100644 index 0000000..e0fa5e7 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/bukst_BF.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/bukst_BF.png b/Seminars/IFJ_2016_V0/images/bukst_BF.png new file mode 100644 index 0000000..ce9ae11 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/bukst_BF.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/c9.png b/Seminars/IFJ_2016_V0/images/c9.png new file mode 100644 index 0000000..e2c6203 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/c9.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/c_2dHisto_2012.pdf b/Seminars/IFJ_2016_V0/images/c_2dHisto_2012.pdf new file mode 100644 index 0000000..f418bad --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/c_2dHisto_2012.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/charmloop.png b/Seminars/IFJ_2016_V0/images/charmloop.png new file mode 100644 index 0000000..01fb4a9 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/charmloop.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/charmloop2.png b/Seminars/IFJ_2016_V0/images/charmloop2.png new file mode 100644 index 0000000..6ae8278 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/charmloop2.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/charmloop3.png b/Seminars/IFJ_2016_V0/images/charmloop3.png new file mode 100644 index 0000000..0d538ae --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/charmloop3.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/cher.png b/Seminars/IFJ_2016_V0/images/cher.png new file mode 100644 index 0000000..7bcddd9 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/cher.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/columns.jpg b/Seminars/IFJ_2016_V0/images/columns.jpg new file mode 100644 index 0000000..af6f95c --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/columns.jpg Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/columns.png b/Seminars/IFJ_2016_V0/images/columns.png new file mode 100644 index 0000000..1e529b1 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/columns.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/compare_A3Pad.pdf b/Seminars/IFJ_2016_V0/images/compare_A3Pad.pdf new file mode 100644 index 0000000..e8dd13d --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/compare_A3Pad.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/compare_A4Pad.pdf b/Seminars/IFJ_2016_V0/images/compare_A4Pad.pdf new file mode 100644 index 0000000..cfad9e8 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/compare_A4Pad.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/compare_A5Pad.pdf b/Seminars/IFJ_2016_V0/images/compare_A5Pad.pdf new file mode 100644 index 0000000..773882d --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/compare_A5Pad.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/compare_A6Pad.pdf b/Seminars/IFJ_2016_V0/images/compare_A6Pad.pdf new file mode 100644 index 0000000..a0d2000 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/compare_A6Pad.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/compare_A7Pad.pdf b/Seminars/IFJ_2016_V0/images/compare_A7Pad.pdf new file mode 100644 index 0000000..b5633f0 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/compare_A7Pad.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/compare_A8Pad.pdf b/Seminars/IFJ_2016_V0/images/compare_A8Pad.pdf new file mode 100644 index 0000000..1d23cdf --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/compare_A8Pad.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/compare_A9Pad.pdf b/Seminars/IFJ_2016_V0/images/compare_A9Pad.pdf new file mode 100644 index 0000000..6e4ff31 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/compare_A9Pad.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/compare_AFBPad.pdf b/Seminars/IFJ_2016_V0/images/compare_AFBPad.pdf new file mode 100644 index 0000000..38ec23a --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/compare_AFBPad.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/compare_FLPad.pdf b/Seminars/IFJ_2016_V0/images/compare_FLPad.pdf new file mode 100644 index 0000000..411b71d --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/compare_FLPad.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/compare_P1Pad.pdf b/Seminars/IFJ_2016_V0/images/compare_P1Pad.pdf new file mode 100644 index 0000000..7a7d329 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/compare_P1Pad.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/compare_P2Pad.pdf b/Seminars/IFJ_2016_V0/images/compare_P2Pad.pdf new file mode 100644 index 0000000..d884110 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/compare_P2Pad.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/compare_P3Pad.pdf b/Seminars/IFJ_2016_V0/images/compare_P3Pad.pdf new file mode 100644 index 0000000..8032d3c --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/compare_P3Pad.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/compare_P4pPad.pdf b/Seminars/IFJ_2016_V0/images/compare_P4pPad.pdf new file mode 100644 index 0000000..7436d47 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/compare_P4pPad.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/compare_P5pPad.pdf b/Seminars/IFJ_2016_V0/images/compare_P5pPad.pdf new file mode 100644 index 0000000..c4905ad --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/compare_P5pPad.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/compare_P6pPad.pdf b/Seminars/IFJ_2016_V0/images/compare_P6pPad.pdf new file mode 100644 index 0000000..ecbc84d --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/compare_P6pPad.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/compare_P8pPad.pdf b/Seminars/IFJ_2016_V0/images/compare_P8pPad.pdf new file mode 100644 index 0000000..bb22160 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/compare_P8pPad.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/compare_S3Pad.pdf b/Seminars/IFJ_2016_V0/images/compare_S3Pad.pdf new file mode 100644 index 0000000..07f1c8c --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/compare_S3Pad.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/compare_S4Pad.pdf b/Seminars/IFJ_2016_V0/images/compare_S4Pad.pdf new file mode 100644 index 0000000..8f8bfec --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/compare_S4Pad.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/compare_S5Pad.pdf b/Seminars/IFJ_2016_V0/images/compare_S5Pad.pdf new file mode 100644 index 0000000..9c0664d --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/compare_S5Pad.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/compare_S7Pad.pdf b/Seminars/IFJ_2016_V0/images/compare_S7Pad.pdf new file mode 100644 index 0000000..6f7b385 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/compare_S7Pad.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/compare_S8Pad.pdf b/Seminars/IFJ_2016_V0/images/compare_S8Pad.pdf new file mode 100644 index 0000000..6e94a18 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/compare_S8Pad.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/compare_S9Pad.pdf b/Seminars/IFJ_2016_V0/images/compare_S9Pad.pdf new file mode 100644 index 0000000..042bd68 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/compare_S9Pad.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/costhetak0sig.pdf b/Seminars/IFJ_2016_V0/images/costhetak0sig.pdf new file mode 100644 index 0000000..fe39254 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/costhetak0sig.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/costhetak1sig.pdf b/Seminars/IFJ_2016_V0/images/costhetak1sig.pdf new file mode 100644 index 0000000..eaf4b63 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/costhetak1sig.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/costhetak2sig.pdf b/Seminars/IFJ_2016_V0/images/costhetak2sig.pdf new file mode 100644 index 0000000..31ac989 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/costhetak2sig.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/costhetak3sig.pdf b/Seminars/IFJ_2016_V0/images/costhetak3sig.pdf new file mode 100644 index 0000000..48ab72f --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/costhetak3sig.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/costhetak4sig.pdf b/Seminars/IFJ_2016_V0/images/costhetak4sig.pdf new file mode 100644 index 0000000..48a089a --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/costhetak4sig.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/costhetak5sig.pdf b/Seminars/IFJ_2016_V0/images/costhetak5sig.pdf new file mode 100644 index 0000000..b0b07d3 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/costhetak5sig.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/costhetak6sig.pdf b/Seminars/IFJ_2016_V0/images/costhetak6sig.pdf new file mode 100644 index 0000000..57ac1df --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/costhetak6sig.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/costhetak7sig.pdf b/Seminars/IFJ_2016_V0/images/costhetak7sig.pdf new file mode 100644 index 0000000..599b367 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/costhetak7sig.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/costhetak8sig.pdf b/Seminars/IFJ_2016_V0/images/costhetak8sig.pdf new file mode 100644 index 0000000..932e427 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/costhetak8sig.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/costhetak9sig.pdf b/Seminars/IFJ_2016_V0/images/costhetak9sig.pdf new file mode 100644 index 0000000..2cf404e --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/costhetak9sig.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/costhetakjpsi.pdf b/Seminars/IFJ_2016_V0/images/costhetakjpsi.pdf new file mode 100644 index 0000000..0c5a811 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/costhetakjpsi.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/costhetakjpsi.png b/Seminars/IFJ_2016_V0/images/costhetakjpsi.png new file mode 100644 index 0000000..a7c6da3 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/costhetakjpsi.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/costhetal0sig.pdf b/Seminars/IFJ_2016_V0/images/costhetal0sig.pdf new file mode 100644 index 0000000..970e70b --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/costhetal0sig.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/costhetal1sig.pdf b/Seminars/IFJ_2016_V0/images/costhetal1sig.pdf new file mode 100644 index 0000000..b9a4cc2 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/costhetal1sig.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/costhetal2sig.pdf b/Seminars/IFJ_2016_V0/images/costhetal2sig.pdf new file mode 100644 index 0000000..ca01bed --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/costhetal2sig.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/costhetal3sig.pdf b/Seminars/IFJ_2016_V0/images/costhetal3sig.pdf new file mode 100644 index 0000000..c2d0f11 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/costhetal3sig.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/costhetal4sig.pdf b/Seminars/IFJ_2016_V0/images/costhetal4sig.pdf new file mode 100644 index 0000000..e1978d8 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/costhetal4sig.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/costhetal5sig.pdf b/Seminars/IFJ_2016_V0/images/costhetal5sig.pdf new file mode 100644 index 0000000..4c89acf --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/costhetal5sig.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/costhetal6sig.pdf b/Seminars/IFJ_2016_V0/images/costhetal6sig.pdf new file mode 100644 index 0000000..5999d21 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/costhetal6sig.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/costhetal7sig.pdf b/Seminars/IFJ_2016_V0/images/costhetal7sig.pdf new file mode 100644 index 0000000..218066b --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/costhetal7sig.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/costhetal8sig.pdf b/Seminars/IFJ_2016_V0/images/costhetal8sig.pdf new file mode 100644 index 0000000..ecacb1b --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/costhetal8sig.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/costhetal9sig.pdf b/Seminars/IFJ_2016_V0/images/costhetal9sig.pdf new file mode 100644 index 0000000..6b3ac88 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/costhetal9sig.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/costhetaljpsi.pdf b/Seminars/IFJ_2016_V0/images/costhetaljpsi.pdf new file mode 100644 index 0000000..32b4131 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/costhetaljpsi.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/costhetaljpsi.png b/Seminars/IFJ_2016_V0/images/costhetaljpsi.png new file mode 100644 index 0000000..aca0b65 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/costhetaljpsi.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/couplings.png b/Seminars/IFJ_2016_V0/images/couplings.png new file mode 100644 index 0000000..2ac62e7 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/couplings.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/dBdq2Pad.pdf b/Seminars/IFJ_2016_V0/images/dBdq2Pad.pdf new file mode 100644 index 0000000..b09daeb --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/dBdq2Pad.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/dalitz_eta.pdf b/Seminars/IFJ_2016_V0/images/dalitz_eta.pdf new file mode 100644 index 0000000..fb52448 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/dalitz_eta.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/dalitz_eta.png b/Seminars/IFJ_2016_V0/images/dalitz_eta.png new file mode 100644 index 0000000..0523d02 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/dalitz_eta.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/data.png b/Seminars/IFJ_2016_V0/images/data.png new file mode 100644 index 0000000..fc7d71a --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/data.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/dataMC.pdf b/Seminars/IFJ_2016_V0/images/dataMC.pdf new file mode 100644 index 0000000..4267364 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/dataMC.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/defence.pdf b/Seminars/IFJ_2016_V0/images/defence.pdf new file mode 100644 index 0000000..71ad40b --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/defence.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/defence2.pdf b/Seminars/IFJ_2016_V0/images/defence2.pdf new file mode 100644 index 0000000..7a896f2 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/defence2.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/derotate.sh b/Seminars/IFJ_2016_V0/images/derotate.sh new file mode 100755 index 0000000..ba653b9 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/derotate.sh @@ -0,0 +1,13 @@ +#!/bin/bash +#FILES=*.pdf +FILES="$(find . -name '*.pdf')" +for f in $FILES +do + echo "Processing $f ..." + gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dUseCIEColor -dPDFSETTINGS=/printer -dSAFER -dNOPAUSE -dQUIET -dBATCH -sOutputFile="temp.pdf" "$f" + mv temp.pdf "$f" +# pdf2ps "$f" temp.ps +# ps2pdf temp.ps "$f" +# rm temp.ps +done +#rm temp.pdf diff --git a/Seminars/IFJ_2016_V0/images/det.png b/Seminars/IFJ_2016_V0/images/det.png new file mode 100644 index 0000000..4a074c9 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/det.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/detcol.png b/Seminars/IFJ_2016_V0/images/detcol.png new file mode 100644 index 0000000..6742985 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/detcol.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/diagram.pdf b/Seminars/IFJ_2016_V0/images/diagram.pdf new file mode 100644 index 0000000..a873a55 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/diagram.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/diagram.png b/Seminars/IFJ_2016_V0/images/diagram.png new file mode 100644 index 0000000..d5d6b1d --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/diagram.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/displaced.png b/Seminars/IFJ_2016_V0/images/displaced.png new file mode 100644 index 0000000..c67c7fa --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/displaced.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/ds2mumu.png b/Seminars/IFJ_2016_V0/images/ds2mumu.png new file mode 100644 index 0000000..9005b1c --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/ds2mumu.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/ds2mumu2.png b/Seminars/IFJ_2016_V0/images/ds2mumu2.png new file mode 100644 index 0000000..c5fe3bd --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/ds2mumu2.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/effctk.pdf b/Seminars/IFJ_2016_V0/images/effctk.pdf new file mode 100644 index 0000000..9b46c04 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/effctk.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/effctl.pdf b/Seminars/IFJ_2016_V0/images/effctl.pdf new file mode 100644 index 0000000..d3f2775 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/effctl.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/effphi.pdf b/Seminars/IFJ_2016_V0/images/effphi.pdf new file mode 100644 index 0000000..c50e369 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/effphi.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/eq.png b/Seminars/IFJ_2016_V0/images/eq.png new file mode 100644 index 0000000..c753af6 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/eq.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/eq2.png b/Seminars/IFJ_2016_V0/images/eq2.png new file mode 100644 index 0000000..628520f --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/eq2.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/eta.pdf b/Seminars/IFJ_2016_V0/images/eta.pdf new file mode 100644 index 0000000..895c59e --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/eta.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/etaDalitz.pdf b/Seminars/IFJ_2016_V0/images/etaDalitz.pdf new file mode 100644 index 0000000..a203736 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/etaDalitz.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/etaMass.pdf b/Seminars/IFJ_2016_V0/images/etaMass.pdf new file mode 100644 index 0000000..5fc459b --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/etaMass.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/eta_bck.png b/Seminars/IFJ_2016_V0/images/eta_bck.png new file mode 100755 index 0000000..da93ad0 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/eta_bck.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/eta_logy.pdf b/Seminars/IFJ_2016_V0/images/eta_logy.pdf new file mode 100644 index 0000000..f7d76cc --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/eta_logy.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/example.png b/Seminars/IFJ_2016_V0/images/example.png new file mode 100644 index 0000000..e8cd1e4 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/example.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/feymn.png b/Seminars/IFJ_2016_V0/images/feymn.png new file mode 100644 index 0000000..71a1f88 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/feymn.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/fig-btokstarll-p5prime.pdf b/Seminars/IFJ_2016_V0/images/fig-btokstarll-p5prime.pdf new file mode 100644 index 0000000..b062a61 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/fig-btokstarll-p5prime.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/fit2011.png b/Seminars/IFJ_2016_V0/images/fit2011.png new file mode 100755 index 0000000..b215aba --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/fit2011.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/fit2012.png b/Seminars/IFJ_2016_V0/images/fit2012.png new file mode 100755 index 0000000..506e84b --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/fit2012.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/fits.png b/Seminars/IFJ_2016_V0/images/fits.png new file mode 100644 index 0000000..9a48fd9 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/fits.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/fold.png b/Seminars/IFJ_2016_V0/images/fold.png new file mode 100644 index 0000000..fadf4a2 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/fold.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/for_paul.png b/Seminars/IFJ_2016_V0/images/for_paul.png new file mode 100644 index 0000000..4fc59c6 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/for_paul.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/gammallll-eps-converted-to.pdf b/Seminars/IFJ_2016_V0/images/gammallll-eps-converted-to.pdf new file mode 100644 index 0000000..fb98f78 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/gammallll-eps-converted-to.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/gammallll.pdf b/Seminars/IFJ_2016_V0/images/gammallll.pdf new file mode 100644 index 0000000..e35172d --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/gammallll.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/gammallll2.pdf b/Seminars/IFJ_2016_V0/images/gammallll2.pdf new file mode 100644 index 0000000..4250103 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/gammallll2.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/gammallrr-eps-converted-to.pdf b/Seminars/IFJ_2016_V0/images/gammallrr-eps-converted-to.pdf new file mode 100644 index 0000000..89b2cf8 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/gammallrr-eps-converted-to.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/gammallrr.pdf b/Seminars/IFJ_2016_V0/images/gammallrr.pdf new file mode 100644 index 0000000..4a970b1 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/gammallrr.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/gammallrr2.pdf b/Seminars/IFJ_2016_V0/images/gammallrr2.pdf new file mode 100644 index 0000000..82dae2f --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/gammallrr2.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/gammarad-eps-converted-to.pdf b/Seminars/IFJ_2016_V0/images/gammarad-eps-converted-to.pdf new file mode 100644 index 0000000..bded9f2 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/gammarad-eps-converted-to.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/gammarad-llll-eps-converted-to.pdf b/Seminars/IFJ_2016_V0/images/gammarad-llll-eps-converted-to.pdf new file mode 100644 index 0000000..1c3001b --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/gammarad-llll-eps-converted-to.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/gammarad-llll.pdf b/Seminars/IFJ_2016_V0/images/gammarad-llll.pdf new file mode 100644 index 0000000..8e5ce42 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/gammarad-llll.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/gammarad-llll2.pdf b/Seminars/IFJ_2016_V0/images/gammarad-llll2.pdf new file mode 100644 index 0000000..029af6e --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/gammarad-llll2.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/gammarad-llrr-eps-converted-to.pdf b/Seminars/IFJ_2016_V0/images/gammarad-llrr-eps-converted-to.pdf new file mode 100644 index 0000000..ad0a983 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/gammarad-llrr-eps-converted-to.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/gammarad-llrr.pdf b/Seminars/IFJ_2016_V0/images/gammarad-llrr.pdf new file mode 100644 index 0000000..fc01578 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/gammarad-llrr.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/gammarad-llrr2.pdf b/Seminars/IFJ_2016_V0/images/gammarad-llrr2.pdf new file mode 100644 index 0000000..3e0777c --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/gammarad-llrr2.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/gammarad.pdf b/Seminars/IFJ_2016_V0/images/gammarad.pdf new file mode 100644 index 0000000..7c91823 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/gammarad.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/gammarad2.pdf b/Seminars/IFJ_2016_V0/images/gammarad2.pdf new file mode 100644 index 0000000..02d0a1f --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/gammarad2.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/getFromAFS.sh b/Seminars/IFJ_2016_V0/images/getFromAFS.sh new file mode 100644 index 0000000..7d73a4a --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/getFromAFS.sh @@ -0,0 +1,4 @@ +kinit egraveri@CERN.CH +aklog +cp -r /afs/cern.ch/user/e/egraveri/cmtuser/STMonitoring/NewTTAlignment/Out/Plots/AlignVSSimCond-D0Align ./img/ +cp -r /afs/cern.ch/user/e/egraveri/cmtuser/STMonitoring/NewTTAlignment/Out/Plots/AlignVSSimCond-D0AlignNoTT ./img/ diff --git a/Seminars/IFJ_2016_V0/images/h.jpg b/Seminars/IFJ_2016_V0/images/h.jpg new file mode 100644 index 0000000..7cbc927 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/h.jpg Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/h.png b/Seminars/IFJ_2016_V0/images/h.png new file mode 100644 index 0000000..795b409 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/h.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/h_Bd_Kstmm_vetoes.pdf b/Seminars/IFJ_2016_V0/images/h_Bd_Kstmm_vetoes.pdf new file mode 100644 index 0000000..35c46d1 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/h_Bd_Kstmm_vetoes.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/h_Lb_L1520mm_vetoes.pdf b/Seminars/IFJ_2016_V0/images/h_Lb_L1520mm_vetoes.pdf new file mode 100644 index 0000000..a8f97b0 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/h_Lb_L1520mm_vetoes.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/higgs.png b/Seminars/IFJ_2016_V0/images/higgs.png new file mode 100644 index 0000000..f03f4c5 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/higgs.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/higgs_boring.jpg b/Seminars/IFJ_2016_V0/images/higgs_boring.jpg new file mode 100644 index 0000000..5b46d3a --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/higgs_boring.jpg Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/higgs_boring.png b/Seminars/IFJ_2016_V0/images/higgs_boring.png new file mode 100644 index 0000000..2a4d0e6 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/higgs_boring.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/higgspen.png b/Seminars/IFJ_2016_V0/images/higgspen.png new file mode 100644 index 0000000..d3c11b4 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/higgspen.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/ifj.png b/Seminars/IFJ_2016_V0/images/ifj.png new file mode 100644 index 0000000..89f0b7b --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/ifj.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/inflaton.png b/Seminars/IFJ_2016_V0/images/inflaton.png new file mode 100644 index 0000000..d4e4afe --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/inflaton.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/kmumu_BF.pdf b/Seminars/IFJ_2016_V0/images/kmumu_BF.pdf new file mode 100644 index 0000000..e07fca8 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/kmumu_BF.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/kmumu_BF.png b/Seminars/IFJ_2016_V0/images/kmumu_BF.png new file mode 100644 index 0000000..9614d9d --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/kmumu_BF.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/ksmumu_BF.pdf b/Seminars/IFJ_2016_V0/images/ksmumu_BF.pdf new file mode 100644 index 0000000..903bae3 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/ksmumu_BF.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/ksmumu_BF.png b/Seminars/IFJ_2016_V0/images/ksmumu_BF.png new file mode 100644 index 0000000..f558a14 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/ksmumu_BF.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/lhcb-logo-bad.pdf b/Seminars/IFJ_2016_V0/images/lhcb-logo-bad.pdf new file mode 100644 index 0000000..fbfd59e --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/lhcb-logo-bad.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/lhcb-logo.eps b/Seminars/IFJ_2016_V0/images/lhcb-logo.eps new file mode 100755 index 0000000..63247dc --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/lhcb-logo.eps Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/lhcb-logo.pdf b/Seminars/IFJ_2016_V0/images/lhcb-logo.pdf new file mode 100755 index 0000000..86de47e --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/lhcb-logo.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/lhcb-logo.svg b/Seminars/IFJ_2016_V0/images/lhcb-logo.svg new file mode 100644 index 0000000..40e1423 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/lhcb-logo.svg @@ -0,0 +1,110 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/Seminars/IFJ_2016_V0/images/lhcb.jpg b/Seminars/IFJ_2016_V0/images/lhcb.jpg new file mode 100644 index 0000000..60409dd --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/lhcb.jpg Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/limit.png b/Seminars/IFJ_2016_V0/images/limit.png new file mode 100644 index 0000000..37f6fed --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/limit.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/limit_blind.png b/Seminars/IFJ_2016_V0/images/limit_blind.png new file mode 100644 index 0000000..4f8f24e --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/limit_blind.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/limits.png b/Seminars/IFJ_2016_V0/images/limits.png new file mode 100644 index 0000000..dd0c7a3 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/limits.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/logo.png b/Seminars/IFJ_2016_V0/images/logo.png new file mode 100644 index 0000000..23296d8 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/logo.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/lupa.png b/Seminars/IFJ_2016_V0/images/lupa.png new file mode 100644 index 0000000..b3d6f2a --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/lupa.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/m0.pdf b/Seminars/IFJ_2016_V0/images/m0.pdf new file mode 100644 index 0000000..4428ab5 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/m0.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/m1.pdf b/Seminars/IFJ_2016_V0/images/m1.pdf new file mode 100644 index 0000000..a9b9e34 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/m1.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/m2.pdf b/Seminars/IFJ_2016_V0/images/m2.pdf new file mode 100644 index 0000000..7a2bb03 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/m2.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/m3.pdf b/Seminars/IFJ_2016_V0/images/m3.pdf new file mode 100644 index 0000000..8fc34f9 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/m3.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/m3body_2012.pdf b/Seminars/IFJ_2016_V0/images/m3body_2012.pdf new file mode 100644 index 0000000..6ea0614 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/m3body_2012.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/m4.pdf b/Seminars/IFJ_2016_V0/images/m4.pdf new file mode 100644 index 0000000..1abf3d9 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/m4.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/m5.pdf b/Seminars/IFJ_2016_V0/images/m5.pdf new file mode 100644 index 0000000..84ac3d3 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/m5.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/m6.pdf b/Seminars/IFJ_2016_V0/images/m6.pdf new file mode 100644 index 0000000..6e817a2 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/m6.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/m7.pdf b/Seminars/IFJ_2016_V0/images/m7.pdf new file mode 100644 index 0000000..a89f43d --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/m7.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/m8.pdf b/Seminars/IFJ_2016_V0/images/m8.pdf new file mode 100644 index 0000000..b8c3e33 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/m8.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/m9.pdf b/Seminars/IFJ_2016_V0/images/m9.pdf new file mode 100644 index 0000000..c52270e --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/m9.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/mPID_2012.pdf b/Seminars/IFJ_2016_V0/images/mPID_2012.pdf new file mode 100644 index 0000000..d6de53b --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/mPID_2012.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/mass.png b/Seminars/IFJ_2016_V0/images/mass.png new file mode 100644 index 0000000..30fff60 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/mass.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/mass2.png b/Seminars/IFJ_2016_V0/images/mass2.png new file mode 100644 index 0000000..d446249 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/mass2.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/mchrzasz2.pdf b/Seminars/IFJ_2016_V0/images/mchrzasz2.pdf new file mode 100644 index 0000000..69e5f05 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/mchrzasz2.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/mist.png b/Seminars/IFJ_2016_V0/images/mist.png new file mode 100644 index 0000000..6a58a9d --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/mist.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/mixing.pdf b/Seminars/IFJ_2016_V0/images/mixing.pdf new file mode 100644 index 0000000..072866b --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/mixing.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/mjpsi.pdf b/Seminars/IFJ_2016_V0/images/mjpsi.pdf new file mode 100644 index 0000000..cd873f4 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/mjpsi.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/mkpi.png b/Seminars/IFJ_2016_V0/images/mkpi.png new file mode 100644 index 0000000..44843a2 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/mkpi.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/mkpi0sig.pdf b/Seminars/IFJ_2016_V0/images/mkpi0sig.pdf new file mode 100644 index 0000000..5505577 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/mkpi0sig.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/mkpi1sig.pdf b/Seminars/IFJ_2016_V0/images/mkpi1sig.pdf new file mode 100644 index 0000000..9b72e51 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/mkpi1sig.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/mkpi2sig.pdf b/Seminars/IFJ_2016_V0/images/mkpi2sig.pdf new file mode 100644 index 0000000..fe568ae --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/mkpi2sig.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/mkpi3sig.pdf b/Seminars/IFJ_2016_V0/images/mkpi3sig.pdf new file mode 100644 index 0000000..9b17c26 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/mkpi3sig.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/mkpi4sig.pdf b/Seminars/IFJ_2016_V0/images/mkpi4sig.pdf new file mode 100644 index 0000000..bda310d --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/mkpi4sig.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/mkpi5sig.pdf b/Seminars/IFJ_2016_V0/images/mkpi5sig.pdf new file mode 100644 index 0000000..072cdb4 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/mkpi5sig.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/mkpi6sig.pdf b/Seminars/IFJ_2016_V0/images/mkpi6sig.pdf new file mode 100644 index 0000000..c3aa01e --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/mkpi6sig.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/mkpi7sig.pdf b/Seminars/IFJ_2016_V0/images/mkpi7sig.pdf new file mode 100644 index 0000000..d818292 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/mkpi7sig.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/mkpi8sig.pdf b/Seminars/IFJ_2016_V0/images/mkpi8sig.pdf new file mode 100644 index 0000000..661e42b --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/mkpi8sig.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/mkpi9sig.pdf b/Seminars/IFJ_2016_V0/images/mkpi9sig.pdf new file mode 100644 index 0000000..baafed4 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/mkpi9sig.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/mkpijpsi.pdf b/Seminars/IFJ_2016_V0/images/mkpijpsi.pdf new file mode 100644 index 0000000..6e7d82a --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/mkpijpsi.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/mkpijpsi.png b/Seminars/IFJ_2016_V0/images/mkpijpsi.png new file mode 100644 index 0000000..cede2aa --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/mkpijpsi.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/mlogjpsi.pdf b/Seminars/IFJ_2016_V0/images/mlogjpsi.pdf new file mode 100644 index 0000000..890c5a2 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/mlogjpsi.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/mlogjpsi.png b/Seminars/IFJ_2016_V0/images/mlogjpsi.png new file mode 100644 index 0000000..46b96cd --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/mlogjpsi.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/mn_sig.png b/Seminars/IFJ_2016_V0/images/mn_sig.png new file mode 100644 index 0000000..784cef3 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/mn_sig.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/model.png b/Seminars/IFJ_2016_V0/images/model.png new file mode 100644 index 0000000..da587fd --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/model.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/moments_AFBPad.pdf b/Seminars/IFJ_2016_V0/images/moments_AFBPad.pdf new file mode 100644 index 0000000..0ef43b9 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/moments_AFBPad.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/moments_FLPad.pdf b/Seminars/IFJ_2016_V0/images/moments_FLPad.pdf new file mode 100644 index 0000000..4c991df --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/moments_FLPad.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/moments_S3Pad.pdf b/Seminars/IFJ_2016_V0/images/moments_S3Pad.pdf new file mode 100644 index 0000000..974373b --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/moments_S3Pad.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/moments_S4Pad.pdf b/Seminars/IFJ_2016_V0/images/moments_S4Pad.pdf new file mode 100644 index 0000000..a09baeb --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/moments_S4Pad.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/moments_S5Pad.pdf b/Seminars/IFJ_2016_V0/images/moments_S5Pad.pdf new file mode 100644 index 0000000..ef27c24 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/moments_S5Pad.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/moments_S7Pad.pdf b/Seminars/IFJ_2016_V0/images/moments_S7Pad.pdf new file mode 100644 index 0000000..049df17 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/moments_S7Pad.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/moments_S8Pad.pdf b/Seminars/IFJ_2016_V0/images/moments_S8Pad.pdf new file mode 100644 index 0000000..6a92c66 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/moments_S8Pad.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/moments_S9Pad.pdf b/Seminars/IFJ_2016_V0/images/moments_S9Pad.pdf new file mode 100644 index 0000000..2b2f281 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/moments_S9Pad.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/msignal.pdf b/Seminars/IFJ_2016_V0/images/msignal.pdf new file mode 100644 index 0000000..faf9ae1 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/msignal.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/nTracks.pdf b/Seminars/IFJ_2016_V0/images/nTracks.pdf new file mode 100644 index 0000000..06f5833 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/nTracks.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/np.png b/Seminars/IFJ_2016_V0/images/np.png new file mode 100644 index 0000000..b8ebc65 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/np.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/pbkg.png b/Seminars/IFJ_2016_V0/images/pbkg.png new file mode 100644 index 0000000..740bc30 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/pbkg.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/phi0sig.pdf b/Seminars/IFJ_2016_V0/images/phi0sig.pdf new file mode 100644 index 0000000..207b0ac --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/phi0sig.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/phi1sig.pdf b/Seminars/IFJ_2016_V0/images/phi1sig.pdf new file mode 100644 index 0000000..7258f96 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/phi1sig.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/phi2sig.pdf b/Seminars/IFJ_2016_V0/images/phi2sig.pdf new file mode 100644 index 0000000..709d6f9 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/phi2sig.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/phi3sig.pdf b/Seminars/IFJ_2016_V0/images/phi3sig.pdf new file mode 100644 index 0000000..f89b59e --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/phi3sig.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/phi4sig.pdf b/Seminars/IFJ_2016_V0/images/phi4sig.pdf new file mode 100644 index 0000000..07163ea --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/phi4sig.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/phi5sig.pdf b/Seminars/IFJ_2016_V0/images/phi5sig.pdf new file mode 100644 index 0000000..ed9ce30 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/phi5sig.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/phi6sig.pdf b/Seminars/IFJ_2016_V0/images/phi6sig.pdf new file mode 100644 index 0000000..dd3cd88 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/phi6sig.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/phi7sig.pdf b/Seminars/IFJ_2016_V0/images/phi7sig.pdf new file mode 100644 index 0000000..e80c0fb --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/phi7sig.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/phi8sig.pdf b/Seminars/IFJ_2016_V0/images/phi8sig.pdf new file mode 100644 index 0000000..6672f30 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/phi8sig.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/phi9sig.pdf b/Seminars/IFJ_2016_V0/images/phi9sig.pdf new file mode 100644 index 0000000..06aa832 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/phi9sig.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/phijpsi.pdf b/Seminars/IFJ_2016_V0/images/phijpsi.pdf new file mode 100644 index 0000000..495444d --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/phijpsi.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/phijpsi.png b/Seminars/IFJ_2016_V0/images/phijpsi.png new file mode 100644 index 0000000..4b3ebba --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/phijpsi.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/photonfit.png b/Seminars/IFJ_2016_V0/images/photonfit.png new file mode 100644 index 0000000..2d95e56 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/photonfit.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/plotspolarization.png b/Seminars/IFJ_2016_V0/images/plotspolarization.png new file mode 100644 index 0000000..5dfd84e --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/plotspolarization.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/polarization.png b/Seminars/IFJ_2016_V0/images/polarization.png new file mode 100644 index 0000000..ac292aa --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/polarization.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/prompt.png b/Seminars/IFJ_2016_V0/images/prompt.png new file mode 100644 index 0000000..8fc69f4 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/prompt.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/ps.png b/Seminars/IFJ_2016_V0/images/ps.png new file mode 100644 index 0000000..ff34bb2 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/ps.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/pt.pdf b/Seminars/IFJ_2016_V0/images/pt.pdf new file mode 100644 index 0000000..9d347bf --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/pt.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/q2PHSP.png b/Seminars/IFJ_2016_V0/images/q2PHSP.png new file mode 100644 index 0000000..204a9c7 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/q2PHSP.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/q2PHSPw.png b/Seminars/IFJ_2016_V0/images/q2PHSPw.png new file mode 100644 index 0000000..04d38f2 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/q2PHSPw.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/qum1.png b/Seminars/IFJ_2016_V0/images/qum1.png new file mode 100644 index 0000000..2d71610 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/qum1.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/rabi.png b/Seminars/IFJ_2016_V0/images/rabi.png new file mode 100644 index 0000000..6d779fa --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/rabi.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/rahul.png b/Seminars/IFJ_2016_V0/images/rahul.png new file mode 100644 index 0000000..b2b2af6 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/rahul.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/rank-eps-converted-to.pdf b/Seminars/IFJ_2016_V0/images/rank-eps-converted-to.pdf new file mode 100644 index 0000000..0cad209 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/rank-eps-converted-to.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/rank.pdf b/Seminars/IFJ_2016_V0/images/rank.pdf new file mode 100644 index 0000000..1f69fe4 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/rank.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/reson.png b/Seminars/IFJ_2016_V0/images/reson.png new file mode 100644 index 0000000..3c53360 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/reson.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/results.png b/Seminars/IFJ_2016_V0/images/results.png new file mode 100644 index 0000000..e86df2b --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/results.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/rk.pdf b/Seminars/IFJ_2016_V0/images/rk.pdf new file mode 100644 index 0000000..c7c125b --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/rk.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/rk_graph.png b/Seminars/IFJ_2016_V0/images/rk_graph.png new file mode 100644 index 0000000..8e77abc --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/rk_graph.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/rkstar.pdf b/Seminars/IFJ_2016_V0/images/rkstar.pdf new file mode 100644 index 0000000..1741a16 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/rkstar.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/rkstar.png b/Seminars/IFJ_2016_V0/images/rkstar.png new file mode 100644 index 0000000..5295f4a --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/rkstar.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/selection.png b/Seminars/IFJ_2016_V0/images/selection.png new file mode 100644 index 0000000..c153ed5 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/selection.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/seminar.pdf b/Seminars/IFJ_2016_V0/images/seminar.pdf new file mode 100644 index 0000000..b9f918d --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/seminar.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/sigDalitz.pdf b/Seminars/IFJ_2016_V0/images/sigDalitz.pdf new file mode 100644 index 0000000..8483b22 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/sigDalitz.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/size.jpg b/Seminars/IFJ_2016_V0/images/size.jpg new file mode 100644 index 0000000..72f6f29 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/size.jpg Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/sketch.png b/Seminars/IFJ_2016_V0/images/sketch.png new file mode 100644 index 0000000..696997c --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/sketch.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/sps7.png b/Seminars/IFJ_2016_V0/images/sps7.png new file mode 100644 index 0000000..6af40d9 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/sps7.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/stau.png b/Seminars/IFJ_2016_V0/images/stau.png new file mode 100644 index 0000000..c306e3b --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/stau.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/table.png b/Seminars/IFJ_2016_V0/images/table.png new file mode 100644 index 0000000..68c269d --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/table.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/tistos_L0Muon_costhetal.pdf b/Seminars/IFJ_2016_V0/images/tistos_L0Muon_costhetal.pdf new file mode 100644 index 0000000..87c5901 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/tistos_L0Muon_costhetal.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/tistos_L0Muon_pt.pdf b/Seminars/IFJ_2016_V0/images/tistos_L0Muon_pt.pdf new file mode 100644 index 0000000..38582e5 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/tistos_L0Muon_pt.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/trash.pdf b/Seminars/IFJ_2016_V0/images/trash.pdf new file mode 100644 index 0000000..8f7415e --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/trash.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/uni2.png b/Seminars/IFJ_2016_V0/images/uni2.png new file mode 100644 index 0000000..8fae2fc --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/uni2.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/universality.png b/Seminars/IFJ_2016_V0/images/universality.png new file mode 100644 index 0000000..a77b6b3 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/universality.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/uzh-transp.pdf b/Seminars/IFJ_2016_V0/images/uzh-transp.pdf new file mode 100644 index 0000000..b2e1282 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/uzh-transp.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/uzh.jpg b/Seminars/IFJ_2016_V0/images/uzh.jpg new file mode 100644 index 0000000..ba6a5bc --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/uzh.jpg Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/uzh.pdf b/Seminars/IFJ_2016_V0/images/uzh.pdf new file mode 100644 index 0000000..5ac62c7 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/uzh.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/uzh_logo_e_pos.eps b/Seminars/IFJ_2016_V0/images/uzh_logo_e_pos.eps new file mode 100755 index 0000000..af2734d --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/uzh_logo_e_pos.eps Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/uzh_logo_e_pos_gross.tif b/Seminars/IFJ_2016_V0/images/uzh_logo_e_pos_gross.tif new file mode 100755 index 0000000..f212825 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/uzh_logo_e_pos_gross.tif Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/ver.png b/Seminars/IFJ_2016_V0/images/ver.png new file mode 100644 index 0000000..b390d91 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/ver.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/vertex.pdf b/Seminars/IFJ_2016_V0/images/vertex.pdf new file mode 100644 index 0000000..062ae3d --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/vertex.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/weakcurr.png b/Seminars/IFJ_2016_V0/images/weakcurr.png new file mode 100644 index 0000000..b4c6bbf --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/weakcurr.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/weakcurr2.png b/Seminars/IFJ_2016_V0/images/weakcurr2.png new file mode 100644 index 0000000..cd2dd82 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/weakcurr2.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/williams.png b/Seminars/IFJ_2016_V0/images/williams.png new file mode 100644 index 0000000..8636626 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/williams.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/wilsonchi2.pdf b/Seminars/IFJ_2016_V0/images/wilsonchi2.pdf new file mode 100644 index 0000000..1772f0f --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/wilsonchi2.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/xwindow.png b/Seminars/IFJ_2016_V0/images/xwindow.png new file mode 100644 index 0000000..f43cc7e --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/xwindow.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/images/zom.png b/Seminars/IFJ_2016_V0/images/zom.png new file mode 100644 index 0000000..7377a28 --- /dev/null +++ b/Seminars/IFJ_2016_V0/images/zom.png Binary files differ diff --git a/Seminars/IFJ_2016_V0/mchrzasz+mp.sh b/Seminars/IFJ_2016_V0/mchrzasz+mp.sh new file mode 100644 index 0000000..1a24852 --- /dev/null +++ b/Seminars/IFJ_2016_V0/mchrzasz+mp.sh @@ -0,0 +1 @@ +#!/bin/sh diff --git a/Seminars/IFJ_2016_V0/mchrzasz-blx.bib b/Seminars/IFJ_2016_V0/mchrzasz-blx.bib new file mode 100644 index 0000000..9e405b3 --- /dev/null +++ b/Seminars/IFJ_2016_V0/mchrzasz-blx.bib @@ -0,0 +1,11 @@ +@Comment{$ biblatex control file $} +@Comment{$ biblatex version 2.3 $} +Do not modify this file! + +This is an auxiliary file used by the 'biblatex' package. +This file may safely be deleted. It will be recreated as +required. + +@Control{biblatex-control, + options = {2.3:0:0:1:0:0:1:1:0:0:0:0:1:1:3:1:79:+}, +} diff --git a/Seminars/IFJ_2016_V0/mchrzasz.aux b/Seminars/IFJ_2016_V0/mchrzasz.aux new file mode 100644 index 0000000..c33edbe --- /dev/null +++ b/Seminars/IFJ_2016_V0/mchrzasz.aux @@ -0,0 +1,486 @@ +\relax +\providecommand\hyper@newdestlabel[2]{} +\providecommand\HyperFirstAtBeginDocument{\AtBeginDocument} +\HyperFirstAtBeginDocument{\ifx\hyper@anchor\@undefined +\global\let\oldcontentsline\contentsline +\gdef\contentsline#1#2#3#4{\oldcontentsline{#1}{#2}{#3}} +\global\let\oldnewlabel\newlabel +\gdef\newlabel#1#2{\newlabelxx{#1}#2} +\gdef\newlabelxx#1#2#3#4#5#6{\oldnewlabel{#1}{{#2}{#3}}} +\AtEndDocument{\ifx\hyper@anchor\@undefined +\let\contentsline\oldcontentsline +\let\newlabel\oldnewlabel +\fi} +\fi} +\global\let\hyper@last\relax +\gdef\HyperFirstAtBeginDocument#1{#1} +\providecommand*\HyPL@Entry[1]{} +\bibstyle{biblatex} +\bibdata{mchrzasz-blx,bib} +\citation{biblatex-control} +\HyPL@Entry{0<>} +\providecommand \oddpage@label [2]{} +\@writefile{toc}{\boolfalse {citerequest}\boolfalse {citetracker}\boolfalse {pagetracker}\boolfalse {backtracker}\relax } +\@writefile{lof}{\boolfalse {citerequest}\boolfalse {citetracker}\boolfalse {pagetracker}\boolfalse {backtracker}\relax } +\@writefile{lot}{\boolfalse {citerequest}\boolfalse {citetracker}\boolfalse {pagetracker}\boolfalse {backtracker}\relax } +\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\beamer@endinputifotherversion {3.24pt}} +\@writefile{nav}{\defcounter {refsection}{0}\relax }\@writefile{nav}{\beamer@endinputifotherversion {3.24pt}} +\select@language{english} +\@writefile{toc}{\defcounter {refsection}{0}\relax }\@writefile{toc}{\select@language{english}} +\@writefile{lof}{\defcounter {refsection}{0}\relax }\@writefile{lof}{\select@language{english}} +\@writefile{lot}{\defcounter {refsection}{0}\relax }\@writefile{lot}{\select@language{english}} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{1}{1/1}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {1}{1}}} +\pgfsyspdfmark {pgfid3}{0}{0} +\pgfsyspdfmark {pgfid4}{0}{0} +\HyPL@Entry{1<>} +\pgfsyspdfmark {pgfid5}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{2}{2/2}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {2}{2}}} +\pgfsyspdfmark {pgfid6}{0}{0} +\pgfsyspdfmark {pgfid7}{0}{0} +\HyPL@Entry{2<>} +\pgfsyspdfmark {pgfid8}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{3}{3/3}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {3}{3}}} +\pgfsyspdfmark {pgfid9}{0}{0} +\pgfsyspdfmark {pgfid10}{0}{0} +\HyPL@Entry{3<>} +\pgfsyspdfmark {pgfid11}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{4}{4/4}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {4}{4}}} +\pgfsyspdfmark {pgfid12}{0}{0} +\pgfsyspdfmark {pgfid13}{0}{0} +\HyPL@Entry{4<>} +\pgfsyspdfmark {pgfid14}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{5}{5/5}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {5}{5}}} +\pgfsyspdfmark {pgfid15}{0}{0} +\pgfsyspdfmark {pgfid16}{0}{0} +\HyPL@Entry{5<>} +\pgfsyspdfmark {pgfid17}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{6}{6/6}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {6}{6}}} +\pgfsyspdfmark {pgfid18}{0}{0} +\pgfsyspdfmark {pgfid19}{0}{0} +\HyPL@Entry{6<>} +\pgfsyspdfmark {pgfid20}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{7}{7/7}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {7}{7}}} +\pgfsyspdfmark {pgfid21}{0}{0} +\pgfsyspdfmark {pgfid22}{0}{0} +\HyPL@Entry{7<>} +\pgfsyspdfmark {pgfid23}{23867907}{17900937} +\pgfsyspdfmark {pgfid24}{0}{0} +\pgfsyspdfmark {pgfid25}{0}{0} +\pgfsyspdfmark {pgfid26}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{8}{8/9}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {8}{9}}} +\pgfsyspdfmark {pgfid27}{0}{0} +\pgfsyspdfmark {pgfid28}{0}{0} +\HyPL@Entry{9<>} +\pgfsyspdfmark {pgfid29}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{9}{10/10}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {10}{10}}} +\pgfsyspdfmark {pgfid30}{0}{0} +\pgfsyspdfmark {pgfid31}{0}{0} +\HyPL@Entry{10<>} +\pgfsyspdfmark {pgfid32}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{10}{11/11}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {11}{11}}} +\pgfsyspdfmark {pgfid33}{0}{0} +\pgfsyspdfmark {pgfid34}{0}{0} +\HyPL@Entry{11<>} +\pgfsyspdfmark {pgfid41}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{11}{12/12}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {12}{12}}} +\pgfsyspdfmark {pgfid42}{0}{0} +\pgfsyspdfmark {pgfid43}{0}{0} +\HyPL@Entry{12<>} +\pgfsyspdfmark {pgfid44}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{12}{13/13}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {13}{13}}} +\pgfsyspdfmark {pgfid45}{0}{0} +\pgfsyspdfmark {pgfid46}{0}{0} +\HyPL@Entry{13<>} +\pgfsyspdfmark {pgfid50}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{13}{14/14}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {14}{14}}} +\pgfsyspdfmark {pgfid51}{0}{0} +\pgfsyspdfmark {pgfid52}{0}{0} +\HyPL@Entry{14<>} +\pgfsyspdfmark {pgfid55}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{14}{15/15}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {15}{15}}} +\pgfsyspdfmark {pgfid56}{0}{0} +\pgfsyspdfmark {pgfid57}{0}{0} +\HyPL@Entry{15<>} +\pgfsyspdfmark {pgfid58}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{15}{16/16}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {16}{16}}} +\pgfsyspdfmark {pgfid59}{0}{0} +\pgfsyspdfmark {pgfid60}{0}{0} +\HyPL@Entry{16<>} +\pgfsyspdfmark {pgfid61}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{16}{17/17}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {17}{17}}} +\pgfsyspdfmark {pgfid62}{0}{0} +\pgfsyspdfmark {pgfid63}{0}{0} +\HyPL@Entry{17<>} +\pgfsyspdfmark {pgfid66}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{17}{18/18}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {18}{18}}} +\pgfsyspdfmark {pgfid67}{0}{0} +\pgfsyspdfmark {pgfid68}{0}{0} +\HyPL@Entry{18<>} +\pgfsyspdfmark {pgfid69}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{18}{19/19}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {19}{19}}} +\pgfsyspdfmark {pgfid70}{0}{0} +\pgfsyspdfmark {pgfid71}{0}{0} +\HyPL@Entry{19<>} +\pgfsyspdfmark {pgfid76}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{19}{20/20}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {20}{20}}} +\pgfsyspdfmark {pgfid77}{0}{0} +\pgfsyspdfmark {pgfid78}{0}{0} +\HyPL@Entry{20<>} +\pgfsyspdfmark {pgfid79}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{20}{21/21}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {21}{21}}} +\pgfsyspdfmark {pgfid80}{0}{0} +\pgfsyspdfmark {pgfid81}{0}{0} +\HyPL@Entry{21<>} +\pgfsyspdfmark {pgfid82}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{21}{22/22}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {22}{22}}} +\pgfsyspdfmark {pgfid83}{0}{0} +\pgfsyspdfmark {pgfid84}{0}{0} +\HyPL@Entry{22<>} +\pgfsyspdfmark {pgfid87}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{22}{23/23}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {23}{23}}} +\pgfsyspdfmark {pgfid88}{0}{0} +\pgfsyspdfmark {pgfid89}{0}{0} +\HyPL@Entry{23<>} +\pgfsyspdfmark {pgfid90}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{23}{24/24}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {24}{24}}} +\pgfsyspdfmark {pgfid91}{0}{0} +\pgfsyspdfmark {pgfid92}{0}{0} +\HyPL@Entry{24<>} +\pgfsyspdfmark {pgfid93}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{24}{25/25}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {25}{25}}} +\pgfsyspdfmark {pgfid94}{0}{0} +\pgfsyspdfmark {pgfid95}{0}{0} +\HyPL@Entry{25<>} +\pgfsyspdfmark {pgfid96}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{25}{26/26}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {26}{26}}} +\pgfsyspdfmark {pgfid97}{0}{0} +\pgfsyspdfmark {pgfid98}{0}{0} +\HyPL@Entry{26<>} +\pgfsyspdfmark {pgfid99}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{26}{27/27}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {27}{27}}} +\pgfsyspdfmark {pgfid100}{0}{0} +\pgfsyspdfmark {pgfid101}{0}{0} +\HyPL@Entry{27<>} +\pgfsyspdfmark {pgfid102}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{27}{28/28}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {28}{28}}} +\pgfsyspdfmark {pgfid103}{0}{0} +\pgfsyspdfmark {pgfid104}{0}{0} +\HyPL@Entry{28<>} +\pgfsyspdfmark {pgfid105}{23867907}{17900937} +\pgfsyspdfmark {pgfid106}{0}{0} +\pgfsyspdfmark {pgfid107}{0}{0} +\pgfsyspdfmark {pgfid108}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{28}{29/30}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {29}{30}}} +\pgfsyspdfmark {pgfid109}{0}{0} +\pgfsyspdfmark {pgfid110}{0}{0} +\HyPL@Entry{30<>} +\pgfsyspdfmark {pgfid111}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{29}{31/31}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {31}{31}}} +\pgfsyspdfmark {pgfid112}{0}{0} +\pgfsyspdfmark {pgfid113}{0}{0} +\HyPL@Entry{31<>} +\pgfsyspdfmark {pgfid116}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{30}{32/32}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {32}{32}}} +\pgfsyspdfmark {pgfid117}{0}{0} +\pgfsyspdfmark {pgfid118}{0}{0} +\HyPL@Entry{32<>} +\pgfsyspdfmark {pgfid119}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{31}{33/33}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {33}{33}}} +\pgfsyspdfmark {pgfid120}{0}{0} +\pgfsyspdfmark {pgfid121}{0}{0} +\HyPL@Entry{33<>} +\pgfsyspdfmark {pgfid122}{23867907}{17900937} +\pgfsyspdfmark {pgfid123}{0}{0} +\pgfsyspdfmark {pgfid124}{0}{0} +\pgfsyspdfmark {pgfid125}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{32}{34/35}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {34}{35}}} +\pgfsyspdfmark {pgfid126}{0}{0} +\pgfsyspdfmark {pgfid127}{0}{0} +\HyPL@Entry{35<>} +\pgfsyspdfmark {pgfid128}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{33}{36/36}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {36}{36}}} +\pgfsyspdfmark {pgfid129}{0}{0} +\pgfsyspdfmark {pgfid130}{0}{0} +\HyPL@Entry{36<>} +\pgfsyspdfmark {pgfid131}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{34}{37/37}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {37}{37}}} +\pgfsyspdfmark {pgfid132}{0}{0} +\pgfsyspdfmark {pgfid133}{0}{0} +\HyPL@Entry{37<>} +\pgfsyspdfmark {pgfid134}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{35}{38/38}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {38}{38}}} +\pgfsyspdfmark {pgfid135}{0}{0} +\pgfsyspdfmark {pgfid136}{0}{0} +\HyPL@Entry{38<>} +\pgfsyspdfmark {pgfid137}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{36}{39/39}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {39}{39}}} +\pgfsyspdfmark {pgfid138}{0}{0} +\pgfsyspdfmark {pgfid139}{0}{0} +\HyPL@Entry{39<>} +\pgfsyspdfmark {pgfid140}{23867907}{17900937} +\pgfsyspdfmark {pgfid141}{0}{0} +\pgfsyspdfmark {pgfid142}{0}{0} +\pgfsyspdfmark {pgfid143}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{37}{40/41}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {40}{41}}} +\pgfsyspdfmark {pgfid144}{0}{0} +\pgfsyspdfmark {pgfid145}{0}{0} +\HyPL@Entry{41<>} +\pgfsyspdfmark {pgfid146}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{38}{42/42}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {42}{42}}} +\pgfsyspdfmark {pgfid147}{0}{0} +\pgfsyspdfmark {pgfid148}{0}{0} +\HyPL@Entry{42<>} +\pgfsyspdfmark {pgfid151}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{39}{43/43}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {43}{43}}} +\pgfsyspdfmark {pgfid152}{0}{0} +\pgfsyspdfmark {pgfid153}{0}{0} +\HyPL@Entry{43<>} +\pgfsyspdfmark {pgfid154}{23867907}{17900937} +\pgfsyspdfmark {pgfid155}{0}{0} +\pgfsyspdfmark {pgfid156}{0}{0} +\pgfsyspdfmark {pgfid157}{23867907}{17900937} +\pgfsyspdfmark {pgfid158}{0}{0} +\pgfsyspdfmark {pgfid159}{0}{0} +\pgfsyspdfmark {pgfid162}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{40}{44/46}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {44}{46}}} +\pgfsyspdfmark {pgfid163}{0}{0} +\pgfsyspdfmark {pgfid164}{0}{0} +\HyPL@Entry{46<>} +\pgfsyspdfmark {pgfid165}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{41}{47/47}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {47}{47}}} +\pgfsyspdfmark {pgfid166}{0}{0} +\pgfsyspdfmark {pgfid167}{0}{0} +\HyPL@Entry{47<>} +\pgfsyspdfmark {pgfid168}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{42}{48/48}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {48}{48}}} +\pgfsyspdfmark {pgfid169}{0}{0} +\pgfsyspdfmark {pgfid170}{0}{0} +\HyPL@Entry{48<>} +\pgfsyspdfmark {pgfid171}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{43}{49/49}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {49}{49}}} +\pgfsyspdfmark {pgfid172}{0}{0} +\pgfsyspdfmark {pgfid173}{0}{0} +\HyPL@Entry{49<>} +\pgfsyspdfmark {pgfid174}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{44}{50/50}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {50}{50}}} +\pgfsyspdfmark {pgfid175}{0}{0} +\pgfsyspdfmark {pgfid176}{0}{0} +\HyPL@Entry{50<>} +\pgfsyspdfmark {pgfid179}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{45}{51/51}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {51}{51}}} +\pgfsyspdfmark {pgfid180}{0}{0} +\pgfsyspdfmark {pgfid181}{0}{0} +\HyPL@Entry{51<>} +\pgfsyspdfmark {pgfid184}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{46}{52/52}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {52}{52}}} +\pgfsyspdfmark {pgfid185}{0}{0} +\pgfsyspdfmark {pgfid186}{0}{0} +\HyPL@Entry{52<>} +\pgfsyspdfmark {pgfid187}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{47}{53/53}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {53}{53}}} +\pgfsyspdfmark {pgfid188}{0}{0} +\pgfsyspdfmark {pgfid189}{0}{0} +\HyPL@Entry{53<>} +\pgfsyspdfmark {pgfid190}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{48}{54/54}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {54}{54}}} +\pgfsyspdfmark {pgfid191}{0}{0} +\pgfsyspdfmark {pgfid192}{0}{0} +\HyPL@Entry{54<>} +\pgfsyspdfmark {pgfid193}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{49}{55/55}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {55}{55}}} +\pgfsyspdfmark {pgfid194}{0}{0} +\pgfsyspdfmark {pgfid195}{0}{0} +\HyPL@Entry{55<>} +\pgfsyspdfmark {pgfid196}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{50}{56/56}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {56}{56}}} +\pgfsyspdfmark {pgfid197}{0}{0} +\pgfsyspdfmark {pgfid198}{0}{0} +\HyPL@Entry{56<>} +\pgfsyspdfmark {pgfid199}{23867907}{17900937} +\pgfsyspdfmark {pgfid200}{0}{0} +\pgfsyspdfmark {pgfid201}{0}{0} +\pgfsyspdfmark {pgfid202}{23867907}{17900937} +\pgfsyspdfmark {pgfid203}{0}{0} +\pgfsyspdfmark {pgfid204}{0}{0} +\pgfsyspdfmark {pgfid205}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{51}{57/59}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {57}{59}}} +\pgfsyspdfmark {pgfid206}{0}{0} +\pgfsyspdfmark {pgfid207}{0}{0} +\HyPL@Entry{59<>} +\pgfsyspdfmark {pgfid208}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{52}{60/60}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {60}{60}}} +\pgfsyspdfmark {pgfid209}{0}{0} +\pgfsyspdfmark {pgfid210}{0}{0} +\HyPL@Entry{60<>} +\pgfsyspdfmark {pgfid211}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{53}{61/61}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {61}{61}}} +\pgfsyspdfmark {pgfid212}{0}{0} +\pgfsyspdfmark {pgfid213}{0}{0} +\HyPL@Entry{61<>} +\pgfsyspdfmark {pgfid214}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{54}{62/62}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {62}{62}}} +\pgfsyspdfmark {pgfid215}{0}{0} +\pgfsyspdfmark {pgfid216}{0}{0} +\HyPL@Entry{62<>} +\pgfsyspdfmark {pgfid219}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{55}{63/63}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {63}{63}}} +\pgfsyspdfmark {pgfid220}{0}{0} +\pgfsyspdfmark {pgfid221}{0}{0} +\HyPL@Entry{63<>} +\pgfsyspdfmark {pgfid222}{23867907}{17900937} +\pgfsyspdfmark {pgfid223}{0}{0} +\pgfsyspdfmark {pgfid224}{0}{0} +\pgfsyspdfmark {pgfid225}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{56}{64/65}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {64}{65}}} +\pgfsyspdfmark {pgfid226}{0}{0} +\pgfsyspdfmark {pgfid227}{0}{0} +\HyPL@Entry{65<>} +\pgfsyspdfmark {pgfid228}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{57}{66/66}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {66}{66}}} +\pgfsyspdfmark {pgfid229}{0}{0} +\pgfsyspdfmark {pgfid230}{0}{0} +\HyPL@Entry{66<>} +\pgfsyspdfmark {pgfid231}{23867907}{17900937} +\pgfsyspdfmark {pgfid232}{0}{0} +\pgfsyspdfmark {pgfid233}{0}{0} +\pgfsyspdfmark {pgfid234}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{58}{67/68}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {67}{68}}} +\pgfsyspdfmark {pgfid235}{0}{0} +\pgfsyspdfmark {pgfid236}{0}{0} +\HyPL@Entry{68<>} +\pgfsyspdfmark {pgfid237}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{59}{69/69}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {69}{69}}} +\pgfsyspdfmark {pgfid238}{0}{0} +\pgfsyspdfmark {pgfid239}{0}{0} +\HyPL@Entry{69<>} +\pgfsyspdfmark {pgfid240}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{60}{70/70}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {70}{70}}} +\pgfsyspdfmark {pgfid241}{0}{0} +\pgfsyspdfmark {pgfid242}{0}{0} +\HyPL@Entry{70<>} +\pgfsyspdfmark {pgfid243}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{61}{71/71}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {71}{71}}} +\pgfsyspdfmark {pgfid244}{0}{0} +\pgfsyspdfmark {pgfid245}{0}{0} +\HyPL@Entry{71<>} +\pgfsyspdfmark {pgfid246}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{62}{72/72}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {72}{72}}} +\pgfsyspdfmark {pgfid247}{0}{0} +\pgfsyspdfmark {pgfid248}{0}{0} +\HyPL@Entry{72<>} +\pgfsyspdfmark {pgfid249}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{63}{73/73}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {73}{73}}} +\pgfsyspdfmark {pgfid250}{0}{0} +\pgfsyspdfmark {pgfid251}{0}{0} +\HyPL@Entry{73<>} +\pgfsyspdfmark {pgfid252}{23867907}{17900937} +\pgfsyspdfmark {pgfid253}{0}{0} +\pgfsyspdfmark {pgfid254}{0}{0} +\pgfsyspdfmark {pgfid255}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{64}{74/75}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {74}{75}}} +\pgfsyspdfmark {pgfid256}{0}{0} +\pgfsyspdfmark {pgfid257}{0}{0} +\HyPL@Entry{75<>} +\pgfsyspdfmark {pgfid258}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{65}{76/76}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {76}{76}}} +\pgfsyspdfmark {pgfid259}{0}{0} +\pgfsyspdfmark {pgfid260}{0}{0} +\HyPL@Entry{76<>} +\pgfsyspdfmark {pgfid261}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{66}{77/77}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {77}{77}}} +\pgfsyspdfmark {pgfid262}{0}{0} +\pgfsyspdfmark {pgfid263}{0}{0} +\HyPL@Entry{77<>} +\pgfsyspdfmark {pgfid264}{23867907}{17900937} +\@writefile{snm}{\beamer@slide {eq:physPars}{78}} +\newlabel{eq:physPars}{{1}{78}{}{Doc-Start}{}} +\pgfsyspdfmark {pgfid265}{0}{0} +\pgfsyspdfmark {pgfid266}{0}{0} +\pgfsyspdfmark {pgfid267}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{67}{78/79}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {78}{79}}} +\pgfsyspdfmark {pgfid268}{0}{0} +\pgfsyspdfmark {pgfid269}{0}{0} +\HyPL@Entry{79<>} +\pgfsyspdfmark {pgfid270}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{68}{80/80}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {80}{80}}} +\pgfsyspdfmark {pgfid271}{0}{0} +\pgfsyspdfmark {pgfid272}{0}{0} +\HyPL@Entry{80<>} +\pgfsyspdfmark {pgfid273}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{69}{81/81}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {81}{81}}} +\pgfsyspdfmark {pgfid274}{0}{0} +\pgfsyspdfmark {pgfid275}{0}{0} +\@writefile{nav}{\headcommand {\beamer@partpages {1}{81}}} +\@writefile{nav}{\headcommand {\beamer@subsectionpages {1}{81}}} +\@writefile{nav}{\headcommand {\beamer@sectionpages {1}{81}}} +\@writefile{nav}{\headcommand {\beamer@documentpages {81}}} +\@writefile{nav}{\headcommand {\def \inserttotalframenumber {59}}} diff --git a/Seminars/IFJ_2016_V0/mchrzasz.log b/Seminars/IFJ_2016_V0/mchrzasz.log new file mode 100644 index 0000000..757c51f --- /dev/null +++ b/Seminars/IFJ_2016_V0/mchrzasz.log @@ -0,0 +1,4498 @@ +This is XeTeX, Version 3.1415926-2.5-0.9999.3 (TeX Live 2013/Debian) (format=xelatex 2015.4.1) 17 NOV 2016 14:23 +entering extended mode + restricted \write18 enabled. + %&-line parsing enabled. +**mchrzasz.tex +(./mchrzasz.tex +LaTeX2e <2011/06/27> +Babel <3.9h> and hyphenation patterns for 78 languages loaded. +(/usr/share/texmf/tex/latex/beamer/base/beamer.cls +(/usr/share/texmf/tex/latex/beamer/base/beamerbasercs.sty +Package: beamerbasercs 2012/11/13 (rcs-revision cb16a617839f) +) +Document Class: beamer 2012/10/15 development version 3.24 A class for typesett +ing presentations (rcs-revision 24853e6b98cf) +(/usr/share/texmf/tex/latex/beamer/base/beamerbasemodes.sty +Package: beamerbasemodes 2012/04/15 (rcs-revision cc6557182d97) +\beamer@tempbox=\box26 +\beamer@tempcount=\count80 +\c@beamerpauses=\count81 + +(/usr/share/texmf/tex/latex/beamer/base/beamerbasedecode.sty +Package: beamerbasedecode 2010/05/01 (rcs-revision efa082c6111d) +\beamer@slideinframe=\count82 +\beamer@minimum=\count83 +) +\beamer@commentbox=\box27 +\beamer@modecount=\count84 +) +(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifpdf.sty +Package: ifpdf 2011/01/30 v2.3 Provides the ifpdf switch (HO) +Package ifpdf Info: pdfTeX in PDF mode is not detected. +) +\headheight=\dimen102 +\headdp=\dimen103 +\footheight=\dimen104 +\sidebarheight=\dimen105 +\beamer@tempdim=\dimen106 +\beamer@finalheight=\dimen107 +\beamer@animht=\dimen108 +\beamer@animdp=\dimen109 +\beamer@animwd=\dimen110 +\beamer@leftmargin=\dimen111 +\beamer@rightmargin=\dimen112 +\beamer@leftsidebar=\dimen113 +\beamer@rightsidebar=\dimen114 +\beamer@boxsize=\dimen115 +\beamer@vboxoffset=\dimen116 +\beamer@descdefault=\dimen117 +\beamer@descriptionwidth=\dimen118 +\beamer@lastskip=\skip41 +\beamer@areabox=\box28 +\beamer@animcurrent=\box29 +\beamer@animshowbox=\box30 +\beamer@sectionbox=\box31 +\beamer@logobox=\box32 +\beamer@linebox=\box33 +\beamer@sectioncount=\count85 +\beamer@subsubsectionmax=\count86 +\beamer@subsectionmax=\count87 +\beamer@sectionmax=\count88 +\beamer@totalheads=\count89 +\beamer@headcounter=\count90 +\beamer@partstartpage=\count91 +\beamer@sectionstartpage=\count92 +\beamer@subsectionstartpage=\count93 +\beamer@animationtempa=\count94 +\beamer@animationtempb=\count95 +\beamer@xpos=\count96 +\beamer@ypos=\count97 +\beamer@showpartnumber=\count98 +\beamer@currentsubsection=\count99 +\beamer@coveringdepth=\count100 +\beamer@sectionadjust=\count101 +\beamer@tocsectionnumber=\count102 + +(/usr/share/texmf/tex/latex/beamer/base/beamerbaseoptions.sty +Package: beamerbaseoptions 2010/04/27 (rcs-revision 982469101dd6) + +(/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty +Package: keyval 1999/03/16 v1.13 key=value parser (DPC) +\KV@toks@=\toks14 +)) +\beamer@paperwidth=\skip42 +\beamer@paperheight=\skip43 + +(/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty +Package: geometry 2010/09/12 v5.6 Page Geometry + +(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifvtex.sty +Package: ifvtex 2010/03/01 v1.5 Detect VTeX and its facilities (HO) +Package ifvtex Info: VTeX not detected. +) +(/usr/share/texlive/texmf-dist/tex/generic/ifxetex/ifxetex.sty +Package: ifxetex 2010/09/12 v0.6 Provides ifxetex conditional +) +\Gm@cnth=\count103 +\Gm@cntv=\count104 +\c@Gm@tempcnt=\count105 +\Gm@bindingoffset=\dimen119 +\Gm@wd@mp=\dimen120 +\Gm@odd@mp=\dimen121 +\Gm@even@mp=\dimen122 +\Gm@layoutwidth=\dimen123 +\Gm@layoutheight=\dimen124 +\Gm@layouthoffset=\dimen125 +\Gm@layoutvoffset=\dimen126 +\Gm@dimlist=\toks15 +) +(/usr/share/texlive/texmf-dist/tex/latex/base/size11.clo +File: size11.clo 2007/10/19 v1.4h Standard LaTeX file (size option) +) +(/usr/share/texmf/tex/latex/pgf/basiclayer/pgfcore.sty +(/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty +Package: graphicx 1999/02/16 v1.0f Enhanced LaTeX Graphics (DPC,SPQR) + +(/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty +Package: graphics 2009/02/05 v1.0o Standard LaTeX Graphics (DPC,SPQR) + +(/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty +Package: trig 1999/03/16 v1.09 sin cos tan (DPC) +) +(/usr/share/texlive/texmf-dist/tex/latex/latexconfig/graphics.cfg +File: graphics.cfg 2010/04/23 v1.9 graphics configuration of TeX Live +) +Package graphics Info: Driver file: xetex.def on input line 91. + +(/usr/share/texlive/texmf-dist/tex/xelatex/xetex-def/xetex.def +File: xetex.def 2013/04/29 v0.96 LaTeX color/graphics driver for XeTeX (RRM/JK) + +)) +\Gin@req@height=\dimen127 +\Gin@req@width=\dimen128 +) +(/usr/share/texmf/tex/latex/pgf/systemlayer/pgfsys.sty +(/usr/share/texmf/tex/latex/pgf/utilities/pgfrcs.sty +(/usr/share/texmf/tex/generic/pgf/utilities/pgfutil-common.tex +\pgfutil@everybye=\toks16 +) +(/usr/share/texmf/tex/generic/pgf/utilities/pgfutil-latex.def +\pgfutil@abb=\box34 + +(/usr/share/texlive/texmf-dist/tex/latex/ms/everyshi.sty +Package: everyshi 2001/05/15 v3.00 EveryShipout Package (MS) +)) +(/usr/share/texmf/tex/generic/pgf/utilities/pgfrcs.code.tex +Package: pgfrcs 2010/10/25 v2.10 (rcs-revision 1.24) +)) +(/usr/share/texmf/tex/generic/pgf/systemlayer/pgfsys.code.tex +Package: pgfsys 2010/06/30 v2.10 (rcs-revision 1.37) + +(/usr/share/texmf/tex/generic/pgf/utilities/pgfkeys.code.tex +\pgfkeys@pathtoks=\toks17 +\pgfkeys@temptoks=\toks18 + +(/usr/share/texmf/tex/generic/pgf/utilities/pgfkeysfiltered.code.tex +\pgfkeys@tmptoks=\toks19 +)) +\pgf@x=\dimen129 +\pgf@y=\dimen130 +\pgf@xa=\dimen131 +\pgf@ya=\dimen132 +\pgf@xb=\dimen133 +\pgf@yb=\dimen134 +\pgf@xc=\dimen135 +\pgf@yc=\dimen136 +\w@pgf@writea=\write3 +\r@pgf@reada=\read1 +\c@pgf@counta=\count106 +\c@pgf@countb=\count107 +\c@pgf@countc=\count108 +\c@pgf@countd=\count109 + +(/usr/share/texmf/tex/generic/pgf/systemlayer/pgf.cfg +File: pgf.cfg 2008/05/14 (rcs-revision 1.7) +) +Package pgfsys Info: Driver file for pgf: pgfsys-xetex.def on input line 900. + +(/usr/share/texmf/tex/generic/pgf/systemlayer/pgfsys-xetex.def +File: pgfsys-xetex.def 2010/02/16 (rcs-revision 1.3) + +(/usr/share/texmf/tex/generic/pgf/systemlayer/pgfsys-common-pdf.def +File: pgfsys-common-pdf.def 2008/05/19 (rcs-revision 1.10) +) +(/usr/share/texmf/tex/generic/pgf/systemlayer/pgfsys-common-pdf-via-dvi.def +File: pgfsys-common-pdf-via-dvi.def 2008/05/19 (rcs-revision 1.7) +))) +(/usr/share/texmf/tex/generic/pgf/systemlayer/pgfsyssoftpath.code.tex +File: pgfsyssoftpath.code.tex 2008/07/18 (rcs-revision 1.7) +\pgfsyssoftpath@smallbuffer@items=\count110 +\pgfsyssoftpath@bigbuffer@items=\count111 +) +(/usr/share/texmf/tex/generic/pgf/systemlayer/pgfsysprotocol.code.tex +File: pgfsysprotocol.code.tex 2006/10/16 (rcs-revision 1.4) +)) +(/usr/share/texmf/tex/latex/xcolor/xcolor.sty +Package: xcolor 2007/01/21 v2.11 LaTeX color extensions (UK) + +(/usr/share/texlive/texmf-dist/tex/latex/latexconfig/color.cfg +File: color.cfg 2007/01/18 v1.5 color configuration of teTeX/TeXLive +) +Package xcolor Info: Driver file: xetex.def on input line 225. + +(/usr/share/texlive/texmf-dist/tex/latex/colortbl/colortbl.sty +Package: colortbl 2012/02/13 v1.0a Color table columns (DPC) + +(/usr/share/texlive/texmf-dist/tex/latex/tools/array.sty +Package: array 2008/09/09 v2.4c Tabular extension package (FMi) +\col@sep=\dimen137 +\extrarowheight=\dimen138 +\NC@list=\toks20 +\extratabsurround=\skip44 +\backup@length=\skip45 +) +\everycr=\toks21 +\minrowclearance=\skip46 +) +\rownum=\count112 +Package xcolor Info: Model `cmy' substituted by `cmy0' on input line 1337. +Package xcolor Info: Model `RGB' extended on input line 1353. +Package xcolor Info: Model `HTML' substituted by `rgb' on input line 1355. +Package xcolor Info: Model `Hsb' substituted by `hsb' on input line 1356. +Package xcolor Info: Model `tHsb' substituted by `hsb' on input line 1357. +Package xcolor Info: Model `HSB' substituted by `hsb' on input line 1358. +Package xcolor Info: Model `Gray' substituted by `gray' on input line 1359. +Package xcolor Info: Model `wave' substituted by `hsb' on input line 1360. + +(/usr/share/texlive/texmf-dist/tex/latex/graphics/dvipsnam.def +File: dvipsnam.def 1999/02/16 v3.0i Driver-dependant file (DPC,SPQR) +) +(/usr/share/texmf/tex/latex/xcolor/svgnam.def +File: svgnam.def 2007/01/21 v2.11 Predefined colors according to SVG 1.1 (UK) +) +(/usr/share/texmf/tex/latex/xcolor/x11nam.def +File: x11nam.def 2007/01/21 v2.11 Predefined colors according to Unix/X11 (UK) +)) +(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcore.code.tex +Package: pgfcore 2010/04/11 v2.10 (rcs-revision 1.7) + +(/usr/share/texmf/tex/generic/pgf/math/pgfmath.code.tex +(/usr/share/texmf/tex/generic/pgf/math/pgfmathcalc.code.tex +(/usr/share/texmf/tex/generic/pgf/math/pgfmathutil.code.tex) +(/usr/share/texmf/tex/generic/pgf/math/pgfmathparser.code.tex +\pgfmath@dimen=\dimen139 +\pgfmath@count=\count113 +\pgfmath@box=\box35 +\pgfmath@toks=\toks22 +\pgfmath@stack@operand=\toks23 +\pgfmath@stack@operation=\toks24 +) +(/usr/share/texmf/tex/generic/pgf/math/pgfmathfunctions.code.tex +(/usr/share/texmf/tex/generic/pgf/math/pgfmathfunctions.basic.code.tex) +(/usr/share/texmf/tex/generic/pgf/math/pgfmathfunctions.trigonometric.code.tex) +(/usr/share/texmf/tex/generic/pgf/math/pgfmathfunctions.random.code.tex) +(/usr/share/texmf/tex/generic/pgf/math/pgfmathfunctions.comparison.code.tex) +(/usr/share/texmf/tex/generic/pgf/math/pgfmathfunctions.base.code.tex) +(/usr/share/texmf/tex/generic/pgf/math/pgfmathfunctions.round.code.tex) +(/usr/share/texmf/tex/generic/pgf/math/pgfmathfunctions.misc.code.tex))) +(/usr/share/texmf/tex/generic/pgf/math/pgfmathfloat.code.tex +\c@pgfmathroundto@lastzeros=\count114 +)) +(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorepoints.code.tex +File: pgfcorepoints.code.tex 2010/04/09 (rcs-revision 1.20) +\pgf@picminx=\dimen140 +\pgf@picmaxx=\dimen141 +\pgf@picminy=\dimen142 +\pgf@picmaxy=\dimen143 +\pgf@pathminx=\dimen144 +\pgf@pathmaxx=\dimen145 +\pgf@pathminy=\dimen146 +\pgf@pathmaxy=\dimen147 +\pgf@xx=\dimen148 +\pgf@xy=\dimen149 +\pgf@yx=\dimen150 +\pgf@yy=\dimen151 +\pgf@zx=\dimen152 +\pgf@zy=\dimen153 +) +(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorepathconstruct.code.tex +File: pgfcorepathconstruct.code.tex 2010/08/03 (rcs-revision 1.24) +\pgf@path@lastx=\dimen154 +\pgf@path@lasty=\dimen155 +) +(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorepathusage.code.tex +File: pgfcorepathusage.code.tex 2008/04/22 (rcs-revision 1.12) +\pgf@shorten@end@additional=\dimen156 +\pgf@shorten@start@additional=\dimen157 +) +(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorescopes.code.tex +File: pgfcorescopes.code.tex 2010/09/08 (rcs-revision 1.34) +\pgfpic=\box36 +\pgf@hbox=\box37 +\pgf@layerbox@main=\box38 +\pgf@picture@serial@count=\count115 +) +(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcoregraphicstate.code.tex +File: pgfcoregraphicstate.code.tex 2008/04/22 (rcs-revision 1.9) +\pgflinewidth=\dimen158 +) +(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcoretransformations.code.tex +File: pgfcoretransformations.code.tex 2009/06/10 (rcs-revision 1.11) +\pgf@pt@x=\dimen159 +\pgf@pt@y=\dimen160 +\pgf@pt@temp=\dimen161 +) +(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorequick.code.tex +File: pgfcorequick.code.tex 2008/10/09 (rcs-revision 1.3) +) +(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcoreobjects.code.tex +File: pgfcoreobjects.code.tex 2006/10/11 (rcs-revision 1.2) +) +(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorepathprocessing.code.tex +File: pgfcorepathprocessing.code.tex 2008/10/09 (rcs-revision 1.8) +) +(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorearrows.code.tex +File: pgfcorearrows.code.tex 2008/04/23 (rcs-revision 1.11) +) +(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcoreshade.code.tex +File: pgfcoreshade.code.tex 2008/11/23 (rcs-revision 1.13) +\pgf@max=\dimen162 +\pgf@sys@shading@range@num=\count116 +) +(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcoreimage.code.tex +File: pgfcoreimage.code.tex 2010/03/25 (rcs-revision 1.16) + +(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcoreexternal.code.tex +File: pgfcoreexternal.code.tex 2010/09/01 (rcs-revision 1.17) +\pgfexternal@startupbox=\box39 +)) +(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorelayers.code.tex +File: pgfcorelayers.code.tex 2010/08/27 (rcs-revision 1.2) +) +(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcoretransparency.code.tex +File: pgfcoretransparency.code.tex 2008/01/17 (rcs-revision 1.2) +) +(/usr/share/texmf/tex/generic/pgf/basiclayer/pgfcorepatterns.code.tex +File: pgfcorepatterns.code.tex 2009/07/02 (rcs-revision 1.3) +))) +(/usr/share/texmf/tex/latex/pgf/utilities/xxcolor.sty +Package: xxcolor 2003/10/24 ver 0.1 +\XC@nummixins=\count117 +\XC@countmixins=\count118 +) +(/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty +Package: hyperref 2012/11/06 v6.83m Hypertext links for LaTeX + +(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/hobsub-hyperref.sty +Package: hobsub-hyperref 2012/05/28 v1.13 Bundle oberdiek, subset hyperref (HO) + + +(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/hobsub-generic.sty +Package: hobsub-generic 2012/05/28 v1.13 Bundle oberdiek, subset generic (HO) +Package: hobsub 2012/05/28 v1.13 Construct package bundles (HO) +Package: infwarerr 2010/04/08 v1.3 Providing info/warning/error messages (HO) +Package: ltxcmds 2011/11/09 v1.22 LaTeX kernel commands for general use (HO) +Package: ifluatex 2010/03/01 v1.3 Provides the ifluatex switch (HO) +Package ifluatex Info: LuaTeX not detected. +Package hobsub Info: Skipping package `ifvtex' (already loaded). +Package: intcalc 2007/09/27 v1.1 Expandable calculations with integers (HO) +Package hobsub Info: Skipping package `ifpdf' (already loaded). +Package: etexcmds 2011/02/16 v1.5 Avoid name clashes with e-TeX commands (HO) +Package etexcmds Info: Could not find \expanded. +(etexcmds) That can mean that you are not using pdfTeX 1.50 or +(etexcmds) that some package has redefined \expanded. +(etexcmds) In the latter case, load this package earlier. +Package: kvsetkeys 2012/04/25 v1.16 Key value parser (HO) +Package: kvdefinekeys 2011/04/07 v1.3 Define keys (HO) +Package: pdftexcmds 2011/11/29 v0.20 Utility functions of pdfTeX for LuaTeX (HO +) +Package pdftexcmds Info: LuaTeX not detected. +Package pdftexcmds Info: pdfTeX >= 1.30 not detected. +Package pdftexcmds Info: \pdf@primitive is available. +Package pdftexcmds Info: \pdf@ifprimitive is available. +Package pdftexcmds Info: \pdfdraftmode not found. +Package: pdfescape 2011/11/25 v1.13 Implements pdfTeX's escape features (HO) +Package: bigintcalc 2012/04/08 v1.3 Expandable calculations on big integers (HO +) +Package: bitset 2011/01/30 v1.1 Handle bit-vector datatype (HO) +Package: uniquecounter 2011/01/30 v1.2 Provide unlimited unique counter (HO) +) +Package hobsub Info: Skipping package `hobsub' (already loaded). +Package: letltxmacro 2010/09/02 v1.4 Let assignment for LaTeX macros (HO) +Package: hopatch 2012/05/28 v1.2 Wrapper for package hooks (HO) +Package: xcolor-patch 2011/01/30 xcolor patch +Package: atveryend 2011/06/30 v1.8 Hooks at the very end of document (HO) +Package atveryend Info: \enddocument detected (standard20110627). +Package: atbegshi 2011/10/05 v1.16 At begin shipout hook (HO) +Package: refcount 2011/10/16 v3.4 Data extraction from label references (HO) +Package: hycolor 2011/01/30 v1.7 Color options for hyperref/bookmark (HO) +) +(/usr/share/texlive/texmf-dist/tex/latex/oberdiek/auxhook.sty +Package: auxhook 2011/03/04 v1.3 Hooks for auxiliary files (HO) +) +(/usr/share/texlive/texmf-dist/tex/latex/oberdiek/kvoptions.sty +Package: kvoptions 2011/06/30 v3.11 Key value format for package options (HO) +) +\@linkdim=\dimen163 +\Hy@linkcounter=\count119 +\Hy@pagecounter=\count120 + +(/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def +File: pd1enc.def 2012/11/06 v6.83m Hyperref: PDFDocEncoding definition (HO) +) +\Hy@SavedSpaceFactor=\count121 + +(/usr/share/texlive/texmf-dist/tex/latex/latexconfig/hyperref.cfg +File: hyperref.cfg 2002/06/06 v1.2 hyperref configuration of TeXLive +) +Package hyperref Info: Option `bookmarks' set `true' on input line 4319. +Package hyperref Info: Option `bookmarksopen' set `true' on input line 4319. +Package hyperref Info: Option `implicit' set `false' on input line 4319. +Package hyperref Info: Hyper figures OFF on input line 4443. +Package hyperref Info: Link nesting OFF on input line 4448. +Package hyperref Info: Hyper index ON on input line 4451. +Package hyperref Info: Plain pages OFF on input line 4458. +Package hyperref Info: Backreferencing OFF on input line 4463. +Package hyperref Info: Implicit mode OFF; no redefinition of LaTeX internals. +Package hyperref Info: Bookmarks ON on input line 4688. +\c@Hy@tempcnt=\count122 + +(/usr/share/texlive/texmf-dist/tex/latex/url/url.sty +\Urlmuskip=\muskip10 +Package: url 2013/09/16 ver 3.4 Verb mode for urls, etc. +) +LaTeX Info: Redefining \url on input line 5041. +\XeTeXLinkMargin=\dimen164 +\Fld@menulength=\count123 +\Field@Width=\dimen165 +\Fld@charsize=\dimen166 +Package hyperref Info: Hyper figures OFF on input line 6295. +Package hyperref Info: Link nesting OFF on input line 6300. +Package hyperref Info: Hyper index ON on input line 6303. +Package hyperref Info: backreferencing OFF on input line 6310. +Package hyperref Info: Link coloring OFF on input line 6315. +Package hyperref Info: Link coloring with OCG OFF on input line 6320. +Package hyperref Info: PDF/A mode OFF on input line 6325. +LaTeX Info: Redefining \ref on input line 6365. +LaTeX Info: Redefining \pageref on input line 6369. +\Hy@abspage=\count124 + + +Package hyperref Message: Stopped early. + +) + +Package hyperref Message: Driver (autodetected): hxetex. + +(/usr/share/texlive/texmf-dist/tex/latex/hyperref/hxetex.def +File: hxetex.def 2012/11/06 v6.83m Hyperref driver for XeTeX + +(/usr/share/texlive/texmf-dist/tex/latex/hyperref/puenc.def +File: puenc.def 2012/11/06 v6.83m Hyperref: PDF Unicode definition (HO) +) +(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/stringenc.sty +Package: stringenc 2011/12/02 v1.10 Convert strings between diff. encodings (HO +) +) +\pdfm@box=\box40 +\c@Hy@AnnotLevel=\count125 +\HyField@AnnotCount=\count126 +\Fld@listcount=\count127 +\c@bookmark@seq@number=\count128 + +(/usr/share/texlive/texmf-dist/tex/latex/oberdiek/rerunfilecheck.sty +Package: rerunfilecheck 2011/04/15 v1.7 Rerun checks for auxiliary files (HO) +Package rerunfilecheck Info: Feature \pdfmdfivesum is not available +(rerunfilecheck) (e.g. pdfTeX or LuaTeX with package `pdftexcmds'). + +(rerunfilecheck) Therefore file contents cannot be checked efficien +tly +(rerunfilecheck) and the loading of the package is aborted. +)) +(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/se-ascii-print.def +File: se-ascii-print.def 2011/12/02 v1.10 stringenc: Printable ASCII characters + +) +(/usr/share/texmf/tex/latex/beamer/base/beamerbaserequires.sty +Package: beamerbaserequires 2010/05/01 (rcs-revision efa082c6111d) + +(/usr/share/texmf/tex/latex/beamer/base/beamerbasecompatibility.sty +Package: beamerbasecompatibility 2012/05/01 (rcs-revision 67c48b3b652d) +) +(/usr/share/texmf/tex/latex/beamer/base/beamerbasefont.sty +Package: beamerbasefont 2012/09/19 (rcs-revision 733629cd0c6c) + +(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty +Package: amssymb 2013/01/14 v3.01 AMS font symbols + +(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty +Package: amsfonts 2013/01/14 v3.01 Basic AMSFonts support +\@emptytoks=\toks25 +\symAMSa=\mathgroup4 +\symAMSb=\mathgroup5 +LaTeX Font Info: Overwriting math alphabet `\mathfrak' in version `bold' +(Font) U/euf/m/n --> U/euf/b/n on input line 106. +))) +(/usr/share/texmf/tex/latex/beamer/base/beamerbasetranslator.sty +Package: beamerbasetranslator 2010/06/11 (rcs-revision 85fd1cc7fc42) + +(/usr/share/texmf/tex/latex/beamer/base/translator/translator.sty +Package: translator 2010/06/12 ver 1.10 + +(/usr/share/texmf/tex/latex/beamer/base/translator/translator-language-mappings +.tex))) (/usr/share/texmf/tex/latex/beamer/base/beamerbasemisc.sty +Package: beamerbasemisc 2012/02/24 (rcs-revision 2ff5461be705) +) +(/usr/share/texmf/tex/latex/beamer/base/beamerbasetwoscreens.sty +Package: beamerbasetwoscreens 2010/05/01 (rcs-revision efa082c6111d) +) +(/usr/share/texmf/tex/latex/beamer/base/beamerbaseoverlay.sty +Package: beamerbaseoverlay 2012/11/11 (rcs-revision 6afbc49b1109) +\beamer@argscount=\count129 +\beamer@lastskipcover=\skip47 +\beamer@trivlistdepth=\count130 +) +(/usr/share/texmf/tex/latex/beamer/base/beamerbasetitle.sty +Package: beamerbasetitle 2010/09/21 (rcs-revision f0446ed0b6ae) +) +(/usr/share/texmf/tex/latex/beamer/base/beamerbasesection.sty +Package: beamerbasesection 2012/11/11 (rcs-revision 0056eef6f17f) +\c@lecture=\count131 +\c@part=\count132 +\c@section=\count133 +\c@subsection=\count134 +\c@subsubsection=\count135 +) +(/usr/share/texmf/tex/latex/beamer/base/beamerbaseframe.sty +Package: beamerbaseframe 2012/09/13 (rcs-revision dcd846607320) +\beamer@framebox=\box41 +\beamer@frametitlebox=\box42 +\beamer@zoombox=\box43 +\beamer@zoomcount=\count136 +\beamer@zoomframecount=\count137 +\beamer@frametextheight=\dimen167 +\c@subsectionslide=\count138 +\beamer@frametopskip=\skip48 +\beamer@framebottomskip=\skip49 +\beamer@frametopskipautobreak=\skip50 +\beamer@framebottomskipautobreak=\skip51 +\beamer@envbody=\toks26 +\framewidth=\dimen168 +\c@framenumber=\count139 +) +(/usr/share/texmf/tex/latex/beamer/base/beamerbaseverbatim.sty +Package: beamerbaseverbatim 2012/08/30 (rcs-revision dfdb135076b3) +\beamer@verbatimfileout=\write4 +) +(/usr/share/texmf/tex/latex/beamer/base/beamerbaseframesize.sty +Package: beamerbaseframesize 2011/09/12 (rcs-revision 70f9d8411e54) +\beamer@splitbox=\box44 +\beamer@autobreakcount=\count140 +\beamer@autobreaklastheight=\dimen169 +\beamer@frametitletoks=\toks27 +\beamer@framesubtitletoks=\toks28 +) +(/usr/share/texmf/tex/latex/beamer/base/beamerbaseframecomponents.sty +Package: beamerbaseframecomponents 2012/09/13 (rcs-revision dcd846607320) +\beamer@footins=\box45 +) +(/usr/share/texmf/tex/latex/beamer/base/beamerbasecolor.sty +Package: beamerbasecolor 2010/06/06 (rcs-revision d1a9b48be06d) +) +(/usr/share/texmf/tex/latex/beamer/base/beamerbasenotes.sty +Package: beamerbasenotes 2010/05/01 (rcs-revision efa082c6111d) +\beamer@frameboxcopy=\box46 +) +(/usr/share/texmf/tex/latex/beamer/base/beamerbasetoc.sty +Package: beamerbasetoc 2012/10/02 (rcs-revision 5ed0f4010e8a) +) +(/usr/share/texmf/tex/latex/beamer/base/beamerbasetemplates.sty +Package: beamerbasetemplates 2010/05/01 (rcs-revision efa082c6111d) +\beamer@sbttoks=\toks29 + +(/usr/share/texmf/tex/latex/beamer/base/beamerbaseauxtemplates.sty +Package: beamerbaseauxtemplates 2012/05/01 (rcs-revision 67c48b3b652d) + +(/usr/share/texmf/tex/latex/beamer/base/beamerbaseboxes.sty +Package: beamerbaseboxes 2012/05/13 (rcs-revision 56972908a390) +\bmb@box=\box47 +\bmb@colorbox=\box48 +\bmb@boxshadow=\box49 +\bmb@boxshadowball=\box50 +\bmb@boxshadowballlarge=\box51 +\bmb@temp=\dimen170 +\bmb@dima=\dimen171 +\bmb@dimb=\dimen172 +\bmb@prevheight=\dimen173 +) +\beamer@blockheadheight=\dimen174 +)) +(/usr/share/texmf/tex/latex/beamer/base/beamerbaselocalstructure.sty +Package: beamerbaselocalstructure 2012/11/13 (rcs-revision ddfba79dac19) + +(/usr/share/texlive/texmf-dist/tex/latex/tools/enumerate.sty +Package: enumerate 1999/03/05 v3.00 enumerate extensions (DPC) +\@enLab=\toks30 +) +\c@figure=\count141 +\c@table=\count142 +\abovecaptionskip=\skip52 +\belowcaptionskip=\skip53 +) +(/usr/share/texmf/tex/latex/beamer/base/beamerbasenavigation.sty +Package: beamerbasenavigation 2012/04/03 (rcs-revision 42a0f21a412d) +\beamer@section@min@dim=\dimen175 +) +(/usr/share/texmf/tex/latex/beamer/base/beamerbasetheorems.sty +Package: beamerbasetheorems 2010/06/06 (rcs-revision 7e7cc5e53e9d) + +(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsmath.sty +Package: amsmath 2013/01/14 v2.14 AMS math features +\@mathmargin=\skip54 + +For additional information on amsmath, use the `?' option. +(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amstext.sty +Package: amstext 2000/06/29 v2.01 + +(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsgen.sty +File: amsgen.sty 1999/11/30 v2.0 +\@emptytoks=\toks31 +\ex@=\dimen176 +)) +(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsbsy.sty +Package: amsbsy 1999/11/29 v1.2d +\pmbraise@=\dimen177 +) +(/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty +Package: amsopn 1999/12/14 v2.01 operator names +) +\inf@bad=\count143 +LaTeX Info: Redefining \frac on input line 210. +\uproot@=\count144 +\leftroot@=\count145 +LaTeX Info: Redefining \overline on input line 306. +\classnum@=\count146 +\DOTSCASE@=\count147 +LaTeX Info: Redefining \ldots on input line 378. +LaTeX Info: Redefining \dots on input line 381. +LaTeX Info: Redefining \cdots on input line 466. +\Mathstrutbox@=\box52 +\strutbox@=\box53 +\big@size=\dimen178 +LaTeX Font Info: Redeclaring font encoding OML on input line 566. +LaTeX Font Info: Redeclaring font encoding OMS on input line 567. +\macc@depth=\count148 +\c@MaxMatrixCols=\count149 +\dotsspace@=\muskip11 +\c@parentequation=\count150 +\dspbrk@lvl=\count151 +\tag@help=\toks32 +\row@=\count152 +\column@=\count153 +\maxfields@=\count154 +\andhelp@=\toks33 +\eqnshift@=\dimen179 +\alignsep@=\dimen180 +\tagshift@=\dimen181 +\tagwidth@=\dimen182 +\totwidth@=\dimen183 +\lineht@=\dimen184 +\@envbody=\toks34 +\multlinegap=\skip55 +\multlinetaggap=\skip56 +\mathdisplay@stack=\toks35 +LaTeX Info: Redefining \[ on input line 2665. +LaTeX Info: Redefining \] on input line 2666. +) +(/usr/share/texlive/texmf-dist/tex/latex/amscls/amsthm.sty +Package: amsthm 2004/08/06 v2.20 +\thm@style=\toks36 +\thm@bodyfont=\toks37 +\thm@headfont=\toks38 +\thm@notefont=\toks39 +\thm@headpunct=\toks40 +\thm@preskip=\skip57 +\thm@postskip=\skip58 +\thm@headsep=\skip59 +\dth@everypar=\toks41 +) +\c@theorem=\count155 +) +(/usr/share/texmf/tex/latex/beamer/base/beamerbasethemes.sty +Package: beamerbasethemes 2010/05/01 (rcs-revision efa082c6111d) +)) +(/usr/share/texmf/tex/latex/beamer/base/themes/theme/beamerthemedefault.sty +Package: beamerthemedefault 2010/06/17 (rcs-revision d02a7cf4d8ae) + +(/usr/share/texmf/tex/latex/beamer/base/themes/font/beamerfontthemedefault.sty +Package: beamerfontthemedefault 2010/06/17 (rcs-revision d02a7cf4d8ae) +) +(/usr/share/texmf/tex/latex/beamer/base/themes/color/beamercolorthemedefault.st +y +Package: beamercolorthemedefault 2010/06/17 (rcs-revision d02a7cf4d8ae) +) +(/usr/share/texmf/tex/latex/beamer/base/themes/inner/beamerinnerthemedefault.st +y +Package: beamerinnerthemedefault 2012/05/01 (rcs-revision 67c48b3b652d) +\beamer@dima=\dimen185 +\beamer@dimb=\dimen186 +) +(/usr/share/texmf/tex/latex/beamer/base/themes/outer/beamerouterthemedefault.st +y +Package: beamerouterthemedefault 2012/10/02 (rcs-revision 5ed0f4010e8a) +))) (/usr/share/texlive/texmf-dist/tex/generic/babel/babel.sty +Package: babel 2013/12/03 3.9h The Babel package + +(/usr/share/texlive/texmf-dist/tex/generic/babel-english/english.ldf +Language: english 2012/08/20 v3.3p English support from the babel system + +(/usr/share/texlive/texmf-dist/tex/generic/babel/babel.def +File: babel.def 2013/12/03 3.9h Babel common definitions +LaTeX Info: Redefining \textlatin on input line 137. +\babel@savecnt=\count156 +\U@D=\dimen187 + +(/usr/share/texlive/texmf-dist/tex/generic/babel/xebabel.def)) +\l@canadian = a dialect from \language\l@american +\l@australian = a dialect from \language\l@british +\l@newzealand = a dialect from \language\l@british +)) +(/usr/share/texlive/texmf-dist/tex/latex/polski/polski.sty +Package: polski 2008/02/24 v1.3.3 Polish language package + +Document language package `polski' v1.3.3 <2008/02/24> + Switching to Polish text encoding and Polish maths fonts. +(/usr/share/texlive/texmf-dist/tex/latex/base/ot4enc.def +File: ot4enc.def 2005/09/27 v1.99g Standard LaTeX file +) +LaTeX Font Info: Try loading font information for OT4+cmss on input line 346 +. + +(/usr/share/texlive/texmf-dist/tex/latex/polski/ot4cmss.fd +File: ot4cmss.fd 2008/02/24 v1.2.1 Font defs for fonts PL (MW) +) +LaTeX Font Info: Overwriting math alphabet `\mathbf' in version `normal' +(Font) OT1/cmr/bx/n --> OT4/cmr/bx/n on input line 346. +LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `normal' +(Font) OT1/cmss/m/n --> OT4/cmss/m/n on input line 346. +LaTeX Font Info: Overwriting math alphabet `\mathit' in version `normal' +(Font) OT1/cmr/m/it --> OT4/cmr/m/it on input line 346. +LaTeX Font Info: Overwriting math alphabet `\mathtt' in version `normal' +(Font) OT1/cmtt/m/n --> OT4/cmtt/m/n on input line 346. +LaTeX Font Info: Overwriting math alphabet `\mathsf' in version `bold' +(Font) OT1/cmss/bx/n --> OT4/cmss/bx/n on input line 346. +LaTeX Font Info: Overwriting math alphabet `\mathit' in version `bold' +(Font) OT1/cmr/bx/it --> OT4/cmr/bx/it on input line 346. +LaTeX Font Info: Encoding `OT1' has changed to `OT4' for symbol font +(Font) `operators' in the math version `normal' on input line 346. + +LaTeX Font Info: Overwriting symbol font `operators' in version `normal' +(Font) OT1/cmr/m/n --> OT4/cmr/m/n on input line 346. +LaTeX Font Info: Overwriting symbol font `letters' in version `normal' +(Font) OML/cmm/m/it --> OML/plm/m/it on input line 346. +LaTeX Font Info: Overwriting symbol font `symbols' in version `normal' +(Font) OMS/cmsy/m/n --> OMS/plsy/m/n on input line 346. +LaTeX Font Info: Overwriting symbol font `largesymbols' in version `normal' +(Font) OMX/cmex/m/n --> OMX/plex/m/n on input line 346. +LaTeX Font Info: Encoding `OT1' has changed to `OT4' for symbol font +(Font) `operators' in the math version `bold' on input line 346. +LaTeX Font Info: Overwriting symbol font `operators' in version `bold' +(Font) OT1/cmr/bx/n --> OT4/cmr/bx/n on input line 346. +LaTeX Font Info: Overwriting symbol font `letters' in version `bold' +(Font) OML/cmm/b/it --> OML/plm/b/it on input line 346. +LaTeX Font Info: Overwriting symbol font `symbols' in version `bold' +(Font) OMS/cmsy/b/n --> OMS/plsy/b/n on input line 346. +) +(./beamerthemeFlip.sty (./beamerinnerthemeFlip.sty +\beamer@Flip@normalmargin=\skip60 +) (./beamerouterthemeFlip.sty (/usr/share/texmf/tex/latex/pgf/frontendlayer/tik +z.sty +(/usr/share/texmf/tex/latex/pgf/basiclayer/pgf.sty +Package: pgf 2008/01/15 v2.10 (rcs-revision 1.12) + +(/usr/share/texmf/tex/generic/pgf/modules/pgfmoduleshapes.code.tex +File: pgfmoduleshapes.code.tex 2010/09/09 (rcs-revision 1.13) +\pgfnodeparttextbox=\box54 +) +(/usr/share/texmf/tex/generic/pgf/modules/pgfmoduleplot.code.tex +File: pgfmoduleplot.code.tex 2010/10/22 (rcs-revision 1.8) +) +(/usr/share/texmf/tex/latex/pgf/compatibility/pgfcomp-version-0-65.sty +Package: pgfcomp-version-0-65 2007/07/03 v2.10 (rcs-revision 1.7) +\pgf@nodesepstart=\dimen188 +\pgf@nodesepend=\dimen189 +) +(/usr/share/texmf/tex/latex/pgf/compatibility/pgfcomp-version-1-18.sty +Package: pgfcomp-version-1-18 2007/07/23 v2.10 (rcs-revision 1.1) +)) +(/usr/share/texmf/tex/latex/pgf/utilities/pgffor.sty +(/usr/share/texmf/tex/latex/pgf/utilities/pgfkeys.sty +(/usr/share/texmf/tex/generic/pgf/utilities/pgfkeys.code.tex)) +(/usr/share/texmf/tex/generic/pgf/utilities/pgffor.code.tex +Package: pgffor 2010/03/23 v2.10 (rcs-revision 1.18) +\pgffor@iter=\dimen190 +\pgffor@skip=\dimen191 +\pgffor@stack=\toks42 +\pgffor@toks=\toks43 +)) +(/usr/share/texmf/tex/generic/pgf/frontendlayer/tikz/tikz.code.tex +Package: tikz 2010/10/13 v2.10 (rcs-revision 1.76) + +(/usr/share/texmf/tex/generic/pgf/libraries/pgflibraryplothandlers.code.tex +File: pgflibraryplothandlers.code.tex 2010/05/31 v2.10 (rcs-revision 1.15) +\pgf@plot@mark@count=\count157 +\pgfplotmarksize=\dimen192 +) +\tikz@lastx=\dimen193 +\tikz@lasty=\dimen194 +\tikz@lastxsaved=\dimen195 +\tikz@lastysaved=\dimen196 +\tikzleveldistance=\dimen197 +\tikzsiblingdistance=\dimen198 +\tikz@figbox=\box55 +\tikz@tempbox=\box56 +\tikztreelevel=\count158 +\tikznumberofchildren=\count159 +\tikznumberofcurrentchild=\count160 +\tikz@fig@count=\count161 + +(/usr/share/texmf/tex/generic/pgf/modules/pgfmodulematrix.code.tex +File: pgfmodulematrix.code.tex 2010/08/24 (rcs-revision 1.4) +\pgfmatrixcurrentrow=\count162 +\pgfmatrixcurrentcolumn=\count163 +\pgf@matrix@numberofcolumns=\count164 +) +\tikz@expandcount=\count165 + +(/usr/share/texmf/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarytopat +hs.code.tex +File: tikzlibrarytopaths.code.tex 2008/06/17 v2.10 (rcs-revision 1.2) +)))) (./beamercolorthemeFlip.sty)) +(/usr/share/texlive/texmf-dist/tex/latex/berenisadf/berenis.sty +Package: berenis 2013/11/20 v2.0 berenis + +(/usr/share/texlive/texmf-dist/tex/latex/xkeyval/xkeyval.sty +Package: xkeyval 2012/10/14 v2.6b package option processing (HA) + +(/usr/share/texlive/texmf-dist/tex/generic/xkeyval/xkeyval.tex +\XKV@toks=\toks44 +\XKV@tempa@toks=\toks45 +\XKV@depth=\count166 +File: xkeyval.tex 2012/10/14 v2.6b key=value parser (HA) +)) +(/usr/share/texlive/texmf-dist/tex/latex/nfssext-cfr/nfssext-cfr.sty +Package: nfssext-cfr 2008/11/08 specially mangled by cfr; based on 2003/03/14 v +1.2 Experimental NFSS Extensions + +(/usr/share/texlive/texmf-dist/tex/latex/base/ifthen.sty +Package: ifthen 2001/05/26 v1.1c Standard LaTeX ifthen package (DPC) +) +\c@taken=\count167 +LaTeX Info: Redefining \itshape on input line 503. +LaTeX Info: Redefining \scshape on input line 511. +LaTeX Info: Redefining \upshape on input line 525. +LaTeX Info: Redefining \textin on input line 537. +LaTeX Info: Redefining \textscu on input line 567. +) +(/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty +Package: fontenc 2005/09/27 v1.99g Standard LaTeX package + +(/usr/share/texlive/texmf-dist/tex/latex/ly1/ly1enc.def +File: ly1enc.def 2009/07/22 v0.7 TeX 'n ANSI encoding (DPC/KB) +) +LaTeX Font Info: Try loading font information for LY1+ptm on input line 100. + + +(/usr/share/texlive/texmf-dist/tex/latex/ly1/ly1ptm.fd +File: ly1ptm.fd 2001/02/01 font definitions for LY1/ptm using Berry names. +))) +(/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty +Package: fontenc 2005/09/27 v1.99g Standard LaTeX package + +(/usr/share/texlive/texmf-dist/tex/latex/ly1/ly1enc.def +File: ly1enc.def 2009/07/22 v0.7 TeX 'n ANSI encoding (DPC/KB) +LaTeX Font Info: Redeclaring font encoding LY1 on input line 11. +)) +(/usr/share/texlive/texmf-dist/tex/latex/base/inputenc.sty +Package: inputenc 2008/03/30 v1.1d Input encoding file +\inpenc@prehook=\toks46 +\inpenc@posthook=\toks47 + +(/usr/share/texlive/texmf-dist/tex/latex/base/utf8.def +File: utf8.def 2008/04/05 v1.1m UTF-8 support for inputenc +Now handling font encoding OML ... +... no UTF-8 mapping file for font encoding OML +Now handling font encoding T1 ... +... processing UTF-8 mapping file for font encoding T1 + +(/usr/share/texlive/texmf-dist/tex/latex/base/t1enc.dfu +File: t1enc.dfu 2008/04/05 v1.1m UTF-8 support for inputenc + defining Unicode char U+00A1 (decimal 161) + defining Unicode char U+00A3 (decimal 163) + defining Unicode char U+00AB (decimal 171) + defining Unicode char U+00BB (decimal 187) + defining Unicode char U+00BF (decimal 191) + defining Unicode char U+00C0 (decimal 192) + defining Unicode char U+00C1 (decimal 193) + defining Unicode char U+00C2 (decimal 194) + defining Unicode char U+00C3 (decimal 195) + defining Unicode char U+00C4 (decimal 196) + defining Unicode char U+00C5 (decimal 197) + defining Unicode char U+00C6 (decimal 198) + defining Unicode char U+00C7 (decimal 199) + defining Unicode char U+00C8 (decimal 200) + defining Unicode char U+00C9 (decimal 201) + defining Unicode char U+00CA (decimal 202) + defining Unicode char U+00CB (decimal 203) + defining Unicode char U+00CC (decimal 204) + defining Unicode char U+00CD (decimal 205) + defining Unicode char U+00CE (decimal 206) + defining Unicode char U+00CF (decimal 207) + defining Unicode char U+00D0 (decimal 208) + defining Unicode char U+00D1 (decimal 209) + defining Unicode char U+00D2 (decimal 210) + defining Unicode char U+00D3 (decimal 211) + defining Unicode char U+00D4 (decimal 212) + defining Unicode char U+00D5 (decimal 213) + defining Unicode char U+00D6 (decimal 214) + defining Unicode char U+00D8 (decimal 216) + defining Unicode char U+00D9 (decimal 217) + defining Unicode char U+00DA (decimal 218) + defining Unicode char U+00DB (decimal 219) + defining Unicode char U+00DC (decimal 220) + defining Unicode char U+00DD (decimal 221) + defining Unicode char U+00DE (decimal 222) + defining Unicode char U+00DF (decimal 223) + defining Unicode char U+00E0 (decimal 224) + defining Unicode char U+00E1 (decimal 225) + defining Unicode char U+00E2 (decimal 226) + defining Unicode char U+00E3 (decimal 227) + defining Unicode char U+00E4 (decimal 228) + defining Unicode char U+00E5 (decimal 229) + defining Unicode char U+00E6 (decimal 230) + defining Unicode char U+00E7 (decimal 231) + defining Unicode char U+00E8 (decimal 232) + defining Unicode char U+00E9 (decimal 233) + defining Unicode char U+00EA (decimal 234) + defining Unicode char U+00EB (decimal 235) + defining Unicode char U+00EC (decimal 236) + defining Unicode char U+00ED (decimal 237) + defining Unicode char U+00EE (decimal 238) + defining Unicode char U+00EF (decimal 239) + defining Unicode char U+00F0 (decimal 240) + defining Unicode char U+00F1 (decimal 241) + defining Unicode char U+00F2 (decimal 242) + defining Unicode char U+00F3 (decimal 243) + defining Unicode char U+00F4 (decimal 244) + defining Unicode char U+00F5 (decimal 245) + defining Unicode char U+00F6 (decimal 246) + defining Unicode char U+00F8 (decimal 248) + defining Unicode char U+00F9 (decimal 249) + defining Unicode char U+00FA (decimal 250) + defining Unicode char U+00FB (decimal 251) + defining Unicode char U+00FC (decimal 252) + defining Unicode char U+00FD (decimal 253) + defining Unicode char U+00FE (decimal 254) + defining Unicode char U+00FF (decimal 255) + defining Unicode char U+0102 (decimal 258) + defining Unicode char U+0103 (decimal 259) + defining Unicode char U+0104 (decimal 260) + defining Unicode char U+0105 (decimal 261) + defining Unicode char U+0106 (decimal 262) + defining Unicode char U+0107 (decimal 263) + defining Unicode char U+010C (decimal 268) + defining Unicode char U+010D (decimal 269) + defining Unicode char U+010E (decimal 270) + defining Unicode char U+010F (decimal 271) + defining Unicode char U+0110 (decimal 272) + defining Unicode char U+0111 (decimal 273) + defining Unicode char U+0118 (decimal 280) + defining Unicode char U+0119 (decimal 281) + defining Unicode char U+011A (decimal 282) + defining Unicode char U+011B (decimal 283) + defining Unicode char U+011E (decimal 286) + defining Unicode char U+011F (decimal 287) + defining Unicode char U+0130 (decimal 304) + defining Unicode char U+0131 (decimal 305) + defining Unicode char U+0132 (decimal 306) + defining Unicode char U+0133 (decimal 307) + defining Unicode char U+0139 (decimal 313) + defining Unicode char U+013A (decimal 314) + defining Unicode char U+013D (decimal 317) + defining Unicode char U+013E (decimal 318) + defining Unicode char U+0141 (decimal 321) + defining Unicode char U+0142 (decimal 322) + defining Unicode char U+0143 (decimal 323) + defining Unicode char U+0144 (decimal 324) + defining Unicode char U+0147 (decimal 327) + defining Unicode char U+0148 (decimal 328) + defining Unicode char U+014A (decimal 330) + defining Unicode char U+014B (decimal 331) + defining Unicode char U+0150 (decimal 336) + defining Unicode char U+0151 (decimal 337) + defining Unicode char U+0152 (decimal 338) + defining Unicode char U+0153 (decimal 339) + defining Unicode char U+0154 (decimal 340) + defining Unicode char U+0155 (decimal 341) + defining Unicode char U+0158 (decimal 344) + defining Unicode char U+0159 (decimal 345) + defining Unicode char U+015A (decimal 346) + defining Unicode char U+015B (decimal 347) + defining Unicode char U+015E (decimal 350) + defining Unicode char U+015F (decimal 351) + defining Unicode char U+0160 (decimal 352) + defining Unicode char U+0161 (decimal 353) + defining Unicode char U+0162 (decimal 354) + defining Unicode char U+0163 (decimal 355) + defining Unicode char U+0164 (decimal 356) + defining Unicode char U+0165 (decimal 357) + defining Unicode char U+016E (decimal 366) + defining Unicode char U+016F (decimal 367) + defining Unicode char U+0170 (decimal 368) + defining Unicode char U+0171 (decimal 369) + defining Unicode char U+0178 (decimal 376) + defining Unicode char U+0179 (decimal 377) + defining Unicode char U+017A (decimal 378) + defining Unicode char U+017B (decimal 379) + defining Unicode char U+017C (decimal 380) + defining Unicode char U+017D (decimal 381) + defining Unicode char U+017E (decimal 382) + defining Unicode char U+200C (decimal 8204) + defining Unicode char U+2013 (decimal 8211) + defining Unicode char U+2014 (decimal 8212) + defining Unicode char U+2018 (decimal 8216) + defining Unicode char U+2019 (decimal 8217) + defining Unicode char U+201A (decimal 8218) + defining Unicode char U+201C (decimal 8220) + defining Unicode char U+201D (decimal 8221) + defining Unicode char U+201E (decimal 8222) + defining Unicode char U+2030 (decimal 8240) + defining Unicode char U+2031 (decimal 8241) + defining Unicode char U+2039 (decimal 8249) + defining Unicode char U+203A (decimal 8250) + defining Unicode char U+2423 (decimal 9251) +) +Now handling font encoding OT1 ... +... processing UTF-8 mapping file for font encoding OT1 + +(/usr/share/texlive/texmf-dist/tex/latex/base/ot1enc.dfu +File: ot1enc.dfu 2008/04/05 v1.1m UTF-8 support for inputenc + defining Unicode char U+00A1 (decimal 161) + defining Unicode char U+00A3 (decimal 163) + defining Unicode char U+00B8 (decimal 184) + defining Unicode char U+00BF (decimal 191) + defining Unicode char U+00C5 (decimal 197) + defining Unicode char U+00C6 (decimal 198) + defining Unicode char U+00D8 (decimal 216) + defining Unicode char U+00DF (decimal 223) + defining Unicode char U+00E6 (decimal 230) + defining Unicode char U+00EC (decimal 236) + defining Unicode char U+00ED (decimal 237) + defining Unicode char U+00EE (decimal 238) + defining Unicode char U+00EF (decimal 239) + defining Unicode char U+00F8 (decimal 248) + defining Unicode char U+0131 (decimal 305) + defining Unicode char U+0141 (decimal 321) + defining Unicode char U+0142 (decimal 322) + defining Unicode char U+0152 (decimal 338) + defining Unicode char U+0153 (decimal 339) + defining Unicode char U+2013 (decimal 8211) + defining Unicode char U+2014 (decimal 8212) + defining Unicode char U+2018 (decimal 8216) + defining Unicode char U+2019 (decimal 8217) + defining Unicode char U+201C (decimal 8220) + defining Unicode char U+201D (decimal 8221) +) +Now handling font encoding OMS ... +... processing UTF-8 mapping file for font encoding OMS + +(/usr/share/texlive/texmf-dist/tex/latex/base/omsenc.dfu +File: omsenc.dfu 2008/04/05 v1.1m UTF-8 support for inputenc + defining Unicode char U+00A7 (decimal 167) + defining Unicode char U+00B6 (decimal 182) + defining Unicode char U+00B7 (decimal 183) + defining Unicode char U+2020 (decimal 8224) + defining Unicode char U+2021 (decimal 8225) + defining Unicode char U+2022 (decimal 8226) +) +Now handling font encoding OMX ... +... no UTF-8 mapping file for font encoding OMX +Now handling font encoding U ... +... no UTF-8 mapping file for font encoding U +Now handling font encoding PD1 ... +... no UTF-8 mapping file for font encoding PD1 +Now handling font encoding PU ... +... no UTF-8 mapping file for font encoding PU +Now handling font encoding OT4 ... +... no UTF-8 mapping file for font encoding OT4 +Now handling font encoding LY1 ... +... processing UTF-8 mapping file for font encoding LY1 + +(/usr/share/texlive/texmf-dist/tex/latex/base/ly1enc.dfu +File: ly1enc.dfu 2008/04/05 v1.1m UTF-8 support for inputenc + defining Unicode char U+00A1 (decimal 161) + defining Unicode char U+00A2 (decimal 162) + defining Unicode char U+00A3 (decimal 163) + defining Unicode char U+00A4 (decimal 164) + defining Unicode char U+00A5 (decimal 165) + defining Unicode char U+00A6 (decimal 166) + defining Unicode char U+00A7 (decimal 167) + defining Unicode char U+00AA (decimal 170) + defining Unicode char U+00AB (decimal 171) + defining Unicode char U+00AE (decimal 174) + defining Unicode char U+00B0 (decimal 176) + defining Unicode char U+00B5 (decimal 181) + defining Unicode char U+00B6 (decimal 182) + defining Unicode char U+00B7 (decimal 183) + defining Unicode char U+00BA (decimal 186) + defining Unicode char U+00BB (decimal 187) + defining Unicode char U+00BC (decimal 188) + defining Unicode char U+00BD (decimal 189) + defining Unicode char U+00BE (decimal 190) + defining Unicode char U+00BF (decimal 191) + defining Unicode char U+00C0 (decimal 192) + defining Unicode char U+00C1 (decimal 193) + defining Unicode char U+00C2 (decimal 194) + defining Unicode char U+00C3 (decimal 195) + defining Unicode char U+00C4 (decimal 196) + defining Unicode char U+00C5 (decimal 197) + defining Unicode char U+00C6 (decimal 198) + defining Unicode char U+00C7 (decimal 199) + defining Unicode char U+00C8 (decimal 200) + defining Unicode char U+00C9 (decimal 201) + defining Unicode char U+00CA (decimal 202) + defining Unicode char U+00CB (decimal 203) + defining Unicode char U+00CC (decimal 204) + defining Unicode char U+00CD (decimal 205) + defining Unicode char U+00CE (decimal 206) + defining Unicode char U+00CF (decimal 207) + defining Unicode char U+00D0 (decimal 208) + defining Unicode char U+00D1 (decimal 209) + defining Unicode char U+00D2 (decimal 210) + defining Unicode char U+00D3 (decimal 211) + defining Unicode char U+00D4 (decimal 212) + defining Unicode char U+00D5 (decimal 213) + defining Unicode char U+00D6 (decimal 214) + defining Unicode char U+00D8 (decimal 216) + defining Unicode char U+00D9 (decimal 217) + defining Unicode char U+00DA (decimal 218) + defining Unicode char U+00DB (decimal 219) + defining Unicode char U+00DC (decimal 220) + defining Unicode char U+00DD (decimal 221) + defining Unicode char U+00DE (decimal 222) + defining Unicode char U+00DF (decimal 223) + defining Unicode char U+00E0 (decimal 224) + defining Unicode char U+00E1 (decimal 225) + defining Unicode char U+00E2 (decimal 226) + defining Unicode char U+00E3 (decimal 227) + defining Unicode char U+00E4 (decimal 228) + defining Unicode char U+00E5 (decimal 229) + defining Unicode char U+00E6 (decimal 230) + defining Unicode char U+00E7 (decimal 231) + defining Unicode char U+00E8 (decimal 232) + defining Unicode char U+00E9 (decimal 233) + defining Unicode char U+00EA (decimal 234) + defining Unicode char U+00EB (decimal 235) + defining Unicode char U+00EC (decimal 236) + defining Unicode char U+00ED (decimal 237) + defining Unicode char U+00EE (decimal 238) + defining Unicode char U+00EF (decimal 239) + defining Unicode char U+00F0 (decimal 240) + defining Unicode char U+00F1 (decimal 241) + defining Unicode char U+00F2 (decimal 242) + defining Unicode char U+00F3 (decimal 243) + defining Unicode char U+00F4 (decimal 244) + defining Unicode char U+00F5 (decimal 245) + defining Unicode char U+00F6 (decimal 246) + defining Unicode char U+00F8 (decimal 248) + defining Unicode char U+00F9 (decimal 249) + defining Unicode char U+00FA (decimal 250) + defining Unicode char U+00FB (decimal 251) + defining Unicode char U+00FC (decimal 252) + defining Unicode char U+00FD (decimal 253) + defining Unicode char U+00FE (decimal 254) + defining Unicode char U+00FF (decimal 255) + defining Unicode char U+0131 (decimal 305) + defining Unicode char U+0141 (decimal 321) + defining Unicode char U+0142 (decimal 322) + defining Unicode char U+0152 (decimal 338) + defining Unicode char U+0153 (decimal 339) + defining Unicode char U+0160 (decimal 352) + defining Unicode char U+0161 (decimal 353) + defining Unicode char U+0178 (decimal 376) + defining Unicode char U+017D (decimal 381) + defining Unicode char U+017E (decimal 382) + defining Unicode char U+0192 (decimal 402) + defining Unicode char U+02C6 (decimal 710) + defining Unicode char U+02DC (decimal 732) + defining Unicode char U+2013 (decimal 8211) + defining Unicode char U+2014 (decimal 8212) + defining Unicode char U+201C (decimal 8220) + defining Unicode char U+201D (decimal 8221) + defining Unicode char U+2020 (decimal 8224) + defining Unicode char U+2021 (decimal 8225) + defining Unicode char U+2022 (decimal 8226) + defining Unicode char U+2026 (decimal 8230) + defining Unicode char U+2030 (decimal 8240) + defining Unicode char U+2039 (decimal 8249) + defining Unicode char U+203A (decimal 8250) + defining Unicode char U+2122 (decimal 8482) +) + defining Unicode char U+00A9 (decimal 169) + defining Unicode char U+00AA (decimal 170) + defining Unicode char U+00AE (decimal 174) + defining Unicode char U+00BA (decimal 186) + defining Unicode char U+02C6 (decimal 710) + defining Unicode char U+02DC (decimal 732) + defining Unicode char U+200C (decimal 8204) + defining Unicode char U+2026 (decimal 8230) + defining Unicode char U+2122 (decimal 8482) + defining Unicode char U+2423 (decimal 9251) +)) +(/home/mchrzasz/texmf/tex/latex/emerald/emerald.sty +Package: emerald 2006/01/26 v1.0 LaTeX2e package which gives support for ECF (e +merald city fontwerks) fonts +) +(/usr/share/texmf/tex/latex/beamer/base/themes/font/beamerfontthemeprofessional +fonts.sty +Package: beamerfontthemeprofessionalfonts 2010/06/17 (rcs-revision d02a7cf4d8a +e) +) (/usr/share/texlive/texmf-dist/tex/latex/fontspec/fontspec.sty +Package: fontspec 2013/05/20 v2.3c Font selection for XeLaTeX and LuaLaTeX + +(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/expl3.sty +(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3names.sty +(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3bootstrap.sty +Package: l3bootstrap 2014/01/04 v4640 L3 Experimental bootstrap code +) +Package: l3names 2014/01/04 v4640 L3 Namespace for primitives +) +(/usr/share/texlive/texmf-dist/tex/latex/etex-pkg/etex.sty +Package: etex 1998/03/26 v2.0 eTeX basic definition package (PEB) +\et@xins=\count168 +) +Package: expl3 2014/01/07 v4646 L3 Experimental code bundle wrapper + +(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3basics.sty +Package: l3basics 2014/01/04 v4642 L3 Basic definitions +) +(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3expan.sty +Package: l3expan 2014/01/04 v4642 L3 Argument expansion +) +(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3tl.sty +Package: l3tl 2013/12/27 v4625 L3 Token lists +) +(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3seq.sty +Package: l3seq 2013/12/14 v4623 L3 Sequences and stacks +) +(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3int.sty +Package: l3int 2013/08/02 v4583 L3 Integers +\c_max_int=\count169 +\l_tmpa_int=\count170 +\l_tmpb_int=\count171 +\g_tmpa_int=\count172 +\g_tmpb_int=\count173 +) +(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3quark.sty +Package: l3quark 2013/12/14 v4623 L3 Quarks +) +(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3prg.sty +Package: l3prg 2014/01/04 v4642 L3 Control structures +\g__prg_map_int=\count174 +) +(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3clist.sty +Package: l3clist 2013/07/28 v4581 L3 Comma separated lists +) +(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3token.sty +Package: l3token 2013/08/25 v4587 L3 Experimental token manipulation +) +(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3prop.sty +Package: l3prop 2013/12/14 v4623 L3 Property lists +) +(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3msg.sty +Package: l3msg 2013/07/28 v4581 L3 Messages +) +(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3file.sty +Package: l3file 2013/10/13 v4596 L3 File and I/O operations +\l_iow_line_count_int=\count175 +\l__iow_target_count_int=\count176 +\l__iow_current_line_int=\count177 +\l__iow_current_word_int=\count178 +\l__iow_current_indentation_int=\count179 +) +(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3skip.sty +Package: l3skip 2013/07/28 v4581 L3 Dimensions and skips +\c_zero_dim=\dimen199 +\c_max_dim=\dimen200 +\l_tmpa_dim=\dimen201 +Normal \dimen register pool exhausted, switching to extended pool. +\l_tmpb_dim=\dimen256 +\g_tmpa_dim=\dimen257 +\g_tmpb_dim=\dimen258 +\c_zero_skip=\skip61 +\c_max_skip=\skip62 +\l_tmpa_skip=\skip63 +\l_tmpb_skip=\skip64 +\g_tmpa_skip=\skip65 +\g_tmpb_skip=\skip66 +\c_zero_muskip=\muskip12 +\c_max_muskip=\muskip13 +\l_tmpa_muskip=\muskip14 +\l_tmpb_muskip=\muskip15 +\g_tmpa_muskip=\muskip16 +\g_tmpb_muskip=\muskip17 +) +(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3keys.sty +Package: l3keys 2013/12/08 v4614 L3 Experimental key-value interfaces +\g__keyval_level_int=\count180 +\l_keys_choice_int=\count181 +) +(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3fp.sty +Package: l3fp 2014/01/04 v4642 L3 Floating points +\c__fp_leading_shift_int=\count182 +\c__fp_middle_shift_int=\count183 +\c__fp_trailing_shift_int=\count184 +\c__fp_big_leading_shift_int=\count185 +\c__fp_big_middle_shift_int=\count186 +\c__fp_big_trailing_shift_int=\count187 +\c__fp_Bigg_leading_shift_int=\count188 +\c__fp_Bigg_middle_shift_int=\count189 +\c__fp_Bigg_trailing_shift_int=\count190 +) +(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3box.sty +Package: l3box 2013/07/28 v4581 L3 Experimental boxes +\c_empty_box=\box57 +\l_tmpa_box=\box58 +\l_tmpb_box=\box59 +\g_tmpa_box=\box60 +\g_tmpb_box=\box61 +) +(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3coffins.sty +Package: l3coffins 2013/12/14 v4624 L3 Coffin code layer +\l__coffin_internal_box=\box62 +\l__coffin_internal_dim=\dimen259 +\l__coffin_offset_x_dim=\dimen260 +\l__coffin_offset_y_dim=\dimen261 +\l__coffin_x_dim=\dimen262 +\l__coffin_y_dim=\dimen263 +\l__coffin_x_prime_dim=\dimen264 +\l__coffin_y_prime_dim=\dimen265 +\c_empty_coffin=\box63 +\l__coffin_aligned_coffin=\box64 +\l__coffin_aligned_internal_coffin=\box65 +\l_tmpa_coffin=\box66 +\l_tmpb_coffin=\box67 +\l__coffin_display_coffin=\box68 +\l__coffin_display_coord_coffin=\box69 +\l__coffin_display_pole_coffin=\box70 +\l__coffin_display_offset_dim=\dimen266 +\l__coffin_display_x_dim=\dimen267 +\l__coffin_display_y_dim=\dimen268 +) +(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3color.sty +Package: l3color 2012/08/29 v4156 L3 Experimental color support +) +(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3luatex.sty +Package: l3luatex 2013/07/28 v4581 L3 Experimental LuaTeX-specific functions +\g__cctab_allocate_int=\count191 +\g__cctab_stack_int=\count192 +) +(/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3candidates.sty +Package: l3candidates 2014/01/06 v4643 L3 Experimental additions to l3kernel +\l__box_top_dim=\dimen269 +\l__box_bottom_dim=\dimen270 +\l__box_left_dim=\dimen271 +\l__box_right_dim=\dimen272 +\l__box_top_new_dim=\dimen273 +\l__box_bottom_new_dim=\dimen274 +\l__box_left_new_dim=\dimen275 +\l__box_right_new_dim=\dimen276 +\l__box_internal_box=\box71 +\l__coffin_bounding_shift_dim=\dimen277 +\l__coffin_left_corner_dim=\dimen278 +\l__coffin_right_corner_dim=\dimen279 +\l__coffin_bottom_corner_dim=\dimen280 +\l__coffin_top_corner_dim=\dimen281 +\l__coffin_scaled_total_height_dim=\dimen282 +\l__coffin_scaled_width_dim=\dimen283 +)) +(/usr/share/texlive/texmf-dist/tex/latex/l3packages/xparse/xparse.sty +Package: xparse 2013/12/31 v4634 L3 Experimental document command parser +\l__xparse_current_arg_int=\count193 +\l__xparse_m_args_int=\count194 +\l__xparse_mandatory_args_int=\count195 +\l__xparse_processor_int=\count196 +\l__xparse_v_nesting_int=\count197 +) +\l_fontspec_script_int=\count198 +\l_fontspec_language_int=\count199 +\l_fontspec_strnum_int=\count200 +\l_fontspec_tmpa_dim=\dimen284 +\l_fontspec_tmpb_dim=\dimen285 +\l_fontspec_tmpc_dim=\dimen286 +Variant \tl_gset:cV already defined; not changing it on line 69 + +(/usr/share/texlive/texmf-dist/tex/latex/fontspec/fontspec-patches.sty +Package: fontspec-patches 2013/05/20 v2.3c Font selection for XeLaTeX and LuaLa +TeX + +(/usr/share/texlive/texmf-dist/tex/latex/base/fixltx2e.sty +Package: fixltx2e 2006/09/13 v1.1m fixes to LaTeX +LaTeX Info: Redefining \em on input line 420. +LaTeX Info: The control sequence `\[' is already robust on input line 471. +LaTeX Info: The control sequence `\]' is already robust on input line 472. +) +LaTeX Info: Redefining \em on input line 22. +LaTeX Info: Redefining \emph on input line 30. +LaTeX Info: Redefining \- on input line 33. + +************************************************* +* LaTeX warning: "xparse/redefine-command" +* +* Redefining document command \oldstylenums with arg. spec. 'm' on line 128. +************************************************* +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \liningnums with arg. spec. 'm' on line 132. +................................................. +) (/usr/share/texlive/texmf-dist/tex/latex/fontspec/fontspec-xetex.sty +Package: fontspec-xetex 2013/05/20 v2.3c Font selection for XeLaTeX and LuaLaTe +X + +(/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty +Package: fontenc 2005/09/27 v1.99g Standard LaTeX package + +(/usr/share/texlive/texmf-dist/tex/latex/euenc/eu1enc.def +File: eu1enc.def 2010/05/27 v0.1h Experimental Unicode font encodings +Now handling font encoding EU1 ... +... no UTF-8 mapping file for font encoding EU1 +) +LaTeX Font Info: Try loading font information for EU1+lmr on input line 100. + + +(/usr/share/texlive/texmf-dist/tex/latex/euenc/eu1lmr.fd +File: eu1lmr.fd 2009/10/30 v1.6 Font defs for Latin Modern +)) +(/usr/share/texlive/texmf-dist/tex/xelatex/xunicode/xunicode.sty +File: xunicode.sty 2011/09/09 v0.981 provides access to latin accents and many +other characters in Unicode lower plane + +*** you should *not* be loading the inputenc package +*** XeTeX expects the source to be in UTF8 encoding +*** some features of other encodings may conflict, resulting in poor output. +(/usr/share/texmf/tex/latex/tipa/t3enc.def +File: t3enc.def 2001/12/31 T3 encoding +Now handling font encoding T3 ... +... no UTF-8 mapping file for font encoding T3 +LaTeX Font Info: Try loading font information for EU1+lmss on input line 357 +. + +(/usr/share/texlive/texmf-dist/tex/latex/euenc/eu1lmss.fd +File: eu1lmss.fd 2009/10/30 v1.6 Font defs for Latin Modern +)) +\tipaTiiicode=\count201 +\tipasavetokens=\toks48 +\tipachecktokens=\toks49 +) +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \fontspec with arg. spec. 'O{}m' on line 41. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \setmainfont with arg. spec. 'O{}m' on line 46. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \setsansfont with arg. spec. 'O{}m' on line 51. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \setmonofont with arg. spec. 'O{}m' on line 56. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \setmathrm with arg. spec. 'O{}m' on line 65. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \setboldmathrm with arg. spec. 'O{}m' on line 69. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \setmathsf with arg. spec. 'O{}m' on line 73. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \setmathtt with arg. spec. 'O{}m' on line 77. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \newfontfamily with arg. spec. 'mO{}m' on line 96. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \newfontface with arg. spec. 'mO{}m' on line 100. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \defaultfontfeatures with arg. spec. 'om' on line +. 108. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \addfontfeatures with arg. spec. 'm' on line 144. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \newfontfeature with arg. spec. 'mm' on line 156. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \newAATfeature with arg. spec. 'mmmm' on line 164. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \newICUfeature with arg. spec. 'mmm' on line 172. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \aliasfontfeature with arg. spec. 'mm' on line +. 201. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \aliasfontfeatureoption with arg. spec. 'mmm' on +. line 203. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \newfontscript with arg. spec. 'mm' on line 208. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \newfontlanguage with arg. spec. 'mm' on line 235. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \DeclareFontsExtensions with arg. spec. 'm' on +. line 256. +................................................. +Variant \prop_gput:cnV already defined; not changing it on line 582 +Variant \prop_gput:cnx already defined; not changing it on line 583 +Normal \count register pool exhausted, switching to extended pool. +\l_fontspec_tmp_int=\count277 +LaTeX Info: Redefining \sishape on input line 2071. +LaTeX Info: Redefining \textsi on input line 2076. +LaTeX Info: Redefining \itshape on input line 2087. +LaTeX Info: Redefining \slshape on input line 2092. +LaTeX Info: Redefining \scshape on input line 2097. +LaTeX Info: Redefining \upshape on input line 2102. + +(/usr/share/texlive/texmf-dist/tex/latex/fontspec/fontspec.cfg))) +\g__file_internal_ior=\read2 +\g_fontspec_family_Gillius ADF_int=\count278 +................................................. +. fontspec info: "defining-font" +. +. Font family 'GilliusADF(0)' created for font 'Gillius ADF' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +. +. * 'normal' with NFSS spec.: +. <->"Gillius ADF/ICU:script=latn;language=DFLT;mapping=tex-text;" +. +. * 'bold' with NFSS spec.: +. <->"Gillius ADF/B/ICU:script=latn;language=DFLT;mapping=tex-text;" +. +. * 'italic' with NFSS spec.: +. <->"Gillius ADF/I/ICU:script=latn;language=DFLT;mapping=tex-text;" +. +. * 'bold italic' with NFSS spec.: +. <->"Gillius ADF/BI/ICU:script=latn;language=DFLT;mapping=tex-text;" +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'GilliusADF(0)' created for font 'Gillius ADF' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. + +(/usr/share/texlive/texmf-dist/tex/latex/augie/t1augie.fd +File: t1augie.fd 2000/10/19 Fontinst v1.914 font definitions for T1/augie. +) +(/usr/share/texlive/texmf-dist/tex/latex/adjustbox/adjustbox.sty +Package: adjustbox 2012/05/21 v1.0 Adjusting TeX boxes (trim, clip, ...) + +(/usr/share/texlive/texmf-dist/tex/latex/adjustbox/adjcalc.sty +Package: adjcalc 2012/05/16 v1.1 Provides advanced setlength with multiple back +-ends (calc, etex, pgfmath) +) +(/usr/share/texlive/texmf-dist/tex/latex/adjustbox/trimclip.sty +Package: trimclip 2012/05/16 v1.0 Trim and clip general TeX material + +(/usr/share/texlive/texmf-dist/tex/latex/collectbox/collectbox.sty +Package: collectbox 2012/05/17 v0.4b Collect macro arguments as boxes +\collectedbox=\box72 +) +\tc@llx=\dimen287 +\tc@lly=\dimen288 +\tc@urx=\dimen289 +\tc@ury=\dimen290 +Package trimclip Info: Using driver 'tc-xetex.def'. + +(/usr/share/texlive/texmf-dist/tex/latex/adjustbox/tc-xetex.def +File: tc-xetex.def 2012/05/13 v1.0 Clipping driver for xetex +)) +\adjbox@Width=\dimen291 +\adjbox@Height=\dimen292 +\adjbox@Depth=\dimen293 +\adjbox@Totalheight=\dimen294 + +(/usr/share/texlive/texmf-dist/tex/latex/ifoddpage/ifoddpage.sty +Package: ifoddpage 2011/09/13 v1.0 Conditionals for odd/even page detection +\c@checkoddpage=\count279 +) +(/usr/share/texlive/texmf-dist/tex/latex/varwidth/varwidth.sty +Package: varwidth 2009/03/30 ver 0.92; Variable-width minipages +\@vwid@box=\box73 +\sift@deathcycles=\count280 +\@vwid@loff=\dimen295 +\@vwid@roff=\dimen296 +)) +(/usr/share/texlive/texmf-dist/tex/latex/tools/bm.sty +Package: bm 2004/02/26 v1.1c Bold Symbol Support (DPC/FMi) +\symboldoperators=\mathgroup6 +\symboldletters=\mathgroup7 +\symboldsymbols=\mathgroup8 +\symboldlargesymbols=\mathgroup9 +LaTeX Font Info: Redeclaring math alphabet \mathbf on input line 138. +LaTeX Info: Redefining \bm on input line 204. +) +(/usr/share/texlive/texmf-dist/tex/latex/jknapltx/mathrsfs.sty +Package: mathrsfs 1996/01/01 Math RSFS package v1.0 (jk) +\symrsfs=\mathgroup10 +) +(/usr/share/texlive/texmf-dist/tex/latex/cancel/cancel.sty +Package: cancel 2013/04/12 v2.2 Cancel math terms +) +(/usr/share/texlive/texmf-dist/tex/latex/carlisle/slashed.sty +Package: slashed 1997/01/16 v0.01 Feynman Slashed Character Notation (DPC) +) +(/usr/share/texlive/texmf-dist/tex/latex/bbm-macros/bbm.sty +Package: bbm 1999/03/15 V 1.2 provides fonts for set symbols - TH +LaTeX Font Info: Overwriting math alphabet `\mathbbm' in version `bold' +(Font) U/bbm/m/n --> U/bbm/bx/n on input line 33. +LaTeX Font Info: Overwriting math alphabet `\mathbbmss' in version `bold' +(Font) U/bbmss/m/n --> U/bbmss/bx/n on input line 35. +) +(/usr/share/texlive/texmf-dist/tex/latex/multirow/multirow.sty +\bigstrutjot=\dimen297 +) +(/usr/share/texlive/texmf-dist/tex/latex/arydshln/arydshln.sty +Package: arydshln 2004/08/31 v1.71 +\dashlinedash=\dimen298 +\dashlinegap=\dimen299 +\adl@box=\box74 +\adl@height=\dimen300 +\adl@heightsave=\dimen301 +\adl@depth=\dimen302 +\adl@depthsave=\dimen303 +\adl@finaldepth=\dimen304 +\adl@columns=\count281 +\adl@ncol=\count282 +\adl@currentcolumn=\count283 +\adl@currentcolumnsave=\count284 +\adl@totalheight=\count285 +\adl@totalheightsave=\count286 +\adl@dash=\count287 +\adl@gap=\count288 +\adl@cla=\count289 +\adl@clb=\count290 +\adl@everyvbox=\toks50 +\adl@LTpagetotal=\dimen305 +) +(/usr/share/texlive/texmf-dist/tex/latex/siunitx/siunitx.sty +Package: siunitx 2013/07/31 v2.5s A comprehensive (SI) units package + +(/usr/share/texlive/texmf-dist/tex/latex/l3packages/l3keys2e/l3keys2e.sty +Package: l3keys2e 2013/12/31 v4634 LaTeX2e option processing using LaTeX3 keys +) +Variant \tl_if_blank:VTF already defined; not changing it on line 50 +\l__siunitx_tmp_box=\box75 +\l__siunitx_tmp_dim=\dimen306 +\l__siunitx_tmp_int=\count291 +Variant \prop_get:NVNT already defined; not changing it on line 371 +Variant \prop_get:NVNF already defined; not changing it on line 372 +Variant \prop_get:NVNTF already defined; not changing it on line 373 +\l__siunitx_number_mantissa_length_int=\count292 +\l__siunitx_number_uncert_length_int=\count293 +\l__siunitx_round_int=\count294 +\l__siunitx_process_decimal_int=\count295 +\l__siunitx_process_uncertainty_int=\count296 +\l__siunitx_process_fixed_int=\count297 +\l__siunitx_process_integer_min_int=\count298 +\l__siunitx_process_precision_int=\count299 +\l__siunitx_group_min_int=\count300 +\l__siunitx_angle_marker_box=\box76 +\l__siunitx_angle_unit_box=\box77 +\l__siunitx_angle_marker_dim=\dimen307 +\l__siunitx_angle_unit_dim=\dimen308 +\l__siunitx_unit_int=\count301 +\l__siunitx_unit_denominator_int=\count302 +\l__siunitx_unit_numerator_int=\count303 +\l__siunitx_unit_prefix_int=\count304 +\l__siunitx_unit_prefix_base_int=\count305 +\l__siunitx_unit_prefix_gram_int=\count306 +\l__siunitx_number_product_int=\count307 +\c__siunitx_one_fill_skip=\skip67 +\l__siunitx_table_unit_align_skip=\skip68 +\l__siunitx_table_exponent_dim=\dimen309 +\l__siunitx_table_integer_dim=\dimen310 +\l__siunitx_table_mantissa_dim=\dimen311 +\l__siunitx_table_marker_dim=\dimen312 +\l__siunitx_table_result_dim=\dimen313 +\l__siunitx_table_uncert_dim=\dimen314 +\l__siunitx_table_fill_pre_dim=\dimen315 +\l__siunitx_table_fill_post_dim=\dimen316 +\l__siunitx_table_fill_mid_dim=\dimen317 +\l__siunitx_table_pre_box=\box78 +\l__siunitx_table_post_box=\box79 +\l__siunitx_table_mantissa_box=\box80 +\l__siunitx_table_result_box=\box81 +\l__siunitx_table_number_align_skip=\skip69 +\l__siunitx_table_text_align_skip=\skip70 +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \DeclareBinaryPrefix with arg. spec. 'mmm' on line +. 7101. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \DeclareSIPostPower with arg. spec. 'mm' on line +. 7104. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \DeclareSIPrefix with arg. spec. 'mmm' on line +. 7107. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \DeclareSIPrePower with arg. spec. 'mm' on line +. 7110. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \DeclareSIQualifier with arg. spec. 'mm' on line +. 7113. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \DeclareSIUnit with arg. spec. 'O{}mm' on line +. 7116. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \DeclareSIUnitWithOptions with arg. spec. 'mmm' on +. line 7119. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \ang with arg. spec. 'o>{\SplitArgument {2}{;}}m' +. on line 7134. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \num with arg. spec. 'om' on line 7142. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \numlist with arg. spec. 'o>{\SplitList {;}}m' on +. line 7150. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \numrange with arg. spec. 'omm' on line 7158. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \SIlist with arg. spec. 'o>{\SplitList {;}}mm' on +. line 7169. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \SIrange with arg. spec. 'ommm' on line 7180. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \SI with arg. spec. 'omom' on line 7191. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \sisetup with arg. spec. 'm' on line 7194. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \tablenum with arg. spec. 'om' on line 7206. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \si with arg. spec. 'om' on line 7217. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \__siunitx_bookmark_num:w with arg. spec. 'om' on +. line 7262. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \__siunitx_bookmark_numrange:w with arg. spec. +. 'omm' on line 7264. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \__siunitx_bookmark_SI:w with arg. spec. 'omom' on +. line 7266. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \__siunitx_bookmark_SIlist:w with arg. spec. 'omm' +. on line 7268. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \__siunitx_bookmark_SIrange:w with arg. spec. +. 'ommm' on line 7270. +................................................. +................................................. +. LaTeX info: "xparse/define-command" +. +. Defining document command \__siunitx_bookmark_si:w with arg. spec. 'om' on +. line 7271. +................................................. +) +(/usr/share/texlive/texmf-dist/tex/latex/xhfill/xhfill.sty +(/usr/share/texlive/texmf-dist/tex/latex/tools/calc.sty +Package: calc 2007/08/22 v4.3 Infix arithmetic (KKT,FJ) +\calc@Acount=\count308 +\calc@Bcount=\count309 +\calc@Adimen=\dimen318 +\calc@Bdimen=\dimen319 +\calc@Askip=\skip71 +\calc@Bskip=\skip72 +LaTeX Info: Redefining \setlength on input line 76. +LaTeX Info: Redefining \addtolength on input line 77. +\calc@Ccount=\count310 +\calc@Cskip=\skip73 +) +(/usr/share/texlive/texmf-dist/tex/latex/tools/xspace.sty +Package: xspace 2009/10/20 v1.13 Space after command names (DPC,MH) +) +Package: xhfill 2011/05/14\ v 1.01\ modify width and color of hrulefill +) +(/usr/share/texlive/texmf-dist/tex/latex/oberdiek/grffile.sty +Package: grffile 2012/04/05 v1.16 Extended file name support for graphics (HO) +Package grffile Info: \Gread@QTm patched on input line 253. +Package grffile Info: \Gread@eps patched on input line 303. +Package grffile Info: Option `multidot' is set to `true'. +Package grffile Info: Option `extendedchars' is set to `false'. +Package grffile Info: Option `space' is set to `true'. +Package grffile Info: \Gin@ii of package `graphicx' fixed on input line 486. +) +(/usr/share/texlive/texmf-dist/tex/latex/textpos/textpos.sty +Package: textpos 2014/01/03 v1.7j + +Package: textpos 2014/01/03 1.7j, absolute positioning of text on the page +\TP@textbox=\box82 +\TPHorizModule=\dimen320 +\TPVertModule=\dimen321 +\TP@margin=\dimen322 +\TP@absmargin=\dimen323 +Grid set 16 x 16 = 22.7622pt x 17.07166pt +\TPboxrulesize=\dimen324 +\TP@tbargs=\toks51 +\TP@prevdepth=\dimen325 +) (/usr/share/texlive/texmf-dist/tex/latex/subfigure/subfigure.sty +Package: subfigure 2002/03/15 v2.1.5 subfigure package +\subfigtopskip=\skip74 +\subfigcapskip=\skip75 +\subfigcaptopadj=\dimen326 +\subfigbottomskip=\skip76 +\subfigcapmargin=\dimen327 +\subfiglabelskip=\skip77 +\c@subfigure=\count311 +\c@lofdepth=\count312 +\c@subtable=\count313 +\c@lotdepth=\count314 + +**************************************** +* Local config file subfigure.cfg used * +**************************************** +(/usr/share/texlive/texmf-dist/tex/latex/subfigure/subfigure.cfg) +\subfig@top=\skip78 +\subfig@bottom=\skip79 +) +(/usr/share/texlive/texmf-dist/tex/latex/hepparticles/hepparticles.sty +Package: hepparticles 2005/02/22 HEP particle typesetting (v1.4) + +(/usr/share/texlive/texmf-dist/tex/latex/maybemath/maybemath.sty +Package: maybemath 2005/2/22 +)) +(/usr/share/texlive/texmf-dist/tex/latex/hepnames/hepnicenames.sty +Package: hepnicenames 2013/10/05 Friendly alternatives to the PEN particle code +s (version 1.7) + +(/usr/share/texlive/texmf-dist/tex/latex/hepnames/heppennames.sty +Package: heppennames 2013/10/05 Elementary Particle Naming Scheme (version 1.7) + +LaTeX Info: Redefining \PgD on input line 419. +)) +(./tikzfeynman.sty +(/usr/share/texmf/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryarrow +s.code.tex +File: tikzlibraryarrows.code.tex 2008/01/09 v2.10 (rcs-revision 1.1) + +(/usr/share/texmf/tex/generic/pgf/libraries/pgflibraryarrows.code.tex +File: pgflibraryarrows.code.tex 2008/10/27 v2.10 (rcs-revision 1.9) +\arrowsize=\dimen328 +)) +(/usr/share/texmf/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshape +s.code.tex +File: tikzlibraryshapes.code.tex 2008/01/09 v2.10 (rcs-revision 1.1) + +(/usr/share/texmf/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshape +s.geometric.code.tex +File: tikzlibraryshapes.geometric.code.tex 2008/01/09 v2.10 (rcs-revision 1.1) + +(/usr/share/texmf/tex/generic/pgf/libraries/shapes/pgflibraryshapes.geometric.c +ode.tex +File: pgflibraryshapes.geometric.code.tex 2008/06/26 v2.10 (rcs-revision 1.1) +)) +(/usr/share/texmf/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshape +s.misc.code.tex +File: tikzlibraryshapes.misc.code.tex 2008/01/09 v2.10 (rcs-revision 1.1) + +(/usr/share/texmf/tex/generic/pgf/libraries/shapes/pgflibraryshapes.misc.code.t +ex +File: pgflibraryshapes.misc.code.tex 2008/10/07 v2.10 (rcs-revision 1.3) +)) +(/usr/share/texmf/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshape +s.symbols.code.tex +File: tikzlibraryshapes.symbols.code.tex 2008/01/09 v2.10 (rcs-revision 1.1) + +(/usr/share/texmf/tex/generic/pgf/libraries/shapes/pgflibraryshapes.symbols.cod +e.tex +File: pgflibraryshapes.symbols.code.tex 2009/10/27 v2.10 (rcs-revision 1.3) +)) +(/usr/share/texmf/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshape +s.arrows.code.tex +File: tikzlibraryshapes.arrows.code.tex 2008/01/09 v2.10 (rcs-revision 1.1) + +(/usr/share/texmf/tex/generic/pgf/libraries/shapes/pgflibraryshapes.arrows.code +.tex +File: pgflibraryshapes.arrows.code.tex 2008/06/26 v2.10 (rcs-revision 1.1) +)) +(/usr/share/texmf/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshape +s.callouts.code.tex +(/usr/share/texmf/tex/generic/pgf/libraries/shapes/pgflibraryshapes.callouts.co +de.tex)) +(/usr/share/texmf/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshape +s.multipart.code.tex +File: tikzlibraryshapes.multipart.code.tex 2008/01/09 v2.10 (rcs-revision 1.1) + +(/usr/share/texmf/tex/generic/pgf/libraries/shapes/pgflibraryshapes.multipart.c +ode.tex +File: pgflibraryshapes.multipart.code.tex 2010/01/07 v2.10 (rcs-revision 1.2) +\pgfnodepartlowerbox=\box83 +\pgfnodeparttwobox=\box84 +\pgfnodepartthreebox=\box85 +\pgfnodepartfourbox=\box86 +\pgfnodeparttwentybox=\box87 +\pgfnodepartnineteenbox=\box88 +\pgfnodeparteighteenbox=\box89 +\pgfnodepartseventeenbox=\box90 +\pgfnodepartsixteenbox=\box91 +\pgfnodepartfifteenbox=\box92 +\pgfnodepartfourteenbox=\box93 +\pgfnodepartthirteenbox=\box94 +\pgfnodeparttwelvebox=\box95 +\pgfnodepartelevenbox=\box96 +\pgfnodeparttenbox=\box97 +\pgfnodepartninebox=\box98 +\pgfnodeparteightbox=\box99 +\pgfnodepartsevenbox=\box100 +\pgfnodepartsixbox=\box101 +\pgfnodepartfivebox=\box102 +))) +(/usr/share/texmf/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarytrees +.code.tex +File: tikzlibrarytrees.code.tex 2008/02/24 v2.10 (rcs-revision 1.2) +) +(/usr/share/texmf/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarymatri +x.code.tex +File: tikzlibrarymatrix.code.tex 2008/06/18 v2.10 (rcs-revision 1.2) +) +(/usr/share/texmf/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryposit +ioning.code.tex +File: tikzlibrarypositioning.code.tex 2008/10/06 v2.10 (rcs-revision 1.7) +) +(/usr/share/texmf/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarycalc. +code.tex +File: tikzlibrarycalc.code.tex 2009/09/04 v2.10 (rcs-revision 1.6) +) +(/usr/share/texmf/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarythrou +gh.code.tex +File: tikzlibrarythrough.code.tex 2008/02/03 v2.10 (rcs-revision 1.1) +) +(/usr/share/texmf/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecor +ations.pathreplacing.code.tex +(/usr/share/texmf/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecor +ations.code.tex +(/usr/share/texmf/tex/generic/pgf/modules/pgfmoduledecorations.code.tex +\pgfdecoratedcompleteddistance=\dimen329 +\pgfdecoratedremainingdistance=\dimen330 +\pgfdecoratedinputsegmentcompleteddistance=\dimen331 +\pgfdecoratedinputsegmentremainingdistance=\dimen332 +\pgf@decorate@distancetomove=\dimen333 +\pgf@decorate@repeatstate=\count315 +\pgfdecorationsegmentamplitude=\dimen334 +\pgfdecorationsegmentlength=\dimen335 +) +\tikz@lib@dec@box=\box103 +) +(/usr/share/texmf/tex/generic/pgf/libraries/decorations/pgflibrarydecorations.p +athreplacing.code.tex)) +(/usr/share/texlive/texmf-dist/tex/latex/bclogo/bclogo.sty +Package: bclogo 2011/07/06 v2.26 +\logowidth=\skip80 + +(/usr/share/texmf/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryshado +ws.code.tex +File: tikzlibraryshadows.code.tex 2008/01/13 v2.10 (rcs-revision 1.3) + +(/usr/share/texmf/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibraryfadin +gs.code.tex +File: tikzlibraryfadings.code.tex 2009/11/15 v2.10 (rcs-revision 1.2) + +(/usr/share/texmf/tex/generic/pgf/libraries/pgflibraryfadings.code.tex +File: pgflibraryfadings.code.tex 2008/02/07 v2.10 (rcs-revision 1.3) + + +Package pgf Warning: Your graphic driver pgfsys-xetex.def does not support fadi +ngs. This warning is given only once on input line 31. + +))) +(/usr/share/texmf/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecor +ations.pathmorphing.code.tex +(/usr/share/texmf/tex/generic/pgf/libraries/decorations/pgflibrarydecorations.p +athmorphing.code.tex)) +Invalid UTF-8 byte or sequence at line 108 replaced by U+FFFD. +Invalid UTF-8 byte or sequence at line 108 replaced by U+FFFD. +Invalid UTF-8 byte or sequence at line 127 replaced by U+FFFD. +\c@bclogocompteur=\count316 +\bcval@epBarre=\skip81 +\bcval@framesep=\skip82 +\bcval@tailleOndu=\skip83 +\bcval@borderWidth=\skip84 +\bc@envbox=\box104 +\bc@invbox=\box105 +\bc@invboxh=\skip85 +\bc@invboxd=\skip86 +) +(/usr/share/texmf/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarydecor +ations.markings.code.tex +(/usr/share/texmf/tex/generic/pgf/libraries/decorations/pgflibrarydecorations.m +arkings.code.tex))) +(/usr/share/texmf/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarybackg +rounds.code.tex +File: tikzlibrarybackgrounds.code.tex 2010/02/08 v2.10 (rcs-revision 1.2) +\pgf@layerbox@background=\box106 +\pgf@layerboxsaved@background=\box107 +) +(/usr/share/texmf/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarymindm +ap.code.tex +File: tikzlibrarymindmap.code.tex 2009/11/12 v2.10 (rcs-revision 1.9) +) (/usr/share/texlive/texmf-dist/tex/latex/gmp/gmp.sty +Package: gmp 2011/03/10 v1.0 Integrate MetaPost with LaTeX (EG) + +(/usr/share/texlive/texmf-dist/tex/latex/environ/environ.sty +Package: environ 2013/04/01 v0.3 A new environment syntax + +(/usr/share/texlive/texmf-dist/tex/latex/trimspaces/trimspaces.sty +Package: trimspaces 2009/09/17 v1.1 Trim spaces around a token list +)) +\gmp@shellout=\write5 +\openout5 = `mchrzasz+mp.sh'. + +\gmp@packages=\toks52 +\gmp@commands=\toks53 +\gmp@out=\write6 +\c@gmp@count=\count317 +) +(/usr/share/texlive/texmf-dist/tex/latex/feynmp-auto/feynmp-auto.sty +Package: feynmp-auto 2013/05/03 v1.1 Automatic processing of feynmp graphics + +(/usr/share/texmf/tex/latex/feynmf/feynmp.sty +Package: feynmp 1996/12/02 v1.08 LaTeX/MetaPost Feynman Diagram Package (ohl) +\@outfmf=\write7 +\fmfbuf@=\toks54 +\c@fmfgraph=\count318 +)) +(/usr/share/texlive/texmf-dist/tex/latex/biblatex/biblatex.sty +Package: biblatex 2013/11/25 v2.8a programmable bibliographies (PK/JW/AB) + +(/usr/share/texlive/texmf-dist/tex/latex/biblatex/biblatex1.sty +Package: biblatex1 2013/11/25 v2.8a programmable bibliographies (bibtex) (PK/JW +/AB) + +(/usr/share/texlive/texmf-dist/tex/latex/etoolbox/etoolbox.sty +Package: etoolbox 2011/01/03 v2.1 e-TeX tools for LaTeX +\etb@tempcnta=\count319 +) +(/usr/share/texlive/texmf-dist/tex/latex/logreq/logreq.sty +Package: logreq 2010/08/04 v1.0 xml request logger +\lrq@indent=\count320 + +(/usr/share/texlive/texmf-dist/tex/latex/logreq/logreq.def +File: logreq.def 2010/08/04 v1.0 logreq spec v1.0 +)) +\c@tabx@nest=\count321 +\c@listtotal=\count322 +\c@listcount=\count323 +\c@liststart=\count324 +\c@liststop=\count325 +\c@citecount=\count326 +\c@citetotal=\count327 +\c@multicitecount=\count328 +\c@multicitetotal=\count329 +\c@instcount=\count330 +\c@maxnames=\count331 +\c@minnames=\count332 +\c@maxitems=\count333 +\c@minitems=\count334 +\c@citecounter=\count335 +\c@savedcitecounter=\count336 +\c@uniquelist=\count337 +\c@uniquename=\count338 +\c@refsection=\count339 +\c@refsegment=\count340 +\c@maxextrayear=\count341 +\c@maxextraalpha=\count342 +\c@abbrvpenalty=\count343 +\c@highnamepenalty=\count344 +\c@lownamepenalty=\count345 +\c@maxparens=\count346 +\c@parenlevel=\count347 +\blx@tempcnta=\count348 +\blx@tempcntb=\count349 +\blx@tempcntc=\count350 +\blx@maxsection=\count351 +\blx@maxsegment=\count352 +\blx@notetype=\count353 +\blx@parenlevel@text=\count354 +\blx@parenlevel@foot=\count355 +\labelnumberwidth=\skip87 +\labelalphawidth=\skip88 +\shorthandwidth=\skip89 +\biblabelsep=\skip90 +\bibitemsep=\skip91 +\bibnamesep=\skip92 +\bibinitsep=\skip93 +\bibparsep=\skip94 +\bibhang=\skip95 +\blx@auxin=\read3 +\blx@auxout=\write8 +\c@mincomprange=\count356 +\c@maxcomprange=\count357 +\c@mincompwidth=\count358 +\c@labelname=\count359 +\c@savedlabelname=\count360 +\c@author=\count361 +\c@savedauthor=\count362 +\c@shortauthor=\count363 +\c@savedshortauthor=\count364 +\c@editor=\count365 +\c@savededitor=\count366 +\c@editora=\count367 +\c@savededitora=\count368 +\c@editorb=\count369 +\c@savededitorb=\count370 +\c@editorc=\count371 +\c@savededitorc=\count372 +\c@shorteditor=\count373 +\c@savedshorteditor=\count374 +\c@bookauthor=\count375 +\c@savedbookauthor=\count376 +\c@translator=\count377 +\c@savedtranslator=\count378 +\c@annotator=\count379 +\c@savedannotator=\count380 +\c@commentator=\count381 +\c@savedcommentator=\count382 +\c@introduction=\count383 +\c@savedintroduction=\count384 +\c@foreword=\count385 +\c@savedforeword=\count386 +\c@afterword=\count387 +\c@savedafterword=\count388 +\c@holder=\count389 +\c@savedholder=\count390 +\c@namea=\count391 +\c@savednamea=\count392 +\c@nameb=\count393 +\c@savednameb=\count394 +\c@namec=\count395 +\c@savednamec=\count396 +\c@institution=\count397 +\c@savedinstitution=\count398 +\c@language=\count399 +\c@savedlanguage=\count400 +\c@location=\count401 +\c@savedlocation=\count402 +\c@organization=\count403 +\c@savedorganization=\count404 +\c@origlocation=\count405 +\c@savedoriglocation=\count406 +\c@origpublisher=\count407 +\c@savedorigpublisher=\count408 +\c@pageref=\count409 +\c@savedpageref=\count410 +\c@publisher=\count411 +\c@savedpublisher=\count412 +\c@lista=\count413 +\c@savedlista=\count414 +\c@listb=\count415 +\c@savedlistb=\count416 +\c@listc=\count417 +\c@savedlistc=\count418 +\c@listd=\count419 +\c@savedlistd=\count420 +\c@liste=\count421 +\c@savedliste=\count422 +\c@listf=\count423 +\c@savedlistf=\count424 +Package biblatex Info: Trying to load compatibility code... +Package biblatex Info: ... file 'blx-compat.def' found. + +(/usr/share/texlive/texmf-dist/tex/latex/biblatex/blx-compat.def +File: blx-compat.def 2013/11/25 v2.8a biblatex compatibility (PK/JW/AB) +) +Package biblatex Info: Trying to load generic definitions... +Package biblatex Info: ... file 'biblatex.def' found. + +(/usr/share/texlive/texmf-dist/tex/latex/biblatex/biblatex.def +File: biblatex.def +\c@textcitecount=\count425 +\c@textcitetotal=\count426 +\c@textcitemaxnames=\count427 +\c@biburlnumpenalty=\count428 +\c@biburlucpenalty=\count429 +\c@biburllcpenalty=\count430 +\c@smartand=\count431 +) +Package biblatex Info: Trying to load bibliography style 'numeric-comp'... +Package biblatex Info: ... file 'numeric-comp.bbx' found. + +(/usr/share/texlive/texmf-dist/tex/latex/biblatex/bbx/numeric-comp.bbx +File: numeric-comp.bbx 2013/11/25 v2.8a biblatex bibliography style (PK/JW/AB) +Package biblatex Info: Trying to load bibliography style 'numeric'... +Package biblatex Info: ... file 'numeric.bbx' found. + +(/usr/share/texlive/texmf-dist/tex/latex/biblatex/bbx/numeric.bbx +File: numeric.bbx 2013/11/25 v2.8a biblatex bibliography style (PK/JW/AB) +Package biblatex Info: Trying to load bibliography style 'standard'... +Package biblatex Info: ... file 'standard.bbx' found. + +(/usr/share/texlive/texmf-dist/tex/latex/biblatex/bbx/standard.bbx +File: standard.bbx 2013/11/25 v2.8a biblatex bibliography style (PK/JW/AB) +\c@bbx:relatedcount=\count432 +\c@bbx:relatedtotal=\count433 +))) +Package biblatex Info: Trying to load citation style 'numeric-comp'... +Package biblatex Info: ... file 'numeric-comp.cbx' found. + +(/usr/share/texlive/texmf-dist/tex/latex/biblatex/cbx/numeric-comp.cbx +File: numeric-comp.cbx 2013/11/25 v2.8a biblatex citation style (PK/JW/AB) +\c@cbx@tempcnta=\count434 +\c@cbx@tempcntb=\count435 +Package biblatex Info: Redefining '\cite'. +Package biblatex Info: Redefining '\parencite'. +Package biblatex Info: Redefining '\footcite'. +Package biblatex Info: Redefining '\footcitetext'. +Package biblatex Info: Redefining '\smartcite'. +Package biblatex Info: Redefining '\supercite'. +Package biblatex Info: Redefining '\textcite'. +Package biblatex Info: Redefining '\textcites'. +Package biblatex Info: Redefining '\cites'. +Package biblatex Info: Redefining '\parencites'. +Package biblatex Info: Redefining '\smartcites'. +) +Package biblatex Info: Trying to load configuration file... +Package biblatex Info: ... file 'biblatex.cfg' found. + +(/usr/share/texlive/texmf-dist/tex/latex/biblatex/biblatex.cfg +File: biblatex.cfg +))) + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\fontspec' on input line 313. + +Package biblatex Info: Trying to load language 'english'... +Package biblatex Info: ... file 'english.lbx' found. +(/usr/share/texlive/texmf-dist/tex/latex/biblatex/lbx/english.lbx +File: english.lbx 2013/11/25 v2.8a biblatex localization (PK/JW/AB) +) + +Package biblatex Warning: Patching footnotes failed. +(biblatex) Footnote detection will not work. + + +Package biblatex Warning: 'babel/polyglossia' detected but 'csquotes' missing. +(biblatex) Loading 'csquotes' recommended. + +\@quotelevel=\count436 +\@quotereset=\count437 +(./mchrzasz.aux) +\openout1 = `mchrzasz.aux'. + +LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 319. +LaTeX Font Info: ... okay on input line 319. +LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 319. +LaTeX Font Info: ... okay on input line 319. +LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 319. +LaTeX Font Info: ... okay on input line 319. +LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 319. +LaTeX Font Info: ... okay on input line 319. +LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 319. +LaTeX Font Info: ... okay on input line 319. +LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 319. +LaTeX Font Info: ... okay on input line 319. +LaTeX Font Info: Checking defaults for PD1/pdf/m/n on input line 319. +LaTeX Font Info: ... okay on input line 319. +LaTeX Font Info: Checking defaults for PU/pdf/m/n on input line 319. +LaTeX Font Info: ... okay on input line 319. +LaTeX Font Info: Checking defaults for OT4/cmr/m/n on input line 319. +LaTeX Font Info: Try loading font information for OT4+cmr on input line 319. + + (/usr/share/texlive/texmf-dist/tex/latex/polski/ot4cmr.fd +File: ot4cmr.fd 2008/02/24 v1.2.1 Font defs for fonts PL (MW) +) +LaTeX Font Info: ... okay on input line 319. +LaTeX Font Info: Checking defaults for LY1/ptm/m/n on input line 319. +LaTeX Font Info: ... okay on input line 319. +LaTeX Font Info: Checking defaults for EU1/lmr/m/n on input line 319. +LaTeX Font Info: ... okay on input line 319. +LaTeX Font Info: Checking defaults for T3/cmr/m/n on input line 319. +LaTeX Font Info: Try loading font information for T3+cmr on input line 319. + +(/usr/share/texmf/tex/latex/tipa/t3cmr.fd +File: t3cmr.fd 2001/12/31 TIPA font definitions +) +LaTeX Font Info: ... okay on input line 319. + +*geometry* driver: auto-detecting +*geometry* detected driver: xetex +*geometry* verbose mode - [ preamble ] result: +* driver: xetex +* paper: custom +* layout: +* layoutoffset:(h,v)=(0.0pt,0.0pt) +* modes: includehead includefoot +* h-part:(L,W,R)=(21.85083pt, 320.4937pt, 21.85083pt) +* v-part:(T,H,B)=(0.0pt, 273.14662pt, 0.0pt) +* \paperwidth=364.19536pt +* \paperheight=273.14662pt +* \textwidth=320.4937pt +* \textheight=244.6939pt +* \oddsidemargin=-50.41916pt +* \evensidemargin=-50.41916pt +* \topmargin=-72.26999pt +* \headheight=14.22636pt +* \headsep=0.0pt +* \topskip=11.0pt +* \footskip=14.22636pt +* \marginparwidth=4.0pt +* \marginparsep=10.0pt +* \columnsep=10.0pt +* \skip\footins=10.0pt plus 4.0pt minus 2.0pt +* \hoffset=0.0pt +* \voffset=0.0pt +* \mag=1000 +* \@twocolumnfalse +* \@twosidefalse +* \@mparswitchfalse +* \@reversemarginfalse +* (1in=72.27pt=25.4mm, 1cm=28.453pt) + +ABD: EveryShipout initializing macros +\AtBeginShipoutBox=\box108 +Package hyperref Info: Link coloring OFF on input line 319. + +(/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty +Package: nameref 2012/10/27 v2.43 Cross-referencing by name of section + +(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/gettitlestring.sty +Package: gettitlestring 2010/12/03 v1.4 Cleanup title references (HO) +) +\c@section@level=\count438 +) +LaTeX Info: Redefining \ref on input line 319. +LaTeX Info: Redefining \pageref on input line 319. +LaTeX Info: Redefining \nameref on input line 319. + +(./mchrzasz.out) (./mchrzasz.out) +\@outlinefile=\write9 +\openout9 = `mchrzasz.out'. + + +(/usr/share/texmf/tex/latex/beamer/base/translator/dicts/translator-basic-dicti +onary/translator-basic-dictionary-English.dict +Dictionary: translator-basic-dictionary, Language: English +) +(/usr/share/texmf/tex/latex/beamer/base/translator/dicts/translator-bibliograph +y-dictionary/translator-bibliography-dictionary-English.dict +Dictionary: translator-bibliography-dictionary, Language: English +) +(/usr/share/texmf/tex/latex/beamer/base/translator/dicts/translator-environment +-dictionary/translator-environment-dictionary-English.dict +Dictionary: translator-environment-dictionary, Language: English +) +(/usr/share/texmf/tex/latex/beamer/base/translator/dicts/translator-months-dict +ionary/translator-months-dictionary-English.dict +Dictionary: translator-months-dictionary, Language: English +) +(/usr/share/texmf/tex/latex/beamer/base/translator/dicts/translator-numbers-dic +tionary/translator-numbers-dictionary-English.dict +Dictionary: translator-numbers-dictionary, Language: English +) +(/usr/share/texmf/tex/latex/beamer/base/translator/dicts/translator-theorem-dic +tionary/translator-theorem-dictionary-English.dict +Dictionary: translator-theorem-dictionary, Language: English +) +LaTeX Info: Redefining \includegraphics on input line 319. + +*** you should *not* be loading the inputenc package +*** XeTeX expects the source to be in UTF8 encoding +*** some features of other encodings may conflict, resulting in poor output. +Now handling font encoding TS1 ... +... processing UTF-8 mapping file for font encoding TS1 +(/usr/share/texlive/texmf-dist/tex/latex/base/ts1enc.dfu +File: ts1enc.dfu 2008/04/05 v1.1m UTF-8 support for inputenc + defining Unicode char U+00A2 (decimal 162) + defining Unicode char U+00A3 (decimal 163) + defining Unicode char U+00A4 (decimal 164) + defining Unicode char U+00A5 (decimal 165) + defining Unicode char U+00A6 (decimal 166) + defining Unicode char U+00A7 (decimal 167) + defining Unicode char U+00A8 (decimal 168) + defining Unicode char U+00A9 (decimal 169) + defining Unicode char U+00AA (decimal 170) + defining Unicode char U+00AC (decimal 172) + defining Unicode char U+00AE (decimal 174) + defining Unicode char U+00AF (decimal 175) + defining Unicode char U+00B0 (decimal 176) + defining Unicode char U+00B1 (decimal 177) + defining Unicode char U+00B2 (decimal 178) + defining Unicode char U+00B3 (decimal 179) + defining Unicode char U+00B4 (decimal 180) + defining Unicode char U+00B5 (decimal 181) + defining Unicode char U+00B6 (decimal 182) + defining Unicode char U+00B7 (decimal 183) + defining Unicode char U+00B9 (decimal 185) + defining Unicode char U+00BA (decimal 186) + defining Unicode char U+00BC (decimal 188) + defining Unicode char U+00BD (decimal 189) + defining Unicode char U+00BE (decimal 190) + defining Unicode char U+00D7 (decimal 215) + defining Unicode char U+00F7 (decimal 247) + defining Unicode char U+0192 (decimal 402) + defining Unicode char U+02C7 (decimal 711) + defining Unicode char U+02D8 (decimal 728) + defining Unicode char U+02DD (decimal 733) + defining Unicode char U+0E3F (decimal 3647) + defining Unicode char U+2016 (decimal 8214) + defining Unicode char U+2020 (decimal 8224) + defining Unicode char U+2021 (decimal 8225) + defining Unicode char U+2022 (decimal 8226) + defining Unicode char U+2030 (decimal 8240) + defining Unicode char U+2031 (decimal 8241) + defining Unicode char U+203B (decimal 8251) + defining Unicode char U+203D (decimal 8253) + defining Unicode char U+2044 (decimal 8260) + defining Unicode char U+204E (decimal 8270) + defining Unicode char U+2052 (decimal 8274) + defining Unicode char U+20A1 (decimal 8353) + defining Unicode char U+20A4 (decimal 8356) + defining Unicode char U+20A6 (decimal 8358) + defining Unicode char U+20A9 (decimal 8361) + defining Unicode char U+20AB (decimal 8363) + defining Unicode char U+20AC (decimal 8364) + defining Unicode char U+20B1 (decimal 8369) + defining Unicode char U+2103 (decimal 8451) + defining Unicode char U+2116 (decimal 8470) + defining Unicode char U+2117 (decimal 8471) + defining Unicode char U+211E (decimal 8478) + defining Unicode char U+2120 (decimal 8480) + defining Unicode char U+2122 (decimal 8482) + defining Unicode char U+2126 (decimal 8486) + defining Unicode char U+2127 (decimal 8487) + defining Unicode char U+212E (decimal 8494) + defining Unicode char U+2190 (decimal 8592) + defining Unicode char U+2191 (decimal 8593) + defining Unicode char U+2192 (decimal 8594) + defining Unicode char U+2193 (decimal 8595) + defining Unicode char U+2329 (decimal 9001) + defining Unicode char U+232A (decimal 9002) + defining Unicode char U+2422 (decimal 9250) + defining Unicode char U+25E6 (decimal 9702) + defining Unicode char U+25EF (decimal 9711) + defining Unicode char U+266A (decimal 9834) +) +(/usr/share/texlive/texmf-dist/tex/latex/siunitx/config/siunitx-abbreviations.c +fg +File: siunitx-abbreviations.cfg 2013/07/31 v2.5s siunitx: Abbreviated units +) +Package biblatex Info: Input encoding 'utf8' detected. +Package biblatex Info: Automatic encoding selection. +(biblatex) Assuming data encoding 'utf8'. + + +Package biblatex Warning: Data encoding is 'utf8'. +(biblatex) Use backend=biber. + +\openout8 = `mchrzasz-blx.bib'. + +Package biblatex Info: Trying to load bibliographic data... +Package biblatex Info: ... file 'mchrzasz.bbl' not found. +No file mchrzasz.bbl. +Package biblatex Info: Reference section=0 on input line 319. +Package biblatex Info: Reference segment=0 on input line 319. +(./mchrzasz.nav) +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +\g_fontspec_family_Trebuchet MS_int=\count439 +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +. +. * 'normal' with NFSS spec.: +. <->"Trebuchet MS/ICU:mapping=tex-text;" +. +. * 'bold' with NFSS spec.: +. <->"Trebuchet MS/B/ICU:mapping=tex-text;" +. +. * 'italic' with NFSS spec.: +. <->"Trebuchet MS/I/ICU:mapping=tex-text;" +. +. * 'bold italic' with NFSS spec.: +. <->"Trebuchet MS/BI/ICU:mapping=tex-text;" +................................................. +LaTeX Font Info: Try loading font information for OML+plm on input line 319. + + (/usr/share/texlive/texmf-dist/tex/latex/polski/omlplm.fd +File: omlplm.fd 2008/02/24 v1.2.1 Font defs for fonts PL (MW) +) +LaTeX Font Info: Try loading font information for OMS+plsy on input line 319 +. + +(/usr/share/texlive/texmf-dist/tex/latex/polski/omsplsy.fd +File: omsplsy.fd 2008/02/24 v1.2.1 Font defs for fonts PL (MW) +) +LaTeX Font Info: Try loading font information for OMX+plex on input line 319 +. + +(/usr/share/texlive/texmf-dist/tex/latex/polski/omxplex.fd +File: omxplex.fd 2008/02/24 v1.2.1 Font defs for fonts PL (MW) +) +LaTeX Font Info: External font `plex10' loaded for size +(Font) <10> on input line 319. +LaTeX Font Info: External font `plex10' loaded for size +(Font) <7> on input line 319. +LaTeX Font Info: External font `plex10' loaded for size +(Font) <5> on input line 319. +LaTeX Font Info: Try loading font information for U+msa on input line 319. + +(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd +File: umsa.fd 2013/01/14 v3.01 AMS symbols A +) +LaTeX Font Info: Try loading font information for U+msb on input line 319. + +(/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd +File: umsb.fd 2013/01/14 v3.01 AMS symbols B +) +LaTeX Font Info: Try loading font information for U+rsfs on input line 319. + +(/usr/share/texlive/texmf-dist/tex/latex/jknapltx/ursfs.fd +File: ursfs.fd 1998/03/24 rsfs font definition file (jk) +) +\c__siunitx_mathsf_int=\count440 +LaTeX Font Info: External font `plex10' loaded for size +(Font) <10.95> on input line 319. +LaTeX Font Info: External font `plex10' loaded for size +(Font) <8> on input line 319. +LaTeX Font Info: External font `plex10' loaded for size +(Font) <6> on input line 319. +\c__siunitx_mathtt_int=\count441 +LaTeX Font Info: Try loading font information for OT4+cmtt on input line 319 +. + +(/usr/share/texlive/texmf-dist/tex/latex/polski/ot4cmtt.fd +File: ot4cmtt.fd 2008/02/24 v1.2.1 Font defs for fonts PL (MW) +) +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. +File: images/uzh-transp.pdf Graphic file (type QTm) + + +File: images/ifj.png Graphic file (type QTm) + +File: images/bubble2.jpg Graphic file (type QTm) + + +Overfull \vbox (9.8195pt too high) has occurred while \output is active [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. + +[1 + +] +Underfull \hbox (badness 10000) in paragraph at lines 388--388 + + [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. +[2 + +] +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. + [3 + +] +File: images/GIM2.png Graphic file (type QTm) + +LaTeX Font Info: External font `plex10' loaded for size +(Font) <9> on input line 436. +File: images/GIM3.png Graphic file (type QTm) + +File: images/604.jpg Graphic file (type QTm) + + +Overfull \vbox (65.44855pt too high) detected at line 436 + [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. +[4 + +] +File: images/CKMmatrix.png Graphic file (type QTm) + +File: images/bottom.jpg Graphic file (type QTm) + +Overfull \vbox (64.26862pt too high) detected at line 475 + [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. +[5 + +] +File: images/weakcurr.png Graphic file (type QTm) + +File: images/weakcurr2.png Graphic file (type QTm) + +File: images/bubblecern.png Graphic file (type QTm) + + +Overfull \vbox (58.8304pt too high) detected at line 512 + [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. +[6 + +] +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. + [7 + +] +File: images/1050px-Lhcbview.jpg Graphic file (type QTm) + +File: images/sketch.png Graphic file (type QTm) + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. + +[8 + +] +File: images/1050px-Lhcbview.jpg Graphic file (type QTm) + +File: images/cher.png Graphic file (type QTm) + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. + [9 + +] +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. + [10 + +] +File: images/rabi.png Graphic file (type QTm) + + +File: images/Double_beta_decay_feynman.png Graphic file (type QTm) + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. + +[11 + +] +File: images/feymn.png Graphic file (type QTm) + +LaTeX Font Info: External font `plex10' loaded for size +(Font) <12> on input line 687. +File: images/SUSY.png Graphic file (type QTm) + +LaTeX Font Info: External font `plex10' loaded for size +(Font) <14.4> on input line 687. + +Overfull \vbox (10.68112pt too high) detected at line 687 + [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. +[12 + +] +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. + [13 + +] +LaTeX Font Info: Try loading font information for EU1+lmtt on input line 749 +. + (/usr/share/texlive/texmf-dist/tex/latex/euenc/eu1lmtt.fd +File: eu1lmtt.fd 2009/10/30 v1.6 Font defs for Latin Modern +) +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. + [14 + +] +File: images/m3body_2012.pdf Graphic file (type QTm) + + +File: images/diagram.png Graphic file (type QTm) + +File: images/mixing.pdf Graphic file (type QTm) + + +Overfull \vbox (0.82147pt too high) detected at line 781 + [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. +[15 + +] +File: images/rank.pdf Graphic file (type QTm) + +Overfull \vbox (5.29178pt too high) detected at line 806 + [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. +[16 + +] +File: images/Ds_data_2011.pdf Graphic file (type QTm) + +File: images/Ds_data_2012.pdf Graphic file (type QTm) + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. + +[17 + +] +File: images/LLLL.pdf Graphic file (type QTm) + +File: images/LLRR.pdf Graphic file (type QTm) + +File: images/LLLLRAD.pdf Graphic file (type QTm) + + +File: images/LLRRRAD.pdf Graphic file (type QTm) + +File: images/RAD.pdf Graphic file (type QTm) + + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. + [18 + +] +File: images/banana_line.pdf Graphic file (type QTm) + +File: images/model.png Graphic file (type QTm) + + +Overfull \hbox (11.6084pt too wide) detected at line 898 +[][][] $[]$[][][][][][][][] $[]$[][][][][][][][] $[]$[][][][][][] + [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. +[19 + +] +File: images/TauLFV_UL_2014001_averaged.png Graphic file (type QTm) + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. + [20 + +] +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. + [21 + +] +File: images/h.png Graphic file (type QTm) + + +Overfull \vbox (54.8633pt too high) detected at line 984 + [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. +[22 + +] +File: images/diagram.pdf Graphic file (type QTm) + +Overfull \vbox (22.30972pt too high) detected at line 1017 + [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. +[23 + +] +File: images/Inflaton_parameter_space_log.pdf Graphic file (type QTm) + +Overfull \vbox (1.68454pt too high) detected at line 1033 + [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. +[24 + +] +File: images/rk_graph.png Graphic file (type QTm) + +File: images/rkstar.png Graphic file (type QTm) + +Underfull \hbox (badness 10000) in paragraph at lines 1051--1051 + + [] + + +Overfull \vbox (61.45544pt too high) detected at line 1051 + [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. +[25 + +] +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. + [26 + +] +File: images/lupa.png Graphic file (type QTm) + +File: images/example.png Graphic file (type QTm) + +File: images/couplings.png Graphic file (type QTm) + + +Overfull \hbox (33.28963pt too wide) detected at line 1094 +[][][] $[]$[][][][][][][][] $[]$[][][][][][] + [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. +[27 + +] +Overfull \hbox (18.83585pt too wide) detected at line 1140 +[][][] $[]$[][][][][][][][] $[]$[][][][][][][][] $[]$[][][][][][] + [] + +File: images/all.png Graphic file (type QTm) + +Overfull \vbox (41.03632pt too high) detected at line 1140 + [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. +[28 + +] +File: images/angles.png Graphic file (type QTm) + +Overfull \vbox (51.94162pt too high) detected at line 1302 + [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. +[29 + +] +Overfull \hbox (1.2237pt too wide) in alignment at lines 1302--1302 + [][][] [] + [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. +[30 + +] +File: images/h_Bd_Kstmm_vetoes.pdf Graphic file (type QTm) + +File: images/h_Lb_L1520mm_vetoes.pdf Graphic file (type QTm) + + +Overfull \vbox (41.50644pt too high) detected at line 1470 + [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. +[31 + +] +File: images/Chopping_Distrib.pdf Graphic file (type QTm) + +File: images/Fig1.pdf Graphic file (type QTm) + +File: images/fold.png Graphic file (type QTm) + + +Overfull \vbox (66.06726pt too high) detected at line 1507 + [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. +[32 + +] +File: images/BDT_Eff_Comp.pdf Graphic file (type QTm) + +Overfull \vbox (59.72803pt too high) detected at line 1526 + [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. +[33 + +] +File: images/q2PHSP.png Graphic file (type QTm) + +File: images/q2PHSPw.png Graphic file (type QTm) + +Overfull \vbox (64.22261pt too high) detected at line 1639 + [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. +[34 + +] +File: images/det.png Graphic file (type QTm) + +Overfull \vbox (64.22261pt too high) detected at line 1639 + [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. +[35 + +] +File: images/mlogjpsi.pdf Graphic file (type QTm) + +File: images/mkpijpsi.pdf Graphic file (type QTm) + +File: images/angles3.png Graphic file (type QTm) + + +Overfull \vbox (64.05748pt too high) detected at line 1664 + [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. +[36 + +] +File: images/columns.png Graphic file (type QTm) + +Overfull \vbox (77.9478pt too high) detected at line 1679 + [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. +[37 + +] +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. + [38 + +] +File: images/FC_Afb3.pdf Graphic file (type QTm) + +File: images/FC_P11.pdf Graphic file (type QTm) + +File: images/FC_P57.pdf Graphic file (type QTm) + + +Overfull \vbox (63.20128pt too high) detected at line 1735 + [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. +[39 + +] +File: images/FLPad.pdf Graphic file (type QTm) + +File: images/S3Pad.pdf Graphic file (type QTm) + +File: images/S4Pad.pdf Graphic file (type QTm) + + +File: images/S5Pad.pdf Graphic file (type QTm) + +Overfull \vbox (46.08386pt too high) detected at line 1761 + [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. +[40 + +] +File: images/AFBPad.pdf Graphic file (type QTm) + +File: images/S7Pad.pdf Graphic file (type QTm) + +File: images/S8Pad.pdf Graphic file (type QTm) + + +File: images/S9Pad.pdf Graphic file (type QTm) + +Overfull \vbox (46.08386pt too high) detected at line 1761 + [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. +[41 + +] +File: images/P5pPadOverlay.pdf Graphic file (type QTm) + +Overfull \vbox (31.42326pt too high) detected at line 1786 + [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. +[42 + +] +Overfull \vbox (56.64653pt too high) detected at line 1824 + [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. +[43 + +] +File: images/compare_FLPad.pdf Graphic file (type QTm) + +File: images/compare_S3Pad.pdf Graphic file (type QTm) + +File: images/compare_S4Pad.pdf Graphic file (type QTm) + + +File: images/compare_S5Pad.pdf Graphic file (type QTm) + +Overfull \vbox (46.08386pt too high) detected at line 1862 + [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. +[44 + +] +File: images/compare_AFBPad.pdf Graphic file (type QTm) + +File: images/compare_S7Pad.pdf Graphic file (type QTm) + +File: images/compare_S8Pad.pdf Graphic file (type QTm) + + +File: images/compare_S9Pad.pdf Graphic file (type QTm) + +Overfull \vbox (46.08386pt too high) detected at line 1862 + [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. +[45 + +] +File: images/S6cPad.pdf Graphic file (type QTm) + +Overfull \vbox (39.5337pt too high) detected at line 1862 + [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. +[46 + +] +Underfull \hbox (badness 2173) in paragraph at lines 1894--1894 +[]$\U/msa/m/n/9 V$[] \EU1/GilliusADF(0)/m/n/9 Fit for amplitudes as (continuous +) functions of $\OML/plm/m/it/9 q[]$ \EU1/GilliusADF(0)/m/n/9 in the region: $\ +OML/plm/m/it/9 q[] \OMS/plsy/m/n/9 2 + [] + + +Overfull \vbox (44.29207pt too high) detected at line 1894 + [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. +[47 + +] +File: images/amplitudes_AFBOverlay.pdf Graphic file (type QTm) + +File: images/amplitudes_S4Overlay.pdf Graphic file (type QTm) + + +File: images/amplitudes_S5Overlay.pdf Graphic file (type QTm) + + +Overfull \vbox (21.45763pt too high) detected at line 1927 + [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. +[48 + +] +File: images/wilsonchi2.pdf Graphic file (type QTm) + +Overfull \hbox (4.38206pt too wide) detected at line 1964 +[][][] $[]$[][][][][][][][] $[]$[][][][][][][][] $[]$[][][][][][] + [] + + +Overfull \vbox (31.68571pt too high) detected at line 1964 + [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. +[49 + +] +LaTeX Font Info: External font `plex10' loaded for size +(Font) <20.74> on input line 1976. +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. + [50 + +] +File: images/mkpi.png Graphic file (type QTm) + +File: images/brk1430.png Graphic file (type QTm) + +Overfull \vbox (8.10658pt too high) detected at line 1998 + [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. +[51 + +] +File: images/Fig6a.png Graphic file (type QTm) + +File: images/Fig6b.png Graphic file (type QTm) + +Underfull \hbox (badness 10000) in paragraph at lines 2018--2018 + + [] + + +Overfull \vbox (16.09473pt too high) detected at line 2018 + [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. +[52 + +] +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. + [53 + +] +Overfull \hbox (21.4478pt too wide) in paragraph at lines 2120--2120 +[][] + [] + + +Overfull \vbox (14.74857pt too high) detected at line 2120 + [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. +[54 + +] +File: images/C9.png Graphic file (type QTm) + +Overfull \vbox (10.7326pt too high) detected at line 2142 + [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. +[55 + +] +Overfull \hbox (133.72784pt too wide) detected at line 2196 +[][][] $[]$[][][][][][][][] $[]$[][][][][][] + [] + + +Overfull \vbox (66.25925pt too high) detected at line 2196 + [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. +[56 + +] +File: images/QCDSHIT.png Graphic file (type QTm) + +Overfull \vbox (42.28238pt too high) detected at line 2230 + [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. +[57 + +] +File: images/charmloop2.png Graphic file (type QTm) + +Overfull \vbox (53.11348pt too high) detected at line 2230 + [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. +[58 + +] +File: images/charmloop3.png Graphic file (type QTm) + +Overfull \vbox (53.26978pt too high) detected at line 2230 + [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. +[59 + +] +File: images/C9_S_P.png Graphic file (type QTm) + +Overfull \vbox (19.02252pt too high) detected at line 2246 + [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. +[60 + +] +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. + [61 + +] +Missing character: There is no ̋ in font plmi8! +Missing character: There is no ̋ in font plmi8! + +Overfull \vbox (59.17642pt too high) detected at line 2293 + [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. +[62 + +] +File: images/fig-btokstarll-p5prime.pdf Graphic file (type QTm) + +Overfull \vbox (76.3558pt too high) detected at line 2311 + [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. +[63 + +] +File: images/NP.png Graphic file (type QTm) + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. + [64 + +] +File: images/NP.png Graphic file (type QTm) + +File: images/rahul.png Graphic file (type QTm) + + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. + [65 + +] +File: images/mist.png Graphic file (type QTm) + +File: images/reson.png Graphic file (type QTm) + + +Overfull \hbox (4.38206pt too wide) detected at line 2345 +[][][] $[]$[][][][][][][][] $[]$[][][][][][][][] $[]$[][][][][][] + [] + +File: images/ForTom_Q2_FLATQ2_Kmumu.pdf Graphic file (type QTm) + +File: images/ForTom_Q2_FLATQ2.pdf Graphic file (type QTm) + + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. + [66 + +] +Underfull \hbox (badness 10000) in paragraph at lines 2367--2367 + + [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. +[67 + +] +Underfull \hbox (badness 10000) in paragraph at lines 2367--2367 + + [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. +[68 + +] +File: images/Joke.jpg Graphic file (type QTm) + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. + [69 + +] +\c@framenumberappendix=\count442 +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. + [70 + +] +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. + [71 + +] +File: images/ksmumu_BF.png Graphic file (type QTm) + +File: images/kmumu_BF.png Graphic file (type QTm) + + +File: images/bukst_BF.png Graphic file (type QTm) + +Overfull \vbox (66.24098pt too high) detected at line 2453 + [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. +[72 + +] +File: images/bs2phipi.png Graphic file (type QTm) + +Overfull \vbox (45.42638pt too high) detected at line 2473 + [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. +[73 + +] +File: images/Lb_BR.png Graphic file (type QTm) + +Overfull \vbox (47.00697pt too high) detected at line 2506 + [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. +[74 + +] +File: images/Lblow.png Graphic file (type QTm) + +File: images/Lbhigh.png Graphic file (type QTm) + +Overfull \vbox (0.59059pt too high) detected at line 2506 + [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. +[75 + +] +File: images/AFB_Lb.png Graphic file (type QTm) + +Overfull \vbox (30.50285pt too high) detected at line 2529 + [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. +[76 + +] +File: images/uni2.png Graphic file (type QTm) + +File: images/RK.png Graphic file (type QTm) + +Overfull \vbox (27.48154pt too high) detected at line 2562 + [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. +[77 + +] +Overfull \vbox (52.75453pt too high) detected at line 2608 + [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. +[78 + +] +File: images/Kstee.png Graphic file (type QTm) + +File: images/Kstee2.png Graphic file (type QTm) + +Overfull \vbox (69.50371pt too high) detected at line 2608 + [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. +[79 + +] +File: images/RDstar.png Graphic file (type QTm) + +Overfull \vbox (66.04497pt too high) detected at line 2632 + [] + +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. +[80 + +] +LaTeX Font Info: External font `plex10' loaded for size +(Font) <24.88> on input line 2645. +LaTeX Font Info: External font `plex10' loaded for size +(Font) <17.28> on input line 2645. +................................................. +. fontspec info: "no-scripts" +. +. Font Trebuchet MS does not contain any OpenType `Script' information. +................................................. +................................................. +. fontspec info: "defining-font" +. +. Font family 'TrebuchetMS(0)' created for font 'Trebuchet MS' with options +. [Mapping=tex-text,]. +. +. This font family consists of the following shapes: +................................................. + [81 + +] +\tf@nav=\write10 +\openout10 = `mchrzasz.nav'. + +\tf@toc=\write11 +\openout11 = `mchrzasz.toc'. + +\tf@snm=\write12 +\openout12 = `mchrzasz.snm'. + +Package atveryend Info: Empty hook `BeforeClearDocument' on input line 2650. +Package atveryend Info: Empty hook `AfterLastShipout' on input line 2650. + (./mchrzasz.aux) +Package atveryend Info: Empty hook `AtVeryEndDocument' on input line 2650. +Package atveryend Info: Empty hook `AtEndAfterFileList' on input line 2650. +Package logreq Info: Writing requests to 'mchrzasz.run.xml'. +\openout1 = `mchrzasz.run.xml'. + +Package atveryend Info: Empty hook `AtVeryVeryEnd' on input line 2650. + ) +Here is how much of TeX's memory you used: + 48733 strings out of 493918 + 958527 string characters out of 6150564 + 1286532 words of memory out of 5000000 + 50907 multiletter control sequences out of 15000+600000 + 52884 words of font info for 207 fonts, out of 8000000 for 9000 + 1144 hyphenation exceptions out of 8191 + 61i,33n,73p,10479b,1660s stack positions out of 5000i,500n,10000p,200000b,80000s + +Output written on mchrzasz.pdf (81 pages). diff --git a/Seminars/IFJ_2016_V0/mchrzasz.nav b/Seminars/IFJ_2016_V0/mchrzasz.nav new file mode 100644 index 0000000..1102558 --- /dev/null +++ b/Seminars/IFJ_2016_V0/mchrzasz.nav @@ -0,0 +1,145 @@ +\defcounter {refsection}{0}\relax +\beamer@endinputifotherversion {3.24pt} +\headcommand {\slideentry {0}{0}{1}{1/1}{}{0}} +\headcommand {\beamer@framepages {1}{1}} +\headcommand {\slideentry {0}{0}{2}{2/2}{}{0}} +\headcommand {\beamer@framepages {2}{2}} +\headcommand {\slideentry {0}{0}{3}{3/3}{}{0}} +\headcommand {\beamer@framepages {3}{3}} +\headcommand {\slideentry {0}{0}{4}{4/4}{}{0}} +\headcommand {\beamer@framepages {4}{4}} +\headcommand {\slideentry {0}{0}{5}{5/5}{}{0}} +\headcommand {\beamer@framepages {5}{5}} +\headcommand {\slideentry {0}{0}{6}{6/6}{}{0}} +\headcommand {\beamer@framepages {6}{6}} +\headcommand {\slideentry {0}{0}{7}{7/7}{}{0}} +\headcommand {\beamer@framepages {7}{7}} +\headcommand {\slideentry {0}{0}{8}{8/9}{}{0}} +\headcommand {\beamer@framepages {8}{9}} +\headcommand {\slideentry {0}{0}{9}{10/10}{}{0}} +\headcommand {\beamer@framepages {10}{10}} +\headcommand {\slideentry {0}{0}{10}{11/11}{}{0}} +\headcommand {\beamer@framepages {11}{11}} +\headcommand {\slideentry {0}{0}{11}{12/12}{}{0}} +\headcommand {\beamer@framepages {12}{12}} +\headcommand {\slideentry {0}{0}{12}{13/13}{}{0}} +\headcommand {\beamer@framepages {13}{13}} +\headcommand {\slideentry {0}{0}{13}{14/14}{}{0}} +\headcommand {\beamer@framepages {14}{14}} +\headcommand {\slideentry {0}{0}{14}{15/15}{}{0}} +\headcommand {\beamer@framepages {15}{15}} +\headcommand {\slideentry {0}{0}{15}{16/16}{}{0}} +\headcommand {\beamer@framepages {16}{16}} +\headcommand {\slideentry {0}{0}{16}{17/17}{}{0}} +\headcommand {\beamer@framepages {17}{17}} +\headcommand {\slideentry {0}{0}{17}{18/18}{}{0}} +\headcommand {\beamer@framepages {18}{18}} +\headcommand {\slideentry {0}{0}{18}{19/19}{}{0}} +\headcommand {\beamer@framepages {19}{19}} +\headcommand {\slideentry {0}{0}{19}{20/20}{}{0}} +\headcommand {\beamer@framepages {20}{20}} +\headcommand {\slideentry {0}{0}{20}{21/21}{}{0}} +\headcommand {\beamer@framepages {21}{21}} +\headcommand {\slideentry {0}{0}{21}{22/22}{}{0}} +\headcommand {\beamer@framepages {22}{22}} +\headcommand {\slideentry {0}{0}{22}{23/23}{}{0}} +\headcommand {\beamer@framepages {23}{23}} +\headcommand {\slideentry {0}{0}{23}{24/24}{}{0}} +\headcommand {\beamer@framepages {24}{24}} +\headcommand {\slideentry {0}{0}{24}{25/25}{}{0}} +\headcommand {\beamer@framepages {25}{25}} +\headcommand {\slideentry {0}{0}{25}{26/26}{}{0}} +\headcommand {\beamer@framepages {26}{26}} +\headcommand {\slideentry {0}{0}{26}{27/27}{}{0}} +\headcommand {\beamer@framepages {27}{27}} +\headcommand {\slideentry {0}{0}{27}{28/28}{}{0}} +\headcommand {\beamer@framepages {28}{28}} +\headcommand {\slideentry {0}{0}{28}{29/30}{}{0}} +\headcommand {\beamer@framepages {29}{30}} +\headcommand {\slideentry {0}{0}{29}{31/31}{}{0}} +\headcommand {\beamer@framepages {31}{31}} +\headcommand {\slideentry {0}{0}{30}{32/32}{}{0}} +\headcommand {\beamer@framepages {32}{32}} +\headcommand {\slideentry {0}{0}{31}{33/33}{}{0}} +\headcommand {\beamer@framepages {33}{33}} +\headcommand {\slideentry {0}{0}{32}{34/35}{}{0}} +\headcommand {\beamer@framepages {34}{35}} +\headcommand {\slideentry {0}{0}{33}{36/36}{}{0}} +\headcommand {\beamer@framepages {36}{36}} +\headcommand {\slideentry {0}{0}{34}{37/37}{}{0}} +\headcommand {\beamer@framepages {37}{37}} +\headcommand {\slideentry {0}{0}{35}{38/38}{}{0}} +\headcommand {\beamer@framepages {38}{38}} +\headcommand {\slideentry {0}{0}{36}{39/39}{}{0}} +\headcommand {\beamer@framepages {39}{39}} +\headcommand {\slideentry {0}{0}{37}{40/41}{}{0}} +\headcommand {\beamer@framepages {40}{41}} +\headcommand {\slideentry {0}{0}{38}{42/42}{}{0}} +\headcommand {\beamer@framepages {42}{42}} +\headcommand {\slideentry {0}{0}{39}{43/43}{}{0}} +\headcommand {\beamer@framepages {43}{43}} +\headcommand {\slideentry {0}{0}{40}{44/46}{}{0}} +\headcommand {\beamer@framepages {44}{46}} +\headcommand {\slideentry {0}{0}{41}{47/47}{}{0}} +\headcommand {\beamer@framepages {47}{47}} +\headcommand {\slideentry {0}{0}{42}{48/48}{}{0}} +\headcommand {\beamer@framepages {48}{48}} +\headcommand {\slideentry {0}{0}{43}{49/49}{}{0}} +\headcommand {\beamer@framepages {49}{49}} +\headcommand {\slideentry {0}{0}{44}{50/50}{}{0}} +\headcommand {\beamer@framepages {50}{50}} +\headcommand {\slideentry {0}{0}{45}{51/51}{}{0}} +\headcommand {\beamer@framepages {51}{51}} +\headcommand {\slideentry {0}{0}{46}{52/52}{}{0}} +\headcommand {\beamer@framepages {52}{52}} +\headcommand {\slideentry {0}{0}{47}{53/53}{}{0}} +\headcommand {\beamer@framepages {53}{53}} +\headcommand {\slideentry {0}{0}{48}{54/54}{}{0}} +\headcommand {\beamer@framepages {54}{54}} +\headcommand {\slideentry {0}{0}{49}{55/55}{}{0}} +\headcommand {\beamer@framepages {55}{55}} +\headcommand {\slideentry {0}{0}{50}{56/56}{}{0}} +\headcommand {\beamer@framepages {56}{56}} +\headcommand {\slideentry {0}{0}{51}{57/59}{}{0}} +\headcommand {\beamer@framepages {57}{59}} +\headcommand {\slideentry {0}{0}{52}{60/60}{}{0}} +\headcommand {\beamer@framepages {60}{60}} +\headcommand {\slideentry {0}{0}{53}{61/61}{}{0}} +\headcommand {\beamer@framepages {61}{61}} +\headcommand {\slideentry {0}{0}{54}{62/62}{}{0}} +\headcommand {\beamer@framepages {62}{62}} +\headcommand {\slideentry {0}{0}{55}{63/63}{}{0}} +\headcommand {\beamer@framepages {63}{63}} +\headcommand {\slideentry {0}{0}{56}{64/65}{}{0}} +\headcommand {\beamer@framepages {64}{65}} +\headcommand {\slideentry {0}{0}{57}{66/66}{}{0}} +\headcommand {\beamer@framepages {66}{66}} +\headcommand {\slideentry {0}{0}{58}{67/68}{}{0}} +\headcommand {\beamer@framepages {67}{68}} +\headcommand {\slideentry {0}{0}{59}{69/69}{}{0}} +\headcommand {\beamer@framepages {69}{69}} +\headcommand {\slideentry {0}{0}{60}{70/70}{}{0}} +\headcommand {\beamer@framepages {70}{70}} +\headcommand {\slideentry {0}{0}{61}{71/71}{}{0}} +\headcommand {\beamer@framepages {71}{71}} +\headcommand {\slideentry {0}{0}{62}{72/72}{}{0}} +\headcommand {\beamer@framepages {72}{72}} +\headcommand {\slideentry {0}{0}{63}{73/73}{}{0}} +\headcommand {\beamer@framepages {73}{73}} +\headcommand {\slideentry {0}{0}{64}{74/75}{}{0}} +\headcommand {\beamer@framepages {74}{75}} +\headcommand {\slideentry {0}{0}{65}{76/76}{}{0}} +\headcommand {\beamer@framepages {76}{76}} +\headcommand {\slideentry {0}{0}{66}{77/77}{}{0}} +\headcommand {\beamer@framepages {77}{77}} +\headcommand {\slideentry {0}{0}{67}{78/79}{}{0}} +\headcommand {\beamer@framepages {78}{79}} +\headcommand {\slideentry {0}{0}{68}{80/80}{}{0}} +\headcommand {\beamer@framepages {80}{80}} +\headcommand {\slideentry {0}{0}{69}{81/81}{}{0}} +\headcommand {\beamer@framepages {81}{81}} +\headcommand {\beamer@partpages {1}{81}} +\headcommand {\beamer@subsectionpages {1}{81}} +\headcommand {\beamer@sectionpages {1}{81}} +\headcommand {\beamer@documentpages {81}} +\headcommand {\def \inserttotalframenumber {59}} diff --git a/Seminars/IFJ_2016_V0/mchrzasz.out b/Seminars/IFJ_2016_V0/mchrzasz.out new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/Seminars/IFJ_2016_V0/mchrzasz.out diff --git a/Seminars/IFJ_2016_V0/mchrzasz.pdf b/Seminars/IFJ_2016_V0/mchrzasz.pdf new file mode 100644 index 0000000..3b2441d --- /dev/null +++ b/Seminars/IFJ_2016_V0/mchrzasz.pdf Binary files differ diff --git a/Seminars/IFJ_2016_V0/mchrzasz.run.xml b/Seminars/IFJ_2016_V0/mchrzasz.run.xml new file mode 100644 index 0000000..3368f59 --- /dev/null +++ b/Seminars/IFJ_2016_V0/mchrzasz.run.xml @@ -0,0 +1,91 @@ + + + + + + + + + + + + + + + + + + + + + + + + +]> + + + latex + + mchrzasz.aux + mchrzasz-blx.bib + + + mchrzasz.bbl + + + blx-compat.def + biblatex.def + numeric-comp.bbx + numeric.bbx + standard.bbx + numeric-comp.cbx + biblatex.cfg + english.lbx + + + + bibtex + + bibtex + + mchrzasz + + + mchrzasz.aux + + + mchrzasz.bbl + + + mchrzasz.bbl + + + mchrzasz.aux + mchrzasz-blx.bib + + + bib.bib + + + biblatex.bst + + + diff --git a/Seminars/IFJ_2016_V0/mchrzasz.snm b/Seminars/IFJ_2016_V0/mchrzasz.snm new file mode 100644 index 0000000..21df2a1 --- /dev/null +++ b/Seminars/IFJ_2016_V0/mchrzasz.snm @@ -0,0 +1 @@ +\beamer@slide {eq:physPars}{78} diff --git a/Seminars/IFJ_2016_V0/mchrzasz.synctex.gz b/Seminars/IFJ_2016_V0/mchrzasz.synctex.gz new file mode 100644 index 0000000..c674551 --- /dev/null +++ b/Seminars/IFJ_2016_V0/mchrzasz.synctex.gz Binary files differ diff --git a/Seminars/IFJ_2016_V0/mchrzasz.tex b/Seminars/IFJ_2016_V0/mchrzasz.tex new file mode 100644 index 0000000..057c965 --- /dev/null +++ b/Seminars/IFJ_2016_V0/mchrzasz.tex @@ -0,0 +1,2650 @@ +\documentclass[11 pt,xcolor={dvipsnames,svgnames,x11names,table}]{beamer} + +\usepackage[english]{babel} +\usepackage{polski} + + +\usetheme[ + bullet=circle, % Other option: square + bigpagenumber, % circled page number on lower right + topline=true, % colored bar at the top of the frame + shadow=false, % Shading for beamer blocks watermark=BG_lower, % png file for the watermark + ]{Flip} + +%\logo{\kern+1.em\includegraphics[height=1cm]{SHiP-3_LightCharcoal}} + + +\usepackage[lf]{berenis} +\usepackage[LY1]{fontenc} +\usepackage[utf8]{inputenc} + +\usepackage{emerald} +\usefonttheme{professionalfonts} +\usepackage[no-math]{fontspec} +\defaultfontfeatures{Mapping=tex-text} % This seems to be important for mapping glyphs properly + +\setmainfont{Gillius ADF} % Beamer ignores "main font" in favor of sans font +\setsansfont{Gillius ADF} % This is the font that beamer will use by default +% \setmainfont{Gill Sans Light} % Prettier, but harder to read + +\setbeamerfont{title}{family=\fontspec{Gillius ADF}} + +\input t1augie.fd + +%\newcommand{\handwriting}{\fontspec{augie}} % From Emerald City, free font +%\newcommand{\handwriting}{\usefont{T1}{fau}{m}{n}} % From Emerald City, free font +% \newcommand{\handwriting}{} % If you prefer no special handwriting font or don't have augie + +%% Gill Sans doesn't look very nice when boldfaced +%% This is a hack to use Helvetica instead +%% Usage: \textbf{\forbold some stuff} +%\newcommand{\forbold}{\fontspec{Arial}} + +\usepackage{graphicx} +\usepackage[export]{adjustbox} + +\usepackage{amsmath} +\usepackage{amsfonts} +\usepackage{amssymb} +\usepackage{bm} +\usepackage{colortbl} +\usepackage{mathrsfs} % For Weinberg-esque letters +\usepackage{cancel} % For "SUSY-breaking" symbol +\usepackage{slashed} % for slashed characters in math mode +\usepackage{bbm} % for \mathbbm{1} (unit matrix) +\usepackage{amsthm} % For theorem environment +\usepackage{multirow} % For multi row cells in table +\usepackage{arydshln} % For dashed lines in arrays and tables +\usepackage{siunitx} +\usepackage{xhfill} +\usepackage{grffile} +\usepackage{textpos} +\usepackage{subfigure} +\usepackage{tikz} + +%\usepackage{hepparticles} +\usepackage[italic]{hepparticles} + +\usepackage{hepnicenames} + +% Drawing a line +\tikzstyle{lw} = [line width=20pt] +\newcommand{\topline}{% + \tikz[remember picture,overlay] {% + \draw[crimsonred] ([yshift=-23.5pt]current page.north west) + -- ([yshift=-23.5pt,xshift=\paperwidth]current page.north west);}} + + + +% % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % +\usepackage{tikzfeynman} % For Feynman diagrams +\usetikzlibrary{arrows,shapes} +\usetikzlibrary{trees} +\usetikzlibrary{matrix,arrows} % For commutative diagram +% http://www.felixl.de/commu.pdf +\usetikzlibrary{positioning} % For "above of=" commands +\usetikzlibrary{calc,through} % For coordinates +\usetikzlibrary{decorations.pathreplacing} % For curly braces +% http://www.math.ucla.edu/~getreuer/tikz.html +\usepackage{pgffor} % For repeating patterns + +\usetikzlibrary{decorations.pathmorphing} % For Feynman Diagrams +\usetikzlibrary{decorations.markings} +\tikzset{ + % >=stealth', %% Uncomment for more conventional arrows + vector/.style={decorate, decoration={snake}, draw}, + provector/.style={decorate, decoration={snake,amplitude=2.5pt}, draw}, + antivector/.style={decorate, decoration={snake,amplitude=-2.5pt}, draw}, + fermion/.style={draw=gray, postaction={decorate}, + decoration={markings,mark=at position .55 with {\arrow[draw=gray]{>}}}}, + fermionbar/.style={draw=gray, postaction={decorate}, + decoration={markings,mark=at position .55 with {\arrow[draw=gray]{<}}}}, + fermionnoarrow/.style={draw=gray}, + gluon/.style={decorate, draw=black, + decoration={coil,amplitude=4pt, segment length=5pt}}, + scalar/.style={dashed,draw=black, postaction={decorate}, + decoration={markings,mark=at position .55 with {\arrow[draw=black]{>}}}}, + scalarbar/.style={dashed,draw=black, postaction={decorate}, + decoration={markings,mark=at position .55 with {\arrow[draw=black]{<}}}}, + scalarnoarrow/.style={dashed,draw=black}, + electron/.style={draw=black, postaction={decorate}, + decoration={markings,mark=at position .55 with {\arrow[draw=black]{>}}}}, + bigvector/.style={decorate, decoration={snake,amplitude=4pt}, draw}, +} + +% TIKZ - for block diagrams, +% from http://www.texample.net/tikz/examples/control-system-principles/ +% \usetikzlibrary{shapes,arrows} +\tikzstyle{block} = [draw, rectangle, +minimum height=3em, minimum width=6em] + + + + +\usetikzlibrary{backgrounds} +\usetikzlibrary{mindmap,trees} % For mind map +\newcommand{\degree}{\ensuremath{^\circ}} +\newcommand{\E}{\mathrm{E}} +\newcommand{\Var}{\mathrm{Var}} +\newcommand{\Cov}{\mathrm{Cov}} +\newcommand\Ts{\rule{0pt}{2.6ex}} % Top strut +\newcommand\Bs{\rule[-1.2ex]{0pt}{0pt}} % Bottom strut + +\graphicspath{{images/}} % Put all images in this directory. Avoids clutter. + +% SOME COMMANDS THAT I FIND HANDY +% \renewcommand{\tilde}{\widetilde} % dinky tildes look silly, dosn't work with fontspec +\newcommand{\comment}[1]{\textcolor{comment}{\footnotesize{#1}\normalsize}} % comment mild +\newcommand{\Comment}[1]{\textcolor{Comment}{\footnotesize{#1}\normalsize}} % comment bold +\newcommand{\COMMENT}[1]{\textcolor{COMMENT}{\footnotesize{#1}\normalsize}} % comment crazy bold +\newcommand{\Alert}[1]{\textcolor{Alert}{#1}} % louder alert +\newcommand{\ALERT}[1]{\textcolor{ALERT}{#1}} % loudest alert +%% "\alert" is already a beamer pre-defined +\newcommand*{\Scale}[2][4]{\scalebox{#1}{$#2$}}% + +\def\Put(#1,#2)#3{\leavevmode\makebox(0,0){\put(#1,#2){#3}}} + +\usepackage{gmp} +\usepackage[final]{feynmp-auto} + +\usepackage[backend=bibtex,style=numeric-comp,firstinits=true]{biblatex} +\bibliography{bib} +\setbeamertemplate{bibliography item}[text] + +\makeatletter\let\frametextheight\beamer@frametextheight\makeatother + +% suppress frame numbering for backup slides +% you always need the appendix for this! +\newcommand{\backupbegin}{ + \newcounter{framenumberappendix} + \setcounter{framenumberappendix}{\value{framenumber}} +} +\newcommand{\backupend}{ + \addtocounter{framenumberappendix}{-\value{framenumber}} + \addtocounter{framenumber}{\value{framenumberappendix}} +} + + +\definecolor{links}{HTML}{2A1B81} +%\hypersetup{colorlinks,linkcolor=,urlcolor=links} + +% For shapo's formulas: +\def\lsi{\raise0.3ex\hbox{$<$\kern-0.75em\raise-1.1ex\hbox{$\sim$}}} +\def\gsi{\raise0.3ex\hbox{$>$\kern-0.75em\raise-1.1ex\hbox{$\sim$}}} +\newcommand{\lsim}{\mathop{\lsi}} +\newcommand{\gsim}{\mathop{\gsi}} +\newcommand{\wt}{\widetilde} +%\newcommand{\ol}{\overline} +\newcommand{\Tr}{\rm{Tr}} +\newcommand{\tr}{\rm{tr}} +\newcommand{\eqn}[1]{&\hspace{-0.7em}#1\hspace{-0.7em}&} +\newcommand{\vev}[1]{\rm{$\langle #1 \rangle$}} +\newcommand{\abs}[1]{\rm{$\left| #1 \right|$}} +\newcommand{\eV}{\rm{eV}} +\newcommand{\keV}{\rm{keV}} +\newcommand{\GeV}{\rm{GeV}} +\newcommand{\MeV}{\rm{MeV}} +\newcommand{\im}{\rm{Im}} +\newcommand{\re}{{\rm Re}} +\newcommand{\invfb}{\rm{fb^{-1}}} +\newcommand{\fixme}{\rm{{\color{red}{FIXME!}}}} +\newcommand{\thetal}{\theta_l} +\newcommand{\thetak}{\theta_k} +\newcommand{\nn}{\nonumber} +\newcommand{\eq}[1]{\begin{equation} #1 \end{equation}} +%\newcommand{\eqn}[1]{\begin{displaymath} #1 \end{displaymath}} +\newcommand{\eqa}[1]{\begin{eqnarray} #1 \end{eqnarray}} +\newcommand{\apeL}{{A_\perp^L}} +\newcommand{\apeR}{{A_\perp^R}} +\newcommand{\apeLR}{{A_\perp^{L,R}}} +\newcommand{\apaL}{{A_\|^L}} +\newcommand{\apaR}{{A_\|^R}} +\newcommand{\apaLR}{{A_\|^{L,R}}} +\newcommand{\azeL}{{A_0^L}} +\newcommand{\azeR}{{A_0^R}} +\newcommand{\azeLR}{{A_0^{L,R}}} +\newcommand{\Real}{\ensuremath{\mathcal{R}e}\xspace} +\newcommand{\Imag}{\ensuremath{\mathcal{I}m}\xspace} + +\renewcommand{\C}[1]{{\cal C}_{#1}} +\newcommand{\Ceff}[1]{{\cal C}^{\rm eff}_{#1}} +\newcommand{\Cpeff}[1]{{\cal C}^{\rm eff\prime}_{#1}} +\newcommand{\Cp}[1]{{\cal C}^{\prime}_{#1}} +\def\FL {\ensuremath{F_{\mathrm{L}}}\xspace} +\def\ATDPH {\ensuremath{A_{\mathrm{T,PR}}^{(2)}}\xspace} +\def\ATImPH {\ensuremath{A_{\mathrm{T,PR}}^{\mathrm{Im}}}\xspace} +\def\ATRePH {\ensuremath{A_{\mathrm{T,PR}}^{\mathrm{Re}}}\xspace} +\def\FLPH {\ensuremath{F_{\mathrm{L,PR}}}\xspace} +\def\ATDKG {\ensuremath{A_{\mathrm{T,\Kstarz \gamma}}^{(2)}}\xspace} +\def\ATImKG {\ensuremath{A_{\mathrm{T,\Kstarz \gamma}}^{\mathrm{Im}}}\xspace} +\def\ATReKG {\ensuremath{A_{\mathrm{T,\Kstarz \gamma}}^{\mathrm{Re}}}\xspace} +\def\FLKG {\ensuremath{F_{\mathrm{L,\Kstarz \gamma}}}\xspace} +\def\ATD {\ensuremath{A_{\mathrm{T}}^{(2)}}\xspace} +\def\ATIm {\ensuremath{A_{\mathrm{T}}^{\mathrm{Im}}}\xspace} +\def\ATRe {\ensuremath{A_{\mathrm{T}}^{\mathrm{Re}}}\xspace} +\def\TeV {\ensuremath{\mathrm{TeV}\xspace}} + + +\def\ARROW{{\color{JungleGreen}{$\Rrightarrow$}}\xspace} + + + +\newcommand{\disp}{\displaystyle} +\def\be{\begin{equation}} +\def\ee{\end{equation}} +\def\ba{\begin{eqnarray}} +\def\ea{\end{eqnarray}} +\def\d{\partial} +\def\l{\left(} +\def\r{\right)} +\def\la{\langle} +\def\ra{\rangle} +\def\e{{\rm e}} +\def\Br{{\rm Br}} + +\newcommand{\av}[1]{\langle #1 \rangle} +% particles +\def\LstFTTT {\ensuremath{\PLambda^{*}(1520)^{0}}\xspace} +\def\dll {\ensuremath{\mathrm{DLL}}\xspace} + \def\Lb {\ensuremath{\PLambda_b}} + + +% useful decays +\def\BdToKpimm {\decay{\Bd}{\Kp\pim\mumu}} +\def\BuToKmm {\decay{\Bu}{\Kp\mumu}} +\def\BsToJPsiKst {\decay{\Bs}{\jpsi\Kstarz}} +\def\BdTopsitwosKst {\decay{\Bd}{\psitwos\Kstarz}} +\def\LstFTTTT {\decay{\LstFTTT}{p\Km}} +%\def\LbToLstmm {\decay{\Lb}{\PLambda^{*}(1520)^{0} \mumu}} +\def\LbTopKmm {\decay{\Lb}{p\Km\mumu}} +\def\BuToKmm {\decay{\Bu}{\Kp\mumu}} +\def\BsTophimm {\decay{\Bs}{\Pphi\mumu}} + +% interesting variables +\def\mkpi {\ensuremath{m_{K\pi}}\xspace} +\def\mkpimm{\ensuremath{m_{K\pi\mu\mu}}\xspace} + +%% peaking background mass hypotheses +\def\mkmm {\ensuremath{m_{K\mu\mu}}\xspace} +\def\mSwappKmm {\ensuremath{m_{(\pi\to p)K\mu\mu}}\xspace} +\def\mSwappiK {\ensuremath{m_{(\pi\to K)K}}\xspace} +\def\mSwappiKmm {\ensuremath{m_{(\pi\to K)K\mu\mu}}\xspace} +\def\mSwappK {\ensuremath{m_{(\pi\to p)K}}\xspace} +\def\mDoubleSwappKmm {\ensuremath{m_{(K\to p)(\pi\to K)\mu\mu}}\xspace} +\def\mDoubleSwappK {\ensuremath{m_{(K\to p)(\pi\to K)}}\xspace} +\def\mSwapKst {\ensuremath{m_{K\leftrightarrow\pi}}\xspace} + +%% some other decays +\def\BsToPhimm {\decay{\Bs}{\phi\mumu}} +\def\BsToPhimmFULL {\decay{\Bs}{\phi(\to\!K^{+}K^{-})\mumu}} +\def\BsToKKmm {\decay{\Bs}{\Kp\Km\mumu}} + +\newcommand{\delC}[1]{\delta {\cal C}_{#1}} +\newcommand{\dC}[1]{{\cal C}_{#1}^{\rm NP}} +\newcommand{\dCp}[1]{{\cal C}_{#1^\prime}^{\rm NP}} + + + + +\definecolor{green}{rgb}{0.2,0.6,0.2} +\definecolor{lightgreen}{rgb}{0.4,1,0.4} +\definecolor{verylightgreen}{rgb}{0.7,1,0.7} +\def\cgreen{\color{green}} +\definecolor{brown}{rgb}{0.4,0.2,0.0} +\def\cbrown{\color{brown}} +\def\cred{\color{red}} +\definecolor{darkblue}{rgb}{0.0,0.0,1.0} +\def\cdarkblue{\color{darkblue}} +\definecolor{darkgrey}{rgb}{0.4,0.4,0.4} +\definecolor{lightgrey}{rgb}{0.7,0.7,0.7} +\definecolor{verylightblue}{rgb}{0.8,0.8,1.0} +\definecolor{lightblue}{rgb}{0.6,0.6,1.0} +\definecolor{verylightyellow}{rgb}{1.0,1.0,0.5} +\definecolor{lightyellow}{rgb}{1.0,0.7,0.3} +\definecolor{darkred}{rgb}{0.6,0.0,0.0} + +\definecolor{green}{rgb}{0.3,0.6,0.2} +\definecolor{green}{rgb}{0.3,0.7,0.4} + + + + + +\author{ {\fontspec{Trebuchet MS}Marcin Chrz\k{a}szcz} (Universit\"{a}t Z\"{u}rich, IFJ PAN)} +\institute{UZH} +\title[Hunting for New Physics phenomena in LHCb experiment]{Hunting for New Physics phenomena in LHCb experiment} +\date{25 September 2014} + + +\begin{document} +\tikzstyle{every picture}+=[remember picture] +{ +\setbeamertemplate{sidebar right}{\llap{\includegraphics[width=\paperwidth,height=\paperheight]{bubble2}}} +\begin{frame}[c]%{\phantom{title page}} +\begin{center} +\begin{center} + \begin{columns} + \begin{column}{0.9\textwidth} + \flushright\fontspec{Trebuchet MS}\bfseries \Huge {Hunting for New Physics phenomena in LHCb experiment} + \end{column} + \begin{column}{0.2\textwidth} + %\includegraphics[width=\textwidth]{SHiP-2} + \end{column} + \end{columns} +\end{center} + \quad + \vspace{3em} +\begin{columns} +\begin{column}{0.44\textwidth} +\flushright \vspace{-1.8em} {\fontspec{Trebuchet MS} \Large Marcin Chrząszcz\\\vspace{-0.1em}\small \href{mailto:mchrzasz@cern.ch}{mchrzasz@cern.ch}} + +\end{column} +\begin{column}{0.53\textwidth} +\includegraphics[height=1.3cm]{uzh-transp}{~}{~} +\includegraphics[height=1.1cm]{ifj.png} +\end{column} +\end{columns} + +\vspace{1em} +% \footnotesize\textcolor{gray}{With N. Serra, B. Storaci\\Thanks to the theory support from M. Shaposhnikov, D. Gorbunov}\normalsize\\ +\vspace{0.5em} + \textcolor{normal text.fg!50!Comment}{IFJ PAN \\November 24, 2016} +\end{center} +\end{frame} +} + + +\begin{frame}{Outline} + + \begin{minipage}{\textwidth} +{~}\\ + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%% tau ->3mu +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + + + + + + + +\begin{enumerate} +\item Why flavour is important. +\item LHCb detector. +\item Lepton Flavour Violation. +\item Dark Boson searches. +\item Electroweak penguins. +\item Measurement of Higher $\PKstar$ states in Electroweak Penguin decays. +\item Theory interpretation. +\item Disclaimers about some theory predictions. +\item Conclusions. +\end{enumerate} + + + \end{minipage} + \vspace*{2.cm} +\end{frame} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Why flavour physics +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame} +\begin{center} +\begin{Huge} +Why Flavour is important? +\end{Huge} +\end{center} + + + + +\end{frame} + + + +\begin{frame}{A lesson from history - GIM mechanism} + \begin{minipage}{\textwidth} + +\begin{center} +\includegraphics[width=0.62\textwidth]{images/GIM2.png} +\end{center} +\begin{columns} +\column{0.7\textwidth} +\begin{itemize} +\begin{footnotesize} + + +\item Cabibbo angle was successful in explaining dozens of decay rates in the 1960s. +\item There was, however, one that was not observed by experiments: $\PKzero \to \Pmuon \APmuon$. +\item Glashow, Iliopoulos, Maiani (GIM) mechanism was proposed in the 1970 to fix this problem. The mechanism required the existence of a $4^{th}$ quark. +\item At that point most of the people were skeptical about that. Fortunately in 1974 the discovery of the $\PJpsi$ meson silenced the skeptics. +\end{footnotesize} +\end{itemize} +\column{0.3\textwidth} +\begin{center} +\includegraphics[width=0.95\textwidth]{images/GIM3.png}\\ +\includegraphics[width=0.7\textwidth]{images/604.jpg}\\{~}\\{~} +\end{center} +\end{columns} + + + +\end{minipage} + + \vspace*{2.1cm} +\end{frame} + +\begin{frame}{A lesson from history - CKM matrix} + \begin{minipage}{\textwidth} + +\begin{center} +{~}\\{~}\\ +\includegraphics[width=0.5\textwidth]{images/CKMmatrix.png} + +\end{center} +\begin{columns} +\column{0.6\textwidth} +\begin{itemize} +\begin{small} + + + + +\item Similarly, CP violation was discovered in 1960s in the neutral kaons decays. +\item $2 \times 2$ Cabbibo matrix could not allow for any CP violation. +\item For CP violation to be possible one needs at least a $3 \times 3$ unitary matrix \\ $\looparrowright$ Cabibbo-Kobayashi-Maskawa matrix (1973). +\item It predicts existence of $\Pbottom$ (1977) and $\Ptop$ (1995) quarks. +\end{small} + +\end{itemize} +\column{0.4\textwidth} +\begin{center} +{~} +%\includegraphics[height=2cm]{images/CP.png}\\ +\includegraphics[width=0.96\textwidth]{bottom.jpg} + +\end{center} +\end{columns} + + + +\end{minipage} + + \vspace*{2.1cm} +\end{frame} + + +\begin{frame}{A lesson from history - Weak neutral current} + \begin{minipage}{\textwidth} + +\begin{center} +\includegraphics[height=3cm]{images/weakcurr.png}{~} +\includegraphics[height=3cm]{images/weakcurr2.png} +\end{center} + +\begin{columns} +\column{0.6\textwidth} +\begin{itemize} +\begin{small} + + +\item Weak neutral currents were first introduced in 1958 by Buldman. +\item Later on they were naturally incorporated into unification of weak and electromagnetic interactions. +\item 't Hooft proved that the GWS models was renormalizable. +\item Everything was there on theory side, only missing piece was the experiment, till 1973. +\end{small} + +\end{itemize} +\column{0.4\textwidth} +\begin{center} +{~} +%\includegraphics[height=2cm]{images/CP.png}\\ +\includegraphics[width=0.85\textwidth]{images/bubblecern.png} +\end{center} +\end{columns} + + + +\end{minipage} + + \vspace*{2.1cm} +\end{frame} + +\begin{frame} +\begin{center} +\begin{Huge} +LHCb detector +\end{Huge} +\end{center} + + + + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% DETECTOR +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame} +\only<1>{\frametitle{LHCb detector - tracking} +\begin{columns} +\column{3in} +\includegraphics[width=0.9\textwidth]{images/1050px-Lhcbview.jpg} + +\column{2in} +\includegraphics[width=0.95\textwidth]{images/sketch.png} +\end{columns} +\begin{itemize} +\item Excellent Impact Parameter (IP) resolution ($20~\rm \mu m$).\\ +$\Rightarrow$ Identify secondary vertices from heavy flavour decays +\item Proper time resolution $\sim~40~\rm fs$.\\ +$\Rightarrow$ Good separation of primary and secondary vertices. +\item Excellent momentum ($\delta p/p \sim 0.4 - 0.6\%$) and inv. mass resolution.\\ +$\Rightarrow$ Low combinatorial background. + +\end{itemize} + + +} + +\only<2>{\frametitle{LHCb detector - particle identification} +\begin{columns} +\column{3in} +\includegraphics[width=0.9\textwidth]{images/1050px-Lhcbview.jpg} + +\column{2in} +\includegraphics[width=0.95\textwidth]{images/cher.png} +\end{columns} +\begin{itemize} +\item Excellent Muon identification $\epsilon_{\mu \to \mu} \sim 97\%$, $\epsilon_{\pi \to \mu} \sim 1-3\%$ +\item Good $\PK-\Ppi$ separation via RICH detectors, $\epsilon_{\PK \to \PK} \sim 95\%$, $\epsilon_{\Ppi \to \PK} \sim 5\%$.\\ +$\Rightarrow$ Reject peaking backgrounds. +\item High trigger efficiencies, low momentum thresholds. +Muons: $p_T > 1.76 \GeV$ at L0, $p_T > 1.0 \GeV$ at HLT1,\\ +$B \to \PJpsi X $: Trigger $\sim 90\%$. + +\end{itemize} + + +} + + +\end{frame} + + + +\begin{frame} + +\begin{center} +\begin{Huge} +Lepton Flavour Violation +\end{Huge} +\end{center} + + + +\end{frame} + + + + +\begin{frame}\frametitle{Lepton Flavour/Number Violation} + + +\begin{enumerate} +\item Lepton Flavour Violation (LFV) found in neutrino sector - the first phenomena outside the Standard Model. +\item The search for charged lepton flavour violation (CLFV) commenced with muon discovery (1936) and its identification as a separate particle. +\end{enumerate} +\begin{columns} +\column{3in} +\begin{itemize} +\item Expected: $B(\mu\to\Pe\gamma) \approx 10^{-4}$ +\item Unless there is another $\Pnu$. +\end{itemize} + +\column{2in} +{~}\includegraphics[width=0.98\textwidth]{images/rabi.png} + +\end{columns} +\begin{footnotesize} + +\begin{enumerate} +\setcounter{enumi}{2} +\item The observation of CLFV would be a clear signature of New Physics (NP) - paramount importance for flavour physics and the enigma of generations. +\item LFV vs LNV (Lepton Number Violation) +\end{enumerate}\end{footnotesize} +\begin{columns} +\column{3.5in} +\begin{footnotesize} + + +\begin{itemize} +\item Even with LFV, lepton number can be a conserved quantity. +\item Many NP models predict LNV (Majorana neutrinos) +\item LNV searched in so-called neutrinoless double $\beta$ decays. +\end{itemize} +\end{footnotesize} +\column{1.5in} +\includegraphics[width=0.65\textwidth]{images/Double_beta_decay_feynman.png} + +\end{columns} + + + % \textref{M.Chrz\k{a}szcz 2014} + +\end{frame} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + \begin{frame} + \frametitle{Status of searches for $ \tau \to \mu \mu \mu$} + \begin{columns} + \begin{column}{.55\textwidth} + + \includegraphics[width=.90\textwidth]{feymn.png} + + {{ + \begin{small} + \begin{itemize} + \item Charged Lepton Flavour Violation process. + \item The Standard Model contribution: penguin diagram with neutrino oscillation. + \item Negligible SM branching fraction. + \item Large enhacement from NP models like: SUSY, Little Higgs, Fourth generation, etc. + + % \item SM prediction is beyond experimental reach~$O(10^{-40})$. + + \end{itemize} + \end{small} + }} + \end{column} + \begin{column}{.45\textwidth} + + \begin{alertblock}{Predictions} + \begin{description} + \item[SM] $ O(10^{-40})$ + \item[var.\ SUSY] $10^{-10}$ + \item[non universal $\color{green}{Z'}$] $10^{-8}$ + \item[mSUGRA+seesaw] $10^{-9}$ + \item[and many more...] + \end{description} + \end{alertblock} + + \begin{alertblock}{Current limits ($ \color{white} 90\,\%$ CL)} + + \begin{description} + \item[BaBar] $3.3\times 10^{-8}$ + \item[Belle] $2.1\times 10^{-8}$ + \end{description} + \end{alertblock} + \includegraphics[width=.63\textwidth]{SUSY.png} + + \end{column} + + \end{columns} + + + \end{frame} + + + \begin{frame} \frametitle{Strategy} +\begin{enumerate} +\item Data sample: $1 \invfb~7~\TeV$ and $2 \invfb~8\TeV$. +\item Normalization (control) decay channel: $\PDs\to\Pphi(\Pmu\Pmu)\Ppi$. +\item Blind analysis in the region of $| m_{\mu\mu\mu} - m_{\tau} | <20~\MeV/c^2$. +\item Event selection: +\begin{itemize} +\item Preselection of three tracks that combine to give a mass close to $m_{\tau}$, with displaced vertex. +\item Selection based on three classifiers: +\begin{itemize} +\item Geometry and topology ($\mathcal{M}_{3body}$) - multivariate classifier +\item PID ($\mathcal{M}_{PID}$) - multivariate classifier +\item Three muon invariant mass ($m_{\mu\mu\mu}$) +\end{itemize} +\end{itemize} +\item Major background contributions:$\PDs \to \eta(\mu\mu\gamma) \mu \nu$ and $\PD \to \PK \Ppi \Ppi$ decays. +\item Evaluation of the upper limit on $\mathcal{B}(\Ptau \to \Pmu \Pmu \Pmu)$ using $\rm CL_s$ method. +\end{enumerate} + + + \end{frame} + + + + \begin{frame} + \frametitle{$\tau$ production at LHCb} + \begin{itemize} + \item $\Ptau$'s in LHCb come from five main sources: + \end{itemize} + \begin{center} + + +\begin{tabular}{| c | c | c | } +\hline + Mode & $7~\TeV$ & $8~\TeV$ \\ \hline + Prompt $\PDs\to\Ptau$ & $71.1\pm3.0\,\%$ & $72.4\pm2.7\,\%$ \\ + Prompt $\PDplus\to\Ptau$ & $4.1\pm0.8\,\%$ & $4.2\pm0.7\,\%$ \\ + Non-prompt $\PDs\to\Ptau$ & $9.0\pm2.0\,\%$ & $8.5\pm1.7\,\%$ \\ + Non-prompt $\PDplus\to\Ptau$ & $0.18\pm0.04\,\%$ & $0.17\pm0.04\,\%$ \\ + $X_{\Pbottom}\to\Ptau$ & $15.5\pm2.7\,\%$ & $14.7\pm2.3\,\%$ \\ \hline + +\end{tabular} + \end{center} + + + \begin{columns} + \column{0.8\textwidth} + \begin{exampleblock}{$\mathcal{B}(\PDplus\to\Ptau)$} + \begin{itemize} + \item There is no measurement of $\mathcal{B}(\PDplus\to\Ptau)$. + \item One can calculate it from: $\mathcal{B}(\PDplus\to\Pmu\Pnum)$ + helicity suppression + phase space. + \item \texttt{hep-ex:0604043}. + \item $\mathcal{B}(\PDplus\to\Ptau\Pnut)=(1.0\pm0.1) \times10^{-3}$. + \end{itemize} + \end{exampleblock} + \column{0.2\textwidth} + {~} + \end{columns} + + \end{frame} + + + + + \begin{frame} + \frametitle{Multivariate Analysis} +\begin{minipage}{\textwidth} + +\begin{columns} +\column{0.1in} +{~}\\ +\column{2.9in} +\ARROW First usage of of the blending \\technique in HEP!\\ +\ARROW Each $\tau$ source ha it's own ''targer'' classifier.\\ +\ARROW 5 classifiers are then ''blended'' together.\\ +\ARROW Gain $6\%$ on signal efficiency.\\ +\begin{exampleblock}{} + Up to today the most advanced MVA used in LHCb! +\end{exampleblock} +~\\ +\ARROW Calibrated on data using $\PDs \to \phi \pi$ +\includegraphics[angle=-90,width=.6\textwidth]{m3body_2012.pdf} + +\column{2in} +\includegraphics[width=.99\textwidth]{images/diagram.png}\\ +\includegraphics[angle=-90, width=.98\textwidth]{images/mixing.pdf} + +\end{columns} + + +\end{minipage} + \end{frame} + + + \begin{frame} + \frametitle{Optimization} +\begin{minipage}{\textwidth} + + \begin{footnotesize} + \begin{itemize} + \item Events are distributed among $\mathcal{M}_{3body}, \mathcal{M}_{PID}$ plane. + \item In 2D we collect the events in groups(bins) + \item Bins are optimised using $CL_s$ method: + \begin{equation} + CL_s = \dfrac{\prod_{i=1}^{N_{\text{chan}}}\sum_{n=0}^{n_i} \dfrac{e^{-(s_i+b_i)} (s_i+b_i)^{n}}{n!} }{\prod_{i=1}^{n_{\text{chan}}} \sum_{n=0}^{n_i} \dfrac{e^{-b_i} b_i^{n}}{n!}} \nonumber~, + \end{equation} + \end{itemize} + \end{footnotesize} +\begin{center} + \includegraphics[width=.6\textwidth]{images/rank.pdf} + +\end{center} + + + +\end{minipage} + \end{frame} + + + \begin{frame} + \frametitle{Relative normalisation} + $\boxed{\mathcal{B}(\Ptau\to\Pmu\Pmu\Pmu) = \frac{\mathcal{B}(\PDs\to\Pphi\Ppi)}{\mathcal{B}(\PDs\to\Ptau\Pnut)} \times f_{\PDs}^{\Ptau} \times \frac{\varepsilon_\text{norm} }{\varepsilon_\text{sig} } \times \frac{N_\text{sig}}{N_\text{norm}} = \alpha\times N_\text{sig}}$ + \begin{itemize} + \item where $\varepsilon$ stands for trigger, reconstruction, selection efficiency. + \item $f_{\PDs}^{\Ptau}$ is the fraction of $\Ptau$ coming from $\PDs$. + \item $\text{norm}$ = normalisation channel $\PDs\to\Pphi\Ppi$ + \newline i.e.\ $(83\pm3)\,\%$ for 2012 data. + \end{itemize} +\begin{columns} +\column{2.3in} + \center{2011}\\ + + \includegraphics[angle=-90,width=.97\textwidth]{images/Ds_data_2011.pdf} + \column{2.3in} + \center{2012}\\ + \includegraphics[angle=-90,width=.97\textwidth]{images/Ds_data_2012.pdf} + \end{columns} + \end{frame} + + + + + + + + + \begin{frame} + \frametitle{Model dependence} + \begin{itemize} + \begin{small} + \item Model description in \href{http://arxiv.org/abs/0707.0988}{\color{blue}\texttt{arXiv:0707.0988}} by S.Turczyk using Effective Field Theory approach. + \item 5 relevant Dalitz distributions: 2 four-point operators, 1 radiative operator, 2 interference terms. + \item All five cases implemented in TAUOLA. + \end{small} + \end{itemize} + + + \only<1>{ +\begin{columns} + \column{0.33\textwidth} + \includegraphics[angle=-90,width=.78\textwidth]{images/LLLL.pdf}\\ + \includegraphics[angle=-90,width=.78\textwidth]{images/LLRR.pdf}\\ + + + \column{0.33\textwidth} + \includegraphics[angle=-90,width=.78\textwidth]{images/LLLLRAD.pdf}\\ + \includegraphics[angle=-90,width=.78\textwidth]{images/LLRRRAD.pdf} + + \column{0.33\textwidth} + \includegraphics[angle=-90,width=.78\textwidth]{images/RAD.pdf}\\ +\begin{small} + +\begin{exampleblock}{} +M.Chrzaszcz, T.Przedzinski, Z.Was, J.Zareba\\ \href{https://arxiv.org/abs/1609.04617}{\color{blue}\texttt{arXiv:1609.04617 }}\\{~}\\ + +\end{exampleblock} +{~}\\ +\end{small} + + +% \begin{itemize} +% \item Same models as in Z.Was \href{https://indico.cern.ch/event/300387/session/7/contribution/33}{\color{blue}talk} +% \end{itemize} +%{~}\\ {~}\\ + + \end{columns} +} + + \end{frame} + + \begin{frame} + \frametitle{Results} + + \begin{center} + \includegraphics[angle=-90,width=0.65\textwidth]{banana_line.pdf} + \end{center} +\begin{columns} + +\column{0.2in}{~} +\column{2in} +Limits(PHSP):\\ +Observed(Expected)\\ +$\color{red}4.6~(5.0)\times 10^{-8}$ at $90\%$ CL\\ +$\color{pink}5.6~(6.1)\times 10^{-8}$ at $95\%$ CL\\ + + \column{3in} + \includegraphics[width=0.5\textwidth]{model.png} +\end{columns} + \end{frame} + + + +\begin{frame}\frametitle{Combination of LFV UL} + +\ARROW To ''squeeze'' the most of the LFV New Physics exclusions there was an idea to combine the limits for LHCb and B factories.\\ +\ARROW As a result I have been enrolled as HFAG member.\\ +\begin{exampleblock}{} +$\tau \to \mu \mu \mu$ is the most cited number of the HFAG report!!!\\ +\end{exampleblock} +{~}\\ + \includegraphics[width=0.9\textwidth]{images/TauLFV_UL_2014001_averaged.png} + +\begin{exampleblock}{} +\texttt{arXiv:1412.7515}, [HFAG, M.Chrzaszcz, et. al.] +\end{exampleblock} + +\end{frame} + + + +\begin{frame} + +\begin{center} +\begin{Huge} +Dark Boson searches +\end{Huge} +\end{center} + + + +\end{frame} + + +\begin{frame}\frametitle{Generalize Higgs potential} + + \begin{minipage}{\textwidth} + \begin{small} + + +\ARROW The model is extremely simple: +\begin{align*} +V(H,S)=V_H + V_{\rm mix} + V_S, +\end{align*} +where +\begin{columns} +\column{0.1in} +{~}\\ +\column{2.9in} +\begin{align*} +V_H = -\mu^2 H^{\dag}H + \lambda_H (H^{\dag} H)^2\\ +V_{\rm mix} = \frac{a_1}{2}\left(H^{\dag}H\right)S + \frac{a_2}{2}\left(H^{\dag}H\right)S^2\\ +V_S = \frac{b_2}{2}S^2 + \frac{b_3}{3}S^3 + \frac{b_4}{4}S^4 +\end{align*} +\column{2in} +\begin{center} +\includegraphics[width=0.95\textwidth]{images/h.png} +\end{center} +\end{columns} + +\ARROW The main advantage of this potential is that it fixes the inflation problem.\\ +\ARROW Now the Lagrangian needs to be written in physical degrees of freedom\\ +\ARROW Then you generate the mass is given(see backup for details): + +\begin{align*} +\begin{pmatrix} +h \\ +s +\end{pmatrix}= +\begin{pmatrix} +\sin \theta & \cos \theta \\ +\cos \theta & \sin \theta +\end{pmatrix} +\begin{pmatrix} +s^{\prime}\\ +h^{\prime} +\end{pmatrix} +\end{align*} + + +\end{small} + \end{minipage} + \vspace*{2.cm} + + +\end{frame} + +\begin{frame}\frametitle{Implications for Flavour} + \begin{minipage}{\textwidth} + \begin{small} + {~}\\ +\ARROW The mixing angle between the Higgs and the Inflaton has to be small.\\ +\ARROW Typically if $m_H=125~\GeV$ then $m_S \sim \mathcal{O}(1)~\GeV$.\\ +\ARROW If yes we can look for this in $\PB$ decays: +\begin{columns} +\column{0.1in} +{~}\\ +\column{3.4in} +\begin{equation} +{\rm Br} (\PB \to \chi X_s) ~\sim 10^{-6}\left(1-\frac{m^2_{\chi}}{m^2_b}\right) \left(\frac{\beta}{\beta_0}\right) \left(\frac{300{\rm MeV}}{m_{\chi}}\right)\nonumber +\end{equation} + +\column{1.5in} +\begin{center} +\includegraphics[width=0.95\textwidth]{images/diagram.pdf} +\end{center} + +\end{columns} +\ARROW The inflaton has a small width and non zero life-time. \\ +\ARROW The analysis is a peak search.\\ +\begin{exampleblock}{} +It has passed the collaboration review and will be shown first time by my PhD student at the Epiphany conference. +\end{exampleblock} + + +\end{small} + \end{minipage} + \vspace*{2.cm} +\end{frame} + +\begin{frame}\frametitle{RIP Inflaton} + \begin{minipage}{\textwidth} + \begin{small} + + + +\begin{center} +\includegraphics[angle=-90,width=0.9\textwidth]{{images/Inflaton_parameter_space_log}.pdf} +\end{center} + + +\end{small} + \end{minipage} + \vspace*{2.cm} +\end{frame} + +\begin{frame}[c]{The inflaton model, so what?} + \begin{minipage}{\textwidth} + \begin{small} + {~}\\ +\ARROW Now if we look how many of the $X_s$ are $\PK$ and $\PKstar$ we define the variables: +\begin{align*} +r_K = \frac{\PB \to \PK \chi}{\PB \to X_s \chi}~~~~r_{\PKstar} = \frac{\PB \to \PKstar \chi}{\PB \to X_s \chi} +\end{align*} +\includegraphics[width=0.45\linewidth]{images/rk_graph.png} +\includegraphics[width=0.45\linewidth]{images/rkstar.png} \\ +{~}\\ +\ARROW So the assumption about $33~\%$ was generous assumption. + +\end{small} + \end{minipage} + \vspace*{2.cm} +\end{frame} + + + + +\begin{frame} + +\begin{center} +\begin{Huge} +Electroweak penguins +\end{Huge} +\end{center} + + + +\end{frame} + + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame}\frametitle{Why Electroweak penguins?} + +\begin{columns} +\column{4in} +\begin{itemize} +\item The SM allows only the charged interactions to change flavour. +\begin{itemize} +\item Other interactions are flavour conserving. +\end{itemize} +\item One can escape this constraint and produce $\Pbottom \to \Pstrange$ and $\Pbottom \to \Pdown$ at loop level. +\begin{itemize} +\item These kind of processes are suppressed in SM $\to$~Rare decays. +\item New Physics can enter in the loops. +\end{itemize} +\end{itemize} +\begin{center} +\includegraphics[scale=0.3]{lupa.png} +\includegraphics[scale=0.3]{example.png} +\end{center} +\column{1.5in} +\includegraphics[width=0.61\textwidth]{couplings.png} +\end{columns} + +\end{frame} + + +\begin{frame}{Tools in rare $\PBzero$ decays} +{~} + \begin{minipage}{\textwidth} + +\begin{itemize} +\item \textbf{Operator Product Expansion and Effective Field Theory} +\end{itemize} +\begin{columns} +\column{0.1in}{~} +\column{3.2in} +\begin{footnotesize} + + +\begin{align*} +H_{eff} = - \dfrac{4G_f}{\sqrt{2}} V V^{\prime \ast}\ \sum_i \left[\underbrace{C_i(\mu)O_i(\mu)}_\text{left-handed} +\ +\underbrace{C'_i(\mu)O'_i(\mu)}_\text{right-handed}\right], +\end{align*} + \end{footnotesize} +\column{2in} +\begin{tiny} +\begin{description} + \item[i=1,2] Tree + \item[i=3-6,8] Gluon penguin + \item[i=7] Photon penguin + \item[i=9.10] EW penguin + \item[i=S] Scalar penguin + \item[i=P] Pseudoscalar penguin + \end{description} + +\end{tiny} +\end{columns} +where $C_i$ are the Wilson coefficients and $O_i$ are the corresponding effective operators. +\begin{center} +\includegraphics[width=0.85\textwidth,height=3cm]{images/all.png} + +\end{center} + + + + + +\end{minipage} + \vspace*{2.1cm} +\end{frame} + + +\iffalse + +\begin{frame}{Analysis of Rare decays} +\begin{footnotesize} + +%{\Large Since a long time ago...} \\ \medskip +%\hspace*{1.4cm}$\Rightarrow$ $b \to s \gamma$ and $b \to s \ell\ell $ {\bf Flavour Changing Neutral Currents} have been used as {\bf \cred Our Portal} \\ to explore the fundamental theory beyond SM. \\ +%\medskip +%\medskip +%\hfill....... with not much success till 2013.\hspace*{1cm} +%\bigskip + +Analysis of FCNC in a model-independent approach, effective Hamiltonian: +\vspace*{-0.1cm} +\begin{columns} +\begin{column}{1cm} +~ +\end{column} +\begin{column}{8cm} +\begin{equation*} +b\to s\gamma(^*): {\mathcal H}^{SM}_{\Delta F=1} \propto + \sum_{i=1}^{10} V_{ts}^* V_{tb} {\cgreen \C{i}} \alert{ {\cal O}_i} + \ldots +\end{equation*} + +\vspace{-0.2cm} + +\begin{itemize} +\item $\alert{ {\cal O}_7} = \frac{e}{16 \pi^2}m_b\, + (\bar s\sigma^{\mu\nu} P_R b) F_{\mu\nu}\,$ %\quad [real or soft photon] +\item $\alert{ {\cal O}_9}=\frac{e^2}{16 \pi^2}(\bar{s}\gamma_\mu P_L b)\ (\bar\ell\gamma_\mu\ell)$ + %\quad [$b\to s\mu\mu$ via $Z$/hard $\gamma$] +\item $\alert{ {\cal O}_{10}}=\frac{e^2}{16 \pi^2}(\bar{s}\gamma_\mu P_L b) \ (\bar\ell\gamma_\mu\gamma_5\ell)$, ... +%\quad [$b\to s\mu\mu$ via $Z$] +\end{itemize} +\end{column} +\begin{column}{5.5cm} +\includegraphics[width=3.5cm]{images/qum1.png} +%\includegraphics[width=3cm]{bsll.pdf} +\end{column} +\end{columns} + +%\hspace*{5cm} with no clear success yet... +%\bigskip + + +%\centerline{{\bf Goal}: \underline{Decode the short distance physics to find a smoking gun of BSM}\hspace*{2cm}} + + +\bigskip +\hspace*{0.0cm} $\bullet$ {\bf SM} Wilson coefficients up to NNLO + e.m. corrections at $\mu_{ref}=4.8$ GeV [{\cgreen Misiak et al.}]: $${\cal C}_7^{\rm SM}=-0.29,\, {\cal C}_9^{\rm SM}=4.1,\, {\cal C}_{10}^{\rm SM}=-4.3$$ +%BUT, like in the film there is always the good, the bad and the ugly. +\bigskip +$\bullet$ {\bf NP} changes short distance ${\cal C}_i-{\cal C}_i^{\rm SM}={\cal C}_i^{\rm NP}$ and induce new operators, like ${\cal O}^\prime_{7,9,10}={\cal O}_{7,9,10}\,\, (P_L \leftrightarrow P_R)$ ... also scalars, pseudoescalar, tensor operators...%\bigskip + + +\end{footnotesize} + +\end{frame} + +\fi +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + +\iffalse +%%%%%%%%%%%%%%%%%%%%5 +\begin{frame}{$\PBzero \to \PKstar \Pmuon \APmuon$, where it all begun} +{~} + \begin{minipage}{\textwidth} +\only<1>{ +\begin{columns} +\column{0.6\textwidth} + August 2013:\\ + + \includegraphics[width=0.95\textwidth]{images/P5prime.png} +\column{0.4\textwidth} +\begin{itemize} +\item LHCb observed a deviation in $4.3-8.68~\GeV^2$ using $1~\invfb$ of data. +\item It turned out that the discrepancy occurred in an observable that was not constrained. +\item $q^2$ is the dimuon invariant mass. + +\end{itemize} +\end{columns} + + +} + + + + +\only<2>{ + + +\begin{columns} +\column{0.6\textwidth} + August 2013:\\ + + \includegraphics[width=0.95\textwidth]{images/P5prime.png} +\column{0.4\textwidth} +\begin{itemize} +\item LHCb observed a deviation in $4.3-8.68~\GeV^2$ using $1~\invfb$ of data. +\item It turned out that the discrepancy occurred in an observable that was not constrained. + +\end{itemize} +\end{columns} + + +\begin{exampleblock}{} +Now let's move back and see the theory behind the $\PBzero \to \PKstar \Pmuon \APmuon$ and $P_5^{\prime}$. +\end{exampleblock} +} + +\end{minipage} + \vspace*{2.1cm} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\fi + + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame}{$\PBzero \to \PKstar \Pmuon \APmuon$ kinematics} +{~} + \begin{minipage}{\textwidth} + +$\color{JungleGreen}{\Rrightarrow}$ The kinematics of $\PBzero \to \PKstar \Pmuon \APmuon$ decay is described by three angles $\thetal$, $\thetak$, $\phi$ and invariant mass of the dimuon system ($q^2)$. + + \only<1>{ +\begin{columns} +\column{0.5\textwidth} + +$\color{JungleGreen}{\Rrightarrow}$ $\cos \thetak$: the angle between the direction of the kaon in the $\PKstar$ ($\overline{\PKstar}$) rest frame and the direction of the $\PKstar$ ($\overline{\PKstar}$) in the $\PBzero$ ($\APBzero$) rest frame.\\ +$\color{JungleGreen}{\Rrightarrow}$ $\cos \thetal$: the angle between the direction of the $\Pmuon$ ($\APmuon$) in the dimuon rest frame and the direction of the dimuon in the $\PBzero$ ($\APBzero$) rest frame.\\ +$\color{JungleGreen}{\Rrightarrow}$ $\phi$: the angle between the plane containing the $\Pmuon$ and $\APmuon$ and the plane containing the kaon and pion from the $\PKstar$. + + + +\column{0.5\textwidth} +\includegraphics[width=0.95\textwidth]{images/angles.png} + +\end{columns} + } + \only<2>{ +{\tiny{ +\eqa{\label{dist} +\frac{d^4\Gamma}{dq^2\,d\!\cos\theta_K\,d\!\cos\theta_l\,d\phi}&=&\frac9{32\pi} \bigg[ +J_{1s} \sin^2\theta_K + J_{1c} \cos^2\theta_K + (J_{2s} \sin^2\theta_K + J_{2c} \cos^2\theta_K) \cos 2\theta_l\nn\\[1.5mm] +&&\hspace{-2.7cm}+ J_3 \sin^2\theta_K \sin^2\theta_l \cos 2\phi + J_4 \sin 2\theta_K \sin 2\theta_l \cos\phi + J_5 \sin 2\theta_K \sin\theta_l \cos\phi \nn\\[1.5mm] +&&\hspace{-2.7cm}+ (J_{6s} \sin^2\theta_K + {J_{6c} \cos^2\theta_K}) \cos\theta_l ++ J_7 \sin 2\theta_K \sin\theta_l \sin\phi + J_8 \sin 2\theta_K \sin 2\theta_l \sin\phi \nn\\[1.5mm] +&&\hspace{-2.7cm}+ J_9 \sin^2\theta_K \sin^2\theta_l \sin 2\phi \bigg]\,, +\nonumber} +}} +$\color{JungleGreen}{\Rrightarrow}$ This is the most general expression of this kind of decay. + +} + +\end{minipage} + \vspace*{2.1cm} +\end{frame} + +\iffalse + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame}{Transversity amplitudes } +{~} + \begin{minipage}{\textwidth} + +$\color{JungleGreen}{\Rrightarrow}$ One can link the angular observables to transversity amplitudes +{\tiny{ +\eqa{ +J_{1s} & = & \frac{(2+\beta_\ell^2)}{4} \left[|\apeL|^2 + |\apaL|^2 +|\apeR|^2 + |\apaR|^2 \right] + + \frac{4 m_\ell^2}{q^2} \re\left(\apeL\apeR^* + \apaL\apaR^*\right)\,,\nn\\[1mm] +% +J_{1c} & = & |\azeL|^2 +|\azeR|^2 + \frac{4m_\ell^2}{q^2} \left[|A_t|^2 + 2\re(\azeL^{}\azeR^*) \right] + \beta_\ell^2\, |A_S|^2 \,,\nn\\[1mm] +% +J_{2s} & = & \frac{ \beta_\ell^2}{4}\left[ |\apeL|^2+ |\apaL|^2 + |\apeR|^2+ |\apaR|^2\right], +\hspace{0.92cm} J_{2c} = - \beta_\ell^2\left[|\azeL|^2 + |\azeR|^2 \right]\,,\nn\\[1mm] +% +J_3 & = & \frac{1}{2}\beta_\ell^2\left[ |\apeL|^2 - |\apaL|^2 + |\apeR|^2 - |\apaR|^2\right], +\qquad J_4 = \frac{1}{\sqrt{2}}\beta_\ell^2\left[\re (\azeL\apaL^* + \azeR\apaR^* )\right],\nn \\[1mm] +% +J_5 & = & \sqrt{2}\beta_\ell\,\Big[\re(\azeL\apeL^* - \azeR\apeR^* ) - \frac{m_\ell}{\sqrt{q^2}}\, +\re(\apaL A_S^*+ \apaR^* A_S) \Big]\,,\nn\\[1mm] +% +J_{6s} & = & 2\beta_\ell\left[\re (\apaL\apeL^* - \apaR\apeR^*) \right]\,, +\hspace{2.25cm} J_{6c} = 4\beta_\ell\, \frac{m_\ell}{\sqrt{q^2}}\, \re (\azeL A_S^*+ \azeR^* A_S)\,,\nn\\[1mm] +% +J_7 & = & \sqrt{2} \beta_\ell\, \Big[\im (\azeL\apaL^* - \azeR\apaR^* ) + +\frac{m_\ell}{\sqrt{q^2}}\, \im (\apeL A_S^* - \apeR^* A_S)) \Big]\,,\nn\\[1mm] +% +J_8 & = & \frac{1}{\sqrt{2}}\beta_\ell^2\left[\im(\azeL\apeL^* + \azeR\apeR^*)\right]\,, +% +\hspace{1.9cm} J_9 = \beta_\ell^2\left[\im (\apaL^{*}\apeL + \apaR^{*}\apeR)\right] \,, +\label{Js}\nonumber} +}} + +\end{minipage} + \vspace*{2.1cm} +\end{frame} + + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame}{Link to effective operators} +{~} + \begin{minipage}{\textwidth} +$\color{JungleGreen}{\Rrightarrow}$ So here is where the magic happens. At leading order the amplitudes can be written as: +{\tiny{ +\eqa{ +\apeLR &=&\sqrt{2} N m_B(1- \hat s)\bigg[ (\Ceff9 + \Cpeff9) \mp (\C{10} + \Cp{10}) ++\frac{2\hat{m}_b}{\hat s} (\Ceff7 + \Cpeff7) \bigg]\xi_{\bot}(E_{K^*}) \nn \\[2mm] +\apaLR &=& -\sqrt{2} N m_B (1-\hat s)\bigg[(\Ceff9 - \Cpeff9) \mp (\C{10} - \Cp{10}) ++\frac{2\hat{m}_b}{\hat s}(\Ceff7 - \Cpeff7) \bigg] \xi_{\bot}(E_{K^*}) \nn \\[2mm] +\azeLR &=& -\frac{N m_B (1-\hat s)^2}{2 \hat{m}_{K^*} \sqrt{\hat s}} \bigg[ (\Ceff9 - \Cpeff9) \mp (\C{10} - \Cp{10}) + 2\hat{m}_b (\Ceff7 - \Cpeff7) \bigg]\xi_{\|}(E_{K^*}), +\label{LargeRecoilAs}\nonumber} +}} +where $\hat s = q^2 /m_B^2$, $\hat{m}_i = m_i/m_B$. The $\xi_{\|,\bot }$ are the form factors. \\ + +\only<1>{ +\ARROW In practice one measures normalized $J$ by branching fractions: +\begin{equation*} +S_i/A_i = \frac{J_i \pm \overline{J}_i}{d\Gamma + d \overline{\Gamma}/dq^2} +\end{equation*} + + +} +\only<2>{ +$\color{JungleGreen}{\Rrightarrow}$ Now we can construct observables that cancel the $\xi$ form factors at leading order: +\eq{P_5^{\prime} = \dfrac{J_5+\bar{J}_5}{2\sqrt{-(J_2^c+\bar{J}_2^c)(J_2^s+\bar{J}_2^s)} }\nonumber +} +} + +\end{minipage} + \vspace*{2.1cm} +\end{frame} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame} +\begin{center} +\begin{Huge} +LHCb measurement of $\PBd \to \PKstar \Pmu \Pmu$ +\end{Huge} +\end{center} + + + + +\end{frame} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame}{LHCbs $\PBzero \to \PKstar \Pmuon \APmuon$, Selection} +{~} + \begin{minipage}{\textwidth} +\begin{footnotesize} +\begin{columns} +\column{0.2in} +{~} +\column{2in} +\ARROW Trigger +\begin{itemize} +\item Muon trigger. +\item Topological trigger. +\end{itemize} +\ARROW Good modelling with MC. \\ +\ARROW Selection: +\begin{itemize} +\item As loose as possible. +\item Based on the $\PBzero$ vertex quality, impact parameters, loose Particle identification for the hadrons. +\item The variables were chosen in a way we are sure the are correctly modelled in MC. +\end{itemize} +\column{2.8in} + +\includegraphics[angle=-90,width=0.75\textwidth]{{images/tistos_L0Muon_pt}.pdf}\\ +\includegraphics[angle=-90,width=0.75\textwidth]{{images/tistos_L0Muon_costhetal}.pdf} +\end{columns} + + + +\end{footnotesize} + + + +\end{minipage} + \vspace*{2.1cm} +\end{frame} + +\fi +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame}{Peaking backgrounds} +{~} + \begin{minipage}{\textwidth} +\begin{footnotesize} +\ARROW A number of peaking backgrounds that can mistaken as your signal.\\ +\ARROW There where a specially designed vetoes to fight each of them. +\begin{center} +\begin{tiny} +\hspace{-1cm}\begin{tabular}{ r | c c | c c } + \hline + & \multicolumn{2}{c|}{after preselection, before vetoes} & \multicolumn{2}{c }{after vetoes and selection}\\ + Channel & Estimated events & \% signal & Estimated events & \% signal \\ + \hline + \hline + $\PLambda_b \to \PLambda^{\ast}(1520)^{0} \mu\mu$ &$ (1.0\pm0.5)\times10^3 $&$ 19\pm8 $&$ 51\pm25 $&$ 1.0\pm0.4$\\ + $\PLambda_b \to {\rm p } \PK \mu\mu$ &$ (1.0\pm0.5)\times10^2 $&$ 1.9\pm0.8 $&$ 5.7\pm2.8 $&$ 0.11\pm0.05$ \\ + $\PBd \to \PKplus \mu \mu$ &$ 28\pm7 $&$ 0.55\pm0.06 $&$ 1.6\pm0.5 $&$ 0.031\pm0.006$\\ +$\PBs \to \Pphi \mu \mu$ &$ (3.2\pm1.3)\times10^2 $&$ 6.2\pm2.1 $&$ 17\pm7 $&$ 0.33\pm0.12$\\ +signal swaps &$ (3.6\pm0.9)\times10^2 $&$ 6.9\pm0.6 $&$ 33\pm9 $&$ 0.64\pm0.06$ \\ +$\PBd \to \PKstar \PJpsi$ swaps &$ (1.3\pm0.4)\times10^2 $&$ 2.6\pm0.4 $&$ 2.7\pm2.8 $&$ 0.05\pm0.05$ \\ + + \hline + \end{tabular} +\end{tiny} +\includegraphics[angle=-90,width=0.49\textwidth]{{images/h_Bd_Kstmm_vetoes}.pdf} +\includegraphics[angle=-90,width=0.49\textwidth]{{h_Lb_L1520mm_vetoes}.pdf} + +\end{center} + + + + +\end{footnotesize} + + + +\end{minipage} + \vspace*{2.1cm} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame}{Multivariate simulation} +{~} + \begin{minipage}{\textwidth} +\begin{columns} + +\column{0.5\textwidth} +\begin{itemize} +\begin{footnotesize} +\item PID, kinematics and isolation variables used in a Boosted Decision Tree (BDT) to discriminate signal and background. +\item BDT with k-Folding technique. +\item Completely data driven. +\end{footnotesize} +\end{itemize} +\begin{footnotesize} +\begin{exampleblock}{} +The k-Folding became a standard in LHCb +\end{exampleblock} +\end{footnotesize} + +\begin{center} +\includegraphics[width=0.70\textwidth]{images/Chopping_Distrib.pdf} +\end{center} + +\column{0.5\textwidth} + +\includegraphics[angle=-90,width=0.82\textwidth]{images/Fig1.pdf} \\ +\includegraphics[width=0.88\textwidth]{images/fold.png} + +\end{columns} + + + +\end{minipage} + \vspace*{2.1cm} +\end{frame} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame}{Multivariate simulation, efficiency} +{~} + + \begin{minipage}{\textwidth} + \begin{footnotesize} + +\ARROW BDT was also checked in order not to bias our angular distribution: +\begin{center} +\includegraphics[angle=-90,width=0.8\textwidth]{images/BDT_Eff_Comp.pdf} +\end{center} +\ARROW The BDT has small impact on our angular observables. We will correct for these effects later on. + +\end{footnotesize} +\end{minipage} + \vspace*{2.1cm} +\end{frame} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\iffalse +\begin{frame}{Mass modelling} +{~} +\begin{minipage}{\textwidth} +\begin{tiny} +\begin{columns} +\column{0.1in} +{~} +\column{2.5in} +\ARROW The signal is modelled by a sum of two Crystal-Ball functions with common mean.\\ +\ARROW The background is a single exponential.\\ +\ARROW The base parameters are obtained from the proxy channel: $\PBd \to \PJpsi (\mu\mu) \PKstar$.\\ +\ARROW All the parameters are fixed in the signal pdf.\\ +\ARROW Scaling factors for resolution are determined from MC.\\ +\ARROW In fitting the rare mode only the signal, background yield and the slope of the exponential is left floating.\\ +\begin{center} +\includegraphics[angle=-90,width=0.9\textwidth]{images/msignal.pdf}\\ + +\end{center} +\ARROW We found $624\pm30$ candidates in the most interesting $\left[1.1,6.0\right]~\GeV^2/c^4$ region \\ and $2398 \pm 57$ in the full range $\left[ 1.1, 19.\right]~\GeV^2/c^4$. +\column{2.5in} +\includegraphics[angle=-90,width=0.95\textwidth]{{images/FitJpsiKstar_withBDT_withoutPartially}.pdf}\\ +\includegraphics[angle=-90,width=0.95\textwidth]{{images/Scaling_factor}.pdf}\\ +\ARROW The S-wave fraction is extracted using a \texttt{LASS} model. +\end{columns} + +\end{tiny} +\end{minipage} + \vspace*{2.1cm} +\end{frame} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame}{Monte Carlo corrections} +{~} + \begin{minipage}{\textwidth} +\begin{footnotesize} +\ARROW No Monte Carlo simulation is perfect! One needs to correct for remaining differences.\\ +\ARROW We reweighted our $\PBd \to \PKstar \mu \mu$ Monte Carlo accordingly to differences between the $\PBd \to \PKstar \PJpsi$ in data (Splot) and Monte Carlo. +\only<1>{ +\begin{center} +\includegraphics[angle=-90,width=0.38\textwidth]{images/pt.pdf} +\includegraphics[angle=-90,width=0.38\textwidth]{images/vertex.pdf}\\ +\includegraphics[angle=-90,width=0.38\textwidth]{images/nTracks.pdf} +\end{center} +} +\only<2>{ +\begin{center} +\includegraphics[angle=-90,width=0.38\textwidth]{images/eta_logy.pdf} +\includegraphics[angle=-90,width=0.38\textwidth]{images/B0_p.pdf} \\ +\includegraphics[angle=-90,width=0.38\textwidth]{{images/bdt_data_mc_nominalMkpi}.pdf} +\end{center} +} + +\end{footnotesize} +\end{minipage} + \vspace*{2.1cm} +\end{frame} + +\fi + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + + + + + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame}{Detector acceptance} +{~} + \begin{minipage}{\textwidth} +\begin{footnotesize} + +\begin{columns} + +\column{0.6\textwidth} +\begin{itemize} +\item Detector distorts our angular distribution. +\item We need to model this effect. +\item 4D function is used: +\begin{align*} +\epsilon (\cos \thetal, \cos \thetak, \phi, q^2) = \\\sum_{ijkl} P_i(\cos \thetal) P_j(\cos \thetak ) P_k(\phi) P_l(q^2), +\end{align*} +where $P_i$ is the Legendre polynomial of order $i$. +\item We use up to $4^{th}, 5^{th}, 6^{th}, 5^{th}$ order for the $\cos \thetal, \cos \thetak, \phi, q^2$. +\item The coefficients were determined using Method of Moments, with a huge simulation sample. +\item The simulation was done assuming a flat phase space and reweighing the $q^2$ distribution to make is flat. +\item To make this work the $q^2$ distribution needs to be reweighted to be flat. +\end{itemize} +%\includegraphics[width=0.75\textwidth]{images/q2PHSP.png} + + + +\column{0.4\textwidth} +\only<1>{ +\includegraphics[width=0.99\textwidth]{images/q2PHSP.png}\\ +\includegraphics[width=0.99\textwidth]{images/q2PHSPw.png} +} + +\only<2>{ +\includegraphics[width=0.99\textwidth]{images/det.png} +} +\end{columns} + + +\end{footnotesize} +\end{minipage} + \vspace*{2.1cm} +\end{frame} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame}{Control channel} +{~} + \begin{minipage}{\textwidth} +\begin{footnotesize} +\begin{itemize} +\item We tested our unfolding procedure on $\PB \to \PJpsi \PKstar$. +\item The result is in perfect agreement with other experiments and our different analysis of this decay. +\end{itemize} +\end{footnotesize} +\begin{center} +\includegraphics[angle=-90,width=0.4\textwidth]{images/mlogjpsi.pdf} +\includegraphics[angle=-90,width=0.4\textwidth]{images/mkpijpsi.pdf}\\ +\includegraphics[width=0.99\textwidth]{images/angles3.png} +\end{center} + + +\end{minipage} + \vspace*{2.1cm} +\end{frame} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame}{The columns of New Physics} +{~} + \begin{minipage}{\textwidth} + \begin{center} + \includegraphics[width=0.94\textwidth]{images/columns.png} + + \end{center} + + +\end{minipage} + \vspace*{2.1cm} +\end{frame} + + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame}{The columns of New Physics} +{~} + \begin{minipage}{\textwidth} +\begin{enumerate} +\item Maximum likelihood fit: +\begin{itemize} +\item The most standard way of obtaining the parameters. +\item Suffers from convergence problems, under coverages, etc. in low statistics. +\end{itemize} +\item Method of moments: +\begin{itemize} +\item Less precise then the likelihood estimator ($10-15\%$ larger uncertainties). +\item Does not suffer from the problems of likelihood fit. +\end{itemize} +\item Amplitude fit: +\begin{itemize} +\item Incorporates all the physical symmetries inside the amplitudes! The most precise estimator. +\item Has theoretical assumptions inside! +\end{itemize} +\end{enumerate} + +\end{minipage} + \vspace*{2.1cm} +\end{frame} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame}{Maximum likelihood fit - Results} +{~} +\begin{footnotesize} + + \begin{minipage}{\textwidth} +\ARROW In the maximum likelihood fit one could weight the events accordingly to the $\dfrac{1}{\varepsilon(\cos \thetal, \cos \thetak, \phi, q^2)}$\\ +\ARROW Better alternative is to put the efficiency into the maximum likelihood fit itself: +\begin{align*} +\mathcal{L}=\prod_{i=1}^N \epsilon_i(\Omega_i, q_i^2) \mathcal{P}(\Omega_i, q_i^2) / \int \epsilon(\Omega, q^2) \mathcal{P}(\Omega, q^2) d\Omega dq^2 +\end{align*} +\ARROW Only the relative weights matters!\\ +\ARROW The Procedure was commissioned with TOY MC study.\\ +\ARROW Use Feldmann-Cousins to determine the uncertainties. \\ +\ARROW Angular background component is modelled with $2^{\rm nd }$ order Chebyshev polynomials, which was tested on the side-bands.\\ +\ARROW S-wave component treated as nuisance parameter.\\ +\includegraphics[angle=-90,width=0.33\textwidth]{{images/FC_Afb3}.pdf} +\includegraphics[angle=-90,width=0.33\textwidth]{{images/FC_P11}.pdf} +\includegraphics[angle=-90,width=0.33\textwidth]{{images/FC_P57}.pdf} + +\end{minipage} +\end{footnotesize} + \vspace*{2.1cm} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame}{Maximum likelihood fit - Results} +{~} + \begin{minipage}{\textwidth} +\begin{center} +\only<1>{ +\includegraphics[angle=-90,width=0.49\textwidth]{images/FLPad.pdf} +\includegraphics[angle=-90,width=0.49\textwidth]{images/S3Pad.pdf}\\ +\includegraphics[angle=-90,width=0.49\textwidth]{images/S4Pad.pdf} +\includegraphics[angle=-90,width=0.49\textwidth]{images/S5Pad.pdf} +} +\only<2>{ +\includegraphics[angle=-90,width=0.49\textwidth]{images/AFBPad.pdf} +\includegraphics[angle=-90,width=0.49\textwidth]{images/S7Pad.pdf}\\ +\includegraphics[angle=-90,width=0.49\textwidth]{images/S8Pad.pdf} +\includegraphics[angle=-90,width=0.49\textwidth]{images/S9Pad.pdf} +} + + +\end{center} + + +\end{minipage} + \vspace*{2.1cm} +\end{frame} + + + + + + + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame}{Maximum likelihood fit - Results} + \begin{minipage}{\textwidth} + \begin{center} + \includegraphics[angle=-90,width=0.65\textwidth]{images/P5pPadOverlay.pdf}\\ + \end{center} + +\begin{itemize} +\item Tension with $3~\invfb$ gets confirmed! +\item two bins both deviate by $2.8~\sigma$ from SM prediction. +\item Result compatible with previous result. +\end{itemize} + + +\end{minipage} + \vspace*{2.1cm} +\end{frame} + + + + + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame}{Method of moments} +{~} +\begin{footnotesize} + \begin{minipage}{\textwidth} + \begin{exampleblock}{} +See {\color{blue}{\href{http://arxiv.org/abs/1503.04100}{Phys.Rev.D91(2015)114012}}}, F.Beaujean , M.Chrzaszcz, N.Serra, D. van Dyk for details.\\ +\end{exampleblock} +\ARROW The idea behind Method of Moments is simple: Use orthogonality of spherical harmonics, $f_j(\overrightarrow{\Omega})$ to solve for coefficients within a $q^2$ bin: +\begin{align*} +\int f_i(\overrightarrow{\Omega}) f_j(\overrightarrow{\Omega}) = \delta_{ij} +\end{align*} +\begin{align*} +M_i = \int \left( \dfrac{1}{d(\Gamma+ \bar{\Gamma})/dq^2} \right) \dfrac{d^3(\Gamma+\bar{\Gamma})}{d \overrightarrow{\Omega}} f_i(\overrightarrow{\Omega})d \Omega +\end{align*} +\ARROW Don’t have true angular distribution but we ''sample'' it with our data.\\ +\ARROW Therefore: $\int \to \sum$ and $M_i \to \widehat{M}_i$ +\begin{align*} +\hat{M}_i=\dfrac{1}{\sum_e \omega_e} \sum_e \omega_e f_i(\overrightarrow{\Omega}_e) +\end{align*} +\ARROW The weight $\omega$ accounts for the efficiency. Again the normalization of weights does not matter. + + +\end{minipage} +\end{footnotesize} + \vspace*{2.1cm} +\end{frame} + + + +\begin{frame}{Method of moments - results} +{~} +\begin{footnotesize} + \begin{minipage}{\textwidth} + +\only<3> +{ +\begin{exampleblock}{} +Method of Moments allowed us to measure for the first time a new observable: +\end{exampleblock} +} + +\begin{center} +\only<1>{ +\includegraphics[angle=-90,width=0.49\textwidth]{images/compare_FLPad.pdf} +\includegraphics[angle=-90,width=0.49\textwidth]{images/compare_S3Pad.pdf}\\ +\includegraphics[angle=-90,width=0.49\textwidth]{images/compare_S4Pad.pdf} +\includegraphics[angle=-90,width=0.49\textwidth]{images/compare_S5Pad.pdf} +} +\only<2>{ +\includegraphics[angle=-90,width=0.49\textwidth]{images/compare_AFBPad.pdf} +\includegraphics[angle=-90,width=0.49\textwidth]{images/compare_S7Pad.pdf}\\ +\includegraphics[angle=-90,width=0.49\textwidth]{images/compare_S8Pad.pdf} +\includegraphics[angle=-90,width=0.49\textwidth]{images/compare_S9Pad.pdf} +} +\only<3>{ +\includegraphics[angle=-90,width=0.75\textwidth]{images/S6cPad.pdf} +} + +\end{center} + +\end{minipage} +\end{footnotesize} + \vspace*{2.1cm} +\end{frame} + + + + + +\begin{frame}{Amplitudes method} +{~} +\begin{footnotesize} + \begin{minipage}{\textwidth} + +\ARROW Fit for amplitudes as (continuous) functions of $q^2$ in the region: $q^2 \in \left[ 1.1. 6.0 \right]~\GeV^2/c^4$.\\ +\ARROW Needs some Ansatz: +\begin{align*} +A(q^2) = \alpha + \beta q^2+ \dfrac{\gamma}{q^2} +\end{align*} +\ARROW The assumption is tested extensively with toys.\\ +\ARROW Set of 3 complex parameters $ \alpha, \beta, \gamma $ per vector amplitude:\begin{itemize} +\item {\color{Magenta}{$L, ~R$}}, {\color{Cerulean}{$0 ,~\| ,~\bot$}}, {\color{PineGreen}{$\Re ,~\Im$}} $\rightarrowtail$~~ $3 \times {\color{PineGreen}{2}} \times {\color{Cerulean}{3}} \times {\color{Magenta}{2}} = 36$ DoF. +\item Scalar amplitudes: $+4$ DoF. +\item Symmetries of the amplitudes reduces the total budget to: $28$. +\end{itemize} +\ARROW The technique is described in \href{http://arxiv.org/pdf/1504.00574v2.pdf}{\color{blue}{JHEP06(2015)084}}.\\ +\ARROW Allows to build the observables as continuous functions of $q^2$: +\begin{itemize} +\item At current point the method is limited by statistics. +\item In the future the power of this method will increase. +\end{itemize} +\ARROW Allows to measure the zero-crossing points for free and with smaller errors than previous methods. +\end{minipage} +\end{footnotesize} + \vspace*{2.1cm} +\end{frame} + + + +\begin{frame}{Amplitudes - results} +{~} +\begin{footnotesize} + \begin{minipage}{\textwidth} +\begin{center} +\begin{columns} +\column{0.45\textwidth} +\includegraphics[angle=-90,width=0.95\textwidth]{{images/amplitudes_AFBOverlay}.pdf}\\ +\includegraphics[angle=-90,width=0.95\textwidth]{{images/amplitudes_S4Overlay}.pdf} + +\column{0.45\textwidth} +\includegraphics[angle=-90,width=0.95\textwidth]{{images/amplitudes_S5Overlay}.pdf}\\ +{~}\\{~}\\{~}\\{~}\\ +\begin{large} +Zero crossing points: +\end{large} +\begin{align*} +q_0(S_4) & <2.65 & {\rm{~at~}} & 95\% ~CL \\ +q_0(S_5) & \in \left[ 2.49,3.95 \right] & {\rm{~at~}} & 68\% ~CL \\ +q_0(A_{FB}) & \in \left[ 3.40, 4.87 \right] & {\rm{~at~}} & 68\% ~CL +\end{align*} + + +\end{columns} +\end{center} + +\end{minipage} +\end{footnotesize} + \vspace*{2.1cm} +\end{frame} + + + + +\begin{frame}{Compatibility with SM} +{~} + + \begin{minipage}{\textwidth} + +\begin{columns} +\column{0.1in} +{~} +\column{2in} +\ARROW Use \texttt{EOS} software package to test compatibility with SM.\\ +\ARROW Perform the $\chi^2$ fit to the measured: +\begin{center} +\begin{align*} +F_L, A_{FB}, S_{3,..., 9} . +\end{align*} +\end{center} +\ARROW Float a vector coupling: $\Re(C_9)$.\\ +\ARROW Best fit is found to be $3.4~\sigma$ away from the SM. + + +\column{3in} +\begin{align*} +\Delta \Re (C_9) \equiv \Re(C_9)^{{\rm fit}} - \Re(C_9)^{{\rm SM}} = -1.03 +\end{align*} +\includegraphics[angle=-90,width=0.95\textwidth]{images/wilsonchi2.pdf} +\end{columns} + + + +\end{minipage} + + \vspace*{2.1cm} +\end{frame} + + + +\begin{frame} +\begin{center} +\begin{huge} + +Measurement of Higher $\PKstar$ states\\ in Electroweak Penguin decays + +\end{huge} +\end{center} +\end{frame} + + + +\begin{frame}\frametitle{$\PB \to \PKstar(1430) \Pmu \Pmu$} +\begin{minipage}{\textwidth} +{~}\\ +\ARROW If the NP effects the present in the $\PB \to \PKstar \Pmu \Pmu$ there is no reason why this should not appear in the higher resonances.\\ +\ARROW One the $m_{\PK \Ppi}$ spectrum: $1330 < m_{\PK \Ppi} < 1530~\MeV/c^2$.\\ +\ARROW Variety of states in that region: $\PKstar(1410)$, $\PKstar_0(1430)$, $\PKstar_2(1430)$.\\ +%\ARROW D-wave needs to be included in the moments analysis.\\ +\ARROW +{~}\\ +\includegraphics[width=0.45\textwidth]{images/mkpi.png} +\includegraphics[width=0.5\textwidth]{images/brk1430.png} + +\begin{exampleblock}{} +First observation of this decay! + +\end{exampleblock} +\end{minipage} +\vspace*{2.1cm} +\end{frame} + + +\begin{frame}\frametitle{$\PB \to \PKstar(1430) \Pmu \Pmu$} +\begin{minipage}{\textwidth} +{~}\\ +\ARROW D-wave needs to be included in the moments analysis.\\ +\ARROW You end up with 42 angular coefficients...\\ +\ARROW With current statistics only Method of Moments can handle this.\\ +{~}\\ +\includegraphics[width=0.45\textwidth]{images/Fig6a.png} +\includegraphics[width=0.5\textwidth]{images/Fig6b.png} + +\begin{exampleblock}{} +First angular analysis!\\ +Theory predictions in behind. + +\end{exampleblock} +\end{minipage} +\vspace*{2.1cm} +\end{frame} + + + + + + + + + + + + +\begin{frame}{Link the observables} +\begin{footnotesize} + +\ARROW Fits prepare by \texttt{S. Descotes-Genon, L. Hofer, J. Matias, J. Virto}, \href{http://arxiv.org/abs/1510.04239}{\color{blue}{arXiv::1510.04239}} + +\begin{itemize} + +\item Inclusive + +\begin{itemize} +\item $B\to X_s\gamma$ {\color{gray}($BR$) +.......................................................... } {\color{red} $\C7^{(\prime)}$}%, {\color{brown} $\C{\rm had}$} +\item $B\to X_s\ell^+\ell^-$ {\color{gray}($dBR/dq^2$) +............................................ } {\color{red} $\C7^{(\prime)}$, $\C9^{(\prime)}$, $\C{10}^{(\prime)}$}%, {\color{brown} $\C{\rm had}$} +\end{itemize} + +\item Exclusive leptonic + +\begin{itemize} +\item $B_s\to \ell^+\ell^-$ {\color{gray}($BR$) +........................................................ } {\color{red} $\C{10}^{(\prime)}$} +\end{itemize} + +\item Exclusive radiative/semileptonic +\begin{itemize} +\item $B\to K^*\gamma$ {\color{gray}($BR$, $S$, $A_I$) +................................................ } {\color{red} $\C7^{(\prime)}$}%, {\color{brown} $\C{\rm had}$} + +\item $B\to K\ell^+\ell^-$ {\color{gray}($dBR/dq^2$) +.............................................. } {\color{red} $\C7^{(\prime)}$, $\C9^{(\prime)}$, $\C{10}^{(\prime)}$}%, {\color{brown} $\C{\rm had}$} + +\item $\bf \color{Red} B\to K^*\ell^+\ell^-$ {\color{gray}($dBR/dq^2$, {\bf Optimized Angular Obs.}) +.. } {\color{red} $\C7^{(\prime)}$, $\C9^{(\prime)}$, $\C{10}^{(\prime)}$}%, {\color{brown} $\C{\rm had}$} + +\item $B_s\to \phi \ell^+\ell^-$ {\color{gray}($dBR/dq^2$, Angular Observables) +.............. } {\color{red} $\C7^{(\prime)}$, $\C9^{(\prime)}$, $\C{10}^{(\prime)}$}%, {\color{brown} $\C{\rm had}$} + +\item $\Lambda_b\to \Lambda\ell^+\ell^-$ {\color{gray}(None so far)} +\item etc. +\end{itemize} + + + +\end{itemize} +\end{footnotesize} + +\end{frame} + +\frame{ \frametitle{Statistic details} + +\begin{footnotesize} + +\ARROW Frequentist approach: +\medskip + +$$\chi^2(C_i) = [O_\text{exp}- O_\text{th}(C_i)]_j \, [Cov^{-1}]_{jk}\, [O_\text{exp}- O_\text{th}(C_i)]_k$$ + + +\begin{itemize} +\item $\bf Cov = Cov^\text{exp} + Cov^\text{th}$. We have $Cov^\text{exp}$ for the first time +\item Calculate $Cov^\text{th}$: correlated multigaussian scan over all nuisance parameters +\item $Cov^\text{th}$ depends on $C_i$: Must check this dependence\\[5mm] +\end{itemize} +For the Fit: +\begin{itemize} +\item Minimise $\chi^2 \to \chi^2_\text{min} = \chi^2(C_i^0)\quad$ (Best Fit Point = $C_i^0$) +\item Confidence level regions: $\chi^2(C_i) - \chi^2_\text{min} < \Delta\chi_{\sigma,n}$ +%\item Compute pulls by inversion of the above formula +\end{itemize} +\medskip +\ARROW The results from 1D scans:{~}\\{~}\\ +\begin{tiny} +\begin{tabular}{crccc} +%\toprule[1.6pt] +Coefficient ${\cal C}_i^{NP}={\cal C}_i-{\cal C}_i^{SM}$ & Best fit & 1$\sigma$ & 3$\sigma$ & Pull$_{\rm SM}$ \\ \hspace{10mm} \\[5mm] +% \midrule + $\bf\cred\C9^{\rm NP}$ & $ -1.09 $ & $ [-1.29,-0.87] $ & $ [-1.67,-0.39] $ & $\,\,\,\,\,\,\bf 4.5 + \cred \Leftarrow$ \hspace{5mm} \\[3mm] + $\C9^{\rm NP}=-\C{10}^{\rm NP}$ & $ -0.68 $ & $ [-0.85,-0.50] $ & $ [-1.22,-0.18] $ & \bf \quad 4.2 + $\cred\Leftarrow$ \hspace{5mm} \\[3mm] + $\C9^{\rm NP}=-\C{9'}^{\rm NP}$ & $ -1.06 $ & $ [-1.25,-0.86] $ & $ [-1.60,-0.40] $ & \quad \quad \quad \,\,\quad 4.8 + $\cred\Leftarrow$ (no $R_K$)\hspace{5mm} \\[3mm] + + \hspace{5mm} \\[3mm] +% \bottomrule[1.6pt] +\end{tabular} +\end{tiny} +\end{footnotesize} + +} + + + + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame}{Theory implications} +{~} + \begin{minipage}{\textwidth} + +\begin{itemize} +\item The data can be explained by modifying the $C_9$ Wilson coefficient. +\item Overall there is around $4.5~\sigma$ discrepancy wrt. SM. +\end{itemize} +\includegraphics[width=0.9\textwidth]{images/C9.png} + + + + +\end{minipage} + \vspace*{2.1cm} +\end{frame} + + + +\begin{frame}{2D scans} +{~} +\begin{footnotesize} + + \begin{minipage}{\textwidth} +\begin{columns} +\begin{column}{0.5cm} + + +\end{column} +\begin{column}{17cm} + +\renewcommand{\arraystretch}{1.4} + \setlength{\tabcolsep}{13pt} +\begin{tabular}{cccr} +\hline +Coefficient & Best Fit Point & Pull$_{\rm SM}$ \\ \hline + + $(\C7^{\rm NP},\C9^{\rm NP})$ & $(-0.00,-1.07)$ & {\bf 4.1} \hspace{5mm} \\ + $(\C9^{\rm NP},\C{10}^{\rm NP})$ & $(-1.08,0.33)$ & {\bf 4.3} \hspace{5mm} \\ + $(\C9^{\rm NP},\C{7'}^{\rm NP})$ & $(-1.09,0.02)$ & {\bf 4.2} \hspace{5mm} \\ + $(\C9^{\rm NP},\C{9'}^{\rm NP})$ & $(-1.12,0.77)$ & {\bf 4.5} \hspace{5mm} \\ + $(\C9^{\rm NP},\C{10'}^{\rm NP})$ & $(-1.17,-0.35)$ & {\bf 4.5} \hspace{5mm} \\ + $(\C{9}^{\rm NP}=-\C{9'}^{\rm NP},\C{10}^{\rm NP}=\C{10'}^{\rm NP})$ & $(-1.15,0.34)$ & \!\!\!\!\!\!\!\!\!\!\! {\bf 4.7} \\ + $(\C{9}^{\rm NP}=-\C{9'}^{\rm NP},\C{10}^{\rm NP}=-\C{10'}^{\rm NP})$ & $(-1.06,0.06)$ & {\bf 4.4} \hspace{5mm} \\ + $(\C{9}^{\rm NP}=\C{9'}^{\rm NP},\C{10}^{\rm NP}=\C{10'}^{\rm NP})$ & $(-0.64,-0.21)$ & 3.9 \hspace{5mm} \\ + $(\C{9}^{\rm NP}=-\C{10}^{\rm NP},\C{9'}^{\rm NP}=\C{10'}^{\rm NP})$ & $(-0.72,0.29)$ & 3.8 \hspace{5mm} \\ +% $(\C{9}^{\rm NP}=-\C{10}^{\rm NP},\C{9'}^{\rm NP}=-\C{10'}^{\rm NP})$ & $(-0.66,0.03)$ & 2.0 & 23.0 + %$(\C{9}^{\rm NP}=-\C{10}^{\rm NP},\C{9'}^{\rm NP}=-\C{10'}^{\rm NP})$ & $(-0.69,0.05)$ & 1.9 & 22.0 \hspace{5mm} \\ + +\end{tabular} +\end{column} +\end{columns} + + +\medskip +\begin{itemize} +\item $C_9^{NP}$ always play a dominant role +\item All 2D scenarios above 4$\sigma$ are quite indistinguishable. We have done a systematic study to check + what are the most relevant Wilson Coefficients to explain all deviations, by allowing progressively different WC to get NP contributions and comparing the pulls. + + +\end{itemize} + + + +\end{minipage} + +\end{footnotesize} + \vspace*{2.1cm} +\end{frame} + +%%%%%%%%%%%%%%%%% + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame}{If not NP?} +{~} + \begin{minipage}{\textwidth} +\begin{itemize} +\item We are not there yet! +\item There might be something not taken into account in the theory. +\item Resonances ($\PJpsi$, $\Ppsi(2S)$) tails can mimic NP effects. +\item There might be some non factorizable QCD corrections.\\ +'' However, the central value of this effect would have to be significantly larger than expected on the basis of existing estimates'' \texttt{D.Straub, 1503.06199} +. +\end{itemize} +\only<1>{ +\begin{center} + +\includegraphics[width=0.9\textwidth]{images/QCDSHIT.png} +\end{center} +} +\only<2>{ +\begin{center} +\includegraphics[width=0.6\textwidth]{images/charmloop2.png} +\end{center} +} +\only<3>{ +\begin{center} +\includegraphics[width=0.6\textwidth]{images/charmloop3.png} +\end{center} +} +\end{minipage} + \vspace*{2.1cm} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame}{If not NP?} +{~} + \begin{minipage}{\textwidth} +\begin{itemize} +\item How about our clean $P_i$ observables? +\item The QCD cancel as mentioned only at leading order. +\item Comparison to normal observables with the optimised ones. +\end{itemize} +\includegraphics[width=0.9\textwidth]{images/C9_S_P.png} + + + \end{minipage} + \vspace*{2.1cm} +\end{frame} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% Why flavour physics +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame} +\begin{center} +\begin{Huge} +Disclaimers about some theory predictions +\end{Huge} +\end{center} + + + + +\end{frame} + + + + + + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame}{Disclaimer 1 } +{~} + + + + \begin{minipage}{\textwidth} +\ARROW \href{http://arxiv.org/abs/1512.07157}{\color{blue}{arXiv:1512.07157}}, Ciuchini, Fedele, Franco, Mishima, Paul, Silvestrini, Valli\\ +\begin{itemize} +\item Introduce a fully arbitrary parametrization for non-factorizable power correction: +\begin{align*} +\H_\lambda \to H_\lambda + h_\lambda \,\, {\rm where} \,\, h_{\lambda}=h_{\lambda}^{(0)}+h_{\lambda}^{(1)} q^2 + h_{\lambda}^{(2)} q^4 \quad {\rm and} \\ \quad h_{\lambda}^{(0)}\to C_7^{NP}, h_{\lambda}^{(1)}\to C_9^{\rm NP} +\end{align*} + with ($\lambda=0,\pm$)\hfill(copied from JC'14).\\ +{\bf Complications:} complete lack of theory input/output $\Rightarrow$ {\bf no predictivity} with 18 free parameters (any shape). Specific problems... + +\item Because of the polynomial parametrization this is completely unphysical as it will never reproduce the amplitudes that where measured at the $B \to K^{\ast} \PJpsi$. + + + \end{itemize} + + \end{minipage} + \vspace*{2.1cm} +\end{frame} + + +\begin{frame}{Disclaimer 1 } +{~} +\begin{minipage}{\textwidth} +\ARROW If one put some physics in their complete random parametrization.\\ +\ARROW For example at the $m_{\PJpsi}$ and $m_{\Ppsi(2S)}$ it has to reproduce the Babar, Belle, LHCb.\\ +\begin{exampleblock}{} +\texttt{arXiv:1512.XXXX}, C.Bobeth, M.Chrzaszcz, D. van Dyk, J.Virto +\end{exampleblock} +\begin{center} +\includegraphics[width=0.65\textwidth]{{images/fig-btokstarll-p5prime}.pdf} +\end{center} + + + \end{minipage} + \vspace*{2.1cm} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame}\frametitle{Disclaimer 2} +\ARROW arXiv::1603.04355 +\begin{center} +\includegraphics[width=0.9\textwidth]{images/NP.png} +\end{center} +\only<2>{ +\includegraphics[width=0.55\textwidth]{images/rahul.png} +} + + +\end{frame} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame}\frametitle{Disclaimer 2} +\ARROW arXiv::1603.04355 +\begin{columns} +\column{0.1in} +{~} +\column{3in} +\ARROW ''{\it The relation in Eq. (24) between form factors is expected to be satisfied in the large $q^2$ region. Eq. (24) is naturally satisfied if it is valid at each order in the Taylor expansion of the form factors}''\\ +\ARROW They need Eq. 24 to be valid with at least leading order at the Taylor expansion.\\ +\ARROW But this is not guaranteed as a resonant contribution can violate this expression.\\ +\ARROW Futhermore the width of the of the $\PKstar$ screws up totally the end-points relations. +\column{2in} +\includegraphics[width=0.9\textwidth]{images/mist.png}\\ +\includegraphics[width=0.9\textwidth]{images/reson.png}\\ + +\end{columns} +\includegraphics[angle=-90,width=0.4\textwidth]{{images/ForTom_Q2_FLATQ2_Kmumu}.pdf} +\includegraphics[angle=-90,width=0.4\textwidth]{{images/ForTom_Q2_FLATQ2}.pdf} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame}{Conclusions} +{~} + \begin{minipage}{\textwidth} +\begin{itemize} +\item Enormous NP program searched performed! +\item Clear tensions wrt. SM predictions! +\item Measurements cluster in the same direction. +\item We are not opening the champagne yet! +\item Still need improvement both on theory and experimental side. +\item Time will tell if this is QCD+fluctuations or new Physics: +\end{itemize} +\pause +... when you have eliminated all the\\ +Standard Model explanations, whatever remains,\\ +however improbable, must be New Physics.\\ + + + \end{minipage} + \vspace*{2.1cm} +\end{frame} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame} +{~} + \begin{minipage}{\textwidth} +\begin{center} +\begin{LARGE} +Thank you for the attention! +\end{LARGE} +\includegraphics[width=0.8\textwidth]{images/Joke.jpg} + +\end{center} + + + + \end{minipage} + \vspace*{2.1cm} +\end{frame} + + + +\backupbegin + +\begin{frame}\frametitle{Backup} + + +\end{frame} + + + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame} +\begin{center} +\begin{Huge} +Other related LHCb measurements. + +\end{Huge} +\end{center} + + + + +\end{frame} + + + + + + + + + + + + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame}{Branching fraction measurements of $\PB \to \PKstar^{\pm} \Pmu \Pmu$} +{~} +\includegraphics[width=0.5\textwidth]{images/ksmumu_BF.png} +\includegraphics[width=0.5\textwidth]{images/kmumu_BF.png} + +\begin{center} +\begin{columns} + +\column{0.4\textwidth} +\begin{itemize} +\item Despite large theoretical errors the results are consistently smaller than SM prediction. +\end{itemize} +\column{0.6\textwidth} +\includegraphics[width=0.87\textwidth]{images/bukst_BF.png} + + +\end{columns} + + + + + + + +\end{center} + \vspace*{2.1cm} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame}{Branching fraction measurements of $\PBs \to \Pphi \Pmu \Pmu$} +{~} + \begin{minipage}{\textwidth} + \begin{center} + \includegraphics[width=0.65\textwidth]{images/bs2phipi.png}\\ + \end{center} + +\begin{itemize} +\item Recent LHCb measurement [JHEPP09 (2015) 179]. +\item Suppressed by $\frac{f_s}{f_d}$. +\item Cleaner because of narrow $\Pphi$ resonance. +\item $3.3~\sigma$ deviation in SM in the $1-6\GeV^2$ bin. +\end{itemize} + + +\end{minipage} + \vspace*{2.1cm} +\end{frame} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame}{Branching fraction measurements of $\PLambdab \to \PLambda \Pmu \Pmu$} +{~} + \begin{minipage}{\textwidth} + + \begin{center} + \only<1>{ + \includegraphics[width=0.65\textwidth]{images/Lb_BR.png} +} + \only<2>{ + \includegraphics[width=0.45\textwidth]{images/Lblow.png} +\includegraphics[width=0.45\textwidth]{images/Lbhigh.png} + +} + + + \end{center} + + +\begin{itemize} +\item This years LHCb measurement [JHEP 06 (2015) 115]]. +\item In total $\sim 300$ candidates in data set. +\item Decay not present in the low $q^2$. + +\end{itemize} + + + +\end{minipage} + \vspace*{2.1cm} +\end{frame} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame}{Angular analysis of $\PLambdab \to \PLambda \Pmu \Pmu$} +{~} + \begin{minipage}{\textwidth} + +\begin{itemize} +\item For the bins in which we have $>3~\sigma$ significance the forward backward asymmetry for the hadronic and leptonic system. +\end{itemize} +\begin{center} +\includegraphics[width=0.9\textwidth]{{images/AFB_Lb}.png} +\end{center} +\begin{itemize} +\item $A_{FB}^H$ is in good agreement with SM. +\item $A_{FB}^{\ell}$ always in above SM prediction. +\end{itemize} + + +\end{minipage} + \vspace*{2.1cm} +\end{frame} + + + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame}{Lepton universality test} +{~} + \begin{minipage}{\textwidth} +\begin{columns} +\column{3.0in} +\begin{itemize} +\item If $\PZprime$ is responsible for the $P'_5$ anomaly, does it couple equally to all flavours? +\includegraphics[width=0.9\textwidth]{images/uni2.png} +\item Challenging analysis due to bremsstrahlung. +\item Migration of events modeled by MC. +\item Correct for bremsstrahlung. +\item Take double ratio with $\PBplus \to \PJpsi \PKplus$ to cancel systematics. +\item In $3\invfb$, LHCb measures $R_K=0.745^{+0.090}_{-0.074}(stat.)^{+0.036}_{-0.036}(syst.)$ +\item Consistent with SM at $2.6\sigma$. + +\end{itemize} +\column{2.0in} +\includegraphics[width=0.99\textwidth]{images/RK.png}\\ +\begin{itemize} +\item \href{http://arxiv.org/abs/1406.6482}{Phys. Rev. Lett. 113, 151601 (2014)} +\end{itemize} +\end{columns} + + + +\end{minipage} + \vspace*{2.1cm} +\end{frame} + + + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame}{Angular analysis of $\PBzero \to \PKstar \Pe \Pe$} +{~} +\only<1>{ + \begin{minipage}{\textwidth} + \begin{itemize} + \item With the full data set ($3\invfb$) we performed angular analysis in $0.0004 < q^2 <1~\GeV^2$. + \item Electrons channels are extremely challenging experimentally: + \begin{itemize} + \item Bremsstrahlung. + \item Trigger efficiencies. + \end{itemize} + \item Determine the angular observables: $\FL$, $\ATD$, $\ATRe$, $\ATIm$: + \end{itemize} +\begin{equation} + \label{eq:physPars} + \begin{split} + \FL &=\frac{|A_0|^2}{|A_0|^2+|A_{||}|^2 + |A_\perp|^2}\\ + \ATD &= \frac{|A_\perp|^2-|A_{||}|^2}{|A_\perp|^2+|A_{||}|^2}\\ + \ATRe &= \frac{2\Real(A_{||L}A^*_{\perp L} + A_{||R}A^*_{\perp R})}{|A_{||}|^2 + |A_\perp|^2}\\ + \ATIm &= \frac{2\Imag(A_{||L}A^*_{\perp L} + A_{||R}A^*_{\perp R})}{|A_{||}|^2 + |A_\perp|^2}, +\end{split}\nonumber +\end{equation} + +\end{minipage} +} +\only<2>{ +\begin{center} +\includegraphics[width=0.5\textwidth]{images/Kstee.png}\\ +\end{center} +\begin{itemize} +\item Results in full agreement with the SM. +\item Similar strength on $C_7$ Wilson coefficient as from $\Pbeauty \to \Pstrange \Pphoton$ decays. +\end{itemize} + +\begin{center} +\includegraphics[width=0.9\textwidth]{images/Kstee2.png} +\end{center} + +} + \vspace*{2.1cm} +\end{frame} + + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame}{There is more!} +{~} +\begin{minipage}{\textwidth} + +\begin{itemize} +\item There is one other LUV decay recently measured by LHCb. +\item $R(\PDstar)=\dfrac{\mathcal{B}(\PB \to \PDstar \Ptau \Pnu)}{\mathcal{B}(\PB \to \PDstar \Pmu \Pnu)}$ +\item Clean SM prediction: $R(\PDstar)=0.252(3)$, PRD 85 094025 (2012) +\item LHCb result: $R(\PDstar)= 0.336 \pm 0.027 \pm 0.030$, HFAG average: $R(\PDstar)=0.322 \pm 0.022$ +\item $3.9~\sigma$ discrepancy wrt. SM prediction +\end{itemize} + +\begin{center} + +\includegraphics[width=0.52\textwidth]{images/RDstar.png} + +\end{center} +\end{minipage} +\vspace*{2.1cm} +\end{frame} + + +\begin{frame} +\begin{center} +\begin{Huge} +Global fit to $\Pbeauty \to \Pstrange \ell \ell$ measurements +\end{Huge} +\end{center} + + + + +\end{frame} + + +\backupend + +\end{document} diff --git a/Seminars/IFJ_2016_V0/mchrzasz.toc b/Seminars/IFJ_2016_V0/mchrzasz.toc new file mode 100644 index 0000000..429917f --- /dev/null +++ b/Seminars/IFJ_2016_V0/mchrzasz.toc @@ -0,0 +1,5 @@ +\boolfalse {citerequest}\boolfalse {citetracker}\boolfalse {pagetracker}\boolfalse {backtracker}\relax +\defcounter {refsection}{0}\relax +\beamer@endinputifotherversion {3.24pt} +\defcounter {refsection}{0}\relax +\select@language {english} diff --git a/Seminars/IFJ_2016_V0/tikzfeynman.sty b/Seminars/IFJ_2016_V0/tikzfeynman.sty new file mode 100755 index 0000000..521fc65 --- /dev/null +++ b/Seminars/IFJ_2016_V0/tikzfeynman.sty @@ -0,0 +1,43 @@ +% Tikz Feynman Diagrams +% by Flip Tanedo +% 4 January 2011, work in progress + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%% TIKZ - for drawing Feynman diagrams %%%% +%%% ... use with pdflatex %%%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\usepackage{tikz} +\usetikzlibrary{arrows,shapes} +\usetikzlibrary{trees} +\usetikzlibrary{matrix,arrows} % For commutative diagram + % http://www.felixl.de/commu.pdf +\usetikzlibrary{positioning} % For "above of=" commands +\usetikzlibrary{calc,through} % For coordinates +\usetikzlibrary{decorations.pathreplacing} % For curly braces +\usepackage[tikz]{bclogo} % For cute logo boxes +\usepackage{pgffor} % For repeating patterns + +\usetikzlibrary{decorations.pathmorphing} % For Feynman Diagrams +\usetikzlibrary{decorations.markings} +\tikzset{ + % >=stealth', %% Different kind of arrows + vector/.style={decorate, decoration={snake}, draw}, + fermion/.style={postaction={decorate}, + decoration={markings,mark=at position .55 with {\arrow{>}}}}, + fermionbar/.style={draw, postaction={decorate}, + decoration={markings,mark=at position .55 with {\arrow{<}}}}, + fermionnoarrow/.style={}, + gluon/.style={decorate, + decoration={coil,amplitude=4pt, segment length=5pt}}, + scalar/.style={dashed, postaction={decorate}, + decoration={markings,mark=at position .55 with {\arrow{>}}}}, + scalarbar/.style={dashed, postaction={decorate}, + decoration={markings,mark=at position .55 with {\arrow{<}}}}, + scalarnoarrow/.style={dashed,draw}, +% +%% Special vectors (when you need to fine-tune wiggles) + provector/.style={decorate, decoration={snake,amplitude=2.5pt}, draw}, + antivector/.style={decorate, decoration={snake,amplitude=-2.5pt}, draw}, +} +