diff --git a/Analysis_and_soft/Drell_yan/Makefile b/Analysis_and_soft/Drell_yan/Makefile new file mode 100644 index 0000000..e4cf8e8 --- /dev/null +++ b/Analysis_and_soft/Drell_yan/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/Analysis_and_soft/Drell_yan/beamercolorthemeFlip.sty b/Analysis_and_soft/Drell_yan/beamercolorthemeFlip.sty new file mode 100755 index 0000000..d6b9c50 --- /dev/null +++ b/Analysis_and_soft/Drell_yan/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/Analysis_and_soft/Drell_yan/beamerinnerthemeFlip.sty b/Analysis_and_soft/Drell_yan/beamerinnerthemeFlip.sty new file mode 100755 index 0000000..9910f4d --- /dev/null +++ b/Analysis_and_soft/Drell_yan/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/Analysis_and_soft/Drell_yan/beamerouterthemeFlip.sty b/Analysis_and_soft/Drell_yan/beamerouterthemeFlip.sty new file mode 100755 index 0000000..d12f6d6 --- /dev/null +++ b/Analysis_and_soft/Drell_yan/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/Analysis_and_soft/Drell_yan/beamerouterthemedecolines.sty b/Analysis_and_soft/Drell_yan/beamerouterthemedecolines.sty new file mode 100755 index 0000000..669e493 --- /dev/null +++ b/Analysis_and_soft/Drell_yan/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/Analysis_and_soft/Drell_yan/beamerthemeFlip.sty b/Analysis_and_soft/Drell_yan/beamerthemeFlip.sty new file mode 100755 index 0000000..a615ff5 --- /dev/null +++ b/Analysis_and_soft/Drell_yan/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/Analysis_and_soft/Drell_yan/images/.DS_Store b/Analysis_and_soft/Drell_yan/images/.DS_Store new file mode 100644 index 0000000..5008ddf --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/.DS_Store Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/10500_11000_y_bin_2_4.5.pdf b/Analysis_and_soft/Drell_yan/images/10500_11000_y_bin_2_4.5.pdf new file mode 100644 index 0000000..404eb27 --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/10500_11000_y_bin_2_4.5.pdf Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/10500_11000_y_bin_2_4.5_11.pdf b/Analysis_and_soft/Drell_yan/images/10500_11000_y_bin_2_4.5_11.pdf new file mode 100644 index 0000000..266f702 --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/10500_11000_y_bin_2_4.5_11.pdf Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/10500_11000_y_bin_2_4.5_12.pdf b/Analysis_and_soft/Drell_yan/images/10500_11000_y_bin_2_4.5_12.pdf new file mode 100644 index 0000000..033fc80 --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/10500_11000_y_bin_2_4.5_12.pdf Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/11000_11500_y_bin_2_4.5.pdf b/Analysis_and_soft/Drell_yan/images/11000_11500_y_bin_2_4.5.pdf new file mode 100644 index 0000000..c472f97 --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/11000_11500_y_bin_2_4.5.pdf Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/11000_11500_y_bin_2_4.5_11.pdf b/Analysis_and_soft/Drell_yan/images/11000_11500_y_bin_2_4.5_11.pdf new file mode 100644 index 0000000..7d73b65 --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/11000_11500_y_bin_2_4.5_11.pdf Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/11500_12000_y_bin_2_4.5.pdf b/Analysis_and_soft/Drell_yan/images/11500_12000_y_bin_2_4.5.pdf new file mode 100644 index 0000000..63daaa3 --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/11500_12000_y_bin_2_4.5.pdf Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/11500_12000_y_bin_2_4.5_11.pdf b/Analysis_and_soft/Drell_yan/images/11500_12000_y_bin_2_4.5_11.pdf new file mode 100644 index 0000000..49729a7 --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/11500_12000_y_bin_2_4.5_11.pdf Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/11500_12000_y_bin_2_4.5_12.pdf b/Analysis_and_soft/Drell_yan/images/11500_12000_y_bin_2_4.5_12.pdf new file mode 100644 index 0000000..7808c8e --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/11500_12000_y_bin_2_4.5_12.pdf Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/12000_13000_y_bin_2_4.5.pdf b/Analysis_and_soft/Drell_yan/images/12000_13000_y_bin_2_4.5.pdf new file mode 100644 index 0000000..ad0504b --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/12000_13000_y_bin_2_4.5.pdf Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/12000_13000_y_bin_2_4.5_12.pdf b/Analysis_and_soft/Drell_yan/images/12000_13000_y_bin_2_4.5_12.pdf new file mode 100644 index 0000000..2848aaf --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/12000_13000_y_bin_2_4.5_12.pdf Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/13000_14000_y_bin_2_4.5.pdf b/Analysis_and_soft/Drell_yan/images/13000_14000_y_bin_2_4.5.pdf new file mode 100644 index 0000000..85d9b7b --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/13000_14000_y_bin_2_4.5.pdf Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/13000_14000_y_bin_2_4.5_11.pdf b/Analysis_and_soft/Drell_yan/images/13000_14000_y_bin_2_4.5_11.pdf new file mode 100644 index 0000000..6e0f585 --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/13000_14000_y_bin_2_4.5_11.pdf Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/14000_15000_y_bin_2_4.5.pdf b/Analysis_and_soft/Drell_yan/images/14000_15000_y_bin_2_4.5.pdf new file mode 100644 index 0000000..e8d3570 --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/14000_15000_y_bin_2_4.5.pdf Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/14000_15000_y_bin_2_4.5_11.pdf b/Analysis_and_soft/Drell_yan/images/14000_15000_y_bin_2_4.5_11.pdf new file mode 100644 index 0000000..ee48553 --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/14000_15000_y_bin_2_4.5_11.pdf Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/14000_15000_y_bin_2_4.5_12.pdf b/Analysis_and_soft/Drell_yan/images/14000_15000_y_bin_2_4.5_12.pdf new file mode 100644 index 0000000..da8cb6b --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/14000_15000_y_bin_2_4.5_12.pdf Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/15000_17500_y_bin_2_4.5.pdf b/Analysis_and_soft/Drell_yan/images/15000_17500_y_bin_2_4.5.pdf new file mode 100644 index 0000000..74f332d --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/15000_17500_y_bin_2_4.5.pdf Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/15000_17500_y_bin_2_4.5_11.pdf b/Analysis_and_soft/Drell_yan/images/15000_17500_y_bin_2_4.5_11.pdf new file mode 100644 index 0000000..615ea85 --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/15000_17500_y_bin_2_4.5_11.pdf Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/15000_17500_y_bin_2_4.5_12.pdf b/Analysis_and_soft/Drell_yan/images/15000_17500_y_bin_2_4.5_12.pdf new file mode 100644 index 0000000..e098fbf --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/15000_17500_y_bin_2_4.5_12.pdf Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/17500_20000_y_bin_2_4.5.pdf b/Analysis_and_soft/Drell_yan/images/17500_20000_y_bin_2_4.5.pdf new file mode 100644 index 0000000..203ae51 --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/17500_20000_y_bin_2_4.5.pdf Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/17500_20000_y_bin_2_4.5_11.pdf b/Analysis_and_soft/Drell_yan/images/17500_20000_y_bin_2_4.5_11.pdf new file mode 100644 index 0000000..f79c7f1 --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/17500_20000_y_bin_2_4.5_11.pdf Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/17500_20000_y_bin_2_4.5_12.pdf b/Analysis_and_soft/Drell_yan/images/17500_20000_y_bin_2_4.5_12.pdf new file mode 100644 index 0000000..d8c78f4 --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/17500_20000_y_bin_2_4.5_12.pdf Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/20000_25000_y_bin_2_4.5.pdf b/Analysis_and_soft/Drell_yan/images/20000_25000_y_bin_2_4.5.pdf new file mode 100644 index 0000000..371dd2f --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/20000_25000_y_bin_2_4.5.pdf Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/20000_25000_y_bin_2_4.5_11.pdf b/Analysis_and_soft/Drell_yan/images/20000_25000_y_bin_2_4.5_11.pdf new file mode 100644 index 0000000..c95ed81 --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/20000_25000_y_bin_2_4.5_11.pdf Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/20000_25000_y_bin_2_4.5_12.pdf b/Analysis_and_soft/Drell_yan/images/20000_25000_y_bin_2_4.5_12.pdf new file mode 100644 index 0000000..1bf188f --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/20000_25000_y_bin_2_4.5_12.pdf Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/25000_30000_y_bin_2_4.5.pdf b/Analysis_and_soft/Drell_yan/images/25000_30000_y_bin_2_4.5.pdf new file mode 100644 index 0000000..c5c1b2d --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/25000_30000_y_bin_2_4.5.pdf Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/25000_30000_y_bin_2_4.5_11.pdf b/Analysis_and_soft/Drell_yan/images/25000_30000_y_bin_2_4.5_11.pdf new file mode 100644 index 0000000..c371d61 --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/25000_30000_y_bin_2_4.5_11.pdf Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/25000_30000_y_bin_2_4.5_12.pdf b/Analysis_and_soft/Drell_yan/images/25000_30000_y_bin_2_4.5_12.pdf new file mode 100644 index 0000000..7fff23b --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/25000_30000_y_bin_2_4.5_12.pdf Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/3.0_3.25_10500.0_12000.0Me.png b/Analysis_and_soft/Drell_yan/images/3.0_3.25_10500.0_12000.0Me.png new file mode 100644 index 0000000..b553d38 --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/3.0_3.25_10500.0_12000.0Me.png Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/3.0_3.25_10500.0_12000.0Nicola.png b/Analysis_and_soft/Drell_yan/images/3.0_3.25_10500.0_12000.0Nicola.png new file mode 100644 index 0000000..00cc762 --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/3.0_3.25_10500.0_12000.0Nicola.png Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/3.0_3.25_10500.0_12000.0me2.png b/Analysis_and_soft/Drell_yan/images/3.0_3.25_10500.0_12000.0me2.png new file mode 100644 index 0000000..2d520dd --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/3.0_3.25_10500.0_12000.0me2.png Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/3.0_3.25_12000.0_15000.0me2.png b/Analysis_and_soft/Drell_yan/images/3.0_3.25_12000.0_15000.0me2.png new file mode 100644 index 0000000..d246d35 --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/3.0_3.25_12000.0_15000.0me2.png Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/30000_40000_y_bin_2_4.5.pdf b/Analysis_and_soft/Drell_yan/images/30000_40000_y_bin_2_4.5.pdf new file mode 100644 index 0000000..8d26775 --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/30000_40000_y_bin_2_4.5.pdf Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/30000_40000_y_bin_2_4.5_11.pdf b/Analysis_and_soft/Drell_yan/images/30000_40000_y_bin_2_4.5_11.pdf new file mode 100644 index 0000000..532db11 --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/30000_40000_y_bin_2_4.5_11.pdf Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/30000_40000_y_bin_2_4.5_12.pdf b/Analysis_and_soft/Drell_yan/images/30000_40000_y_bin_2_4.5_12.pdf new file mode 100644 index 0000000..fb9c968 --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/30000_40000_y_bin_2_4.5_12.pdf Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/40000_60000_y_bin_2_4.5.pdf b/Analysis_and_soft/Drell_yan/images/40000_60000_y_bin_2_4.5.pdf new file mode 100644 index 0000000..b0acced --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/40000_60000_y_bin_2_4.5.pdf Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/40000_60000_y_bin_2_4.5_11.pdf b/Analysis_and_soft/Drell_yan/images/40000_60000_y_bin_2_4.5_11.pdf new file mode 100644 index 0000000..b5cf15b --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/40000_60000_y_bin_2_4.5_11.pdf Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/40000_60000_y_bin_2_4.5_12.pdf b/Analysis_and_soft/Drell_yan/images/40000_60000_y_bin_2_4.5_12.pdf new file mode 100644 index 0000000..4d7dacd --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/40000_60000_y_bin_2_4.5_12.pdf Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/40000_80000_y_bin_2_4.5.pdf b/Analysis_and_soft/Drell_yan/images/40000_80000_y_bin_2_4.5.pdf new file mode 100644 index 0000000..57c0937 --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/40000_80000_y_bin_2_4.5.pdf Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/BG_both.png b/Analysis_and_soft/Drell_yan/images/BG_both.png new file mode 100755 index 0000000..49b62d5 --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/BG_both.png Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/BG_lower.png b/Analysis_and_soft/Drell_yan/images/BG_lower.png new file mode 100755 index 0000000..073034a --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/BG_lower.png Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/BG_upper.png b/Analysis_and_soft/Drell_yan/images/BG_upper.png new file mode 100755 index 0000000..4cfcc07 --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/BG_upper.png Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/DY.png b/Analysis_and_soft/Drell_yan/images/DY.png new file mode 100644 index 0000000..6369820 --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/DY.png Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/Fits/10500_12000_y_bin_2.25_2.5_12.pdf b/Analysis_and_soft/Drell_yan/images/Fits/10500_12000_y_bin_2.25_2.5_12.pdf new file mode 100644 index 0000000..aa215c5 --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/Fits/10500_12000_y_bin_2.25_2.5_12.pdf Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/Fits/10500_12000_y_bin_2.5_2.75_12.pdf b/Analysis_and_soft/Drell_yan/images/Fits/10500_12000_y_bin_2.5_2.75_12.pdf new file mode 100644 index 0000000..f1503ae --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/Fits/10500_12000_y_bin_2.5_2.75_12.pdf Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/Fits/10500_12000_y_bin_2.75_3_12.pdf b/Analysis_and_soft/Drell_yan/images/Fits/10500_12000_y_bin_2.75_3_12.pdf new file mode 100644 index 0000000..591035d --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/Fits/10500_12000_y_bin_2.75_3_12.pdf Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/Fits/10500_12000_y_bin_2_2.25_12.pdf b/Analysis_and_soft/Drell_yan/images/Fits/10500_12000_y_bin_2_2.25_12.pdf new file mode 100644 index 0000000..195c7fb --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/Fits/10500_12000_y_bin_2_2.25_12.pdf Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/Fits/10500_12000_y_bin_3.25_3.5_12.pdf b/Analysis_and_soft/Drell_yan/images/Fits/10500_12000_y_bin_3.25_3.5_12.pdf new file mode 100644 index 0000000..073b4b7 --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/Fits/10500_12000_y_bin_3.25_3.5_12.pdf Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/Fits/10500_12000_y_bin_3.5_4.5_12.pdf b/Analysis_and_soft/Drell_yan/images/Fits/10500_12000_y_bin_3.5_4.5_12.pdf new file mode 100644 index 0000000..dd96c56 --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/Fits/10500_12000_y_bin_3.5_4.5_12.pdf Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/Fits/10500_12000_y_bin_3_3.25_12.pdf b/Analysis_and_soft/Drell_yan/images/Fits/10500_12000_y_bin_3_3.25_12.pdf new file mode 100644 index 0000000..c2974d3 --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/Fits/10500_12000_y_bin_3_3.25_12.pdf Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/Fits/12000_15000_y_bin_2.25_2.5_12.pdf b/Analysis_and_soft/Drell_yan/images/Fits/12000_15000_y_bin_2.25_2.5_12.pdf new file mode 100644 index 0000000..d90f184 --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/Fits/12000_15000_y_bin_2.25_2.5_12.pdf Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/Fits/12000_15000_y_bin_2.5_2.75_12.pdf b/Analysis_and_soft/Drell_yan/images/Fits/12000_15000_y_bin_2.5_2.75_12.pdf new file mode 100644 index 0000000..4b54605 --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/Fits/12000_15000_y_bin_2.5_2.75_12.pdf Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/Fits/12000_15000_y_bin_2.75_3_12.pdf b/Analysis_and_soft/Drell_yan/images/Fits/12000_15000_y_bin_2.75_3_12.pdf new file mode 100644 index 0000000..3f4e1e2 --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/Fits/12000_15000_y_bin_2.75_3_12.pdf Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/Fits/12000_15000_y_bin_2_2.25_12.pdf b/Analysis_and_soft/Drell_yan/images/Fits/12000_15000_y_bin_2_2.25_12.pdf new file mode 100644 index 0000000..fe9f761 --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/Fits/12000_15000_y_bin_2_2.25_12.pdf Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/Fits/12000_15000_y_bin_3.25_3.5_12.pdf b/Analysis_and_soft/Drell_yan/images/Fits/12000_15000_y_bin_3.25_3.5_12.pdf new file mode 100644 index 0000000..22e92d4 --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/Fits/12000_15000_y_bin_3.25_3.5_12.pdf Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/Fits/12000_15000_y_bin_3.5_4.5_12.pdf b/Analysis_and_soft/Drell_yan/images/Fits/12000_15000_y_bin_3.5_4.5_12.pdf new file mode 100644 index 0000000..ba8719d --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/Fits/12000_15000_y_bin_3.5_4.5_12.pdf Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/Fits/12000_15000_y_bin_3_3.25_12.pdf b/Analysis_and_soft/Drell_yan/images/Fits/12000_15000_y_bin_3_3.25_12.pdf new file mode 100644 index 0000000..b336b13 --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/Fits/12000_15000_y_bin_3_3.25_12.pdf Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/Fits/15000_20000_y_bin_2.25_2.5_12.pdf b/Analysis_and_soft/Drell_yan/images/Fits/15000_20000_y_bin_2.25_2.5_12.pdf new file mode 100644 index 0000000..a18dd8b --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/Fits/15000_20000_y_bin_2.25_2.5_12.pdf Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/Fits/15000_20000_y_bin_2.5_2.75_12.pdf b/Analysis_and_soft/Drell_yan/images/Fits/15000_20000_y_bin_2.5_2.75_12.pdf new file mode 100644 index 0000000..b15f011 --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/Fits/15000_20000_y_bin_2.5_2.75_12.pdf Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/Fits/15000_20000_y_bin_2.75_3_12.pdf b/Analysis_and_soft/Drell_yan/images/Fits/15000_20000_y_bin_2.75_3_12.pdf new file mode 100644 index 0000000..ae6d1d9 --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/Fits/15000_20000_y_bin_2.75_3_12.pdf Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/Fits/15000_20000_y_bin_2_2.25_12.pdf b/Analysis_and_soft/Drell_yan/images/Fits/15000_20000_y_bin_2_2.25_12.pdf new file mode 100644 index 0000000..52584fb --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/Fits/15000_20000_y_bin_2_2.25_12.pdf Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/Fits/15000_20000_y_bin_3.25_3.5_12.pdf b/Analysis_and_soft/Drell_yan/images/Fits/15000_20000_y_bin_3.25_3.5_12.pdf new file mode 100644 index 0000000..7a6275e --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/Fits/15000_20000_y_bin_3.25_3.5_12.pdf Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/Fits/15000_20000_y_bin_3.5_4.5_12.pdf b/Analysis_and_soft/Drell_yan/images/Fits/15000_20000_y_bin_3.5_4.5_12.pdf new file mode 100644 index 0000000..1283040 --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/Fits/15000_20000_y_bin_3.5_4.5_12.pdf Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/Fits/15000_20000_y_bin_3_3.25_12.pdf b/Analysis_and_soft/Drell_yan/images/Fits/15000_20000_y_bin_3_3.25_12.pdf new file mode 100644 index 0000000..ea72a71 --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/Fits/15000_20000_y_bin_3_3.25_12.pdf Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/Fits/20000_60000_y_bin_2.25_2.5_12.pdf b/Analysis_and_soft/Drell_yan/images/Fits/20000_60000_y_bin_2.25_2.5_12.pdf new file mode 100644 index 0000000..0a7a13a --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/Fits/20000_60000_y_bin_2.25_2.5_12.pdf Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/Fits/20000_60000_y_bin_2.5_2.75_12.pdf b/Analysis_and_soft/Drell_yan/images/Fits/20000_60000_y_bin_2.5_2.75_12.pdf new file mode 100644 index 0000000..57cad1c --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/Fits/20000_60000_y_bin_2.5_2.75_12.pdf Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/Fits/20000_60000_y_bin_2.75_3_12.pdf b/Analysis_and_soft/Drell_yan/images/Fits/20000_60000_y_bin_2.75_3_12.pdf new file mode 100644 index 0000000..ae09e24 --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/Fits/20000_60000_y_bin_2.75_3_12.pdf Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/Fits/20000_60000_y_bin_2_2.25_12.pdf b/Analysis_and_soft/Drell_yan/images/Fits/20000_60000_y_bin_2_2.25_12.pdf new file mode 100644 index 0000000..f7e8284 --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/Fits/20000_60000_y_bin_2_2.25_12.pdf Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/Fits/20000_60000_y_bin_3.25_3.5_12.pdf b/Analysis_and_soft/Drell_yan/images/Fits/20000_60000_y_bin_3.25_3.5_12.pdf new file mode 100644 index 0000000..a8825d3 --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/Fits/20000_60000_y_bin_3.25_3.5_12.pdf Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/Fits/20000_60000_y_bin_3.5_4.5_12.pdf b/Analysis_and_soft/Drell_yan/images/Fits/20000_60000_y_bin_3.5_4.5_12.pdf new file mode 100644 index 0000000..0dbfdd8 --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/Fits/20000_60000_y_bin_3.5_4.5_12.pdf Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/Fits/20000_60000_y_bin_3_3.25_12.pdf b/Analysis_and_soft/Drell_yan/images/Fits/20000_60000_y_bin_3_3.25_12.pdf new file mode 100644 index 0000000..dabd335 --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/Fits/20000_60000_y_bin_3_3.25_12.pdf Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/GEC.png b/Analysis_and_soft/Drell_yan/images/GEC.png new file mode 100644 index 0000000..977cbec --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/GEC.png Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/GEC2.png b/Analysis_and_soft/Drell_yan/images/GEC2.png new file mode 100644 index 0000000..8de435a --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/GEC2.png Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/HEAVYFLAV.png b/Analysis_and_soft/Drell_yan/images/HEAVYFLAV.png new file mode 100644 index 0000000..478496c --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/HEAVYFLAV.png Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/HEAVYFLAV2.png b/Analysis_and_soft/Drell_yan/images/HEAVYFLAV2.png new file mode 100644 index 0000000..6bc96c5 --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/HEAVYFLAV2.png Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/MUID.png b/Analysis_and_soft/Drell_yan/images/MUID.png new file mode 100644 index 0000000..18cf81a --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/MUID.png Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/MUID2.png b/Analysis_and_soft/Drell_yan/images/MUID2.png new file mode 100644 index 0000000..90543d9 --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/MUID2.png Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/Q2_x.png b/Analysis_and_soft/Drell_yan/images/Q2_x.png new file mode 100644 index 0000000..ed0d5ef --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/Q2_x.png Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/ST_logo.gif b/Analysis_and_soft/Drell_yan/images/ST_logo.gif new file mode 100644 index 0000000..fcb090c --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/ST_logo.gif Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/ST_logo.png b/Analysis_and_soft/Drell_yan/images/ST_logo.png new file mode 100644 index 0000000..81d2f0d --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/ST_logo.png Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/ST_logosmall.gif b/Analysis_and_soft/Drell_yan/images/ST_logosmall.gif new file mode 100644 index 0000000..9db1daa --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/ST_logosmall.gif Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/Z0.png b/Analysis_and_soft/Drell_yan/images/Z0.png new file mode 100644 index 0000000..adc4f87 --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/Z0.png Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/Z0_ENDVERTEX_CHI2.png b/Analysis_and_soft/Drell_yan/images/Z0_ENDVERTEX_CHI2.png new file mode 100644 index 0000000..4a527aa --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/Z0_ENDVERTEX_CHI2.png Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/Z0_ENDVERTEX_CHI2_yeartrig.png b/Analysis_and_soft/Drell_yan/images/Z0_ENDVERTEX_CHI2_yeartrig.png new file mode 100644 index 0000000..f3bd092 --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/Z0_ENDVERTEX_CHI2_yeartrig.png Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/Z0_ENDVERTEX_CHI2_yeartrig_sig.png b/Analysis_and_soft/Drell_yan/images/Z0_ENDVERTEX_CHI2_yeartrig_sig.png new file mode 100644 index 0000000..b0920f3 --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/Z0_ENDVERTEX_CHI2_yeartrig_sig.png Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/Z0_MM.png b/Analysis_and_soft/Drell_yan/images/Z0_MM.png new file mode 100644 index 0000000..37e4c3d --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/Z0_MM.png Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/Z0_MM_yeartrig.png b/Analysis_and_soft/Drell_yan/images/Z0_MM_yeartrig.png new file mode 100644 index 0000000..607aaac --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/Z0_MM_yeartrig.png Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/Z0_MM_yeartrig_sig.png b/Analysis_and_soft/Drell_yan/images/Z0_MM_yeartrig_sig.png new file mode 100644 index 0000000..942e41c --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/Z0_MM_yeartrig_sig.png Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/Z0_P.png b/Analysis_and_soft/Drell_yan/images/Z0_P.png new file mode 100644 index 0000000..0751cfa --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/Z0_P.png Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/Z0_P_yeartrig.png b/Analysis_and_soft/Drell_yan/images/Z0_P_yeartrig.png new file mode 100644 index 0000000..a5c7744 --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/Z0_P_yeartrig.png Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/Z0_P_yeartrig_sig.png b/Analysis_and_soft/Drell_yan/images/Z0_P_yeartrig_sig.png new file mode 100644 index 0000000..2f8abb8 --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/Z0_P_yeartrig_sig.png Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/Z0_iso.pdf b/Analysis_and_soft/Drell_yan/images/Z0_iso.pdf new file mode 100644 index 0000000..fb0fa64 --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/Z0_iso.pdf Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/Z_rich_18.jpg b/Analysis_and_soft/Drell_yan/images/Z_rich_18.jpg new file mode 100644 index 0000000..5899422 --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/Z_rich_18.jpg Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/Z_rich_24.jpg b/Analysis_and_soft/Drell_yan/images/Z_rich_24.jpg new file mode 100644 index 0000000..98b4d4a --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/Z_rich_24.jpg Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/Z_rich_30.jpg b/Analysis_and_soft/Drell_yan/images/Z_rich_30.jpg new file mode 100644 index 0000000..59ee3dd --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/Z_rich_30.jpg Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/bubble2.jpg b/Analysis_and_soft/Drell_yan/images/bubble2.jpg new file mode 100644 index 0000000..0fd03bb --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/bubble2.jpg Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/derotate.sh b/Analysis_and_soft/Drell_yan/images/derotate.sh new file mode 100755 index 0000000..ba653b9 --- /dev/null +++ b/Analysis_and_soft/Drell_yan/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/Analysis_and_soft/Drell_yan/images/feynmanDiagram_DrellYan_wRad.png b/Analysis_and_soft/Drell_yan/images/feynmanDiagram_DrellYan_wRad.png new file mode 100644 index 0000000..6602018 --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/feynmanDiagram_DrellYan_wRad.png Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/getFromAFS.sh b/Analysis_and_soft/Drell_yan/images/getFromAFS.sh new file mode 100644 index 0000000..7d73a4a --- /dev/null +++ b/Analysis_and_soft/Drell_yan/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/Analysis_and_soft/Drell_yan/images/iso.png b/Analysis_and_soft/Drell_yan/images/iso.png new file mode 100644 index 0000000..9ea48e3 --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/iso.png Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/lhcb-logo-bad.pdf b/Analysis_and_soft/Drell_yan/images/lhcb-logo-bad.pdf new file mode 100644 index 0000000..fbfd59e --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/lhcb-logo-bad.pdf Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/lhcb-logo.pdf b/Analysis_and_soft/Drell_yan/images/lhcb-logo.pdf new file mode 100644 index 0000000..86de47e --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/lhcb-logo.pdf Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/lhcb-logo.svg b/Analysis_and_soft/Drell_yan/images/lhcb-logo.svg new file mode 100644 index 0000000..40e1423 --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/lhcb-logo.svg @@ -0,0 +1,110 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/Analysis_and_soft/Drell_yan/images/muminus_TrEta.png b/Analysis_and_soft/Drell_yan/images/muminus_TrEta.png new file mode 100644 index 0000000..0525819 --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/muminus_TrEta.png Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/muminus_TrEta_yeartrig.png b/Analysis_and_soft/Drell_yan/images/muminus_TrEta_yeartrig.png new file mode 100644 index 0000000..e8cc136 --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/muminus_TrEta_yeartrig.png Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/muminus_TrEta_yeartrig_sig.png b/Analysis_and_soft/Drell_yan/images/muminus_TrEta_yeartrig_sig.png new file mode 100644 index 0000000..8005ef7 --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/muminus_TrEta_yeartrig_sig.png Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/mumu_iso.png b/Analysis_and_soft/Drell_yan/images/mumu_iso.png new file mode 100644 index 0000000..e4e75cd --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/mumu_iso.png Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/mumu_iso_yeartrig.png b/Analysis_and_soft/Drell_yan/images/mumu_iso_yeartrig.png new file mode 100644 index 0000000..1d0f733 --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/mumu_iso_yeartrig.png Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/mumu_iso_yeartrig_sig.png b/Analysis_and_soft/Drell_yan/images/mumu_iso_yeartrig_sig.png new file mode 100644 index 0000000..28107f2 --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/mumu_iso_yeartrig_sig.png Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/muplus_TrEta.png b/Analysis_and_soft/Drell_yan/images/muplus_TrEta.png new file mode 100644 index 0000000..76d04e5 --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/muplus_TrEta.png Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/muplus_TrEta_yeartrig.png b/Analysis_and_soft/Drell_yan/images/muplus_TrEta_yeartrig.png new file mode 100644 index 0000000..f89046c --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/muplus_TrEta_yeartrig.png Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/muplus_TrEta_yeartrig_sig.png b/Analysis_and_soft/Drell_yan/images/muplus_TrEta_yeartrig_sig.png new file mode 100644 index 0000000..67613cd --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/muplus_TrEta_yeartrig_sig.png Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/nSPDHits.png b/Analysis_and_soft/Drell_yan/images/nSPDHits.png new file mode 100644 index 0000000..85c9d24 --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/nSPDHits.png Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/nSPDHits_yeartrig.png b/Analysis_and_soft/Drell_yan/images/nSPDHits_yeartrig.png new file mode 100644 index 0000000..9b967aa --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/nSPDHits_yeartrig.png Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/nSPDHits_yeartrig_sig.png b/Analysis_and_soft/Drell_yan/images/nSPDHits_yeartrig_sig.png new file mode 100644 index 0000000..fcfa3d4 --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/nSPDHits_yeartrig_sig.png Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/phd073010s.gif b/Analysis_and_soft/Drell_yan/images/phd073010s.gif new file mode 100644 index 0000000..daa4f43 --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/phd073010s.gif Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/phd073010s.pdf b/Analysis_and_soft/Drell_yan/images/phd073010s.pdf new file mode 100644 index 0000000..9087d30 --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/phd073010s.pdf Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/result_1CB.png b/Analysis_and_soft/Drell_yan/images/result_1CB.png new file mode 100644 index 0000000..789d3f0 --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/result_1CB.png Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/result_Z0.png b/Analysis_and_soft/Drell_yan/images/result_Z0.png new file mode 100644 index 0000000..4ec59d1 --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/result_Z0.png Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/result_Z011.png b/Analysis_and_soft/Drell_yan/images/result_Z011.png new file mode 100644 index 0000000..10c852a --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/result_Z011.png Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/result_Z012.png b/Analysis_and_soft/Drell_yan/images/result_Z012.png new file mode 100644 index 0000000..98310d9 --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/result_Z012.png Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/result_upsilon.png b/Analysis_and_soft/Drell_yan/images/result_upsilon.png new file mode 100644 index 0000000..d305069 --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/result_upsilon.png Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/result_upsilon11.png b/Analysis_and_soft/Drell_yan/images/result_upsilon11.png new file mode 100644 index 0000000..bd8dada --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/result_upsilon11.png Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/result_upsilon12.png b/Analysis_and_soft/Drell_yan/images/result_upsilon12.png new file mode 100644 index 0000000..1213251 --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/result_upsilon12.png Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/scalef.png b/Analysis_and_soft/Drell_yan/images/scalef.png new file mode 100644 index 0000000..e1c480c --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/scalef.png Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/table.png b/Analysis_and_soft/Drell_yan/images/table.png new file mode 100644 index 0000000..d1db7fa --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/table.png Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/trigger.png b/Analysis_and_soft/Drell_yan/images/trigger.png new file mode 100644 index 0000000..7a46d52 --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/trigger.png Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/uzh-transp.pdf b/Analysis_and_soft/Drell_yan/images/uzh-transp.pdf new file mode 100644 index 0000000..b2e1282 --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/uzh-transp.pdf Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/uzh.pdf b/Analysis_and_soft/Drell_yan/images/uzh.pdf new file mode 100644 index 0000000..5ac62c7 --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/uzh.pdf Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/uzh_logo_e_pos.eps b/Analysis_and_soft/Drell_yan/images/uzh_logo_e_pos.eps new file mode 100755 index 0000000..af2734d --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/uzh_logo_e_pos.eps Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/uzh_logo_e_pos_gross.tif b/Analysis_and_soft/Drell_yan/images/uzh_logo_e_pos_gross.tif new file mode 100755 index 0000000..f212825 --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/uzh_logo_e_pos_gross.tif Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/y.png b/Analysis_and_soft/Drell_yan/images/y.png new file mode 100644 index 0000000..3038d94 --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/y.png Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/y_yeartrig.png b/Analysis_and_soft/Drell_yan/images/y_yeartrig.png new file mode 100644 index 0000000..1791166 --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/y_yeartrig.png Binary files differ diff --git a/Analysis_and_soft/Drell_yan/images/y_yeartrig_sig.png b/Analysis_and_soft/Drell_yan/images/y_yeartrig_sig.png new file mode 100644 index 0000000..8ad654a --- /dev/null +++ b/Analysis_and_soft/Drell_yan/images/y_yeartrig_sig.png Binary files differ diff --git a/Analysis_and_soft/Drell_yan/mchrzasz+mp.sh b/Analysis_and_soft/Drell_yan/mchrzasz+mp.sh new file mode 100644 index 0000000..1a24852 --- /dev/null +++ b/Analysis_and_soft/Drell_yan/mchrzasz+mp.sh @@ -0,0 +1 @@ +#!/bin/sh diff --git a/Analysis_and_soft/Drell_yan/mchrzasz-blx.bib b/Analysis_and_soft/Drell_yan/mchrzasz-blx.bib new file mode 100644 index 0000000..9e405b3 --- /dev/null +++ b/Analysis_and_soft/Drell_yan/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/Analysis_and_soft/Drell_yan/mchrzasz.aux b/Analysis_and_soft/Drell_yan/mchrzasz.aux new file mode 100644 index 0000000..f1cf2b2 --- /dev/null +++ b/Analysis_and_soft/Drell_yan/mchrzasz.aux @@ -0,0 +1,139 @@ +\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} +\pgfsyspdfmark {pgfid21}{0}{0} +\pgfsyspdfmark {pgfid22}{0}{0} +\pgfsyspdfmark {pgfid23}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{7}{7/8}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {7}{8}}} +\pgfsyspdfmark {pgfid24}{0}{0} +\pgfsyspdfmark {pgfid25}{0}{0} +\HyPL@Entry{8<>} +\pgfsyspdfmark {pgfid26}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{8}{9/9}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {9}{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 {pgfid35}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{11}{12/12}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {12}{12}}} +\pgfsyspdfmark {pgfid36}{0}{0} +\pgfsyspdfmark {pgfid37}{0}{0} +\HyPL@Entry{12<>} +\pgfsyspdfmark {pgfid38}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{12}{13/13}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {13}{13}}} +\pgfsyspdfmark {pgfid39}{0}{0} +\pgfsyspdfmark {pgfid40}{0}{0} +\HyPL@Entry{13<>} +\pgfsyspdfmark {pgfid41}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{13}{14/14}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {14}{14}}} +\pgfsyspdfmark {pgfid42}{0}{0} +\pgfsyspdfmark {pgfid43}{0}{0} +\HyPL@Entry{14<>} +\pgfsyspdfmark {pgfid44}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{14}{15/15}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {15}{15}}} +\pgfsyspdfmark {pgfid45}{0}{0} +\pgfsyspdfmark {pgfid46}{0}{0} +\HyPL@Entry{15<>} +\pgfsyspdfmark {pgfid47}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{15}{16/16}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {16}{16}}} +\pgfsyspdfmark {pgfid48}{0}{0} +\pgfsyspdfmark {pgfid49}{0}{0} +\HyPL@Entry{16<>} +\pgfsyspdfmark {pgfid50}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{16}{17/17}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {17}{17}}} +\pgfsyspdfmark {pgfid51}{0}{0} +\pgfsyspdfmark {pgfid52}{0}{0} +\HyPL@Entry{17<>} +\pgfsyspdfmark {pgfid53}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{17}{18/18}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {18}{18}}} +\pgfsyspdfmark {pgfid54}{0}{0} +\pgfsyspdfmark {pgfid55}{0}{0} +\@writefile{nav}{\headcommand {\beamer@partpages {1}{18}}} +\@writefile{nav}{\headcommand {\beamer@subsectionpages {1}{18}}} +\@writefile{nav}{\headcommand {\beamer@sectionpages {1}{18}}} +\@writefile{nav}{\headcommand {\beamer@documentpages {18}}} +\@writefile{nav}{\headcommand {\def \inserttotalframenumber {16}}} diff --git a/Analysis_and_soft/Drell_yan/mchrzasz.log b/Analysis_and_soft/Drell_yan/mchrzasz.log new file mode 100644 index 0000000..02b9715 --- /dev/null +++ b/Analysis_and_soft/Drell_yan/mchrzasz.log @@ -0,0 +1,3148 @@ +This is XeTeX, Version 3.1415926-2.5-0.9999.3 (TeX Live 2013/Debian) (format=xelatex 2015.4.1) 27 JAN 2016 14:24 +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 205. + +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/feynmanDiagram_DrellYan_wRad.png Graphic file (type QTm) + +File: images/Q2_x.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 + +] +LaTeX Font Info: Try loading font information for EU1+lmtt on input line 305 +. + (/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: +................................................. + +[3 + +] +File: images/table.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: +................................................. + +[4 + +] +File: images/Z0_iso.pdf Graphic file (type QTm) + +File: images/iso.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: +................................................. + +[5 + +] +File: images/DY.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: +................................................. + +[6 + +] +File: images/result_Z0.png Graphic file (type QTm) + +File: images/3.0_3.25_10500.0_12000.0Nicola.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: +................................................. + +[7 + +] +File: images/result_upsilon.png Graphic file (type QTm) + +File: images/3.0_3.25_10500.0_12000.0Me.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: +................................................. + +[8 + +] +File: images/scalef.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 + +] +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 + +] +File: images/Fits/12000_15000_y_bin_2_2.25_12.pdf Graphic file (type QTm) + +File: images/Fits/15000_20000_y_bin_3.5_4.5_12.pdf 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: +................................................. + +[11 + +] +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/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/trigger.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: +................................................. + +[14 + +] +File: images/MUID.png Graphic file (type QTm) + +File: images/MUID2.png Graphic file (type QTm) + +Overfull \vbox (1.35962pt too high) detected at line 554 + [] + +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/GEC.png Graphic file (type QTm) + +File: images/GEC2.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/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 + +] +\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: +................................................. + +[18 + +] +\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 601. +Package atveryend Info: Empty hook `AfterLastShipout' on input line 601. + (./mchrzasz.aux) +Package atveryend Info: Empty hook `AtVeryEndDocument' on input line 601. +Package atveryend Info: Empty hook `AtEndAfterFileList' on input line 601. +Package logreq Info: Writing requests to 'mchrzasz.run.xml'. +\openout1 = `mchrzasz.run.xml'. + +Package atveryend Info: Empty hook `AtVeryVeryEnd' on input line 601. + ) +Here is how much of TeX's memory you used: + 47948 strings out of 493918 + 943078 string characters out of 6150564 + 1276122 words of memory out of 5000000 + 50230 multiletter control sequences out of 15000+600000 + 29372 words of font info for 123 fonts, out of 8000000 for 9000 + 1144 hyphenation exceptions out of 8191 + 61i,24n,73p,10479b,1471s stack positions out of 5000i,500n,10000p,200000b,80000s + +Output written on mchrzasz.pdf (18 pages). diff --git a/Analysis_and_soft/Drell_yan/mchrzasz.nav b/Analysis_and_soft/Drell_yan/mchrzasz.nav new file mode 100644 index 0000000..c0d6f5c --- /dev/null +++ b/Analysis_and_soft/Drell_yan/mchrzasz.nav @@ -0,0 +1,41 @@ +\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/8}{}{0}} +\headcommand {\beamer@framepages {7}{8}} +\headcommand {\slideentry {0}{0}{8}{9/9}{}{0}} +\headcommand {\beamer@framepages {9}{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 {\beamer@partpages {1}{18}} +\headcommand {\beamer@subsectionpages {1}{18}} +\headcommand {\beamer@sectionpages {1}{18}} +\headcommand {\beamer@documentpages {18}} +\headcommand {\def \inserttotalframenumber {16}} diff --git a/Analysis_and_soft/Drell_yan/mchrzasz.out b/Analysis_and_soft/Drell_yan/mchrzasz.out new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/Analysis_and_soft/Drell_yan/mchrzasz.out diff --git a/Analysis_and_soft/Drell_yan/mchrzasz.pdf b/Analysis_and_soft/Drell_yan/mchrzasz.pdf new file mode 100644 index 0000000..32bca39 --- /dev/null +++ b/Analysis_and_soft/Drell_yan/mchrzasz.pdf Binary files differ diff --git a/Analysis_and_soft/Drell_yan/mchrzasz.run.xml b/Analysis_and_soft/Drell_yan/mchrzasz.run.xml new file mode 100644 index 0000000..3368f59 --- /dev/null +++ b/Analysis_and_soft/Drell_yan/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/Analysis_and_soft/Drell_yan/mchrzasz.snm b/Analysis_and_soft/Drell_yan/mchrzasz.snm new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/Analysis_and_soft/Drell_yan/mchrzasz.snm diff --git a/Analysis_and_soft/Drell_yan/mchrzasz.tex b/Analysis_and_soft/Drell_yan/mchrzasz.tex new file mode 100644 index 0000000..9d44d00 --- /dev/null +++ b/Analysis_and_soft/Drell_yan/mchrzasz.tex @@ -0,0 +1,601 @@ +\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{\TeV}{\rm{TeV}} + +\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}} + + + +\author{ {\fontspec{Trebuchet MS}Marcin Chrz\k{a}szcz} (Universit\"{a}t Z\"{u}rich)} +\institute{UZH} +\title[Drell-Yan status update]{Drell-Yan status update} + + +\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 {Low Mass Drell-Yan Status Report } + \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} Katharina M\"{u}eller Nicola Chiapolini} + +\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}{Analysis and software week, CERN\\January 27, 2015} +\end{center} +\end{frame} +} + +\begin{frame}\frametitle{Introduction to Drell-Yan} + +\begin{columns} +\column{2.5in} +\begin{itemize} +\item Drell-Yan are process of two quark anihilations in which neutral coupling to two leptons. +\item The cross section of this process depends on two components: +\begin{itemize} +\item Hard scattering process $\color{OrangeRed}{\Rrightarrow}$ NNLO pQCD. +\item Parton Distribution Function (PDF). +\end{itemize} +\item Measurement of the cross section have a high sensitivity to the PDF +\item Due to unique coverage $2 10~\GeV$, +\item $p_T^{\mu} > 3~\GeV$, +\item $\chi^{2,\mu\mu}_{vtx}<5$, +\item $10< m(\mu\mu) < 120~\GeV$. +\end{itemize} +\end{itemize} +\end{frame} + + + + +\begin{frame}\frametitle{The Goal} +$\Rrightarrow$ Since there is no normalization channel, we will use the integrated luminosity for cross section calculations\\ +$\Rrightarrow$ The measurement will be performed in the bins of dimuon mass and pseudo-rapidity: +\begin{center} +\includegraphics[width=0.7\textwidth]{images/table.png} +\end{center} + +\end{frame} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame}\frametitle{Isolation} +\begin{itemize} +\item Drell-Yan unfortunately do not peak in mass $\twoheadrightarrow$ need another variable to control the purity. +\item Instead we define an isolation variable: +\begin{align*} +\mu_{ {\rm{iso}}} = \log(p_T^{ cone}(\mu, 0.5) - p_T^{ cone}(\mu, 0.1)) +\end{align*} +\item For two muons we take the maximum of the two isolations: +\begin{align*} +\mu\mu_{ {\rm{iso}}} = \max( \mu_{ {\rm{iso}}}^+, \mu_{ {\rm{iso}}}^-) +\end{align*} +\end{itemize} +\begin{center} +\begin{columns} +\column{0.5\textwidth} +\includegraphics[angle=-90,width=0.9\textwidth]{images/Z0_iso.pdf} +\column{0.5\textwidth} +\includegraphics[width=0.8\textwidth]{images/iso.png} +\end{columns} + +\end{center} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame}\frametitle{Isolation mass dependence} +\begin{itemize} +\item Unfortunately the $\mu\mu_{iso}$ is showing some mass dependence: +\end{itemize} +\begin{center} +\includegraphics[width=0.75\textwidth]{images/DY.png} +\end{center} + + +\end{frame} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame}\frametitle{Signal template} +\begin{columns} +\column{2.7in} +\begin{itemize} +\only<1>{ +\item We do not want to use MC for determination of the signal $\mu\mu_{iso}$ template. +\item We adopted a data driven procedure: +\begin{itemize} +\item The template is taken from data and scaled to account for $\mu\mu_{iso}$ mass dependence. +\end{itemize} +\item Possibility 1: +\begin{itemize} +\item Take the \textit{Splot} $\PZ \to \mu \mu$ from data and multiply it by the scale factor determined from minimalising the $\chi^2$ between MC $\PZ$ and DY in particular region. + +\end{itemize} +} +\only<2>{ +\item Possibility 2: +\begin{itemize} +\item Use a second decay from data: $\PUpsilon \to \mu \mu$. +\item The template for a given mass range ($M_{\min}, M_{\max}$) is choose as: +\begin{tiny} +\begin{align*} +{\rm{Temp}}(M) = {\rm{Temp}}^{\PUpsilon} \frac{(M_{\PZ} -M_{\PUpsilon} - (M- M_{\PUpsilon} ))}{M_{\PZ} -M_{\PUpsilon}}\\ + {\rm{Temp}}^{\PZ} \frac{M- M_{\PUpsilon} }{M_{\PZ} -M_{\PUpsilon}} +\end{align*} +\end{tiny} + +\item Then the new obtained template is scaled in the same way as the previous one. + +\end{itemize} +} + + + +\end{itemize} + +\column{2.3in} +\only<1>{ +\includegraphics[width=0.9\textwidth]{images/result_Z0.png}\\ +\includegraphics[width=0.9\textwidth]{{images/3.0_3.25_10500.0_12000.0Nicola}.png} +} +\only<2>{ +\includegraphics[width=0.9\textwidth]{images/result_upsilon.png}\\ +\includegraphics[width=0.9\textwidth]{{images/3.0_3.25_10500.0_12000.0Me}.png} +} + + +\end{columns} + + +\end{frame} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame}\frametitle{Signal template - Summary} +\begin{itemize} +\item We are investigating the impact on the analysis for the different approaches +\item For now it looks like the results do not change with using different signal templates. +\item Because templates are data driven we need to ensure a large statistics in each of the $m_{\mu\mu},~y$ bins, because of this the last $y$ bin is larger then the rest. +\end{itemize} +\begin{center} +\includegraphics[width=0.5\textwidth]{images/scalef.png} +\end{center} +\end{frame} + + + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame}\frametitle{Backgrounds} +\begin{itemize} +\item There are two sources of backgrounds: +\begin{itemize} +\item Heavy flavour decays. +\item Mis-ID. +\end{itemize} +\item For fitting the $\mu\mu_{iso}$ we need to know both the signal and background distribution. +\item Background templates can be determined from data +\begin{itemize} +\item Heavy flavour decays:\\ +$\looparrowright$ Requiring the $\chi^{2,\mu\mu}_{vtx}>16$\\ +$\looparrowright$ For cross-check $\rm IP>5~\rm mm$ +\item Miss-ID:\\ +$\looparrowright$ Require that both muons have the same sign.\\ +$\looparrowright$ For cross-check take the minimum bias stripping line. +\end{itemize} + + +\end{itemize} + + + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame}\frametitle{Over all fits} +\begin{columns} +\column{3in} +\begin{itemize} +\item Using the above 3 mentioned templates the fits converge without any problems. +\item The higher one goes in mass the cleaner the signal is. + +\end{itemize} +%\includegraphics[angle=-90,width=0.45\textwidth]{{images/Fits/12000_15000_y_bin_3.5_4.5_12}.pdf} +\begin{small} +{~}{~}{~}\begin{tabular}{|c|c|} +\hline +Mass bin & Purity \\ \hline +$[40,60]~\GeV$ & $0.879 \pm 0.019$\\ +$[30,40]~\GeV$ & $0.754 \pm 0.015$\\ +$[25,30]~\GeV$ & $0.657 \pm 0.011$\\ +$[20,25]~\GeV$ & $0.507 \pm 0.008$\\ +$[17.5,20]~\GeV$ & $0.402 \pm 0.007$\\ +$[15,17.5]~\GeV$ & $0.316 \pm 0.006$\\ \hline + +\end{tabular} +\end{small} +\column{2in} +\includegraphics[angle=-90,width=0.9\textwidth]{{images/Fits/12000_15000_y_bin_2_2.25_12}.pdf}\\ +\includegraphics[angle=-90,width=0.9\textwidth]{{images/Fits/15000_20000_y_bin_3.5_4.5_12}.pdf} + +\end{columns} + + + + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame}\frametitle{Cross section calculations} +\begin{itemize} +\item To calculate the cross section the luminosity will be used: +\end{itemize} +\begin{align*} +\sigma= \dfrac{\varrho f^{{\rm MIG}}}{\mathcal{L} \varepsilon^{{\rm SEL}}} \sum \dfrac{1}{\varepsilon^{{\rm TRIG}} \varepsilon^{{\rm MUID}} \varepsilon^{{\rm GEC}} \varepsilon^{{\rm TRACK}}}, +\end{align*} +where\\ +\begin{itemize} +\item $\varrho$ signal fraction from the fit. +\item $f^{{\rm MIG}}$ correction to bin-bin migration. +\item $\mathcal{L}$ integrated luminosity. +\item $\varepsilon^{{\rm SEL}}$ efficiency on the vertex requirement. +\item $\varepsilon^{{\rm MUID}}$ muon identification efficiency. +\item $\varepsilon^{{\rm GEC}}$ global event cut efficiency. +\item $\varepsilon^{{\rm TRACK}}$ tracking efficiency. +\end{itemize} + + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame}\frametitle{Luminosity} +\begin{itemize} +\item Thanks to our colleagues the error on the luminosity in LHCb is $1.16(1.71)\%$ for 2012(2011) data. +\item For the $8~\TeV$ data we removed: 111802-111890 , 126124-126160, 129530-129539 runs. +\item Lost $14.68~\rm pb^{-1}$ of data in total. +\item For the $7~\TeV$ data we removed: 101401, 101403-101415 runs. +\item Lost $8.23~\rm pb^{-1}$. +\end{itemize} + + + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame}\frametitle{Trigger efficiency} +\begin{itemize} +\item We take the trigger efficiency from MC. We are using the dimuon trigger that were always well simulated. +\item We performed a cross check using tag and probe method that ensures the luminosity is correctly simulated. +\end{itemize} +\begin{center} +\includegraphics[width=0.75\textwidth]{images/trigger.png} +\end{center} +\begin{itemize} +\item An systematic uncertainty of $0.01$ is assigned. +\end{itemize} + +\end{frame} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame}\frametitle{Muon Identification} +\begin{itemize} +\item Only muon ID requirement in this analysis is the \texttt{isMuon}. +\item The efficiency is taken from MC. +\item Has been cross-checked that it agrees in \href{https://cds.cern.ch/record/1709688/files/LHCb-INT-2014-030.pdf}{\texttt{LHCb-INT-2014-030}} + +\end{itemize} +\begin{center} +\includegraphics[width=0.65\textwidth]{images/MUID.png}\\ +\includegraphics[width=0.65\textwidth]{images/MUID2.png} +\end{center} +\begin{itemize} +\item The systematics is $0.005$ (needs to be checked for the low $p_T$). +\end{itemize} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame}\frametitle{Global even cut efficiency} +\begin{itemize} +\item There is a SPD cut for the dimuon trigger: SPD<900. +\item A data driven method is used to estimate the cut. +\end{itemize} +\begin{center} +\includegraphics[width=0.6\textwidth]{images/GEC.png}\\ +\includegraphics[width=0.6\textwidth]{images/GEC2.png} +\end{center} +\begin{itemize} +\item No dependence is observed of the $M_{\mu\mu}$ and the $y$ in data. +\item Similar to the $\PW$ and $\PZ$ analysis. +\end{itemize} +\end{frame} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame}\frametitle{Conclusions} +\begin{itemize} +\item Analysis is well advanced! +\item The analysis note is beeing written as we speak:\\ \url{svn+ssh://svn.cern.ch/reps/lhcbdocs/Users/mchrzasz/DY_ANANote} +\item $+30$ pages! +\item To do list: +\begin{itemize} +\item Calculate the theory predictions for $8~\TeV$ data. +\item Missing systematics: bin-bin migration, templates determination. +\item Hopefully the ANA note in WG review soon! +\end{itemize} +\end{itemize} +\end{frame} + + + + + +\backupbegin + +\begin{frame}\frametitle{Backup} + + +\end{frame} + +\backupend + +\end{document} diff --git a/Analysis_and_soft/Drell_yan/mchrzasz.toc b/Analysis_and_soft/Drell_yan/mchrzasz.toc new file mode 100644 index 0000000..429917f --- /dev/null +++ b/Analysis_and_soft/Drell_yan/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/Analysis_and_soft/Drell_yan/tikzfeynman.sty b/Analysis_and_soft/Drell_yan/tikzfeynman.sty new file mode 100755 index 0000000..521fc65 --- /dev/null +++ b/Analysis_and_soft/Drell_yan/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/Drell_Yan/07_09_2015/mchrzasz.tex b/Drell_Yan/07_09_2015/mchrzasz.tex index 1085ddc..bb0b8be 100644 --- a/Drell_Yan/07_09_2015/mchrzasz.tex +++ b/Drell_Yan/07_09_2015/mchrzasz.tex @@ -341,31 +341,7 @@ \end{frame} -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\begin{frame}\frametitle{Backgrounds} -\begin{itemize} -\item There are two sources of backgrounds: -\begin{itemize} -\item Heavy flavour decays. -\item Mis-ID. -\end{itemize} -\item For fitting the $\mu\mu_{iso}$ we need to know both the signal and background distribution. -\item Background templates can be determined from data -\begin{itemize} -\item Heavy flavour decays:\\ -$\looparrowright$ Requiring the $\chi^{2,\mu\mu}_{vtx}>16$\\ -$\looparrowright$ For cross-check $\rm IP>5~\rm mm$ -\item Miss-ID:\\ -$\looparrowright$ Require that both muons have the same sign.\\ -$\looparrowright$ For cross-check take the minimum bias stripping line. -\end{itemize} - -\end{itemize} - - - -\end{frame} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \begin{frame}\frametitle{Signal template} \begin{columns} @@ -455,6 +431,38 @@ \end{frame} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\begin{frame}\frametitle{Backgrounds} +\begin{itemize} +\item There are two sources of backgrounds: +\begin{itemize} +\item Heavy flavour decays. +\item Mis-ID. +\end{itemize} +\item For fitting the $\mu\mu_{iso}$ we need to know both the signal and background distribution. +\item Background templates can be determined from data +\begin{itemize} +\item Heavy flavour decays:\\ +$\looparrowright$ Requiring the $\chi^{2,\mu\mu}_{vtx}>16$\\ +$\looparrowright$ For cross-check $\rm IP>5~\rm mm$ +\item Miss-ID:\\ +$\looparrowright$ Require that both muons have the same sign.\\ +$\looparrowright$ For cross-check take the minimum bias stripping line. +\end{itemize} + + +\end{itemize} + + + +\end{frame} + + + + + + + \backupbegin diff --git "a/Drell_Yan/14_12_2015/\043mchrzasz.tex\043" "b/Drell_Yan/14_12_2015/\043mchrzasz.tex\043" new file mode 100644 index 0000000..e2689a8 --- /dev/null +++ "b/Drell_Yan/14_12_2015/\043mchrzasz.tex\043" @@ -0,0 +1,551 @@ +\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}} + + + +\author{ {\fontspec{Trebuchet MS}Marcin Chrz\k{a}szcz} (Universit\"{a}t Z\"{u}rich)} +\institute{UZH} +\title[Low Mass Drell-Yan Status Report ]{Low Mass Drell-Yan Status Report } +\date{7 September 2015} + + +\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 {Low Mass Drell-Yan Status Report } + \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} Katharina M\"{u}eller Nicola Chiapolini} + +\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}{Electroweak WG, CERN\\September 7, 2015} +\end{center} +\end{frame} +} + + +\begin{frame}\frametitle{Introduction to Drell-Yan} + +\begin{columns} +\column{2.5in} +\begin{itemize} +\item Drell-Yan are process of two quark anihilations in which neutral coupling to two leptons. +\item The cross section of this process depends on two components: +\begin{itemize} +\item Hard scattering process $\color{OrangeRed}{\Rrightarrow}$ NNLO pQCD. +\item Parton Distribution Function (PDF). +\end{itemize} +\item Measurement of the cross section have a high sensitivity to the PDF +\item Due to unique coverage $2{ +\begin{columns} + +\column{0.5\textwidth} +\includegraphics[width=0.95\textwidth]{{images/muminus_TrEta_yeartrig_sig}.png}\\ +\includegraphics[width=0.95\textwidth]{{images/mumu_iso_yeartrig_sig}.png} +\column{0.5\textwidth} +\includegraphics[width=0.95\textwidth]{{images/nSPDHits_yeartrig_sig}.png}\\ +\includegraphics[width=0.95\textwidth]{{images/y_yeartrig_sig}.png} + +\end{columns} + +} + +\only<2>{ +\begin{columns} + +\column{0.5\textwidth} +\includegraphics[width=0.95\textwidth]{{images/Z0_ENDVERTEX_CHI2_yeartrig_sig}.png}\\ +\includegraphics[width=0.95\textwidth]{{images/Z0_MM_yeartrig_sig}.png} +\column{0.5\textwidth} +\includegraphics[width=0.95\textwidth]{{images/Z0_P_yeartrig_sig}.png}\\ +\includegraphics[width=0.95\textwidth]{{images/muplus_TrEta_yeartrig_sig}.png} + +\end{columns} + +} + + \end{minipage} + \vspace*{2.cm} + +\end{frame} + +\begin{frame}{2011 vs 2012 data (S20) comparison} + \begin{minipage}{\textwidth} +\only<1>{ +\begin{columns} + +\column{0.5\textwidth} +\includegraphics[width=0.95\textwidth]{{images/muminus_TrEta_yeartrig}.png}\\ +\includegraphics[width=0.95\textwidth]{{images/mumu_iso_yeartrig}.png} +\column{0.5\textwidth} +\includegraphics[width=0.95\textwidth]{{images/nSPDHits_yeartrig}.png}\\ +\includegraphics[width=0.95\textwidth]{{images/y_yeartrig}.png} + +\end{columns} + +} + +\only<2>{ +\begin{columns} + +\column{0.5\textwidth} +\includegraphics[width=0.95\textwidth]{{images/Z0_ENDVERTEX_CHI2_yeartrig}.png}\\ +\includegraphics[width=0.95\textwidth]{{images/Z0_MM_yeartrig}.png} +\column{0.5\textwidth} +\includegraphics[width=0.95\textwidth]{{images/Z0_P_yeartrig}.png}\\ +\includegraphics[width=0.95\textwidth]{{images/muplus_TrEta_yeartrig}.png} + +\end{columns} + +} + + \end{minipage} + \vspace*{2.cm} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + +\begin{frame}{S17 vs S20 comparison} + \begin{minipage}{\textwidth} +\only<1>{ +\begin{columns} + +\column{0.5\textwidth} +\includegraphics[width=0.95\textwidth]{{images/muminus_TrEta}.png}\\ +\includegraphics[width=0.95\textwidth]{{images/mumu_iso}.png} +\column{0.5\textwidth} +\includegraphics[width=0.95\textwidth]{{images/nSPDHits}.png}\\ +\includegraphics[width=0.95\textwidth]{{images/y}.png} + +\end{columns} + +} + +\only<2>{ +\begin{columns} + +\column{0.5\textwidth} +\includegraphics[width=0.95\textwidth]{{images/Z0_ENDVERTEX_CHI2}.png}\\ +\includegraphics[width=0.95\textwidth]{{images/Z0_MM}.png} +\column{0.5\textwidth} +\includegraphics[width=0.95\textwidth]{{images/Z0_P}.png}\\ +\includegraphics[width=0.95\textwidth]{{images/muplus_TrEta}.png} + +\end{columns} + +} + + \end{minipage} + \vspace*{2.cm} + +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame}{S17 vs S20 comparison} + \begin{minipage}{\textwidth} +\only<1>{ +\begin{columns} + +\column{0.5\textwidth} +\includegraphics[width=0.95\textwidth]{{images/muminus_TrEta}.png}\\ +\includegraphics[width=0.95\textwidth]{{images/mumu_iso}.png} +\column{0.5\textwidth} +\includegraphics[width=0.95\textwidth]{{images/nSPDHits}.png}\\ +\includegraphics[width=0.95\textwidth]{{images/y}.png} + +\end{columns} + +} + +\only<2>{ +\begin{columns} + +\column{0.5\textwidth} +\includegraphics[width=0.95\textwidth]{{images/Z0_ENDVERTEX_CHI2}.png}\\ +\includegraphics[width=0.95\textwidth]{{images/Z0_MM}.png} +\column{0.5\textwidth} +\includegraphics[width=0.95\textwidth]{{images/Z0_P}.png}\\ +\includegraphics[width=0.95\textwidth]{{images/muplus_TrEta}.png} + +\end{columns} + +} + + \end{minipage} + \vspace*{2.cm} + +\end{frame} + + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame}{Calibration samples comparison} + \begin{minipage}{\textwidth} +\only<1>{ +\begin{columns} + +\column{0.5\textwidth} +\begin{center} + \texttt{2011} +\includegraphics[width=0.95\textwidth]{{images/result_upsilon12}.png}\\ +\includegraphics[width=0.95\textwidth]{{images/result_Z011}.png} +\end{center} +\column{0.5\textwidth} +\begin{center} + \texttt{2012} +\includegraphics[width=0.95\textwidth]{{images/result_upsilon11}.png}\\ +\includegraphics[width=0.95\textwidth]{{images/result_Z012}.png} + \end{center} +\end{columns} + +} + + + \end{minipage} + \vspace*{2.cm} + +\end{frame} + +\begin{frame}{Fits} + \begin{minipage}{\textwidth} +\only<1>{ +\begin{columns} + +\column{0.5\textwidth} +\begin{center} + \texttt{2011} +\includegraphics[angle=-90, width=0.9\textwidth]{{images/10500_11000_y_bin_2_4.5_11}.pdf}\\ +\includegraphics[angle=-90, width=0.9\textwidth]{{images/14000_15000_y_bin_2_4.5_11}.pdf} +\end{center} +\column{0.5\textwidth} +\begin{center} + \texttt{2012} +\includegraphics[angle=-90, width=0.9\textwidth]{{images/10500_11000_y_bin_2_4.5_12}.pdf}\\ +\includegraphics[angle=-90, width=0.9\textwidth]{{images/14000_15000_y_bin_2_4.5_12}.pdf} + \end{center} +\end{columns} + +} + + + \end{minipage} + \vspace*{2.cm} + +\end{frame} + + + +\begin{frame}{Conclusions} + \begin{minipage}{\textwidth} +\only<1>{ +\begin{itemize} +\item We reprocess the data and the new MC with S20. +\item A lot of consistence checks done between 2011 and 2012. +\item The final fits converge in similar manner for 2011 and 2012 data sets. +\item Started writing the \texttt{ANA} note. +\item There is one thing I am trying out: So up to now I was using the \texttt{TFractionFitter}, there is a RooStats/RooFit fitter: \texttt{HistFactory} +\end{itemize} + + +} + + + \end{minipage} + \vspace*{2.cm} + +\end{frame} + + +\backupbegin + + + +\backupend + +\end{document} diff --git a/Drell_Yan/LHCbweek_12_2015/images/MUID.png b/Drell_Yan/LHCbweek_12_2015/images/MUID.png new file mode 100644 index 0000000..856a033 --- /dev/null +++ b/Drell_Yan/LHCbweek_12_2015/images/MUID.png Binary files differ diff --git a/Drell_Yan/LHCbweek_12_2015/mchrzasz.log b/Drell_Yan/LHCbweek_12_2015/mchrzasz.log index 0d9bc2f..2d68543 100644 --- a/Drell_Yan/LHCbweek_12_2015/mchrzasz.log +++ b/Drell_Yan/LHCbweek_12_2015/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) 5 DEC 2015 19:06 +This is pdfTeX, Version 3.1415926-2.5-1.40.14 (TeX Live 2013/Debian) (format=pdflatex 2015.4.1) 25 JAN 2016 19:53 entering extended mode restricted \write18 enabled. %&-line parsing enabled. @@ -15,20 +15,20 @@ (/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 +\beamer@tempcount=\count79 +\c@beamerpauses=\count80 (/usr/share/texmf/tex/latex/beamer/base/beamerbasedecode.sty Package: beamerbasedecode 2010/05/01 (rcs-revision efa082c6111d) -\beamer@slideinframe=\count82 -\beamer@minimum=\count83 +\beamer@slideinframe=\count81 +\beamer@minimum=\count82 ) \beamer@commentbox=\box27 -\beamer@modecount=\count84 +\beamer@modecount=\count83 ) (/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. +Package ifpdf Info: pdfTeX in PDF mode is detected. ) \headheight=\dimen102 \headdp=\dimen103 @@ -54,24 +54,24 @@ \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 +\beamer@sectioncount=\count84 +\beamer@subsubsectionmax=\count85 +\beamer@subsectionmax=\count86 +\beamer@sectionmax=\count87 +\beamer@totalheads=\count88 +\beamer@headcounter=\count89 +\beamer@partstartpage=\count90 +\beamer@sectionstartpage=\count91 +\beamer@subsectionstartpage=\count92 +\beamer@animationtempa=\count93 +\beamer@animationtempb=\count94 +\beamer@xpos=\count95 +\beamer@ypos=\count96 +\beamer@showpartnumber=\count97 +\beamer@currentsubsection=\count98 +\beamer@coveringdepth=\count99 +\beamer@sectionadjust=\count100 +\beamer@tocsectionnumber=\count101 (/usr/share/texmf/tex/latex/beamer/base/beamerbaseoptions.sty Package: beamerbaseoptions 2010/04/27 (rcs-revision 982469101dd6) @@ -93,9 +93,9 @@ (/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@cnth=\count102 +\Gm@cntv=\count103 +\c@Gm@tempcnt=\count104 \Gm@bindingoffset=\dimen119 \Gm@wd@mp=\dimen120 \Gm@odd@mp=\dimen121 @@ -122,11 +122,18 @@ (/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. +Package graphics Info: Driver file: pdftex.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) +(/usr/share/texlive/texmf-dist/tex/latex/pdftex-def/pdftex.def +File: pdftex.def 2011/05/27 v0.06d Graphics/color for pdfTeX +(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/infwarerr.sty +Package: infwarerr 2010/04/08 v1.3 Providing info/warning/error messages (HO) +) +(/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ltxcmds.sty +Package: ltxcmds 2011/11/09 v1.22 LaTeX kernel commands for general use (HO) +) +\Gread@gobject=\count105 )) \Gin@req@height=\dimen127 \Gin@req@width=\dimen128 @@ -173,16 +180,13 @@ (/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. +Package pgfsys Info: Driver file for pgf: pgfsys-pdftex.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-pdftex.def +File: pgfsys-pdftex.def 2009/05/22 (rcs-revision 1.26) (/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) @@ -198,7 +202,7 @@ (/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. +Package xcolor Info: Driver file: pdftex.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) @@ -216,6 +220,7 @@ ) \rownum=\count112 Package xcolor Info: Model `cmy' substituted by `cmy0' on input line 1337. +Package xcolor Info: Model `hsb' substituted by `rgb' on input line 1341. 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. @@ -350,8 +355,8 @@ (/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 hobsub Info: Skipping package `infwarerr' (already loaded). +Package hobsub Info: Skipping package `ltxcmds' (already loaded). 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). @@ -367,10 +372,9 @@ 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 pdftexcmds Info: \pdfdraftmode 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 ) @@ -442,37 +446,18 @@ ) -Package hyperref Message: Driver (autodetected): hxetex. +Package hyperref Message: Driver (autodetected): hpdftex. -(/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/hyperref/hpdftex.def +File: hpdftex.def 2012/11/06 v6.83m Hyperref driver for pdfTeX +\Fld@listcount=\count125 +\c@bookmark@seq@number=\count126 (/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. +Package uniquecounter Info: New unique counter `rerunfilecheck' on input line 2 +82. )) -(/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) @@ -508,37 +493,37 @@ ) (/usr/share/texmf/tex/latex/beamer/base/beamerbaseoverlay.sty Package: beamerbaseoverlay 2012/11/11 (rcs-revision 6afbc49b1109) -\beamer@argscount=\count129 +\beamer@argscount=\count127 \beamer@lastskipcover=\skip47 -\beamer@trivlistdepth=\count130 +\beamer@trivlistdepth=\count128 ) (/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 +\c@lecture=\count129 +\c@part=\count130 +\c@section=\count131 +\c@subsection=\count132 +\c@subsubsection=\count133 ) (/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@framebox=\box40 +\beamer@frametitlebox=\box41 +\beamer@zoombox=\box42 +\beamer@zoomcount=\count134 +\beamer@zoomframecount=\count135 \beamer@frametextheight=\dimen167 -\c@subsectionslide=\count138 +\c@subsectionslide=\count136 \beamer@frametopskip=\skip48 \beamer@framebottomskip=\skip49 \beamer@frametopskipautobreak=\skip50 \beamer@framebottomskipautobreak=\skip51 \beamer@envbody=\toks26 \framewidth=\dimen168 -\c@framenumber=\count139 +\c@framenumber=\count137 ) (/usr/share/texmf/tex/latex/beamer/base/beamerbaseverbatim.sty Package: beamerbaseverbatim 2012/08/30 (rcs-revision dfdb135076b3) @@ -546,22 +531,22 @@ ) (/usr/share/texmf/tex/latex/beamer/base/beamerbaseframesize.sty Package: beamerbaseframesize 2011/09/12 (rcs-revision 70f9d8411e54) -\beamer@splitbox=\box44 -\beamer@autobreakcount=\count140 +\beamer@splitbox=\box43 +\beamer@autobreakcount=\count138 \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 +\beamer@footins=\box44 ) (/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 +\beamer@frameboxcopy=\box45 ) (/usr/share/texmf/tex/latex/beamer/base/beamerbasetoc.sty Package: beamerbasetoc 2012/10/02 (rcs-revision 5ed0f4010e8a) @@ -575,11 +560,11 @@ (/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@box=\box46 +\bmb@colorbox=\box47 +\bmb@boxshadow=\box48 +\bmb@boxshadowball=\box49 +\bmb@boxshadowballlarge=\box50 \bmb@temp=\dimen170 \bmb@dima=\dimen171 \bmb@dimb=\dimen172 @@ -594,8 +579,8 @@ Package: enumerate 1999/03/05 v3.00 enumerate extensions (DPC) \@enLab=\toks30 ) -\c@figure=\count141 -\c@table=\count142 +\c@figure=\count139 +\c@table=\count140 \abovecaptionskip=\skip52 \belowcaptionskip=\skip53 ) @@ -626,30 +611,30 @@ (/usr/share/texlive/texmf-dist/tex/latex/amsmath/amsopn.sty Package: amsopn 1999/12/14 v2.01 operator names ) -\inf@bad=\count143 +\inf@bad=\count141 LaTeX Info: Redefining \frac on input line 210. -\uproot@=\count144 -\leftroot@=\count145 +\uproot@=\count142 +\leftroot@=\count143 LaTeX Info: Redefining \overline on input line 306. -\classnum@=\count146 -\DOTSCASE@=\count147 +\classnum@=\count144 +\DOTSCASE@=\count145 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 +\Mathstrutbox@=\box51 +\strutbox@=\box52 \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 +\macc@depth=\count146 +\c@MaxMatrixCols=\count147 \dotsspace@=\muskip11 -\c@parentequation=\count150 -\dspbrk@lvl=\count151 +\c@parentequation=\count148 +\dspbrk@lvl=\count149 \tag@help=\toks32 -\row@=\count152 -\column@=\count153 -\maxfields@=\count154 +\row@=\count150 +\column@=\count151 +\maxfields@=\count152 \andhelp@=\toks33 \eqnshift@=\dimen179 \alignsep@=\dimen180 @@ -676,7 +661,7 @@ \thm@headsep=\skip59 \dth@everypar=\toks41 ) -\c@theorem=\count155 +\c@theorem=\count153 ) (/usr/share/texmf/tex/latex/beamer/base/beamerbasethemes.sty Package: beamerbasethemes 2010/05/01 (rcs-revision efa082c6111d) @@ -709,10 +694,9 @@ (/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 +\babel@savecnt=\count154 \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 @@ -772,7 +756,7 @@ (/usr/share/texmf/tex/generic/pgf/modules/pgfmoduleshapes.code.tex File: pgfmoduleshapes.code.tex 2010/09/09 (rcs-revision 1.13) -\pgfnodeparttextbox=\box54 +\pgfnodeparttextbox=\box53 ) (/usr/share/texmf/tex/generic/pgf/modules/pgfmoduleplot.code.tex File: pgfmoduleplot.code.tex 2010/10/22 (rcs-revision 1.8) @@ -800,7 +784,7 @@ (/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 +\pgf@plot@mark@count=\count155 \pgfplotmarksize=\dimen192 ) \tikz@lastx=\dimen193 @@ -809,20 +793,20 @@ \tikz@lastysaved=\dimen196 \tikzleveldistance=\dimen197 \tikzsiblingdistance=\dimen198 -\tikz@figbox=\box55 -\tikz@tempbox=\box56 -\tikztreelevel=\count158 -\tikznumberofchildren=\count159 -\tikznumberofcurrentchild=\count160 -\tikz@fig@count=\count161 +\tikz@figbox=\box54 +\tikz@tempbox=\box55 +\tikztreelevel=\count156 +\tikznumberofchildren=\count157 +\tikznumberofcurrentchild=\count158 +\tikz@fig@count=\count159 (/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 +\pgfmatrixcurrentrow=\count160 +\pgfmatrixcurrentcolumn=\count161 +\pgf@matrix@numberofcolumns=\count162 ) -\tikz@expandcount=\count165 +\tikz@expandcount=\count163 (/usr/share/texmf/tex/generic/pgf/frontendlayer/tikz/libraries/tikzlibrarytopat hs.code.tex @@ -837,7 +821,7 @@ (/usr/share/texlive/texmf-dist/tex/generic/xkeyval/xkeyval.tex \XKV@toks=\toks44 \XKV@tempa@toks=\toks45 -\XKV@depth=\count166 +\XKV@depth=\count164 File: xkeyval.tex 2012/10/14 v2.6b key=value parser (HA) )) (/usr/share/texlive/texmf-dist/tex/latex/nfssext-cfr/nfssext-cfr.sty @@ -847,12 +831,10 @@ (/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 +\c@taken=\count165 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 @@ -1081,8 +1063,6 @@ ... 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 ... @@ -1229,7 +1209,7 @@ ) (/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 +\et@xins=\count166 ) Package: expl3 2014/01/07 v4646 L3 Experimental code bundle wrapper @@ -1247,18 +1227,18 @@ ) (/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 +\c_max_int=\count167 +\l_tmpa_int=\count168 +\l_tmpb_int=\count169 +\g_tmpa_int=\count170 +\g_tmpb_int=\count171 ) (/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 +\g__prg_map_int=\count172 ) (/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3clist.sty Package: l3clist 2013/07/28 v4581 L3 Comma separated lists @@ -1274,11 +1254,11 @@ ) (/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 +\l_iow_line_count_int=\count173 +\l__iow_target_count_int=\count174 +\l__iow_current_line_int=\count175 +\l__iow_current_word_int=\count176 +\l__iow_current_indentation_int=\count177 ) (/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3skip.sty Package: l3skip 2013/07/28 v4581 L3 Dimensions and skips @@ -1304,32 +1284,32 @@ ) (/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 +\g__keyval_level_int=\count178 +\l_keys_choice_int=\count179 ) (/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 +\c__fp_leading_shift_int=\count180 +\c__fp_middle_shift_int=\count181 +\c__fp_trailing_shift_int=\count182 +\c__fp_big_leading_shift_int=\count183 +\c__fp_big_middle_shift_int=\count184 +\c__fp_big_trailing_shift_int=\count185 +\c__fp_Bigg_leading_shift_int=\count186 +\c__fp_Bigg_middle_shift_int=\count187 +\c__fp_Bigg_trailing_shift_int=\count188 ) (/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 +\c_empty_box=\box56 +\l_tmpa_box=\box57 +\l_tmpb_box=\box58 +\g_tmpa_box=\box59 +\g_tmpb_box=\box60 ) (/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_box=\box61 \l__coffin_internal_dim=\dimen259 \l__coffin_offset_x_dim=\dimen260 \l__coffin_offset_y_dim=\dimen261 @@ -1337,14 +1317,14 @@ \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 +\c_empty_coffin=\box62 +\l__coffin_aligned_coffin=\box63 +\l__coffin_aligned_internal_coffin=\box64 +\l_tmpa_coffin=\box65 +\l_tmpb_coffin=\box66 +\l__coffin_display_coffin=\box67 +\l__coffin_display_coord_coffin=\box68 +\l__coffin_display_pole_coffin=\box69 \l__coffin_display_offset_dim=\dimen266 \l__coffin_display_x_dim=\dimen267 \l__coffin_display_y_dim=\dimen268 @@ -1354,8 +1334,8 @@ ) (/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 +\g__cctab_allocate_int=\count189 +\g__cctab_stack_int=\count190 ) (/usr/share/texlive/texmf-dist/tex/latex/l3kernel/l3candidates.sty Package: l3candidates 2014/01/06 v4643 L3 Experimental additions to l3kernel @@ -1367,7 +1347,7 @@ \l__box_bottom_new_dim=\dimen274 \l__box_left_new_dim=\dimen275 \l__box_right_new_dim=\dimen276 -\l__box_internal_box=\box71 +\l__box_internal_box=\box70 \l__coffin_bounding_shift_dim=\dimen277 \l__coffin_left_corner_dim=\dimen278 \l__coffin_right_corner_dim=\dimen279 @@ -1378,1486 +1358,43 @@ )) (/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) +\l__xparse_current_arg_int=\count191 +\l__xparse_m_args_int=\count192 +\l__xparse_mandatory_args_int=\count193 +\l__xparse_processor_int=\count194 +\l__xparse_v_nesting_int=\count195 ) -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/feynmanDiagram_DrellYan_wRad.png Graphic file (type QTm) - -File: images/Q2_x.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 - -] -File: images/mumu_iso_yeartrig_sig.png Graphic file (type QTm) - -File: images/mumu_iso_yeartrig.png Graphic file (type QTm) - - -Overfull \vbox (7.28412pt too high) detected at line 301 - [] - -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/Z0_iso.pdf Graphic file (type QTm) - -File: images/iso.png Graphic file (type QTm) - -Overfull \vbox (6.17694pt too high) detected at line 326 - [] - -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 - -] -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 - -] -\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 351. -Package atveryend Info: Empty hook `AfterLastShipout' on input line 351. - (./mchrzasz.aux) -Package atveryend Info: Empty hook `AtVeryEndDocument' on input line 351. -Package atveryend Info: Empty hook `AtEndAfterFileList' on input line 351. -Package logreq Info: Writing requests to 'mchrzasz.run.xml'. -\openout1 = `mchrzasz.run.xml'. - -Package atveryend Info: Empty hook `AtVeryVeryEnd' on input line 351. - ) +!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! +! +! Fatal fontspec error: "cannot-use-pdftex" +! +! The fontspec package requires either XeTeX or LuaTeX to function. +! +! You must change your typesetting engine to, e.g., "xelatex" or "lualatex" +! instead of plain "latex" or "pdflatex". +! +! See the fontspec documentation for further information. +! +! For immediate help type H . +!............................................... + +l.41 } + +? + ) ) Here is how much of TeX's memory you used: - 47819 strings out of 493918 - 940438 string characters out of 6150564 - 1274176 words of memory out of 5000000 - 50121 multiletter control sequences out of 15000+600000 - 29348 words of font info for 120 fonts, out of 8000000 for 9000 - 1144 hyphenation exceptions out of 8191 - 61i,17n,73p,10479b,1436s stack positions out of 5000i,500n,10000p,200000b,80000s + 24321 strings out of 493304 + 456565 string characters out of 6139872 + 549758 words of memory out of 5000000 + 27265 multiletter control sequences out of 15000+600000 + 5817 words of font info for 18 fonts, out of 8000000 for 9000 + 957 hyphenation exceptions out of 8191 + 61i,1n,70p,10479b,277s stack positions out of 5000i,500n,10000p,200000b,80000s -Output written on mchrzasz.pdf (6 pages). +No pages of output. +PDF statistics: + 10 PDF objects out of 1000 (max. 8388607) + 0 named destinations out of 1000 (max. 500000) + 37 words of extra memory for PDF output out of 10000 (max. 10000000) + diff --git a/Drell_Yan/LHCbweek_12_2015/mchrzasz.pdf b/Drell_Yan/LHCbweek_12_2015/mchrzasz.pdf index 5df1e8e..e69de29 100644 --- a/Drell_Yan/LHCbweek_12_2015/mchrzasz.pdf +++ b/Drell_Yan/LHCbweek_12_2015/mchrzasz.pdf Binary files differ diff --git a/Drell_Yan/LHCbweek_12_2015/mchrzasz.tex b/Drell_Yan/LHCbweek_12_2015/mchrzasz.tex index 2ed1d6c..a0b42c0 100644 --- a/Drell_Yan/LHCbweek_12_2015/mchrzasz.tex +++ b/Drell_Yan/LHCbweek_12_2015/mchrzasz.tex @@ -246,7 +246,7 @@ % \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}{Electroweak WG, CERN\\September 7, 2015} + \textcolor{normal text.fg!50!Comment}{Analysis and Software Week, CERN\\January 27, 2016} \end{center} \end{frame} } diff --git a/HFDM/Makefile b/HFDM/Makefile new file mode 100644 index 0000000..e4cf8e8 --- /dev/null +++ b/HFDM/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/HFDM/beamercolorthemeFlip.sty b/HFDM/beamercolorthemeFlip.sty new file mode 100755 index 0000000..d6b9c50 --- /dev/null +++ b/HFDM/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/HFDM/beamerinnerthemeFlip.sty b/HFDM/beamerinnerthemeFlip.sty new file mode 100755 index 0000000..9910f4d --- /dev/null +++ b/HFDM/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/HFDM/beamerouterthemeFlip.sty b/HFDM/beamerouterthemeFlip.sty new file mode 100755 index 0000000..d12f6d6 --- /dev/null +++ b/HFDM/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/HFDM/beamerouterthemedecolines.sty b/HFDM/beamerouterthemedecolines.sty new file mode 100755 index 0000000..669e493 --- /dev/null +++ b/HFDM/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/HFDM/beamerthemeFlip.sty b/HFDM/beamerthemeFlip.sty new file mode 100755 index 0000000..a615ff5 --- /dev/null +++ b/HFDM/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/HFDM/images/.DS_Store b/HFDM/images/.DS_Store new file mode 100644 index 0000000..5008ddf --- /dev/null +++ b/HFDM/images/.DS_Store Binary files differ diff --git a/HFDM/images/BG_both.png b/HFDM/images/BG_both.png new file mode 100755 index 0000000..49b62d5 --- /dev/null +++ b/HFDM/images/BG_both.png Binary files differ diff --git a/HFDM/images/BG_lower.png b/HFDM/images/BG_lower.png new file mode 100755 index 0000000..073034a --- /dev/null +++ b/HFDM/images/BG_lower.png Binary files differ diff --git a/HFDM/images/BG_upper.png b/HFDM/images/BG_upper.png new file mode 100755 index 0000000..4cfcc07 --- /dev/null +++ b/HFDM/images/BG_upper.png Binary files differ diff --git a/HFDM/images/Dr-Thomas-Blake.jpg b/HFDM/images/Dr-Thomas-Blake.jpg new file mode 100644 index 0000000..981e54f --- /dev/null +++ b/HFDM/images/Dr-Thomas-Blake.jpg Binary files differ diff --git a/HFDM/images/Marc-OlivierBettler.jpg b/HFDM/images/Marc-OlivierBettler.jpg new file mode 100644 index 0000000..5ef1fd9 --- /dev/null +++ b/HFDM/images/Marc-OlivierBettler.jpg Binary files differ diff --git a/HFDM/images/ST_logo.gif b/HFDM/images/ST_logo.gif new file mode 100644 index 0000000..fcb090c --- /dev/null +++ b/HFDM/images/ST_logo.gif Binary files differ diff --git a/HFDM/images/ST_logo.png b/HFDM/images/ST_logo.png new file mode 100644 index 0000000..81d2f0d --- /dev/null +++ b/HFDM/images/ST_logo.png Binary files differ diff --git a/HFDM/images/ST_logosmall.gif b/HFDM/images/ST_logosmall.gif new file mode 100644 index 0000000..9db1daa --- /dev/null +++ b/HFDM/images/ST_logosmall.gif Binary files differ diff --git a/HFDM/images/Z_rich_18.jpg b/HFDM/images/Z_rich_18.jpg new file mode 100644 index 0000000..5899422 --- /dev/null +++ b/HFDM/images/Z_rich_18.jpg Binary files differ diff --git a/HFDM/images/Z_rich_24.jpg b/HFDM/images/Z_rich_24.jpg new file mode 100644 index 0000000..98b4d4a --- /dev/null +++ b/HFDM/images/Z_rich_24.jpg Binary files differ diff --git a/HFDM/images/Z_rich_30.jpg b/HFDM/images/Z_rich_30.jpg new file mode 100644 index 0000000..59ee3dd --- /dev/null +++ b/HFDM/images/Z_rich_30.jpg Binary files differ diff --git a/HFDM/images/andrea.jpg b/HFDM/images/andrea.jpg new file mode 100644 index 0000000..c92e2d9 --- /dev/null +++ b/HFDM/images/andrea.jpg Binary files differ diff --git a/HFDM/images/andrey.jpg b/HFDM/images/andrey.jpg new file mode 100644 index 0000000..af68c9d --- /dev/null +++ b/HFDM/images/andrey.jpg Binary files differ diff --git a/HFDM/images/bubble2.jpg b/HFDM/images/bubble2.jpg new file mode 100644 index 0000000..0fd03bb --- /dev/null +++ b/HFDM/images/bubble2.jpg Binary files differ diff --git a/HFDM/images/carmelina.jpg b/HFDM/images/carmelina.jpg new file mode 100644 index 0000000..376575c --- /dev/null +++ b/HFDM/images/carmelina.jpg Binary files differ diff --git a/HFDM/images/derotate.sh b/HFDM/images/derotate.sh new file mode 100755 index 0000000..ba653b9 --- /dev/null +++ b/HFDM/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/HFDM/images/dettori2.jpg b/HFDM/images/dettori2.jpg new file mode 100644 index 0000000..6baf65a --- /dev/null +++ b/HFDM/images/dettori2.jpg Binary files differ diff --git a/HFDM/images/elena.jpg b/HFDM/images/elena.jpg new file mode 100644 index 0000000..24fcf02 --- /dev/null +++ b/HFDM/images/elena.jpg Binary files differ diff --git a/HFDM/images/federica.jpg b/HFDM/images/federica.jpg new file mode 100644 index 0000000..323e5b2 --- /dev/null +++ b/HFDM/images/federica.jpg Binary files differ diff --git a/HFDM/images/getFromAFS.sh b/HFDM/images/getFromAFS.sh new file mode 100644 index 0000000..7d73a4a --- /dev/null +++ b/HFDM/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/HFDM/images/ifj.png b/HFDM/images/ifj.png new file mode 100644 index 0000000..89f0b7b --- /dev/null +++ b/HFDM/images/ifj.png Binary files differ diff --git a/HFDM/images/lhcb-logo-bad.pdf b/HFDM/images/lhcb-logo-bad.pdf new file mode 100644 index 0000000..fbfd59e --- /dev/null +++ b/HFDM/images/lhcb-logo-bad.pdf Binary files differ diff --git a/HFDM/images/lhcb-logo.pdf b/HFDM/images/lhcb-logo.pdf new file mode 100644 index 0000000..86de47e --- /dev/null +++ b/HFDM/images/lhcb-logo.pdf Binary files differ diff --git a/HFDM/images/lhcb-logo.svg b/HFDM/images/lhcb-logo.svg new file mode 100644 index 0000000..40e1423 --- /dev/null +++ b/HFDM/images/lhcb-logo.svg @@ -0,0 +1,110 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/HFDM/images/tim.png b/HFDM/images/tim.png new file mode 100644 index 0000000..354e700 --- /dev/null +++ b/HFDM/images/tim.png Binary files differ diff --git a/HFDM/images/uzh-transp.pdf b/HFDM/images/uzh-transp.pdf new file mode 100644 index 0000000..b2e1282 --- /dev/null +++ b/HFDM/images/uzh-transp.pdf Binary files differ diff --git a/HFDM/images/uzh.pdf b/HFDM/images/uzh.pdf new file mode 100644 index 0000000..5ac62c7 --- /dev/null +++ b/HFDM/images/uzh.pdf Binary files differ diff --git a/HFDM/images/uzh_logo_e_pos.eps b/HFDM/images/uzh_logo_e_pos.eps new file mode 100755 index 0000000..af2734d --- /dev/null +++ b/HFDM/images/uzh_logo_e_pos.eps Binary files differ diff --git a/HFDM/images/uzh_logo_e_pos_gross.tif b/HFDM/images/uzh_logo_e_pos_gross.tif new file mode 100755 index 0000000..f212825 --- /dev/null +++ b/HFDM/images/uzh_logo_e_pos_gross.tif Binary files differ diff --git a/HFDM/images/workshop.jpg b/HFDM/images/workshop.jpg new file mode 100644 index 0000000..623cc01 --- /dev/null +++ b/HFDM/images/workshop.jpg Binary files differ diff --git a/HFDM/mchrzasz+mp.sh b/HFDM/mchrzasz+mp.sh new file mode 100644 index 0000000..1a24852 --- /dev/null +++ b/HFDM/mchrzasz+mp.sh @@ -0,0 +1 @@ +#!/bin/sh diff --git a/HFDM/mchrzasz-blx.bib b/HFDM/mchrzasz-blx.bib new file mode 100644 index 0000000..9e405b3 --- /dev/null +++ b/HFDM/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/HFDM/mchrzasz.aux b/HFDM/mchrzasz.aux new file mode 100644 index 0000000..dd00444 --- /dev/null +++ b/HFDM/mchrzasz.aux @@ -0,0 +1,77 @@ +\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 {pgfid7}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{2}{2/2}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {2}{2}}} +\pgfsyspdfmark {pgfid8}{0}{0} +\pgfsyspdfmark {pgfid9}{0}{0} +\HyPL@Entry{2<>} +\pgfsyspdfmark {pgfid12}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{3}{3/3}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {3}{3}}} +\pgfsyspdfmark {pgfid13}{0}{0} +\pgfsyspdfmark {pgfid14}{0}{0} +\HyPL@Entry{3<>} +\pgfsyspdfmark {pgfid17}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{4}{4/4}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {4}{4}}} +\pgfsyspdfmark {pgfid18}{0}{0} +\pgfsyspdfmark {pgfid19}{0}{0} +\HyPL@Entry{4<>} +\pgfsyspdfmark {pgfid20}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{5}{5/5}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {5}{5}}} +\pgfsyspdfmark {pgfid21}{0}{0} +\pgfsyspdfmark {pgfid22}{0}{0} +\HyPL@Entry{5<>} +\pgfsyspdfmark {pgfid23}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{6}{6/6}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {6}{6}}} +\pgfsyspdfmark {pgfid24}{0}{0} +\pgfsyspdfmark {pgfid25}{0}{0} +\HyPL@Entry{6<>} +\pgfsyspdfmark {pgfid27}{23867907}{17900937} +\pgfsyspdfmark {pgfid26}{1432016}{9861799} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{7}{7/7}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {7}{7}}} +\pgfsyspdfmark {pgfid28}{0}{0} +\pgfsyspdfmark {pgfid29}{0}{0} +\@writefile{nav}{\headcommand {\beamer@partpages {1}{7}}} +\@writefile{nav}{\headcommand {\beamer@subsectionpages {1}{7}}} +\@writefile{nav}{\headcommand {\beamer@sectionpages {1}{7}}} +\@writefile{nav}{\headcommand {\beamer@documentpages {7}}} +\@writefile{nav}{\headcommand {\def \inserttotalframenumber {6}}} diff --git a/HFDM/mchrzasz.log b/HFDM/mchrzasz.log new file mode 100644 index 0000000..9a0cab8 --- /dev/null +++ b/HFDM/mchrzasz.log @@ -0,0 +1,2883 @@ +This is XeTeX, Version 3.1415926-2.5-0.9999.3 (TeX Live 2013/Debian) (format=xelatex 2015.4.1) 20 FEB 2016 14:30 +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 203. + +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 209. +LaTeX Font Info: ... okay on input line 209. +LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 209. +LaTeX Font Info: ... okay on input line 209. +LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 209. +LaTeX Font Info: ... okay on input line 209. +LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 209. +LaTeX Font Info: ... okay on input line 209. +LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 209. +LaTeX Font Info: ... okay on input line 209. +LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 209. +LaTeX Font Info: ... okay on input line 209. +LaTeX Font Info: Checking defaults for PD1/pdf/m/n on input line 209. +LaTeX Font Info: ... okay on input line 209. +LaTeX Font Info: Checking defaults for PU/pdf/m/n on input line 209. +LaTeX Font Info: ... okay on input line 209. +LaTeX Font Info: Checking defaults for OT4/cmr/m/n on input line 209. +LaTeX Font Info: Try loading font information for OT4+cmr on input line 209. + + (/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 209. +LaTeX Font Info: Checking defaults for LY1/ptm/m/n on input line 209. +LaTeX Font Info: ... okay on input line 209. +LaTeX Font Info: Checking defaults for EU1/lmr/m/n on input line 209. +LaTeX Font Info: ... okay on input line 209. +LaTeX Font Info: Checking defaults for T3/cmr/m/n on input line 209. +LaTeX Font Info: Try loading font information for T3+cmr on input line 209. + +(/usr/share/texmf/tex/latex/tipa/t3cmr.fd +File: t3cmr.fd 2001/12/31 TIPA font definitions +) +LaTeX Font Info: ... okay on input line 209. + +*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 209. + +(/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 209. +LaTeX Info: Redefining \pageref on input line 209. +LaTeX Info: Redefining \nameref on input line 209. + +(./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 209. + +*** 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 209. +Package biblatex Info: Reference segment=0 on input line 209. +(./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 209. + + (/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 209 +. + +(/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 209 +. + +(/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 209. +LaTeX Font Info: External font `plex10' loaded for size +(Font) <7> on input line 209. +LaTeX Font Info: External font `plex10' loaded for size +(Font) <5> on input line 209. +LaTeX Font Info: Try loading font information for U+msa on input line 209. + +(/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 209. + +(/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 209. + +(/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 209. +LaTeX Font Info: External font `plex10' loaded for size +(Font) <8> on input line 209. +LaTeX Font Info: External font `plex10' loaded for size +(Font) <6> on input line 209. +\c__siunitx_mathtt_int=\count441 +LaTeX Font Info: Try loading font information for OT4+cmtt on input line 209 +. + +(/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/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 + +] +File: images/federica.jpg Graphic file (type QTm) + +File: images/elena.jpg Graphic file (type QTm) + +File: images/andrea.jpg 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 + +] +File: images/carmelina.jpg Graphic file (type QTm) + +Overfull \vbox (20.11476pt too high) detected at line 299 + [] + +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/workshop.jpg Graphic file (type QTm) + +Overfull \vbox (79.28168pt too high) detected at line 315 + [] + +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 + +] +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 + +] +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 + +] +\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: +................................................. + +[7 + +] +\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 361. +Package atveryend Info: Empty hook `AfterLastShipout' on input line 361. + (./mchrzasz.aux) +Package atveryend Info: Empty hook `AtVeryEndDocument' on input line 361. +Package atveryend Info: Empty hook `AtEndAfterFileList' on input line 361. +Package logreq Info: Writing requests to 'mchrzasz.run.xml'. +\openout1 = `mchrzasz.run.xml'. + +Package atveryend Info: Empty hook `AtVeryVeryEnd' on input line 361. + ) +Here is how much of TeX's memory you used: + 47848 strings out of 493918 + 941210 string characters out of 6150564 + 1273199 words of memory out of 5000000 + 50146 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,1439s stack positions out of 5000i,500n,10000p,200000b,80000s + +Output written on mchrzasz.pdf (7 pages). diff --git a/HFDM/mchrzasz.nav b/HFDM/mchrzasz.nav new file mode 100644 index 0000000..de7ee36 --- /dev/null +++ b/HFDM/mchrzasz.nav @@ -0,0 +1,21 @@ +\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 {\beamer@partpages {1}{7}} +\headcommand {\beamer@subsectionpages {1}{7}} +\headcommand {\beamer@sectionpages {1}{7}} +\headcommand {\beamer@documentpages {7}} +\headcommand {\def \inserttotalframenumber {6}} diff --git a/HFDM/mchrzasz.out b/HFDM/mchrzasz.out new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/HFDM/mchrzasz.out diff --git a/HFDM/mchrzasz.pdf b/HFDM/mchrzasz.pdf new file mode 100644 index 0000000..eba57b1 --- /dev/null +++ b/HFDM/mchrzasz.pdf Binary files differ diff --git a/HFDM/mchrzasz.run.xml b/HFDM/mchrzasz.run.xml new file mode 100644 index 0000000..3368f59 --- /dev/null +++ b/HFDM/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/HFDM/mchrzasz.snm b/HFDM/mchrzasz.snm new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/HFDM/mchrzasz.snm diff --git a/HFDM/mchrzasz.tex b/HFDM/mchrzasz.tex new file mode 100644 index 0000000..75abd2d --- /dev/null +++ b/HFDM/mchrzasz.tex @@ -0,0 +1,361 @@ +\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}} + + + +\author{ {\fontspec{Trebuchet MS}Marcin Chrz\k{a}szcz} (Universit\"{a}t Z\"{u}rich, IFJ PAN)} +\institute{UZH} +\title[Heavy Flavour Data Mining summary]{Heavy Flavour Data Mining summary} +\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 {Heavy Flavour Data Mining summary} + \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}{~}{~} +\includegraphics[height=1.1cm]{ifj.png} +\end{column} +\end{columns} + +\vspace{1em} + \footnotesize\textcolor{gray}{Universit\"{a}t Z\"{u}rich, \\ Institute of Nuclear Physics, Polish Academy of Science}\normalsize\\ +\vspace{0.5em} + + \textcolor{normal text.fg!50!Comment}{Heavy Flavour Data Mining, Z\"{u}rich, \\February 20, 2015} +\end{center} +\end{frame} +} + + +\begin{frame}[c]{Credit where it belongs!} + \begin{minipage}{\textwidth} + +\begin{columns} +\column{1.5in} +Students: +\begin{itemize} +\item Federica Lionetto +\item Elena Graverini +\item Andrea Mauri +\end{itemize} +\column{3.5in} + +\includegraphics[width=0.4\textwidth]{images/federica.jpg} +\includegraphics[width=0.2\textwidth]{images/elena.jpg} +\includegraphics[width=0.4\textwidth]{images/andrea.jpg} + + + +\end{columns} + +\begin{exampleblock}{} +I own you guys beer :) +\end{exampleblock} + + + \end{minipage} + \vspace*{2.cm} +\end{frame} + + +\begin{frame}[c]{The biggest thanks go to...} +{~} + \begin{minipage}{\textwidth} + \begin{center} + \includegraphics[width=0.4\textwidth]{images/carmelina.jpg} + \end{center} + +\begin{exampleblock}{} +It's thanks to her everything went so smooth! +\end{exampleblock} + +\end{minipage} + \vspace*{2.cm} +\end{frame} + +\begin{frame}[c]{Last but not the least} +{~} + \begin{minipage}{\textwidth} + \begin{exampleblock}{} +No workshop can be a success without an audience +\end{exampleblock} + + + \begin{center} + \includegraphics[width=0.99\textwidth]{images/workshop.jpg} + \end{center} + +\end{minipage} + \vspace*{2.cm} +\end{frame} + +\begin{frame}[c] +{~} + \begin{minipage}{\textwidth} +\begin{center} +\begin{Huge} +Thank you!\\ +and hope to see you in the future! +\end{Huge} +\end{center} + + +\end{minipage} + \vspace*{2.cm} +\end{frame} + + +\begin{frame}[c]{Advertisement} +{~} + \begin{minipage}{\textwidth} +\begin{center} +\begin{Huge} +There will be a ML school on 19-25 June 2016 at Lund. +{~}\\ +\end{Huge} +\href{https://indico.cern.ch/event/497368/}{https://indico.cern.ch/event/497368/} + +\end{center} + + +\end{minipage} + \vspace*{2.cm} +\end{frame} + + + +\backupbegin + +\begin{frame}\frametitle{Backup} +\topline + +\end{frame} + +\backupend + +\end{document} diff --git a/HFDM/mchrzasz.tex~ b/HFDM/mchrzasz.tex~ new file mode 100644 index 0000000..85cc86a --- /dev/null +++ b/HFDM/mchrzasz.tex~ @@ -0,0 +1,307 @@ +\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}} + + + +\author{ {\fontspec{Trebuchet MS}Marcin Chrz\k{a}szcz} (Universit\"{a}t Z\"{u}rich, IFJ PAN)} +\institute{UZH} +\title[$\PBzero \to \PKstar \Pmuon \APmuon$ update]{$\PBzero \to \PKstar \Pmuon \APmuon$ update} +\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$ update} + \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}{~}{~} +\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}{Zurich meeting, CERN\\September 24, 2014} +\end{center} +\end{frame} +} + + +\begin{frame}[c]{A short introduction to the $\nu$MSM}%{{\footnotesize\href{http://arxiv.org/abs/hep-ph/0503065}{[T. Asaka et al. 2005]}}} +\topline + \begin{minipage}{\textwidth} +\topline + \begin{exampleblock}{} + Leptons and quarks get their mass through the Yukawa interaction: + \vspace*{-0.7em}\begin{align*} + \mathcal{L} = m\,\psi^\dagger_L\, h\, \psi_R + c.c. + \end{align*} + \end{exampleblock} + \begin{figure} + % \centering + \flushleft + %\includegraphics<1-1>[width=0.48\textwidth]{img/neutrinos-sm} + %%\hfill + %\phantom{\includegraphics<1-1>[width=0.48\textwidth]{img/neutrinos-nusm}} + %\includegraphics<2-2>[width=0.48\textwidth]{img/neutrinos-nusm} + \end{figure} + \only<1-2>{\Put(170,180){\begin{minipage}{0.45\textwidth}\vskip0pt plus 1filll + \Alert{\vskip0pt plus 1filll Neutrinos need a right-handed partner to get their masses like the other SM fermions!} + \newline{}%\vskip0pt plus 1filll + %\only<1-1>{\vskip0pt plus 1filll\phantom{An extra \ALERT{$N$} field could exist. It would be a $SU(2)$ singlet, as it is still unobserved.}} + %\only<2-2>{An extra \ALERT{$N$} field could exist. It would be a $SU(2)$ singlet, as it is still unobserved.} + \onslide<2-2>{Three extra \ALERT{$N$} field could exist (\Alert{\textit{sterile neutrinos}}). They would be $SU(2)$ singlets, as they are still unobserved.} + \end{minipage}}} +% \vskip0pt plus 1filll +% \only<1-1>{\phantom{ +% \begin{align*} +% &\mathcal{L} = \bar{N_i}i\slashed\partial N_i - f_{i\alpha}H\bar{N_i}L_\alpha - \frac{M_i}{2}\bar{N_i}^c N_i + h.c. +% \end{align*}}} +% Sterile neutrinos would \Alert{mix to $\nu_{e,\mu,\tau}$} with very small couplings \Alert{$U^2_{e,\mu,\tau}$}.}} + \only<2-2>{ +\vspace{-0.5cm} + \begin{align*} + &\mathcal{L} = \mathcal{L}_{SM} \bar{N_i}i\slashed\partial N_i - f_{i\alpha}H\bar{N_i}L_{\alpha} - \frac{M_i}{2}\bar{N_i}^c N_i + h.c. + \end{align*} +\kern-0.9em +\ALERT{\textbf{Sterile neutrinos}} would \Alert{mix to $\nu_{e,\mu,\tau}$} with very small couplings \Alert{$U^2_{e,\mu,\tau}$}. + } + \end{minipage} + \vspace*{2.cm} +\end{frame} + +\backupbegin + +\begin{frame}\frametitle{Backup} +\topline + +\end{frame} + +\backupend + +\end{document} diff --git a/HFDM/mchrzasz.toc b/HFDM/mchrzasz.toc new file mode 100644 index 0000000..429917f --- /dev/null +++ b/HFDM/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/HFDM/tikzfeynman.sty b/HFDM/tikzfeynman.sty new file mode 100755 index 0000000..521fc65 --- /dev/null +++ b/HFDM/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/IML/04_03_2016/Makefile b/IML/04_03_2016/Makefile new file mode 100644 index 0000000..e4cf8e8 --- /dev/null +++ b/IML/04_03_2016/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/IML/04_03_2016/beamercolorthemeFlip.sty b/IML/04_03_2016/beamercolorthemeFlip.sty new file mode 100755 index 0000000..d6b9c50 --- /dev/null +++ b/IML/04_03_2016/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/IML/04_03_2016/beamerinnerthemeFlip.sty b/IML/04_03_2016/beamerinnerthemeFlip.sty new file mode 100755 index 0000000..9910f4d --- /dev/null +++ b/IML/04_03_2016/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/IML/04_03_2016/beamerouterthemeFlip.sty b/IML/04_03_2016/beamerouterthemeFlip.sty new file mode 100755 index 0000000..d12f6d6 --- /dev/null +++ b/IML/04_03_2016/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/IML/04_03_2016/beamerouterthemedecolines.sty b/IML/04_03_2016/beamerouterthemedecolines.sty new file mode 100755 index 0000000..669e493 --- /dev/null +++ b/IML/04_03_2016/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/IML/04_03_2016/beamerthemeFlip.sty b/IML/04_03_2016/beamerthemeFlip.sty new file mode 100755 index 0000000..a615ff5 --- /dev/null +++ b/IML/04_03_2016/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/IML/04_03_2016/images/.DS_Store b/IML/04_03_2016/images/.DS_Store new file mode 100644 index 0000000..5008ddf --- /dev/null +++ b/IML/04_03_2016/images/.DS_Store Binary files differ diff --git a/IML/04_03_2016/images/BG_both.png b/IML/04_03_2016/images/BG_both.png new file mode 100755 index 0000000..49b62d5 --- /dev/null +++ b/IML/04_03_2016/images/BG_both.png Binary files differ diff --git a/IML/04_03_2016/images/BG_lower.png b/IML/04_03_2016/images/BG_lower.png new file mode 100755 index 0000000..073034a --- /dev/null +++ b/IML/04_03_2016/images/BG_lower.png Binary files differ diff --git a/IML/04_03_2016/images/BG_upper.png b/IML/04_03_2016/images/BG_upper.png new file mode 100755 index 0000000..4cfcc07 --- /dev/null +++ b/IML/04_03_2016/images/BG_upper.png Binary files differ diff --git a/IML/04_03_2016/images/Marc-OlivierBettler.jpg b/IML/04_03_2016/images/Marc-OlivierBettler.jpg new file mode 100644 index 0000000..5ef1fd9 --- /dev/null +++ b/IML/04_03_2016/images/Marc-OlivierBettler.jpg Binary files differ diff --git a/IML/04_03_2016/images/ST_logo.gif b/IML/04_03_2016/images/ST_logo.gif new file mode 100644 index 0000000..fcb090c --- /dev/null +++ b/IML/04_03_2016/images/ST_logo.gif Binary files differ diff --git a/IML/04_03_2016/images/ST_logo.png b/IML/04_03_2016/images/ST_logo.png new file mode 100644 index 0000000..81d2f0d --- /dev/null +++ b/IML/04_03_2016/images/ST_logo.png Binary files differ diff --git a/IML/04_03_2016/images/ST_logosmall.gif b/IML/04_03_2016/images/ST_logosmall.gif new file mode 100644 index 0000000..9db1daa --- /dev/null +++ b/IML/04_03_2016/images/ST_logosmall.gif Binary files differ diff --git a/IML/04_03_2016/images/Z_rich_18.jpg b/IML/04_03_2016/images/Z_rich_18.jpg new file mode 100644 index 0000000..5899422 --- /dev/null +++ b/IML/04_03_2016/images/Z_rich_18.jpg Binary files differ diff --git a/IML/04_03_2016/images/Z_rich_24.jpg b/IML/04_03_2016/images/Z_rich_24.jpg new file mode 100644 index 0000000..98b4d4a --- /dev/null +++ b/IML/04_03_2016/images/Z_rich_24.jpg Binary files differ diff --git a/IML/04_03_2016/images/Z_rich_30.jpg b/IML/04_03_2016/images/Z_rich_30.jpg new file mode 100644 index 0000000..59ee3dd --- /dev/null +++ b/IML/04_03_2016/images/Z_rich_30.jpg Binary files differ diff --git a/IML/04_03_2016/images/andrey.jpg b/IML/04_03_2016/images/andrey.jpg new file mode 100644 index 0000000..78b5e3d --- /dev/null +++ b/IML/04_03_2016/images/andrey.jpg Binary files differ diff --git a/IML/04_03_2016/images/bubble2.jpg b/IML/04_03_2016/images/bubble2.jpg new file mode 100644 index 0000000..0fd03bb --- /dev/null +++ b/IML/04_03_2016/images/bubble2.jpg Binary files differ diff --git a/IML/04_03_2016/images/derotate.sh b/IML/04_03_2016/images/derotate.sh new file mode 100755 index 0000000..ba653b9 --- /dev/null +++ b/IML/04_03_2016/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/IML/04_03_2016/images/dettori2.jpg b/IML/04_03_2016/images/dettori2.jpg new file mode 100644 index 0000000..6baf65a --- /dev/null +++ b/IML/04_03_2016/images/dettori2.jpg Binary files differ diff --git a/IML/04_03_2016/images/gaitan.jpeg b/IML/04_03_2016/images/gaitan.jpeg new file mode 100644 index 0000000..7071380 --- /dev/null +++ b/IML/04_03_2016/images/gaitan.jpeg Binary files differ diff --git a/IML/04_03_2016/images/gaitan.pdf b/IML/04_03_2016/images/gaitan.pdf new file mode 100644 index 0000000..b82c7b3 --- /dev/null +++ b/IML/04_03_2016/images/gaitan.pdf Binary files differ diff --git a/IML/04_03_2016/images/getFromAFS.sh b/IML/04_03_2016/images/getFromAFS.sh new file mode 100644 index 0000000..7d73a4a --- /dev/null +++ b/IML/04_03_2016/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/IML/04_03_2016/images/ifj.png b/IML/04_03_2016/images/ifj.png new file mode 100644 index 0000000..89f0b7b --- /dev/null +++ b/IML/04_03_2016/images/ifj.png Binary files differ diff --git a/IML/04_03_2016/images/lhcb-logo-bad.pdf b/IML/04_03_2016/images/lhcb-logo-bad.pdf new file mode 100644 index 0000000..fbfd59e --- /dev/null +++ b/IML/04_03_2016/images/lhcb-logo-bad.pdf Binary files differ diff --git a/IML/04_03_2016/images/lhcb-logo.pdf b/IML/04_03_2016/images/lhcb-logo.pdf new file mode 100644 index 0000000..86de47e --- /dev/null +++ b/IML/04_03_2016/images/lhcb-logo.pdf Binary files differ diff --git a/IML/04_03_2016/images/lhcb-logo.svg b/IML/04_03_2016/images/lhcb-logo.svg new file mode 100644 index 0000000..40e1423 --- /dev/null +++ b/IML/04_03_2016/images/lhcb-logo.svg @@ -0,0 +1,110 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/IML/04_03_2016/images/pkoppenburg.jpg b/IML/04_03_2016/images/pkoppenburg.jpg new file mode 100644 index 0000000..82cb088 --- /dev/null +++ b/IML/04_03_2016/images/pkoppenburg.jpg Binary files differ diff --git a/IML/04_03_2016/images/problem.png b/IML/04_03_2016/images/problem.png new file mode 100644 index 0000000..92ee72c --- /dev/null +++ b/IML/04_03_2016/images/problem.png Binary files differ diff --git a/IML/04_03_2016/images/raklin.jpg b/IML/04_03_2016/images/raklin.jpg new file mode 100644 index 0000000..2c05aff --- /dev/null +++ b/IML/04_03_2016/images/raklin.jpg Binary files differ diff --git a/IML/04_03_2016/images/tatiana.png b/IML/04_03_2016/images/tatiana.png new file mode 100644 index 0000000..223f7e4 --- /dev/null +++ b/IML/04_03_2016/images/tatiana.png Binary files differ diff --git a/IML/04_03_2016/images/tblake.jpg b/IML/04_03_2016/images/tblake.jpg new file mode 100644 index 0000000..981e54f --- /dev/null +++ b/IML/04_03_2016/images/tblake.jpg Binary files differ diff --git a/IML/04_03_2016/images/tblake.pdf b/IML/04_03_2016/images/tblake.pdf new file mode 100644 index 0000000..effb7ba --- /dev/null +++ b/IML/04_03_2016/images/tblake.pdf Binary files differ diff --git a/IML/04_03_2016/images/tblake.png b/IML/04_03_2016/images/tblake.png new file mode 100644 index 0000000..8e7fb4e --- /dev/null +++ b/IML/04_03_2016/images/tblake.png Binary files differ diff --git a/IML/04_03_2016/images/uzh-transp.pdf b/IML/04_03_2016/images/uzh-transp.pdf new file mode 100644 index 0000000..b2e1282 --- /dev/null +++ b/IML/04_03_2016/images/uzh-transp.pdf Binary files differ diff --git a/IML/04_03_2016/images/uzh.pdf b/IML/04_03_2016/images/uzh.pdf new file mode 100644 index 0000000..5ac62c7 --- /dev/null +++ b/IML/04_03_2016/images/uzh.pdf Binary files differ diff --git a/IML/04_03_2016/images/uzh_logo_e_pos.eps b/IML/04_03_2016/images/uzh_logo_e_pos.eps new file mode 100755 index 0000000..af2734d --- /dev/null +++ b/IML/04_03_2016/images/uzh_logo_e_pos.eps Binary files differ diff --git a/IML/04_03_2016/images/uzh_logo_e_pos_gross.tif b/IML/04_03_2016/images/uzh_logo_e_pos_gross.tif new file mode 100755 index 0000000..f212825 --- /dev/null +++ b/IML/04_03_2016/images/uzh_logo_e_pos_gross.tif Binary files differ diff --git a/IML/04_03_2016/images/zurich-switzerland.jpg b/IML/04_03_2016/images/zurich-switzerland.jpg new file mode 100644 index 0000000..4473660 --- /dev/null +++ b/IML/04_03_2016/images/zurich-switzerland.jpg Binary files differ diff --git a/IML/04_03_2016/mchrzasz+mp.sh b/IML/04_03_2016/mchrzasz+mp.sh new file mode 100644 index 0000000..1a24852 --- /dev/null +++ b/IML/04_03_2016/mchrzasz+mp.sh @@ -0,0 +1 @@ +#!/bin/sh diff --git a/IML/04_03_2016/mchrzasz-blx.bib b/IML/04_03_2016/mchrzasz-blx.bib new file mode 100644 index 0000000..9e405b3 --- /dev/null +++ b/IML/04_03_2016/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/IML/04_03_2016/mchrzasz.aux b/IML/04_03_2016/mchrzasz.aux new file mode 100644 index 0000000..23488f5 --- /dev/null +++ b/IML/04_03_2016/mchrzasz.aux @@ -0,0 +1,60 @@ +\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 {pgfid9}{23867907}{17900937} +\pgfsyspdfmark {pgfid5}{1432016}{11126854} +\pgfsyspdfmark {pgfid6}{1432016}{14151011} +\pgfsyspdfmark {pgfid10}{0}{0} +\pgfsyspdfmark {pgfid11}{0}{0} +\pgfsyspdfmark {pgfid16}{23867907}{17900937} +\pgfsyspdfmark {pgfid12}{1432016}{10828227} +\pgfsyspdfmark {pgfid13}{1432016}{15345518} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{2}{2/3}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {2}{3}}} +\pgfsyspdfmark {pgfid17}{0}{0} +\pgfsyspdfmark {pgfid18}{0}{0} +\HyPL@Entry{3<>} +\pgfsyspdfmark {pgfid20}{23867907}{17900937} +\pgfsyspdfmark {pgfid19}{1432016}{9861799} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{3}{4/4}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {4}{4}}} +\pgfsyspdfmark {pgfid21}{0}{0} +\pgfsyspdfmark {pgfid22}{0}{0} +\@writefile{nav}{\headcommand {\beamer@partpages {1}{4}}} +\@writefile{nav}{\headcommand {\beamer@subsectionpages {1}{4}}} +\@writefile{nav}{\headcommand {\beamer@sectionpages {1}{4}}} +\@writefile{nav}{\headcommand {\beamer@documentpages {4}}} +\@writefile{nav}{\headcommand {\def \inserttotalframenumber {2}}} diff --git a/IML/04_03_2016/mchrzasz.log b/IML/04_03_2016/mchrzasz.log new file mode 100644 index 0000000..7285cd7 --- /dev/null +++ b/IML/04_03_2016/mchrzasz.log @@ -0,0 +1,3027 @@ +This is XeTeX, Version 3.1415926-2.5-0.9999.3 (TeX Live 2013/Debian) (format=xelatex 2015.4.1) 4 MAR 2016 00:07 +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 203. + +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 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\myargthree' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\myargtwo' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\myargtwo' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\myargthree' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `subscript' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\mskip' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `superscript' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\mskip' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\to' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\myargthree' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\myargtwo' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\myargtwo' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\myargthree' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `subscript' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\mskip' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `superscript' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\ast' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\mskip' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\myargthree' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\myargtwo' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\myargtwo' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\myargthree' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\mu' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `subscript' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\mskip' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `superscript' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\mskip' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\myargthree' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\myargtwo' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\myargtwo' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\myargthree' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\mu' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `subscript' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\mskip' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `superscript' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\mskip' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `math shift' on input line 209. + +(./mchrzasz.aux) +\openout1 = `mchrzasz.aux'. + +LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 209. +LaTeX Font Info: ... okay on input line 209. +LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 209. +LaTeX Font Info: ... okay on input line 209. +LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 209. +LaTeX Font Info: ... okay on input line 209. +LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 209. +LaTeX Font Info: ... okay on input line 209. +LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 209. +LaTeX Font Info: ... okay on input line 209. +LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 209. +LaTeX Font Info: ... okay on input line 209. +LaTeX Font Info: Checking defaults for PD1/pdf/m/n on input line 209. +LaTeX Font Info: ... okay on input line 209. +LaTeX Font Info: Checking defaults for PU/pdf/m/n on input line 209. +LaTeX Font Info: ... okay on input line 209. +LaTeX Font Info: Checking defaults for OT4/cmr/m/n on input line 209. +LaTeX Font Info: Try loading font information for OT4+cmr on input line 209. + + (/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 209. +LaTeX Font Info: Checking defaults for LY1/ptm/m/n on input line 209. +LaTeX Font Info: ... okay on input line 209. +LaTeX Font Info: Checking defaults for EU1/lmr/m/n on input line 209. +LaTeX Font Info: ... okay on input line 209. +LaTeX Font Info: Checking defaults for T3/cmr/m/n on input line 209. +LaTeX Font Info: Try loading font information for T3+cmr on input line 209. + +(/usr/share/texmf/tex/latex/tipa/t3cmr.fd +File: t3cmr.fd 2001/12/31 TIPA font definitions +) +LaTeX Font Info: ... okay on input line 209. + +*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 209. + +(/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 209. +LaTeX Info: Redefining \pageref on input line 209. +LaTeX Info: Redefining \nameref on input line 209. + +(./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 209. + +*** 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 209. +Package biblatex Info: Reference segment=0 on input line 209. +(./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 209. + + (/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 209 +. + +(/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 209 +. + +(/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 209. +LaTeX Font Info: External font `plex10' loaded for size +(Font) <5> on input line 209. +LaTeX Font Info: Try loading font information for U+msa on input line 209. + +(/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 209. + +(/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 209. + +(/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 209. +LaTeX Font Info: External font `plex10' loaded for size +(Font) <7> on input line 209. +\c__siunitx_mathsf_int=\count440 +LaTeX Font Info: External font `plex10' loaded for size +(Font) <10.95> on input line 209. +LaTeX Font Info: External font `plex10' loaded for size +(Font) <8> on input line 209. +\c__siunitx_mathtt_int=\count441 +LaTeX Font Info: Try loading font information for OT4+cmtt on input line 209 +. + +(/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/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 + +] +LaTeX Font Info: External font `plex10' loaded for size +(Font) <14.4> on input line 296. +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 + +] +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 + +] +\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: +................................................. + +[4 + +] +\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 307. +Package atveryend Info: Empty hook `AfterLastShipout' on input line 307. + (./mchrzasz.aux) +Package atveryend Info: Empty hook `AtVeryEndDocument' on input line 307. +Package atveryend Info: Empty hook `AtEndAfterFileList' on input line 307. +Package logreq Info: Writing requests to 'mchrzasz.run.xml'. +\openout1 = `mchrzasz.run.xml'. + +Package atveryend Info: Empty hook `AtVeryVeryEnd' on input line 307. + ) +Here is how much of TeX's memory you used: + 47855 strings out of 493918 + 940988 string characters out of 6150564 + 1277159 words of memory out of 5000000 + 50150 multiletter control sequences out of 15000+600000 + 45000 words of font info for 173 fonts, out of 8000000 for 9000 + 1144 hyphenation exceptions out of 8191 + 61i,26n,73p,10479b,1434s stack positions out of 5000i,500n,10000p,200000b,80000s + +Output written on mchrzasz.pdf (4 pages). diff --git a/IML/04_03_2016/mchrzasz.nav b/IML/04_03_2016/mchrzasz.nav new file mode 100644 index 0000000..eb714af --- /dev/null +++ b/IML/04_03_2016/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/3}{}{0}} +\headcommand {\beamer@framepages {2}{3}} +\headcommand {\slideentry {0}{0}{3}{4/4}{}{0}} +\headcommand {\beamer@framepages {4}{4}} +\headcommand {\beamer@partpages {1}{4}} +\headcommand {\beamer@subsectionpages {1}{4}} +\headcommand {\beamer@sectionpages {1}{4}} +\headcommand {\beamer@documentpages {4}} +\headcommand {\def \inserttotalframenumber {2}} diff --git a/IML/04_03_2016/mchrzasz.out b/IML/04_03_2016/mchrzasz.out new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/IML/04_03_2016/mchrzasz.out diff --git a/IML/04_03_2016/mchrzasz.pdf b/IML/04_03_2016/mchrzasz.pdf new file mode 100644 index 0000000..d0cc7c2 --- /dev/null +++ b/IML/04_03_2016/mchrzasz.pdf Binary files differ diff --git a/IML/04_03_2016/mchrzasz.run.xml b/IML/04_03_2016/mchrzasz.run.xml new file mode 100644 index 0000000..3368f59 --- /dev/null +++ b/IML/04_03_2016/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/IML/04_03_2016/mchrzasz.snm b/IML/04_03_2016/mchrzasz.snm new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/IML/04_03_2016/mchrzasz.snm diff --git a/IML/04_03_2016/mchrzasz.tex b/IML/04_03_2016/mchrzasz.tex new file mode 100644 index 0000000..2eade70 --- /dev/null +++ b/IML/04_03_2016/mchrzasz.tex @@ -0,0 +1,304 @@ +\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}} + + + +\author{ {\fontspec{Trebuchet MS}Marcin Chrz\k{a}szcz} (Universit\"{a}t Z\"{u}rich, IFJ PAN)} +\institute{UZH} +\title[Report from the Heavy Flavor Data Mining Workshop]{Report from the Heavy Flavor Data Mining Workshop} +\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 {Report from the Heavy Flavor Data Mining Workshop} + \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}{~}{~} +\includegraphics[height=1.1cm]{ifj.png} +\end{column} +\end{columns} + +\vspace{1em} + \footnotesize\textcolor{gray}{Universit\"{a}t Z\"{u}rich, \\ Institute of Nuclear Physics, Polish Academy of Science}\normalsize\\ +\vspace{0.5em} + + \textcolor{normal text.fg!50!Comment}{Zurich meeting, CERN\\March 4, 2016} +\end{center} +\end{frame} +} + + +\begin{frame}[c]{Credits where they belong!} + + \begin{minipage}{\textwidth} +\begin{columns} + \column{0.22\textwidth} + \includegraphics[width=0.93\textwidth]{images/pkoppenburg.jpg} \\P. Koppenburg + + \column{0.22\textwidth} + \includegraphics[width=0.93\textwidth, height=2cm]{images/tblake.pdf} \\T. Blake + + \column{0.22\textwidth} + \includegraphics[width=0.83\textwidth]{images/Marc-OlivierBettler.jpg} \\M. Bettler + + \column{0.22\textwidth} + \includegraphics[width=0.93\textwidth]{images/dettori2.jpg} \\F. Dettori + +\end{columns} + +\begin{columns} + \column{0.22\textwidth} + + \column{0.23\textwidth} + \includegraphics[width=0.93\textwidth]{images/andrey.jpg} \\A. Ustyuzhanin + + \column{0.27\textwidth} + \includegraphics[width=0.73\textwidth]{images/tatiana.png} \\T. Likhomanenko + + \column{0.22\textwidth} + +\end{columns} + + \end{center} + + \end{minipage} + \vspace*{2.cm} + + + +\end{frame} + +\backupbegin + +\begin{frame}\frametitle{Backup} +\topline + +\end{frame} + +\backupend + +\end{document} diff --git a/IML/04_03_2016/mchrzasz.tex~ b/IML/04_03_2016/mchrzasz.tex~ new file mode 100644 index 0000000..85cc86a --- /dev/null +++ b/IML/04_03_2016/mchrzasz.tex~ @@ -0,0 +1,307 @@ +\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}} + + + +\author{ {\fontspec{Trebuchet MS}Marcin Chrz\k{a}szcz} (Universit\"{a}t Z\"{u}rich, IFJ PAN)} +\institute{UZH} +\title[$\PBzero \to \PKstar \Pmuon \APmuon$ update]{$\PBzero \to \PKstar \Pmuon \APmuon$ update} +\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$ update} + \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}{~}{~} +\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}{Zurich meeting, CERN\\September 24, 2014} +\end{center} +\end{frame} +} + + +\begin{frame}[c]{A short introduction to the $\nu$MSM}%{{\footnotesize\href{http://arxiv.org/abs/hep-ph/0503065}{[T. Asaka et al. 2005]}}} +\topline + \begin{minipage}{\textwidth} +\topline + \begin{exampleblock}{} + Leptons and quarks get their mass through the Yukawa interaction: + \vspace*{-0.7em}\begin{align*} + \mathcal{L} = m\,\psi^\dagger_L\, h\, \psi_R + c.c. + \end{align*} + \end{exampleblock} + \begin{figure} + % \centering + \flushleft + %\includegraphics<1-1>[width=0.48\textwidth]{img/neutrinos-sm} + %%\hfill + %\phantom{\includegraphics<1-1>[width=0.48\textwidth]{img/neutrinos-nusm}} + %\includegraphics<2-2>[width=0.48\textwidth]{img/neutrinos-nusm} + \end{figure} + \only<1-2>{\Put(170,180){\begin{minipage}{0.45\textwidth}\vskip0pt plus 1filll + \Alert{\vskip0pt plus 1filll Neutrinos need a right-handed partner to get their masses like the other SM fermions!} + \newline{}%\vskip0pt plus 1filll + %\only<1-1>{\vskip0pt plus 1filll\phantom{An extra \ALERT{$N$} field could exist. It would be a $SU(2)$ singlet, as it is still unobserved.}} + %\only<2-2>{An extra \ALERT{$N$} field could exist. It would be a $SU(2)$ singlet, as it is still unobserved.} + \onslide<2-2>{Three extra \ALERT{$N$} field could exist (\Alert{\textit{sterile neutrinos}}). They would be $SU(2)$ singlets, as they are still unobserved.} + \end{minipage}}} +% \vskip0pt plus 1filll +% \only<1-1>{\phantom{ +% \begin{align*} +% &\mathcal{L} = \bar{N_i}i\slashed\partial N_i - f_{i\alpha}H\bar{N_i}L_\alpha - \frac{M_i}{2}\bar{N_i}^c N_i + h.c. +% \end{align*}}} +% Sterile neutrinos would \Alert{mix to $\nu_{e,\mu,\tau}$} with very small couplings \Alert{$U^2_{e,\mu,\tau}$}.}} + \only<2-2>{ +\vspace{-0.5cm} + \begin{align*} + &\mathcal{L} = \mathcal{L}_{SM} \bar{N_i}i\slashed\partial N_i - f_{i\alpha}H\bar{N_i}L_{\alpha} - \frac{M_i}{2}\bar{N_i}^c N_i + h.c. + \end{align*} +\kern-0.9em +\ALERT{\textbf{Sterile neutrinos}} would \Alert{mix to $\nu_{e,\mu,\tau}$} with very small couplings \Alert{$U^2_{e,\mu,\tau}$}. + } + \end{minipage} + \vspace*{2.cm} +\end{frame} + +\backupbegin + +\begin{frame}\frametitle{Backup} +\topline + +\end{frame} + +\backupend + +\end{document} diff --git a/IML/04_03_2016/mchrzasz.toc b/IML/04_03_2016/mchrzasz.toc new file mode 100644 index 0000000..429917f --- /dev/null +++ b/IML/04_03_2016/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/IML/04_03_2016/tikzfeynman.sty b/IML/04_03_2016/tikzfeynman.sty new file mode 100755 index 0000000..521fc65 --- /dev/null +++ b/IML/04_03_2016/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/KLL_MoM/BDT12/Makefile b/KLL_MoM/BDT12/Makefile new file mode 100644 index 0000000..e4cf8e8 --- /dev/null +++ b/KLL_MoM/BDT12/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/KLL_MoM/BDT12/beamercolorthemeFlip.sty b/KLL_MoM/BDT12/beamercolorthemeFlip.sty new file mode 100755 index 0000000..d6b9c50 --- /dev/null +++ b/KLL_MoM/BDT12/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/KLL_MoM/BDT12/beamerinnerthemeFlip.sty b/KLL_MoM/BDT12/beamerinnerthemeFlip.sty new file mode 100755 index 0000000..9910f4d --- /dev/null +++ b/KLL_MoM/BDT12/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/KLL_MoM/BDT12/beamerouterthemeFlip.sty b/KLL_MoM/BDT12/beamerouterthemeFlip.sty new file mode 100755 index 0000000..d12f6d6 --- /dev/null +++ b/KLL_MoM/BDT12/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/KLL_MoM/BDT12/beamerouterthemedecolines.sty b/KLL_MoM/BDT12/beamerouterthemedecolines.sty new file mode 100755 index 0000000..669e493 --- /dev/null +++ b/KLL_MoM/BDT12/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/KLL_MoM/BDT12/beamerthemeFlip.sty b/KLL_MoM/BDT12/beamerthemeFlip.sty new file mode 100755 index 0000000..a615ff5 --- /dev/null +++ b/KLL_MoM/BDT12/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/KLL_MoM/BDT12/images/.DS_Store b/KLL_MoM/BDT12/images/.DS_Store new file mode 100644 index 0000000..5008ddf --- /dev/null +++ b/KLL_MoM/BDT12/images/.DS_Store Binary files differ diff --git a/KLL_MoM/BDT12/images/B2kll/0.1.png b/KLL_MoM/BDT12/images/B2kll/0.1.png new file mode 100644 index 0000000..dc3be6c --- /dev/null +++ b/KLL_MoM/BDT12/images/B2kll/0.1.png Binary files differ diff --git a/KLL_MoM/BDT12/images/B2kll/0.2.png b/KLL_MoM/BDT12/images/B2kll/0.2.png new file mode 100644 index 0000000..df24584 --- /dev/null +++ b/KLL_MoM/BDT12/images/B2kll/0.2.png Binary files differ diff --git a/KLL_MoM/BDT12/images/B2kll/0.3.png b/KLL_MoM/BDT12/images/B2kll/0.3.png new file mode 100644 index 0000000..f32503f --- /dev/null +++ b/KLL_MoM/BDT12/images/B2kll/0.3.png Binary files differ diff --git a/KLL_MoM/BDT12/images/B2kll/0.4.png b/KLL_MoM/BDT12/images/B2kll/0.4.png new file mode 100644 index 0000000..9e1000c --- /dev/null +++ b/KLL_MoM/BDT12/images/B2kll/0.4.png Binary files differ diff --git a/KLL_MoM/BDT12/images/B2kll/0.5.png b/KLL_MoM/BDT12/images/B2kll/0.5.png new file mode 100644 index 0000000..8011189 --- /dev/null +++ b/KLL_MoM/BDT12/images/B2kll/0.5.png Binary files differ diff --git a/KLL_MoM/BDT12/images/B2kll/0.6.png b/KLL_MoM/BDT12/images/B2kll/0.6.png new file mode 100644 index 0000000..a0d2e13 --- /dev/null +++ b/KLL_MoM/BDT12/images/B2kll/0.6.png Binary files differ diff --git a/KLL_MoM/BDT12/images/B2kll/BDT_consistance_DT_base.png b/KLL_MoM/BDT12/images/B2kll/BDT_consistance_DT_base.png new file mode 100644 index 0000000..bbd6eac --- /dev/null +++ b/KLL_MoM/BDT12/images/B2kll/BDT_consistance_DT_base.png Binary files differ diff --git a/KLL_MoM/BDT12/images/B2kll/BDT_consistance_DT_ep.png b/KLL_MoM/BDT12/images/B2kll/BDT_consistance_DT_ep.png new file mode 100644 index 0000000..542e30b --- /dev/null +++ b/KLL_MoM/BDT12/images/B2kll/BDT_consistance_DT_ep.png Binary files differ diff --git a/KLL_MoM/BDT12/images/B2kll/BDT_consistance_DT_kpid.png b/KLL_MoM/BDT12/images/B2kll/BDT_consistance_DT_kpid.png new file mode 100644 index 0000000..46fec04 --- /dev/null +++ b/KLL_MoM/BDT12/images/B2kll/BDT_consistance_DT_kpid.png Binary files differ diff --git a/KLL_MoM/BDT12/images/B2kll/BDT_consistance_DT_kpt.png b/KLL_MoM/BDT12/images/B2kll/BDT_consistance_DT_kpt.png new file mode 100644 index 0000000..99c87e9 --- /dev/null +++ b/KLL_MoM/BDT12/images/B2kll/BDT_consistance_DT_kpt.png Binary files differ diff --git a/KLL_MoM/BDT12/images/B2kll/BDT_consistance_bkg_DT_base.png b/KLL_MoM/BDT12/images/B2kll/BDT_consistance_bkg_DT_base.png new file mode 100644 index 0000000..77e30ad --- /dev/null +++ b/KLL_MoM/BDT12/images/B2kll/BDT_consistance_bkg_DT_base.png Binary files differ diff --git a/KLL_MoM/BDT12/images/B2kll/BDT_consistance_bkg_DT_ep.png b/KLL_MoM/BDT12/images/B2kll/BDT_consistance_bkg_DT_ep.png new file mode 100644 index 0000000..75df3ee --- /dev/null +++ b/KLL_MoM/BDT12/images/B2kll/BDT_consistance_bkg_DT_ep.png Binary files differ diff --git a/KLL_MoM/BDT12/images/B2kll/BDT_consistance_bkg_DT_kpid.png b/KLL_MoM/BDT12/images/B2kll/BDT_consistance_bkg_DT_kpid.png new file mode 100644 index 0000000..d59cbc5 --- /dev/null +++ b/KLL_MoM/BDT12/images/B2kll/BDT_consistance_bkg_DT_kpid.png Binary files differ diff --git a/KLL_MoM/BDT12/images/B2kll/BDT_consistance_bkg_DT_kpt.png b/KLL_MoM/BDT12/images/B2kll/BDT_consistance_bkg_DT_kpt.png new file mode 100644 index 0000000..2eb167e --- /dev/null +++ b/KLL_MoM/BDT12/images/B2kll/BDT_consistance_bkg_DT_kpt.png Binary files differ diff --git a/KLL_MoM/BDT12/images/B2kll/BDT_consistance_sig_DT_base.png b/KLL_MoM/BDT12/images/B2kll/BDT_consistance_sig_DT_base.png new file mode 100644 index 0000000..9158d59 --- /dev/null +++ b/KLL_MoM/BDT12/images/B2kll/BDT_consistance_sig_DT_base.png Binary files differ diff --git a/KLL_MoM/BDT12/images/B2kll/BDT_consistance_sig_DT_ep.png b/KLL_MoM/BDT12/images/B2kll/BDT_consistance_sig_DT_ep.png new file mode 100644 index 0000000..bc34d81 --- /dev/null +++ b/KLL_MoM/BDT12/images/B2kll/BDT_consistance_sig_DT_ep.png Binary files differ diff --git a/KLL_MoM/BDT12/images/B2kll/BDT_consistance_sig_DT_kpid.png b/KLL_MoM/BDT12/images/B2kll/BDT_consistance_sig_DT_kpid.png new file mode 100644 index 0000000..0d04042 --- /dev/null +++ b/KLL_MoM/BDT12/images/B2kll/BDT_consistance_sig_DT_kpid.png Binary files differ diff --git a/KLL_MoM/BDT12/images/B2kll/BDT_consistance_sig_DT_kpt.png b/KLL_MoM/BDT12/images/B2kll/BDT_consistance_sig_DT_kpt.png new file mode 100644 index 0000000..c0356ef --- /dev/null +++ b/KLL_MoM/BDT12/images/B2kll/BDT_consistance_sig_DT_kpt.png Binary files differ diff --git a/KLL_MoM/BDT12/images/B2kll/Bkg_DT_kpt.png b/KLL_MoM/BDT12/images/B2kll/Bkg_DT_kpt.png new file mode 100644 index 0000000..ed981f2 --- /dev/null +++ b/KLL_MoM/BDT12/images/B2kll/Bkg_DT_kpt.png Binary files differ diff --git a/KLL_MoM/BDT12/images/B2kll/Roc_consistance_DT_base.png b/KLL_MoM/BDT12/images/B2kll/Roc_consistance_DT_base.png new file mode 100644 index 0000000..759dd8d --- /dev/null +++ b/KLL_MoM/BDT12/images/B2kll/Roc_consistance_DT_base.png Binary files differ diff --git a/KLL_MoM/BDT12/images/B2kll/Roc_consistance_DT_ep.png b/KLL_MoM/BDT12/images/B2kll/Roc_consistance_DT_ep.png new file mode 100644 index 0000000..1dbe70e --- /dev/null +++ b/KLL_MoM/BDT12/images/B2kll/Roc_consistance_DT_ep.png Binary files differ diff --git a/KLL_MoM/BDT12/images/B2kll/Roc_consistance_DT_kpid.png b/KLL_MoM/BDT12/images/B2kll/Roc_consistance_DT_kpid.png new file mode 100644 index 0000000..490e2b0 --- /dev/null +++ b/KLL_MoM/BDT12/images/B2kll/Roc_consistance_DT_kpid.png Binary files differ diff --git a/KLL_MoM/BDT12/images/B2kll/Roc_consistance_DT_kpt.png b/KLL_MoM/BDT12/images/B2kll/Roc_consistance_DT_kpt.png new file mode 100644 index 0000000..b76d054 --- /dev/null +++ b/KLL_MoM/BDT12/images/B2kll/Roc_consistance_DT_kpt.png Binary files differ diff --git a/KLL_MoM/BDT12/images/B2kll/Sig_DT_base.png b/KLL_MoM/BDT12/images/B2kll/Sig_DT_base.png new file mode 100644 index 0000000..9827325 --- /dev/null +++ b/KLL_MoM/BDT12/images/B2kll/Sig_DT_base.png Binary files differ diff --git a/KLL_MoM/BDT12/images/B2kll/rocs.png b/KLL_MoM/BDT12/images/B2kll/rocs.png new file mode 100644 index 0000000..24729d0 --- /dev/null +++ b/KLL_MoM/BDT12/images/B2kll/rocs.png Binary files differ diff --git a/KLL_MoM/BDT12/images/BG_both.png b/KLL_MoM/BDT12/images/BG_both.png new file mode 100755 index 0000000..49b62d5 --- /dev/null +++ b/KLL_MoM/BDT12/images/BG_both.png Binary files differ diff --git a/KLL_MoM/BDT12/images/BG_lower.png b/KLL_MoM/BDT12/images/BG_lower.png new file mode 100755 index 0000000..073034a --- /dev/null +++ b/KLL_MoM/BDT12/images/BG_lower.png Binary files differ diff --git a/KLL_MoM/BDT12/images/BG_upper.png b/KLL_MoM/BDT12/images/BG_upper.png new file mode 100755 index 0000000..4cfcc07 --- /dev/null +++ b/KLL_MoM/BDT12/images/BG_upper.png Binary files differ diff --git a/KLL_MoM/BDT12/images/ST_logo.gif b/KLL_MoM/BDT12/images/ST_logo.gif new file mode 100644 index 0000000..fcb090c --- /dev/null +++ b/KLL_MoM/BDT12/images/ST_logo.gif Binary files differ diff --git a/KLL_MoM/BDT12/images/ST_logo.png b/KLL_MoM/BDT12/images/ST_logo.png new file mode 100644 index 0000000..81d2f0d --- /dev/null +++ b/KLL_MoM/BDT12/images/ST_logo.png Binary files differ diff --git a/KLL_MoM/BDT12/images/ST_logosmall.gif b/KLL_MoM/BDT12/images/ST_logosmall.gif new file mode 100644 index 0000000..9db1daa --- /dev/null +++ b/KLL_MoM/BDT12/images/ST_logosmall.gif Binary files differ diff --git a/KLL_MoM/BDT12/images/Z_rich_18.jpg b/KLL_MoM/BDT12/images/Z_rich_18.jpg new file mode 100644 index 0000000..5899422 --- /dev/null +++ b/KLL_MoM/BDT12/images/Z_rich_18.jpg Binary files differ diff --git a/KLL_MoM/BDT12/images/Z_rich_24.jpg b/KLL_MoM/BDT12/images/Z_rich_24.jpg new file mode 100644 index 0000000..98b4d4a --- /dev/null +++ b/KLL_MoM/BDT12/images/Z_rich_24.jpg Binary files differ diff --git a/KLL_MoM/BDT12/images/Z_rich_30.jpg b/KLL_MoM/BDT12/images/Z_rich_30.jpg new file mode 100644 index 0000000..59ee3dd --- /dev/null +++ b/KLL_MoM/BDT12/images/Z_rich_30.jpg Binary files differ diff --git a/KLL_MoM/BDT12/images/bubble2.jpg b/KLL_MoM/BDT12/images/bubble2.jpg new file mode 100644 index 0000000..0fd03bb --- /dev/null +++ b/KLL_MoM/BDT12/images/bubble2.jpg Binary files differ diff --git a/KLL_MoM/BDT12/images/derotate.sh b/KLL_MoM/BDT12/images/derotate.sh new file mode 100755 index 0000000..ba653b9 --- /dev/null +++ b/KLL_MoM/BDT12/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/KLL_MoM/BDT12/images/gen/results.png b/KLL_MoM/BDT12/images/gen/results.png new file mode 100644 index 0000000..01f74ff --- /dev/null +++ b/KLL_MoM/BDT12/images/gen/results.png Binary files differ diff --git a/KLL_MoM/BDT12/images/gen/results2.png b/KLL_MoM/BDT12/images/gen/results2.png new file mode 100644 index 0000000..b9ab894 --- /dev/null +++ b/KLL_MoM/BDT12/images/gen/results2.png Binary files differ diff --git a/KLL_MoM/BDT12/images/gen/results2_2595.png b/KLL_MoM/BDT12/images/gen/results2_2595.png new file mode 100644 index 0000000..0dac059 --- /dev/null +++ b/KLL_MoM/BDT12/images/gen/results2_2595.png Binary files differ diff --git a/KLL_MoM/BDT12/images/gen/results2_2625.png b/KLL_MoM/BDT12/images/gen/results2_2625.png new file mode 100644 index 0000000..1a3f941 --- /dev/null +++ b/KLL_MoM/BDT12/images/gen/results2_2625.png Binary files differ diff --git a/KLL_MoM/BDT12/images/gen/results_2595.png b/KLL_MoM/BDT12/images/gen/results_2595.png new file mode 100644 index 0000000..b1ec9cb --- /dev/null +++ b/KLL_MoM/BDT12/images/gen/results_2595.png Binary files differ diff --git a/KLL_MoM/BDT12/images/gen/results_2625.png b/KLL_MoM/BDT12/images/gen/results_2625.png new file mode 100644 index 0000000..c40cba1 --- /dev/null +++ b/KLL_MoM/BDT12/images/gen/results_2625.png Binary files differ diff --git a/KLL_MoM/BDT12/images/getFromAFS.sh b/KLL_MoM/BDT12/images/getFromAFS.sh new file mode 100644 index 0000000..7d73a4a --- /dev/null +++ b/KLL_MoM/BDT12/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/KLL_MoM/BDT12/images/lhcb-logo-bad.pdf b/KLL_MoM/BDT12/images/lhcb-logo-bad.pdf new file mode 100644 index 0000000..fbfd59e --- /dev/null +++ b/KLL_MoM/BDT12/images/lhcb-logo-bad.pdf Binary files differ diff --git a/KLL_MoM/BDT12/images/lhcb-logo.pdf b/KLL_MoM/BDT12/images/lhcb-logo.pdf new file mode 100644 index 0000000..86de47e --- /dev/null +++ b/KLL_MoM/BDT12/images/lhcb-logo.pdf Binary files differ diff --git a/KLL_MoM/BDT12/images/lhcb-logo.svg b/KLL_MoM/BDT12/images/lhcb-logo.svg new file mode 100644 index 0000000..40e1423 --- /dev/null +++ b/KLL_MoM/BDT12/images/lhcb-logo.svg @@ -0,0 +1,110 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/KLL_MoM/BDT12/images/marcello.png b/KLL_MoM/BDT12/images/marcello.png new file mode 100644 index 0000000..6e619d4 --- /dev/null +++ b/KLL_MoM/BDT12/images/marcello.png Binary files differ diff --git a/KLL_MoM/BDT12/images/reco/results2_000.png b/KLL_MoM/BDT12/images/reco/results2_000.png new file mode 100644 index 0000000..d45cc3d --- /dev/null +++ b/KLL_MoM/BDT12/images/reco/results2_000.png Binary files differ diff --git a/KLL_MoM/BDT12/images/reco/results2_0000.png b/KLL_MoM/BDT12/images/reco/results2_0000.png new file mode 100644 index 0000000..40f54ea --- /dev/null +++ b/KLL_MoM/BDT12/images/reco/results2_0000.png Binary files differ diff --git a/KLL_MoM/BDT12/images/reco/results2_100.png b/KLL_MoM/BDT12/images/reco/results2_100.png new file mode 100644 index 0000000..58892cb --- /dev/null +++ b/KLL_MoM/BDT12/images/reco/results2_100.png Binary files differ diff --git a/KLL_MoM/BDT12/images/reco/results2_1000.png b/KLL_MoM/BDT12/images/reco/results2_1000.png new file mode 100644 index 0000000..0f1eb1a --- /dev/null +++ b/KLL_MoM/BDT12/images/reco/results2_1000.png Binary files differ diff --git a/KLL_MoM/BDT12/images/reco/results2_110.png b/KLL_MoM/BDT12/images/reco/results2_110.png new file mode 100644 index 0000000..d386541 --- /dev/null +++ b/KLL_MoM/BDT12/images/reco/results2_110.png Binary files differ diff --git a/KLL_MoM/BDT12/images/reco/results2_1100.png b/KLL_MoM/BDT12/images/reco/results2_1100.png new file mode 100644 index 0000000..67f8984 --- /dev/null +++ b/KLL_MoM/BDT12/images/reco/results2_1100.png Binary files differ diff --git a/KLL_MoM/BDT12/images/reco/results2_111.png b/KLL_MoM/BDT12/images/reco/results2_111.png new file mode 100644 index 0000000..97c1c94 --- /dev/null +++ b/KLL_MoM/BDT12/images/reco/results2_111.png Binary files differ diff --git a/KLL_MoM/BDT12/images/reco/results2_1110.png b/KLL_MoM/BDT12/images/reco/results2_1110.png new file mode 100644 index 0000000..574c160 --- /dev/null +++ b/KLL_MoM/BDT12/images/reco/results2_1110.png Binary files differ diff --git a/KLL_MoM/BDT12/images/reco/results2_1111.png b/KLL_MoM/BDT12/images/reco/results2_1111.png new file mode 100644 index 0000000..e00b84e --- /dev/null +++ b/KLL_MoM/BDT12/images/reco/results2_1111.png Binary files differ diff --git a/KLL_MoM/BDT12/images/reco/results_000.png b/KLL_MoM/BDT12/images/reco/results_000.png new file mode 100644 index 0000000..3564213 --- /dev/null +++ b/KLL_MoM/BDT12/images/reco/results_000.png Binary files differ diff --git a/KLL_MoM/BDT12/images/reco/results_0000.png b/KLL_MoM/BDT12/images/reco/results_0000.png new file mode 100644 index 0000000..9672ce3 --- /dev/null +++ b/KLL_MoM/BDT12/images/reco/results_0000.png Binary files differ diff --git a/KLL_MoM/BDT12/images/reco/results_100.png b/KLL_MoM/BDT12/images/reco/results_100.png new file mode 100644 index 0000000..b0ea2ff --- /dev/null +++ b/KLL_MoM/BDT12/images/reco/results_100.png Binary files differ diff --git a/KLL_MoM/BDT12/images/reco/results_1000.png b/KLL_MoM/BDT12/images/reco/results_1000.png new file mode 100644 index 0000000..9a2809f --- /dev/null +++ b/KLL_MoM/BDT12/images/reco/results_1000.png Binary files differ diff --git a/KLL_MoM/BDT12/images/reco/results_110.png b/KLL_MoM/BDT12/images/reco/results_110.png new file mode 100644 index 0000000..8cfec1f --- /dev/null +++ b/KLL_MoM/BDT12/images/reco/results_110.png Binary files differ diff --git a/KLL_MoM/BDT12/images/reco/results_1100.png b/KLL_MoM/BDT12/images/reco/results_1100.png new file mode 100644 index 0000000..0c0467d --- /dev/null +++ b/KLL_MoM/BDT12/images/reco/results_1100.png Binary files differ diff --git a/KLL_MoM/BDT12/images/reco/results_111.png b/KLL_MoM/BDT12/images/reco/results_111.png new file mode 100644 index 0000000..7c2942b --- /dev/null +++ b/KLL_MoM/BDT12/images/reco/results_111.png Binary files differ diff --git a/KLL_MoM/BDT12/images/reco/results_1110.png b/KLL_MoM/BDT12/images/reco/results_1110.png new file mode 100644 index 0000000..d37aadd --- /dev/null +++ b/KLL_MoM/BDT12/images/reco/results_1110.png Binary files differ diff --git a/KLL_MoM/BDT12/images/reco/results_1111.png b/KLL_MoM/BDT12/images/reco/results_1111.png new file mode 100644 index 0000000..5e588b0 --- /dev/null +++ b/KLL_MoM/BDT12/images/reco/results_1111.png Binary files differ diff --git a/KLL_MoM/BDT12/images/reco/results_25952_000.png b/KLL_MoM/BDT12/images/reco/results_25952_000.png new file mode 100644 index 0000000..83023e5 --- /dev/null +++ b/KLL_MoM/BDT12/images/reco/results_25952_000.png Binary files differ diff --git a/KLL_MoM/BDT12/images/reco/results_25952_0000.png b/KLL_MoM/BDT12/images/reco/results_25952_0000.png new file mode 100644 index 0000000..15a882a --- /dev/null +++ b/KLL_MoM/BDT12/images/reco/results_25952_0000.png Binary files differ diff --git a/KLL_MoM/BDT12/images/reco/results_25952_100.png b/KLL_MoM/BDT12/images/reco/results_25952_100.png new file mode 100644 index 0000000..4f46378 --- /dev/null +++ b/KLL_MoM/BDT12/images/reco/results_25952_100.png Binary files differ diff --git a/KLL_MoM/BDT12/images/reco/results_25952_1000.png b/KLL_MoM/BDT12/images/reco/results_25952_1000.png new file mode 100644 index 0000000..c163518 --- /dev/null +++ b/KLL_MoM/BDT12/images/reco/results_25952_1000.png Binary files differ diff --git a/KLL_MoM/BDT12/images/reco/results_25952_1100.png b/KLL_MoM/BDT12/images/reco/results_25952_1100.png new file mode 100644 index 0000000..94edfaf --- /dev/null +++ b/KLL_MoM/BDT12/images/reco/results_25952_1100.png Binary files differ diff --git a/KLL_MoM/BDT12/images/reco/results_25952_1110.png b/KLL_MoM/BDT12/images/reco/results_25952_1110.png new file mode 100644 index 0000000..a596dfd --- /dev/null +++ b/KLL_MoM/BDT12/images/reco/results_25952_1110.png Binary files differ diff --git a/KLL_MoM/BDT12/images/reco/results_25952_1111.png b/KLL_MoM/BDT12/images/reco/results_25952_1111.png new file mode 100644 index 0000000..6a5eb35 --- /dev/null +++ b/KLL_MoM/BDT12/images/reco/results_25952_1111.png Binary files differ diff --git a/KLL_MoM/BDT12/images/reco/results_2595_000.png b/KLL_MoM/BDT12/images/reco/results_2595_000.png new file mode 100644 index 0000000..0e17fae --- /dev/null +++ b/KLL_MoM/BDT12/images/reco/results_2595_000.png Binary files differ diff --git a/KLL_MoM/BDT12/images/reco/results_2595_000_0.png b/KLL_MoM/BDT12/images/reco/results_2595_000_0.png new file mode 100644 index 0000000..1619a61 --- /dev/null +++ b/KLL_MoM/BDT12/images/reco/results_2595_000_0.png Binary files differ diff --git a/KLL_MoM/BDT12/images/reco/results_2595_100.png b/KLL_MoM/BDT12/images/reco/results_2595_100.png new file mode 100644 index 0000000..e8b9ea3 --- /dev/null +++ b/KLL_MoM/BDT12/images/reco/results_2595_100.png Binary files differ diff --git a/KLL_MoM/BDT12/images/reco/results_2595_100_0.png b/KLL_MoM/BDT12/images/reco/results_2595_100_0.png new file mode 100644 index 0000000..51ca87b --- /dev/null +++ b/KLL_MoM/BDT12/images/reco/results_2595_100_0.png Binary files differ diff --git a/KLL_MoM/BDT12/images/reco/results_2595_110.png b/KLL_MoM/BDT12/images/reco/results_2595_110.png new file mode 100644 index 0000000..b2b1792 --- /dev/null +++ b/KLL_MoM/BDT12/images/reco/results_2595_110.png Binary files differ diff --git a/KLL_MoM/BDT12/images/reco/results_2595_110_0.png b/KLL_MoM/BDT12/images/reco/results_2595_110_0.png new file mode 100644 index 0000000..ce03ceb --- /dev/null +++ b/KLL_MoM/BDT12/images/reco/results_2595_110_0.png Binary files differ diff --git a/KLL_MoM/BDT12/images/reco/results_2595_111.png b/KLL_MoM/BDT12/images/reco/results_2595_111.png new file mode 100644 index 0000000..b870c52 --- /dev/null +++ b/KLL_MoM/BDT12/images/reco/results_2595_111.png Binary files differ diff --git a/KLL_MoM/BDT12/images/reco/results_2595_111_0.png b/KLL_MoM/BDT12/images/reco/results_2595_111_0.png new file mode 100644 index 0000000..4ff15d4 --- /dev/null +++ b/KLL_MoM/BDT12/images/reco/results_2595_111_0.png Binary files differ diff --git a/KLL_MoM/BDT12/images/reco/results_2595_111_1.png b/KLL_MoM/BDT12/images/reco/results_2595_111_1.png new file mode 100644 index 0000000..03e4b28 --- /dev/null +++ b/KLL_MoM/BDT12/images/reco/results_2595_111_1.png Binary files differ diff --git a/KLL_MoM/BDT12/images/reco/results_26252_0000.png b/KLL_MoM/BDT12/images/reco/results_26252_0000.png new file mode 100644 index 0000000..36f1659 --- /dev/null +++ b/KLL_MoM/BDT12/images/reco/results_26252_0000.png Binary files differ diff --git a/KLL_MoM/BDT12/images/reco/results_26252_1000.png b/KLL_MoM/BDT12/images/reco/results_26252_1000.png new file mode 100644 index 0000000..1751796 --- /dev/null +++ b/KLL_MoM/BDT12/images/reco/results_26252_1000.png Binary files differ diff --git a/KLL_MoM/BDT12/images/reco/results_26252_1100.png b/KLL_MoM/BDT12/images/reco/results_26252_1100.png new file mode 100644 index 0000000..6e0bf67 --- /dev/null +++ b/KLL_MoM/BDT12/images/reco/results_26252_1100.png Binary files differ diff --git a/KLL_MoM/BDT12/images/reco/results_26252_1110.png b/KLL_MoM/BDT12/images/reco/results_26252_1110.png new file mode 100644 index 0000000..aa1e728 --- /dev/null +++ b/KLL_MoM/BDT12/images/reco/results_26252_1110.png Binary files differ diff --git a/KLL_MoM/BDT12/images/reco/results_26252_1111.png b/KLL_MoM/BDT12/images/reco/results_26252_1111.png new file mode 100644 index 0000000..7e68ac6 --- /dev/null +++ b/KLL_MoM/BDT12/images/reco/results_26252_1111.png Binary files differ diff --git a/KLL_MoM/BDT12/images/reco/results_2625_000.png b/KLL_MoM/BDT12/images/reco/results_2625_000.png new file mode 100644 index 0000000..acb223f --- /dev/null +++ b/KLL_MoM/BDT12/images/reco/results_2625_000.png Binary files differ diff --git a/KLL_MoM/BDT12/images/reco/results_2625_000_0.png b/KLL_MoM/BDT12/images/reco/results_2625_000_0.png new file mode 100644 index 0000000..a97883f --- /dev/null +++ b/KLL_MoM/BDT12/images/reco/results_2625_000_0.png Binary files differ diff --git a/KLL_MoM/BDT12/images/reco/results_2625_100.png b/KLL_MoM/BDT12/images/reco/results_2625_100.png new file mode 100644 index 0000000..0140e70 --- /dev/null +++ b/KLL_MoM/BDT12/images/reco/results_2625_100.png Binary files differ diff --git a/KLL_MoM/BDT12/images/reco/results_2625_100_0.png b/KLL_MoM/BDT12/images/reco/results_2625_100_0.png new file mode 100644 index 0000000..89d3963 --- /dev/null +++ b/KLL_MoM/BDT12/images/reco/results_2625_100_0.png Binary files differ diff --git a/KLL_MoM/BDT12/images/reco/results_2625_110.png b/KLL_MoM/BDT12/images/reco/results_2625_110.png new file mode 100644 index 0000000..087b8df --- /dev/null +++ b/KLL_MoM/BDT12/images/reco/results_2625_110.png Binary files differ diff --git a/KLL_MoM/BDT12/images/reco/results_2625_110_0.png b/KLL_MoM/BDT12/images/reco/results_2625_110_0.png new file mode 100644 index 0000000..a9ee172 --- /dev/null +++ b/KLL_MoM/BDT12/images/reco/results_2625_110_0.png Binary files differ diff --git a/KLL_MoM/BDT12/images/reco/results_2625_111.png b/KLL_MoM/BDT12/images/reco/results_2625_111.png new file mode 100644 index 0000000..de0f7ab --- /dev/null +++ b/KLL_MoM/BDT12/images/reco/results_2625_111.png Binary files differ diff --git a/KLL_MoM/BDT12/images/reco/results_2625_111_0.png b/KLL_MoM/BDT12/images/reco/results_2625_111_0.png new file mode 100644 index 0000000..2842685 --- /dev/null +++ b/KLL_MoM/BDT12/images/reco/results_2625_111_0.png Binary files differ diff --git a/KLL_MoM/BDT12/images/reco/results_2625_111_1.png b/KLL_MoM/BDT12/images/reco/results_2625_111_1.png new file mode 100644 index 0000000..54c0845 --- /dev/null +++ b/KLL_MoM/BDT12/images/reco/results_2625_111_1.png Binary files differ diff --git a/KLL_MoM/BDT12/images/results2595_0.png b/KLL_MoM/BDT12/images/results2595_0.png new file mode 100644 index 0000000..e12dde6 --- /dev/null +++ b/KLL_MoM/BDT12/images/results2595_0.png Binary files differ diff --git a/KLL_MoM/BDT12/images/results2595_1.png b/KLL_MoM/BDT12/images/results2595_1.png new file mode 100644 index 0000000..ff6e7ad --- /dev/null +++ b/KLL_MoM/BDT12/images/results2595_1.png Binary files differ diff --git a/KLL_MoM/BDT12/images/results2625_0.png b/KLL_MoM/BDT12/images/results2625_0.png new file mode 100644 index 0000000..cd6fa00 --- /dev/null +++ b/KLL_MoM/BDT12/images/results2625_0.png Binary files differ diff --git a/KLL_MoM/BDT12/images/results2625_1.png b/KLL_MoM/BDT12/images/results2625_1.png new file mode 100644 index 0000000..68c8772 --- /dev/null +++ b/KLL_MoM/BDT12/images/results2625_1.png Binary files differ diff --git a/KLL_MoM/BDT12/images/results_0.png b/KLL_MoM/BDT12/images/results_0.png new file mode 100644 index 0000000..da4b681 --- /dev/null +++ b/KLL_MoM/BDT12/images/results_0.png Binary files differ diff --git a/KLL_MoM/BDT12/images/results_1.png b/KLL_MoM/BDT12/images/results_1.png new file mode 100644 index 0000000..7269811 --- /dev/null +++ b/KLL_MoM/BDT12/images/results_1.png Binary files differ diff --git a/KLL_MoM/BDT12/images/uzh-transp.pdf b/KLL_MoM/BDT12/images/uzh-transp.pdf new file mode 100644 index 0000000..b2e1282 --- /dev/null +++ b/KLL_MoM/BDT12/images/uzh-transp.pdf Binary files differ diff --git a/KLL_MoM/BDT12/images/uzh.pdf b/KLL_MoM/BDT12/images/uzh.pdf new file mode 100644 index 0000000..5ac62c7 --- /dev/null +++ b/KLL_MoM/BDT12/images/uzh.pdf Binary files differ diff --git a/KLL_MoM/BDT12/images/uzh_logo_e_pos.eps b/KLL_MoM/BDT12/images/uzh_logo_e_pos.eps new file mode 100755 index 0000000..af2734d --- /dev/null +++ b/KLL_MoM/BDT12/images/uzh_logo_e_pos.eps Binary files differ diff --git a/KLL_MoM/BDT12/images/uzh_logo_e_pos_gross.tif b/KLL_MoM/BDT12/images/uzh_logo_e_pos_gross.tif new file mode 100755 index 0000000..f212825 --- /dev/null +++ b/KLL_MoM/BDT12/images/uzh_logo_e_pos_gross.tif Binary files differ diff --git a/KLL_MoM/BDT12/mchrzasz+mp.sh b/KLL_MoM/BDT12/mchrzasz+mp.sh new file mode 100644 index 0000000..1a24852 --- /dev/null +++ b/KLL_MoM/BDT12/mchrzasz+mp.sh @@ -0,0 +1 @@ +#!/bin/sh diff --git a/KLL_MoM/BDT12/mchrzasz-blx.bib b/KLL_MoM/BDT12/mchrzasz-blx.bib new file mode 100644 index 0000000..9e405b3 --- /dev/null +++ b/KLL_MoM/BDT12/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/KLL_MoM/BDT12/mchrzasz.aux b/KLL_MoM/BDT12/mchrzasz.aux new file mode 100644 index 0000000..01b6f17 --- /dev/null +++ b/KLL_MoM/BDT12/mchrzasz.aux @@ -0,0 +1,101 @@ +\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} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{8}{8/8}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {8}{8}}} +\pgfsyspdfmark {pgfid24}{0}{0} +\pgfsyspdfmark {pgfid25}{0}{0} +\HyPL@Entry{8<>} +\pgfsyspdfmark {pgfid26}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{9}{9/9}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {9}{9}}} +\pgfsyspdfmark {pgfid27}{0}{0} +\pgfsyspdfmark {pgfid28}{0}{0} +\HyPL@Entry{9<>} +\pgfsyspdfmark {pgfid29}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{10}{10/10}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {10}{10}}} +\pgfsyspdfmark {pgfid30}{0}{0} +\pgfsyspdfmark {pgfid31}{0}{0} +\HyPL@Entry{10<>} +\pgfsyspdfmark {pgfid33}{23867907}{17900937} +\pgfsyspdfmark {pgfid32}{1432016}{9861799} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{11}{11/11}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {11}{11}}} +\pgfsyspdfmark {pgfid34}{0}{0} +\pgfsyspdfmark {pgfid35}{0}{0} +\@writefile{nav}{\headcommand {\beamer@partpages {1}{11}}} +\@writefile{nav}{\headcommand {\beamer@subsectionpages {1}{11}}} +\@writefile{nav}{\headcommand {\beamer@sectionpages {1}{11}}} +\@writefile{nav}{\headcommand {\beamer@documentpages {11}}} +\@writefile{nav}{\headcommand {\def \inserttotalframenumber {10}}} diff --git a/KLL_MoM/BDT12/mchrzasz.log b/KLL_MoM/BDT12/mchrzasz.log new file mode 100644 index 0000000..de7e3ef --- /dev/null +++ b/KLL_MoM/BDT12/mchrzasz.log @@ -0,0 +1,3190 @@ +This is XeTeX, Version 3.1415926-2.5-0.9999.3 (TeX Live 2013/Debian) (format=xelatex 2015.4.1) 1 MAR 2016 14:20 +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 203. + +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 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\myargthree' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\myargtwo' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\myargtwo' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\myargthree' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `subscript' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\mskip' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `superscript' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\mskip' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\to' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\myargthree' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\myargtwo' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\myargtwo' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\myargthree' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `subscript' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\mskip' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `superscript' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\mskip' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\ell' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\ell' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `math shift' on input line 209. + +(./mchrzasz.aux) +\openout1 = `mchrzasz.aux'. + +LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 209. +LaTeX Font Info: ... okay on input line 209. +LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 209. +LaTeX Font Info: ... okay on input line 209. +LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 209. +LaTeX Font Info: ... okay on input line 209. +LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 209. +LaTeX Font Info: ... okay on input line 209. +LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 209. +LaTeX Font Info: ... okay on input line 209. +LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 209. +LaTeX Font Info: ... okay on input line 209. +LaTeX Font Info: Checking defaults for PD1/pdf/m/n on input line 209. +LaTeX Font Info: ... okay on input line 209. +LaTeX Font Info: Checking defaults for PU/pdf/m/n on input line 209. +LaTeX Font Info: ... okay on input line 209. +LaTeX Font Info: Checking defaults for OT4/cmr/m/n on input line 209. +LaTeX Font Info: Try loading font information for OT4+cmr on input line 209. + + (/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 209. +LaTeX Font Info: Checking defaults for LY1/ptm/m/n on input line 209. +LaTeX Font Info: ... okay on input line 209. +LaTeX Font Info: Checking defaults for EU1/lmr/m/n on input line 209. +LaTeX Font Info: ... okay on input line 209. +LaTeX Font Info: Checking defaults for T3/cmr/m/n on input line 209. +LaTeX Font Info: Try loading font information for T3+cmr on input line 209. + +(/usr/share/texmf/tex/latex/tipa/t3cmr.fd +File: t3cmr.fd 2001/12/31 TIPA font definitions +) +LaTeX Font Info: ... okay on input line 209. + +*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 209. + +(/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 209. +LaTeX Info: Redefining \pageref on input line 209. +LaTeX Info: Redefining \nameref on input line 209. + +(./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 209. + +*** 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 209. +Package biblatex Info: Reference segment=0 on input line 209. +(./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;" +................................................. + +Overfull \hbox (5.19289pt too wide) in paragraph at lines 209--209 + [][] + [] + +LaTeX Font Info: Try loading font information for OML+plm on input line 209. + +(/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 209 +. + +(/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 209 +. + +(/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 209. +LaTeX Font Info: External font `plex10' loaded for size +(Font) <5> on input line 209. +LaTeX Font Info: Try loading font information for U+msa on input line 209. + +(/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 209. + +(/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 209. + +(/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 209. +LaTeX Font Info: External font `plex10' loaded for size +(Font) <7> on input line 209. +\c__siunitx_mathsf_int=\count440 +LaTeX Font Info: External font `plex10' loaded for size +(Font) <10.95> on input line 209. +LaTeX Font Info: External font `plex10' loaded for size +(Font) <8> on input line 209. +\c__siunitx_mathtt_int=\count441 +LaTeX Font Info: Try loading font information for OT4+cmtt on input line 209 +. + +(/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 250. +LaTeX Font Info: External font `plex10' loaded for size +(Font) <20.74> on input line 250. +LaTeX Font Info: External font `plex10' loaded for size +(Font) <17.28> on input line 250. +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: +................................................. + +Overfull \hbox (5.19289pt too wide) has occurred while \output is active + [][] + [] + +[1 + +] +LaTeX Font Info: Try loading font information for EU1+lmtt on input line 294 +. + (/usr/share/texlive/texmf-dist/tex/latex/euenc/eu1lmtt.fd +File: eu1lmtt.fd 2009/10/30 v1.6 Font defs for Latin Modern +) +LaTeX Font Info: External font `plex10' loaded for size +(Font) <9> on input line 294. + +Overfull \vbox (55.75632pt too high) detected at line 294 + [] + +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: +................................................. + +Overfull \hbox (5.19289pt too wide) has occurred while \output is active + [][] + [] + +[2 + +] +File: images/B2kll/rocs.png Graphic file (type QTm) + +Overfull \vbox (55.1594pt too high) detected at line 308 + [] + +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: +................................................. + +Overfull \hbox (5.19289pt too wide) has occurred while \output is active + [][] + [] + +[3 + +] +File: images/B2kll/0.1.png Graphic file (type QTm) + +File: images/B2kll/0.2.png Graphic file (type QTm) + +File: images/B2kll/0.3.png Graphic file (type QTm) + + +File: images/B2kll/0.4.png Graphic file (type QTm) + +File: images/B2kll/0.5.png Graphic file (type QTm) + + +File: images/B2kll/0.6.png Graphic file (type QTm) + +Overfull \vbox (4.19809pt too high) detected at line 328 + [] + +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: +................................................. + +Overfull \hbox (5.19289pt too wide) has occurred while \output is active + [][] + [] + +[4 + +] +File: images/B2kll/Roc_consistance_DT_base.png Graphic file (type QTm) + +File: images/B2kll/Roc_consistance_DT_ep.png Graphic file (type QTm) + + +File: images/B2kll/Roc_consistance_DT_kpid.png Graphic file (type QTm) + + +File: images/B2kll/Roc_consistance_DT_kpt.png Graphic file (type QTm) + + +Overfull \vbox (55.97537pt too high) detected at line 347 + [] + +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: +................................................. + +Overfull \hbox (5.19289pt too wide) has occurred while \output is active + [][] + [] + +[5 + +] +File: images/B2kll/BDT_consistance_bkg_DT_base.png Graphic file (type QTm) + +File: images/B2kll/BDT_consistance_sig_DT_base.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: +................................................. + +Overfull \hbox (5.19289pt too wide) has occurred while \output is active + [][] + [] + +[6 + +] +File: images/B2kll/BDT_consistance_bkg_DT_kpid.png Graphic file (type QTm) + +File: images/B2kll/BDT_consistance_sig_DT_kpid.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: +................................................. + +Overfull \hbox (5.19289pt too wide) has occurred while \output is active + [][] + [] + +[7 + +] +File: images/B2kll/BDT_consistance_bkg_DT_kpt.png Graphic file (type QTm) + +File: images/B2kll/BDT_consistance_sig_DT_kpt.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: +................................................. + +Overfull \hbox (5.19289pt too wide) has occurred while \output is active + [][] + [] + +[8 + +] +File: images/B2kll/BDT_consistance_bkg_DT_ep.png Graphic file (type QTm) + +File: images/B2kll/BDT_consistance_sig_DT_ep.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: +................................................. + +Overfull \hbox (5.19289pt too wide) has occurred while \output is active + [][] + [] + +[9 + +] +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: +................................................. + +Overfull \hbox (5.19289pt too wide) has occurred while \output is active + [][] + [] + +[10 + +] +\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: +................................................. + +Overfull \hbox (5.19289pt too wide) has occurred while \output is active + [][] + [] + +[11 + +] +\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 449. +Package atveryend Info: Empty hook `AfterLastShipout' on input line 449. + (./mchrzasz.aux) +Package atveryend Info: Empty hook `AtVeryEndDocument' on input line 449. +Package atveryend Info: Empty hook `AtEndAfterFileList' on input line 449. +Package logreq Info: Writing requests to 'mchrzasz.run.xml'. +\openout1 = `mchrzasz.run.xml'. + +Package atveryend Info: Empty hook `AtVeryVeryEnd' on input line 449. + ) +Here is how much of TeX's memory you used: + 47966 strings out of 493918 + 943086 string characters out of 6150564 + 1277173 words of memory out of 5000000 + 50229 multiletter control sequences out of 15000+600000 + 45006 words of font info for 174 fonts, out of 8000000 for 9000 + 1144 hyphenation exceptions out of 8191 + 61i,26n,73p,10479b,1451s stack positions out of 5000i,500n,10000p,200000b,80000s + +Output written on mchrzasz.pdf (11 pages). diff --git a/KLL_MoM/BDT12/mchrzasz.nav b/KLL_MoM/BDT12/mchrzasz.nav new file mode 100644 index 0000000..7f72c1d --- /dev/null +++ b/KLL_MoM/BDT12/mchrzasz.nav @@ -0,0 +1,29 @@ +\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/8}{}{0}} +\headcommand {\beamer@framepages {8}{8}} +\headcommand {\slideentry {0}{0}{9}{9/9}{}{0}} +\headcommand {\beamer@framepages {9}{9}} +\headcommand {\slideentry {0}{0}{10}{10/10}{}{0}} +\headcommand {\beamer@framepages {10}{10}} +\headcommand {\slideentry {0}{0}{11}{11/11}{}{0}} +\headcommand {\beamer@framepages {11}{11}} +\headcommand {\beamer@partpages {1}{11}} +\headcommand {\beamer@subsectionpages {1}{11}} +\headcommand {\beamer@sectionpages {1}{11}} +\headcommand {\beamer@documentpages {11}} +\headcommand {\def \inserttotalframenumber {10}} diff --git a/KLL_MoM/BDT12/mchrzasz.out b/KLL_MoM/BDT12/mchrzasz.out new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/KLL_MoM/BDT12/mchrzasz.out diff --git a/KLL_MoM/BDT12/mchrzasz.pdf b/KLL_MoM/BDT12/mchrzasz.pdf new file mode 100644 index 0000000..6dadd9c --- /dev/null +++ b/KLL_MoM/BDT12/mchrzasz.pdf Binary files differ diff --git a/KLL_MoM/BDT12/mchrzasz.run.xml b/KLL_MoM/BDT12/mchrzasz.run.xml new file mode 100644 index 0000000..3368f59 --- /dev/null +++ b/KLL_MoM/BDT12/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/KLL_MoM/BDT12/mchrzasz.snm b/KLL_MoM/BDT12/mchrzasz.snm new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/KLL_MoM/BDT12/mchrzasz.snm diff --git a/KLL_MoM/BDT12/mchrzasz.tex b/KLL_MoM/BDT12/mchrzasz.tex new file mode 100644 index 0000000..908cd81 --- /dev/null +++ b/KLL_MoM/BDT12/mchrzasz.tex @@ -0,0 +1,449 @@ +\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}} + + + +\author{ {\fontspec{Trebuchet MS}Marcin Chrz\k{a}szcz, Gośka Pikies} (Universit\"{a}t Z\"{u}rich)} +\institute{UZH} +\title[$\PB \to \PK \ell \ell$ update]{$\PB \to \PK \ell \ell$ update} +\date{01 March 2016} + + +\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 {$\PB \to \PK \ell \ell$ update} + \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}\Large Gośka Pikies} + +\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}{$R(K)$ meeting, CERN\\March 01, 2016} +\end{center} +\end{frame} +} + + + + +\begin{frame}[c]{Feature engineering} +{~} + \begin{minipage}{\textwidth} + $\Rrightarrow$ We wanted to align the training with $\PB \to \PK \Pe \Pe$.\\ + The base is: +\begin{footnotesize} +\begin{columns} +\column{2.5in} + + + \begin{itemize} + \item \texttt{K\_Kst\_IPCHI2\_OWNPV} + \item \texttt{B\_plus\_ENDVERTEX\_CHI2} + \item \texttt{e\_minus\_IPCHI2\_OWNPV} + \item \texttt{e\_plus\_IPCHI2\_OWNPV} + \item \texttt{B\_plus\_PT} + \item \texttt{B\_plus\_IPCHI2\_OWNPV} + \item \texttt{B\_plus\_FD\_OWNPV} + \item \texttt{B\_plus\_DIRA\_OWNPV} + \item \texttt{B\_plus\_P} + \item \texttt{K\_Kst\_P} + \item \texttt{e\_plus\_TRACK\_CHI2NDOF} + \item \texttt{e\_minus\_TRACK\_CHI2NDOF} + \item \texttt{K\_Kst\_TRACK\_CHI2NDOF} + \end{itemize} + \column{2.5in} + $\Rrightarrow$ In addition we have extensions: + \begin{itemize} +\item \texttt{K\_Kst\_MC12TuneV2\_ProbNNk} (kpid) +\item \texttt{K\_Kst\_PT} (kpt, ep ) +\item \texttt{e\_plus\_PT} (ep) +\item \texttt{e\_minus\_PT} (ep) + + \end{itemize} + \end{columns} + \end{footnotesize} + \end{minipage} + \vspace*{2.cm} +\end{frame} + + +\begin{frame}[c]{Performance} +{~} + \begin{minipage}{\textwidth} + $\Rrightarrow$ The performance of the training (10-Fold training) + \begin{center} + \includegraphics[width=0.8\textwidth]{images/B2kll/rocs.png} + \end{center} + + + \end{minipage} + \vspace*{2.cm} +\end{frame} + + +\begin{frame}[c]{Put or not to put PIDK in BDT} +{~} + \begin{minipage}{\textwidth} + $\Rrightarrow$ Cuts: $\texttt{K\_Kst\_MC12TuneV2\_ProbNNk} >0.1, 0.2, 0.3, 0.4, 0.5, 0.6$. + \begin{center} + \includegraphics[width=0.3\textwidth]{{images/B2kll/0.1}.png} + \includegraphics[width=0.3\textwidth]{{images/B2kll/0.2}.png} + \includegraphics[width=0.3\textwidth]{{images/B2kll/0.3}.png}\\ + \includegraphics[width=0.3\textwidth]{{images/B2kll/0.4}.png} + \includegraphics[width=0.3\textwidth]{{images/B2kll/0.5}.png} + \includegraphics[width=0.3\textwidth]{{images/B2kll/0.6}.png} + + \end{center} + + + \end{minipage} + \vspace*{2.cm} +\end{frame} + + +\begin{frame}[c]{Fold consistency} +{~} + \begin{minipage}{\textwidth} + $\Rrightarrow$ Comparison of the ROC curves + \begin{center} + \includegraphics[width=0.4\textwidth]{{images/B2kll/Roc_consistance_DT_base}.png} + \includegraphics[width=0.4\textwidth]{{images/B2kll/Roc_consistance_DT_ep}.png} \\ + \includegraphics[width=0.4\textwidth]{{images/B2kll/Roc_consistance_DT_kpid}.png} + \includegraphics[width=0.4\textwidth]{{images/B2kll/Roc_consistance_DT_kpt}.png} + + + \end{center} + + + \end{minipage} + \vspace*{2.cm} +\end{frame} + + +\begin{frame}[c]{Distribution consistency} +{~} + \begin{minipage}{\textwidth} + $\Rrightarrow$ Comparison of the Distributions (base): + \begin{center} + + \includegraphics[width=0.45\textwidth]{{images/B2kll/BDT_consistance_bkg_DT_base}.png} + \includegraphics[width=0.45\textwidth]{{images/B2kll/BDT_consistance_sig_DT_base}.png} + \end{center} + + + + + \end{minipage} + \vspace*{2.cm} +\end{frame} + +\begin{frame}[c]{Distribution consistency} +{~} + \begin{minipage}{\textwidth} + $\Rrightarrow$ Comparison of the Distributions (kpid): + \begin{center} + + \includegraphics[width=0.45\textwidth]{{images/B2kll/BDT_consistance_bkg_DT_kpid}.png} + \includegraphics[width=0.45\textwidth]{{images/B2kll/BDT_consistance_sig_DT_kpid}.png} + \end{center} + + + + + \end{minipage} + \vspace*{2.cm} +\end{frame} + + +\begin{frame}[c]{Distribution consistency} +{~} + \begin{minipage}{\textwidth} + $\Rrightarrow$ Comparison of the Distributions (kpt): + \begin{center} + + \includegraphics[width=0.45\textwidth]{{images/B2kll/BDT_consistance_bkg_DT_kpt}.png} + \includegraphics[width=0.45\textwidth]{{images/B2kll/BDT_consistance_sig_DT_kpt}.png} + \end{center} + + + + + \end{minipage} + \vspace*{2.cm} +\end{frame} + +\begin{frame}[c]{Distribution consistency} +{~} + \begin{minipage}{\textwidth} + $\Rrightarrow$ Comparison of the Distributions (ep): + \begin{center} + + \includegraphics[width=0.45\textwidth]{{images/B2kll/BDT_consistance_bkg_DT_ep}.png} + \includegraphics[width=0.45\textwidth]{{images/B2kll/BDT_consistance_sig_DT_ep}.png} + \end{center} + + + + + \end{minipage} + \vspace*{2.cm} +\end{frame} + + + +\begin{frame}[c]{Conclusions} +{~} + \begin{minipage}{\textwidth} +\begin{itemize} +\item Large portion of efficiency gain of \texttt{K\_Kst\_MC12TuneV2\_ProbNNk} inside the BDT can be recovered by applying a \texttt{K\_Kst\_MC12TuneV2\_ProbNNk} cut. +\item I would still go with putting it inside the BDT, as it makes life easier. +\item See what other people working in this say. + + +\end{itemize} + + + + \end{minipage} + \vspace*{2.cm} +\end{frame} + + + +\backupbegin + +\begin{frame}\frametitle{Backup} +\topline + +\end{frame} + +\backupend + +\end{document} diff --git a/KLL_MoM/BDT12/mchrzasz.toc b/KLL_MoM/BDT12/mchrzasz.toc new file mode 100644 index 0000000..429917f --- /dev/null +++ b/KLL_MoM/BDT12/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/KLL_MoM/BDT12/tikzfeynman.sty b/KLL_MoM/BDT12/tikzfeynman.sty new file mode 100755 index 0000000..521fc65 --- /dev/null +++ b/KLL_MoM/BDT12/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/Lb_SL/FormFactors_1/Makefile b/Lb_SL/FormFactors_1/Makefile new file mode 100644 index 0000000..e4cf8e8 --- /dev/null +++ b/Lb_SL/FormFactors_1/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/Lb_SL/FormFactors_1/beamercolorthemeFlip.sty b/Lb_SL/FormFactors_1/beamercolorthemeFlip.sty new file mode 100755 index 0000000..d6b9c50 --- /dev/null +++ b/Lb_SL/FormFactors_1/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/Lb_SL/FormFactors_1/beamerinnerthemeFlip.sty b/Lb_SL/FormFactors_1/beamerinnerthemeFlip.sty new file mode 100755 index 0000000..9910f4d --- /dev/null +++ b/Lb_SL/FormFactors_1/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/Lb_SL/FormFactors_1/beamerouterthemeFlip.sty b/Lb_SL/FormFactors_1/beamerouterthemeFlip.sty new file mode 100755 index 0000000..d12f6d6 --- /dev/null +++ b/Lb_SL/FormFactors_1/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/Lb_SL/FormFactors_1/beamerouterthemedecolines.sty b/Lb_SL/FormFactors_1/beamerouterthemedecolines.sty new file mode 100755 index 0000000..669e493 --- /dev/null +++ b/Lb_SL/FormFactors_1/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/Lb_SL/FormFactors_1/beamerthemeFlip.sty b/Lb_SL/FormFactors_1/beamerthemeFlip.sty new file mode 100755 index 0000000..a615ff5 --- /dev/null +++ b/Lb_SL/FormFactors_1/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/Lb_SL/FormFactors_1/images/.DS_Store b/Lb_SL/FormFactors_1/images/.DS_Store new file mode 100644 index 0000000..5008ddf --- /dev/null +++ b/Lb_SL/FormFactors_1/images/.DS_Store Binary files differ diff --git a/Lb_SL/FormFactors_1/images/BG_both.png b/Lb_SL/FormFactors_1/images/BG_both.png new file mode 100755 index 0000000..49b62d5 --- /dev/null +++ b/Lb_SL/FormFactors_1/images/BG_both.png Binary files differ diff --git a/Lb_SL/FormFactors_1/images/BG_lower.png b/Lb_SL/FormFactors_1/images/BG_lower.png new file mode 100755 index 0000000..073034a --- /dev/null +++ b/Lb_SL/FormFactors_1/images/BG_lower.png Binary files differ diff --git a/Lb_SL/FormFactors_1/images/BG_upper.png b/Lb_SL/FormFactors_1/images/BG_upper.png new file mode 100755 index 0000000..4cfcc07 --- /dev/null +++ b/Lb_SL/FormFactors_1/images/BG_upper.png Binary files differ diff --git a/Lb_SL/FormFactors_1/images/FF.pdf b/Lb_SL/FormFactors_1/images/FF.pdf new file mode 100644 index 0000000..fd1f5e6 --- /dev/null +++ b/Lb_SL/FormFactors_1/images/FF.pdf Binary files differ diff --git a/Lb_SL/FormFactors_1/images/FF.png b/Lb_SL/FormFactors_1/images/FF.png new file mode 100644 index 0000000..5ece9f7 --- /dev/null +++ b/Lb_SL/FormFactors_1/images/FF.png Binary files differ diff --git a/Lb_SL/FormFactors_1/images/FF_paper.png b/Lb_SL/FormFactors_1/images/FF_paper.png new file mode 100644 index 0000000..dc5aff3 --- /dev/null +++ b/Lb_SL/FormFactors_1/images/FF_paper.png Binary files differ diff --git a/Lb_SL/FormFactors_1/images/ST_logo.gif b/Lb_SL/FormFactors_1/images/ST_logo.gif new file mode 100644 index 0000000..fcb090c --- /dev/null +++ b/Lb_SL/FormFactors_1/images/ST_logo.gif Binary files differ diff --git a/Lb_SL/FormFactors_1/images/ST_logo.png b/Lb_SL/FormFactors_1/images/ST_logo.png new file mode 100644 index 0000000..81d2f0d --- /dev/null +++ b/Lb_SL/FormFactors_1/images/ST_logo.png Binary files differ diff --git a/Lb_SL/FormFactors_1/images/ST_logosmall.gif b/Lb_SL/FormFactors_1/images/ST_logosmall.gif new file mode 100644 index 0000000..9db1daa --- /dev/null +++ b/Lb_SL/FormFactors_1/images/ST_logosmall.gif Binary files differ diff --git a/Lb_SL/FormFactors_1/images/Z_rich_18.jpg b/Lb_SL/FormFactors_1/images/Z_rich_18.jpg new file mode 100644 index 0000000..5899422 --- /dev/null +++ b/Lb_SL/FormFactors_1/images/Z_rich_18.jpg Binary files differ diff --git a/Lb_SL/FormFactors_1/images/Z_rich_24.jpg b/Lb_SL/FormFactors_1/images/Z_rich_24.jpg new file mode 100644 index 0000000..98b4d4a --- /dev/null +++ b/Lb_SL/FormFactors_1/images/Z_rich_24.jpg Binary files differ diff --git a/Lb_SL/FormFactors_1/images/Z_rich_30.jpg b/Lb_SL/FormFactors_1/images/Z_rich_30.jpg new file mode 100644 index 0000000..59ee3dd --- /dev/null +++ b/Lb_SL/FormFactors_1/images/Z_rich_30.jpg Binary files differ diff --git a/Lb_SL/FormFactors_1/images/bubble2.jpg b/Lb_SL/FormFactors_1/images/bubble2.jpg new file mode 100644 index 0000000..0fd03bb --- /dev/null +++ b/Lb_SL/FormFactors_1/images/bubble2.jpg Binary files differ diff --git a/Lb_SL/FormFactors_1/images/derotate.sh b/Lb_SL/FormFactors_1/images/derotate.sh new file mode 100755 index 0000000..ba653b9 --- /dev/null +++ b/Lb_SL/FormFactors_1/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/Lb_SL/FormFactors_1/images/getFromAFS.sh b/Lb_SL/FormFactors_1/images/getFromAFS.sh new file mode 100644 index 0000000..7d73a4a --- /dev/null +++ b/Lb_SL/FormFactors_1/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/Lb_SL/FormFactors_1/images/lhcb-logo-bad.pdf b/Lb_SL/FormFactors_1/images/lhcb-logo-bad.pdf new file mode 100644 index 0000000..fbfd59e --- /dev/null +++ b/Lb_SL/FormFactors_1/images/lhcb-logo-bad.pdf Binary files differ diff --git a/Lb_SL/FormFactors_1/images/lhcb-logo.pdf b/Lb_SL/FormFactors_1/images/lhcb-logo.pdf new file mode 100644 index 0000000..86de47e --- /dev/null +++ b/Lb_SL/FormFactors_1/images/lhcb-logo.pdf Binary files differ diff --git a/Lb_SL/FormFactors_1/images/lhcb-logo.svg b/Lb_SL/FormFactors_1/images/lhcb-logo.svg new file mode 100644 index 0000000..40e1423 --- /dev/null +++ b/Lb_SL/FormFactors_1/images/lhcb-logo.svg @@ -0,0 +1,110 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/Lb_SL/FormFactors_1/images/uzh-transp.pdf b/Lb_SL/FormFactors_1/images/uzh-transp.pdf new file mode 100644 index 0000000..b2e1282 --- /dev/null +++ b/Lb_SL/FormFactors_1/images/uzh-transp.pdf Binary files differ diff --git a/Lb_SL/FormFactors_1/images/uzh.pdf b/Lb_SL/FormFactors_1/images/uzh.pdf new file mode 100644 index 0000000..5ac62c7 --- /dev/null +++ b/Lb_SL/FormFactors_1/images/uzh.pdf Binary files differ diff --git a/Lb_SL/FormFactors_1/images/uzh_logo_e_pos.eps b/Lb_SL/FormFactors_1/images/uzh_logo_e_pos.eps new file mode 100755 index 0000000..af2734d --- /dev/null +++ b/Lb_SL/FormFactors_1/images/uzh_logo_e_pos.eps Binary files differ diff --git a/Lb_SL/FormFactors_1/images/uzh_logo_e_pos_gross.tif b/Lb_SL/FormFactors_1/images/uzh_logo_e_pos_gross.tif new file mode 100755 index 0000000..f212825 --- /dev/null +++ b/Lb_SL/FormFactors_1/images/uzh_logo_e_pos_gross.tif Binary files differ diff --git a/Lb_SL/FormFactors_1/mchrzasz+mp.sh b/Lb_SL/FormFactors_1/mchrzasz+mp.sh new file mode 100644 index 0000000..1a24852 --- /dev/null +++ b/Lb_SL/FormFactors_1/mchrzasz+mp.sh @@ -0,0 +1 @@ +#!/bin/sh diff --git a/Lb_SL/FormFactors_1/mchrzasz-blx.bib b/Lb_SL/FormFactors_1/mchrzasz-blx.bib new file mode 100644 index 0000000..9e405b3 --- /dev/null +++ b/Lb_SL/FormFactors_1/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/Lb_SL/FormFactors_1/mchrzasz.aux b/Lb_SL/FormFactors_1/mchrzasz.aux new file mode 100644 index 0000000..fa5cfe1 --- /dev/null +++ b/Lb_SL/FormFactors_1/mchrzasz.aux @@ -0,0 +1,77 @@ +\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 {pgfid21}{23867907}{17900937} +\pgfsyspdfmark {pgfid20}{1432016}{9861799} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{7}{7/7}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {7}{7}}} +\pgfsyspdfmark {pgfid22}{0}{0} +\pgfsyspdfmark {pgfid23}{0}{0} +\@writefile{nav}{\headcommand {\beamer@partpages {1}{7}}} +\@writefile{nav}{\headcommand {\beamer@subsectionpages {1}{7}}} +\@writefile{nav}{\headcommand {\beamer@sectionpages {1}{7}}} +\@writefile{nav}{\headcommand {\beamer@documentpages {7}}} +\@writefile{nav}{\headcommand {\def \inserttotalframenumber {6}}} diff --git a/Lb_SL/FormFactors_1/mchrzasz.log b/Lb_SL/FormFactors_1/mchrzasz.log new file mode 100644 index 0000000..c035075 --- /dev/null +++ b/Lb_SL/FormFactors_1/mchrzasz.log @@ -0,0 +1,3065 @@ +This is XeTeX, Version 3.1415926-2.5-0.9999.3 (TeX Live 2013/Debian) (format=xelatex 2015.4.1) 5 FEB 2016 00:15 +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 203. + +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 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\myargthree' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\myargtwo' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\myargtwo' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\myargthree' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\Lambda' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `subscript' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\mskip' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `superscript' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\mskip' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `subscript' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\to' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\myargthree' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\myargtwo' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\myargtwo' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\myargthree' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\Lambda' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `subscript' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\mskip' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `superscript' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\mskip' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `subscript' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `superscript' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\ast' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\ell' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\nu' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `math shift' on input line 209. + +(./mchrzasz.aux) +\openout1 = `mchrzasz.aux'. + +LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 209. +LaTeX Font Info: ... okay on input line 209. +LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 209. +LaTeX Font Info: ... okay on input line 209. +LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 209. +LaTeX Font Info: ... okay on input line 209. +LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 209. +LaTeX Font Info: ... okay on input line 209. +LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 209. +LaTeX Font Info: ... okay on input line 209. +LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 209. +LaTeX Font Info: ... okay on input line 209. +LaTeX Font Info: Checking defaults for PD1/pdf/m/n on input line 209. +LaTeX Font Info: ... okay on input line 209. +LaTeX Font Info: Checking defaults for PU/pdf/m/n on input line 209. +LaTeX Font Info: ... okay on input line 209. +LaTeX Font Info: Checking defaults for OT4/cmr/m/n on input line 209. +LaTeX Font Info: Try loading font information for OT4+cmr on input line 209. + + (/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 209. +LaTeX Font Info: Checking defaults for LY1/ptm/m/n on input line 209. +LaTeX Font Info: ... okay on input line 209. +LaTeX Font Info: Checking defaults for EU1/lmr/m/n on input line 209. +LaTeX Font Info: ... okay on input line 209. +LaTeX Font Info: Checking defaults for T3/cmr/m/n on input line 209. +LaTeX Font Info: Try loading font information for T3+cmr on input line 209. + +(/usr/share/texmf/tex/latex/tipa/t3cmr.fd +File: t3cmr.fd 2001/12/31 TIPA font definitions +) +LaTeX Font Info: ... okay on input line 209. + +*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 209. + +(/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 209. +LaTeX Info: Redefining \pageref on input line 209. +LaTeX Info: Redefining \nameref on input line 209. + +(./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 209. + +*** 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 209. +Package biblatex Info: Reference segment=0 on input line 209. +(./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 209. + + (/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 209 +. + +(/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 209 +. + +(/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 209. +LaTeX Font Info: External font `plex10' loaded for size +(Font) <5> on input line 209. +LaTeX Font Info: Try loading font information for U+msa on input line 209. + +(/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 209. + +(/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 209. + +(/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 209. +LaTeX Font Info: External font `plex10' loaded for size +(Font) <7> on input line 209. +\c__siunitx_mathsf_int=\count440 +LaTeX Font Info: External font `plex10' loaded for size +(Font) <10.95> on input line 209. +LaTeX Font Info: External font `plex10' loaded for size +(Font) <8> on input line 209. +\c__siunitx_mathtt_int=\count441 +LaTeX Font Info: Try loading font information for OT4+cmtt on input line 209 +. + +(/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 250. +LaTeX Font Info: External font `plex10' loaded for size +(Font) <20.74> on input line 250. +LaTeX Font Info: External font `plex10' loaded for size +(Font) <17.28> on input line 250. +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 + +] +Overfull \hbox (12.59357pt too wide) detected at line 295 +\OMS/plsy/m/n/6 h\OT4/cmr/m/n/6 ^^C[](\OML/plm/m/it/6 p[]; s[]\OT4/cmr/m/n/6 )\ +OMS/plsy/m/n/6 j\OML/plm/m/it/6 V[]\OMS/plsy/m/n/6 j\OT4/cmr/m/n/6 ^^C[](\OML/p +lm/m/it/6 p; s\OT4/cmr/m/n/6 )\OMS/plsy/m/n/6 i \OT4/cmr/m/n/6 = [][](\OML/plm/ +m/it/6 p[]; s[]\OT4/cmr/m/n/6 ) [] \OML/plm/m/it/6 u\OT4/cmr/m/n/6 (\OML/plm/m/ +it/6 p; s\OT4/cmr/m/n/6 )\OML/plm/m/it/6 ; + [] + + +Overfull \hbox (25.84492pt too wide) detected at line 295 +\OMS/plsy/m/n/6 h\OT4/cmr/m/n/6 ^^C[](\OML/plm/m/it/6 p[]; s[]\OT4/cmr/m/n/6 )\ +OMS/plsy/m/n/6 j\OML/plm/m/it/6 A[]\OMS/plsy/m/n/6 j\OT4/cmr/m/n/6 ^^C[](\OML/p +lm/m/it/6 p; s\OT4/cmr/m/n/6 )\OMS/plsy/m/n/6 i \OT4/cmr/m/n/6 = [][](\OML/plm/ +m/it/6 p[]; s[]\OT4/cmr/m/n/6 ) [] \OML/plm/m/it/6 ^^M[]u\OT4/cmr/m/n/6 (\OML/p +lm/m/it/6 p; s\OT4/cmr/m/n/6 )\OML/plm/m/it/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: +................................................. + +[2 + +] +LaTeX Font Info: Try loading font information for EU1+lmtt on input line 314 +. + (/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: +................................................. + +[3 + +] +Underfull \hbox (badness 10000) in paragraph at lines 362--362 + + [] + + +Underfull \hbox (badness 10000) in paragraph at lines 362--362 + + [] + + +Overfull \hbox (4.2419pt too wide) in paragraph at lines 362--362 +[][] + [] + + +Overfull \vbox (19.12447pt too high) detected at line 362 + [] + +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 + +] +File: images/FF_paper.png Graphic file (type QTm) + +File: images/FF.pdf Graphic file (type QTm) + +Underfull \hbox (badness 10000) in paragraph at lines 384--384 + + [] + +LaTeX Font Info: External font `plex10' loaded for size +(Font) <14.4> on input line 384. + +Overfull \vbox (50.46521pt too high) detected at line 384 + [] + +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 + +] +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 + +] +\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: +................................................. + +[7 + +] +\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 417. +Package atveryend Info: Empty hook `AfterLastShipout' on input line 417. + (./mchrzasz.aux) +Package atveryend Info: Empty hook `AtVeryEndDocument' on input line 417. +Package atveryend Info: Empty hook `AtEndAfterFileList' on input line 417. +Package logreq Info: Writing requests to 'mchrzasz.run.xml'. +\openout1 = `mchrzasz.run.xml'. + +Package atveryend Info: Empty hook `AtVeryVeryEnd' on input line 417. + ) +Here is how much of TeX's memory you used: + 47890 strings out of 493918 + 941303 string characters out of 6150564 + 1288159 words of memory out of 5000000 + 50184 multiletter control sequences out of 15000+600000 + 44968 words of font info for 169 fonts, out of 8000000 for 9000 + 1144 hyphenation exceptions out of 8191 + 61i,26n,73p,10479b,1439s stack positions out of 5000i,500n,10000p,200000b,80000s + +Output written on mchrzasz.pdf (7 pages). diff --git a/Lb_SL/FormFactors_1/mchrzasz.nav b/Lb_SL/FormFactors_1/mchrzasz.nav new file mode 100644 index 0000000..de7ee36 --- /dev/null +++ b/Lb_SL/FormFactors_1/mchrzasz.nav @@ -0,0 +1,21 @@ +\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 {\beamer@partpages {1}{7}} +\headcommand {\beamer@subsectionpages {1}{7}} +\headcommand {\beamer@sectionpages {1}{7}} +\headcommand {\beamer@documentpages {7}} +\headcommand {\def \inserttotalframenumber {6}} diff --git a/Lb_SL/FormFactors_1/mchrzasz.out b/Lb_SL/FormFactors_1/mchrzasz.out new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/Lb_SL/FormFactors_1/mchrzasz.out diff --git a/Lb_SL/FormFactors_1/mchrzasz.pdf b/Lb_SL/FormFactors_1/mchrzasz.pdf new file mode 100644 index 0000000..b6f574d --- /dev/null +++ b/Lb_SL/FormFactors_1/mchrzasz.pdf Binary files differ diff --git a/Lb_SL/FormFactors_1/mchrzasz.run.xml b/Lb_SL/FormFactors_1/mchrzasz.run.xml new file mode 100644 index 0000000..3368f59 --- /dev/null +++ b/Lb_SL/FormFactors_1/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/Lb_SL/FormFactors_1/mchrzasz.snm b/Lb_SL/FormFactors_1/mchrzasz.snm new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/Lb_SL/FormFactors_1/mchrzasz.snm diff --git a/Lb_SL/FormFactors_1/mchrzasz.tex b/Lb_SL/FormFactors_1/mchrzasz.tex new file mode 100644 index 0000000..feba467 --- /dev/null +++ b/Lb_SL/FormFactors_1/mchrzasz.tex @@ -0,0 +1,417 @@ +\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}} + + + +\author{ {\fontspec{Trebuchet MS}Marcin Chrz\k{a}szcz} (Universit\"{a}t Z\"{u}rich)} +\institute{UZH} +\title[Form factors for $\PLambda_b \to \PLambda_c^{\ast} \ell \nu$]{Form factors for $\PLambda_b \to \PLambda_c^{\ast} \ell \nu$} +\date{5 February 2016} + + +\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 {Form factors for $\PLambda_b \to \PLambda_c^{\ast} \ell \nu$} + \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} Nicola Serra \\\vspace{-0.1em} Elena Graverini} + +\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}{$R(\Lambda_c^{\ast})$ meeting, CERN\\February 5, 2016} +\end{center} +\end{frame} +} + + +\begin{frame}[c]{Introduction} +\begin{minipage}{\textwidth} + +The matrix elements for our $\PLambdab$ decays are depended on $F_{1,..,4}$ and $G_{1,...,4}$ form factors: + + + +\begin{tiny} +%\scalebox{0.8}{ +\begin{equation} +\langle \Lambda_{c}^{1/2^-}(p', s') | V_{\mu}| \Lambda_{b}(p, s)\rangle = +\overline{u}(p', s')\left(F_1(q^2) \gamma_{\mu} + F_2(q^2) +\frac{ p_\mu}{m_{\Lambda_Q}} + F_3(q^2)\frac{ p'_\mu}{m_{\Lambda_q}} +\right) u(p,s), \nonumber +\end{equation} +\begin{equation} +\langle \Lambda_{c}^{1/2^-}(p', s')| A_{\mu}| \Lambda_{b}(p, s)\rangle = +\overline{u}(p', s')\left(G_1(q^2) \gamma_{\mu} + G_2(q^2) +\frac{ p_\mu}{m_{\Lambda_Q}} + G_3(q^2)\frac{ p'_\mu}{m_{\Lambda_q}}\right) +\gamma_{5} u(p,s), \nonumber +\end{equation} +\begin{equation} +\langle \Lambda_{c}^{3/2^-}(p', s')| V_{\mu}| \Lambda_{b}(p, s)\rangle= +\overline{u}^\alpha(p', s')\left[ +\frac{p_\alpha}{m_{\Lambda_Q}}\left(F_1\gamma_{\mu} + F_2\frac{ +p_\mu}{m_{\Lambda_Q}} + F_3\frac{ p'_\mu}{m_{\Lambda_q^{3/2}}}\right)+F_4 g_{\alpha\mu}\right] +u(p,s), \nonumber +\end{equation} +\begin{equation} +\langle \Lambda_{c}^{3/2^-}(p', s')| A_{\mu}| \Lambda_{b}(p, s)\rangle = +\overline{u}^\alpha(p', s')\left[ +\frac{p_\alpha}{m_{\Lambda_Q}}\left(G_1 \gamma_\mu + +G_2\frac{ p_\mu}{m_{\Lambda_Q}} + G_3 +\frac{ p'_\mu}{m_{\Lambda_q^{3/2}}}\right)+G_4 g_{\alpha\mu}\right]\gamma_{5} u(p,s). \nonumber +\end{equation} + +%} +\end{tiny} + + + \end{minipage} +\end{frame} + + + + +\begin{frame}[c]{What is in the simulation?} +\begin{minipage}{\textwidth} + +$\Rrightarrow$ The simulation that we have uses the form factors calculated in \href{http://arxiv.org/pdf/nucl-th/0503030v1.pdf}{arXiv:nucl-th/0503030}\\ +$\Rrightarrow$ In this paper the form factors are calculated in constituent quark model.\\ +$\Rrightarrow$ Let me quote a theorists that wants to remain anonymous: ,,it's not even wrong''.\\ +$\Rrightarrow$ Never the less this is what Syracuse is using and is now in the simulation $\rightarrow$ we will reweigh our MC.\\ +$\Rrightarrow$ To do so, we firstly looked at reproducing the calculations from \texttt{EvtGen}. + + + + + \end{minipage} + \vspace*{2.cm} +\end{frame} + + +\begin{frame}[c]{Form factor calculus} +\begin{minipage}{\textwidth} +$\Rrightarrow$ So in \texttt{EvtGen} the calculations of From Factors are done only in the harmonic oscillator basis.\\{~}\\ +\begin{tiny} + +\begin{tabular}{|l|cccccccc|} +\hline + model & $m_\sigma$ (GeV)& $m_s$ (GeV) & $m_c$ (GeV) & $m_b$ (GeV) & $b$ (GeV$^2$) + & $\alpha_{\rm Coul}$ \,\,\,\,\,\,& +$\alpha_{\rm hyp}$ & $C_{qqq}$ (GeV) \\\hline + HONR & 0.40& 0.65& 1.89 & 5.28 & 0.14 &0.45 & 0.81 & -1.20 \\ + HOSR & 0.38& 0.59& 1.83 & 5.17 & 0.17 &0.09 & 0.26 & -1.45 \\ + STNR & 0.40& 0.64& 1.87 & 5.28 & 0.13 &0.35 & 0.31 & -1.22 \\ + STSR & 0.34& 0.57& 1.78 & 5.22 & 0.15 &0.19 & 0.11 & -1.23 \\ \hline +\end{tabular} +\end{tiny} +$\Rrightarrow$ On top of this you also have the wave size: +\begin{tiny} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{tabular}{|l|l|cccc|} +\hline +$J^P$ & model & $\Lambda_b$ & $\Lambda_c$ & $\Lambda$ & $N$ \\ +& & $\left(\alpha_\lambda,\,\,\,\,\alpha_\rho\right)$ & +$\left(\alpha_\lambda,\,\,\,\,\alpha_\rho\right)$ & +$\left(\alpha_\lambda,\,\,\,\,\alpha_\rho\right)$ & +$\left(\alpha_\lambda,\,\,\,\,\alpha_\rho\right)$ \\ \hline +$1/2^+$ &HONR & (0.59, 0.61)& (0.55, 0.58) & (0.49, 0.53) & 0.48\\ +$1/2^+$ &HOSR & (0.68, 0.68)& (0.60, 0.61) & (0.52, 0.57)& 0.54\\ +$1/2^+$ & STNR & (0.44, 0.66)& (0.41, 0.69) & (0.35, 0.75)&- \\ +$1/2^+$ & STSR & (0.46, 0.64)& (0.43, 0.67) & (0.38, 0.72) &-\\ \hline +$1/2^-$ & HONR & -& (0.47, 0.49) & (0.40, 0.47) &0.37\\ +$1/2^-$ & HOSR & -& (0.55, 0.59) & (0.48, 0.54) &0.46 \\ +$1/2^-$ &STNR & -& (0.60, 0.50) & (0.55, 0.54) &- \\ +$1/2^-$ &STSR & -& (0.61, 0.49) & (0.58, 0.51) &-\\ \hline +$3/2^+$ &HONR & -& - & - & 0.35\\ +$3/2^+$ &HOSR & -& -& -& 0.44\\\hline +$5/2^+$ &HONR & -& - & - & 0.35\\ +$5/2^+$ &HOSR & -& -& -& 0.46\\\hline +\end{tabular} + + +\end{tiny} + \end{minipage} + \vspace*{2.cm} +\end{frame} + +\begin{frame}[c]{Form factor results (example $\PLambda_c^{1/2+}$)} +\begin{minipage}{\textwidth} +\begin{columns} +\column{2.5in} +\includegraphics[width=0.95\textwidth]{images/FF_paper.png} + + +\column{2.5in} + +\includegraphics[angle=-90,width=0.95\textwidth]{images/FF.pdf} + +\end{columns} +$\Rrightarrow$ So I check each of the three Form factors with calculations from \texttt{EvtGen} and they are in perfect agreement.\\ +$\Rrightarrow$ Wrote all the bispinor algebra routines, gamma matrices, etc.\\ +$\Rrightarrow$ Didn't finish writing the matrix element calculus, once this is done we have a reweighing routine with all the form factors inside that is plug and play!\\ + + + +\end{minipage} + \vspace*{2.cm} +\end{frame} + + + + +\begin{frame}[c]{Summary} +\begin{minipage}{\textwidth} +\begin{itemize} +\item Form factors implemented with all the algebraic structure of $V-A$ currents. +\item Working on matrix element computations. +\item Reweighing should follow. +\item Once that is ready we will test with of the discriminating variables are less form factor independent so they can be used in the selection. + + +\end{itemize} + + +\end{minipage} + \vspace*{2.cm} +\end{frame} + + + + +\backupbegin + +\begin{frame}\frametitle{Backup} +\topline + +\end{frame} + +\backupend + +\end{document} diff --git a/Lb_SL/FormFactors_1/mchrzasz.toc b/Lb_SL/FormFactors_1/mchrzasz.toc new file mode 100644 index 0000000..429917f --- /dev/null +++ b/Lb_SL/FormFactors_1/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/Lb_SL/FormFactors_1/tikzfeynman.sty b/Lb_SL/FormFactors_1/tikzfeynman.sty new file mode 100755 index 0000000..521fc65 --- /dev/null +++ b/Lb_SL/FormFactors_1/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/Lb_SL/FormFactors_2/Makefile b/Lb_SL/FormFactors_2/Makefile new file mode 100644 index 0000000..e4cf8e8 --- /dev/null +++ b/Lb_SL/FormFactors_2/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/Lb_SL/FormFactors_2/beamercolorthemeFlip.sty b/Lb_SL/FormFactors_2/beamercolorthemeFlip.sty new file mode 100755 index 0000000..d6b9c50 --- /dev/null +++ b/Lb_SL/FormFactors_2/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/Lb_SL/FormFactors_2/beamerinnerthemeFlip.sty b/Lb_SL/FormFactors_2/beamerinnerthemeFlip.sty new file mode 100755 index 0000000..9910f4d --- /dev/null +++ b/Lb_SL/FormFactors_2/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/Lb_SL/FormFactors_2/beamerouterthemeFlip.sty b/Lb_SL/FormFactors_2/beamerouterthemeFlip.sty new file mode 100755 index 0000000..d12f6d6 --- /dev/null +++ b/Lb_SL/FormFactors_2/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/Lb_SL/FormFactors_2/beamerouterthemedecolines.sty b/Lb_SL/FormFactors_2/beamerouterthemedecolines.sty new file mode 100755 index 0000000..669e493 --- /dev/null +++ b/Lb_SL/FormFactors_2/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/Lb_SL/FormFactors_2/beamerthemeFlip.sty b/Lb_SL/FormFactors_2/beamerthemeFlip.sty new file mode 100755 index 0000000..a615ff5 --- /dev/null +++ b/Lb_SL/FormFactors_2/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/Lb_SL/FormFactors_2/images/.DS_Store b/Lb_SL/FormFactors_2/images/.DS_Store new file mode 100644 index 0000000..5008ddf --- /dev/null +++ b/Lb_SL/FormFactors_2/images/.DS_Store Binary files differ diff --git a/Lb_SL/FormFactors_2/images/BG_both.png b/Lb_SL/FormFactors_2/images/BG_both.png new file mode 100755 index 0000000..49b62d5 --- /dev/null +++ b/Lb_SL/FormFactors_2/images/BG_both.png Binary files differ diff --git a/Lb_SL/FormFactors_2/images/BG_lower.png b/Lb_SL/FormFactors_2/images/BG_lower.png new file mode 100755 index 0000000..073034a --- /dev/null +++ b/Lb_SL/FormFactors_2/images/BG_lower.png Binary files differ diff --git a/Lb_SL/FormFactors_2/images/BG_upper.png b/Lb_SL/FormFactors_2/images/BG_upper.png new file mode 100755 index 0000000..4cfcc07 --- /dev/null +++ b/Lb_SL/FormFactors_2/images/BG_upper.png Binary files differ diff --git a/Lb_SL/FormFactors_2/images/FF.pdf b/Lb_SL/FormFactors_2/images/FF.pdf new file mode 100644 index 0000000..d5ff8ea --- /dev/null +++ b/Lb_SL/FormFactors_2/images/FF.pdf Binary files differ diff --git a/Lb_SL/FormFactors_2/images/FF.png b/Lb_SL/FormFactors_2/images/FF.png new file mode 100644 index 0000000..5ece9f7 --- /dev/null +++ b/Lb_SL/FormFactors_2/images/FF.png Binary files differ diff --git a/Lb_SL/FormFactors_2/images/FF_paper.png b/Lb_SL/FormFactors_2/images/FF_paper.png new file mode 100644 index 0000000..dc5aff3 --- /dev/null +++ b/Lb_SL/FormFactors_2/images/FF_paper.png Binary files differ diff --git a/Lb_SL/FormFactors_2/images/FF_var.png b/Lb_SL/FormFactors_2/images/FF_var.png new file mode 100644 index 0000000..6da637f --- /dev/null +++ b/Lb_SL/FormFactors_2/images/FF_var.png Binary files differ diff --git a/Lb_SL/FormFactors_2/images/ST_logo.gif b/Lb_SL/FormFactors_2/images/ST_logo.gif new file mode 100644 index 0000000..fcb090c --- /dev/null +++ b/Lb_SL/FormFactors_2/images/ST_logo.gif Binary files differ diff --git a/Lb_SL/FormFactors_2/images/ST_logo.png b/Lb_SL/FormFactors_2/images/ST_logo.png new file mode 100644 index 0000000..81d2f0d --- /dev/null +++ b/Lb_SL/FormFactors_2/images/ST_logo.png Binary files differ diff --git a/Lb_SL/FormFactors_2/images/ST_logosmall.gif b/Lb_SL/FormFactors_2/images/ST_logosmall.gif new file mode 100644 index 0000000..9db1daa --- /dev/null +++ b/Lb_SL/FormFactors_2/images/ST_logosmall.gif Binary files differ diff --git a/Lb_SL/FormFactors_2/images/Z_rich_18.jpg b/Lb_SL/FormFactors_2/images/Z_rich_18.jpg new file mode 100644 index 0000000..5899422 --- /dev/null +++ b/Lb_SL/FormFactors_2/images/Z_rich_18.jpg Binary files differ diff --git a/Lb_SL/FormFactors_2/images/Z_rich_24.jpg b/Lb_SL/FormFactors_2/images/Z_rich_24.jpg new file mode 100644 index 0000000..98b4d4a --- /dev/null +++ b/Lb_SL/FormFactors_2/images/Z_rich_24.jpg Binary files differ diff --git a/Lb_SL/FormFactors_2/images/Z_rich_30.jpg b/Lb_SL/FormFactors_2/images/Z_rich_30.jpg new file mode 100644 index 0000000..59ee3dd --- /dev/null +++ b/Lb_SL/FormFactors_2/images/Z_rich_30.jpg Binary files differ diff --git a/Lb_SL/FormFactors_2/images/bubble2.jpg b/Lb_SL/FormFactors_2/images/bubble2.jpg new file mode 100644 index 0000000..0fd03bb --- /dev/null +++ b/Lb_SL/FormFactors_2/images/bubble2.jpg Binary files differ diff --git a/Lb_SL/FormFactors_2/images/derotate.sh b/Lb_SL/FormFactors_2/images/derotate.sh new file mode 100755 index 0000000..ba653b9 --- /dev/null +++ b/Lb_SL/FormFactors_2/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/Lb_SL/FormFactors_2/images/getFromAFS.sh b/Lb_SL/FormFactors_2/images/getFromAFS.sh new file mode 100644 index 0000000..7d73a4a --- /dev/null +++ b/Lb_SL/FormFactors_2/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/Lb_SL/FormFactors_2/images/lhcb-logo-bad.pdf b/Lb_SL/FormFactors_2/images/lhcb-logo-bad.pdf new file mode 100644 index 0000000..fbfd59e --- /dev/null +++ b/Lb_SL/FormFactors_2/images/lhcb-logo-bad.pdf Binary files differ diff --git a/Lb_SL/FormFactors_2/images/lhcb-logo.pdf b/Lb_SL/FormFactors_2/images/lhcb-logo.pdf new file mode 100644 index 0000000..86de47e --- /dev/null +++ b/Lb_SL/FormFactors_2/images/lhcb-logo.pdf Binary files differ diff --git a/Lb_SL/FormFactors_2/images/lhcb-logo.svg b/Lb_SL/FormFactors_2/images/lhcb-logo.svg new file mode 100644 index 0000000..40e1423 --- /dev/null +++ b/Lb_SL/FormFactors_2/images/lhcb-logo.svg @@ -0,0 +1,110 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/Lb_SL/FormFactors_2/images/q2.png b/Lb_SL/FormFactors_2/images/q2.png new file mode 100644 index 0000000..222e901 --- /dev/null +++ b/Lb_SL/FormFactors_2/images/q2.png Binary files differ diff --git a/Lb_SL/FormFactors_2/images/uzh-transp.pdf b/Lb_SL/FormFactors_2/images/uzh-transp.pdf new file mode 100644 index 0000000..b2e1282 --- /dev/null +++ b/Lb_SL/FormFactors_2/images/uzh-transp.pdf Binary files differ diff --git a/Lb_SL/FormFactors_2/images/uzh.pdf b/Lb_SL/FormFactors_2/images/uzh.pdf new file mode 100644 index 0000000..5ac62c7 --- /dev/null +++ b/Lb_SL/FormFactors_2/images/uzh.pdf Binary files differ diff --git a/Lb_SL/FormFactors_2/images/uzh_logo_e_pos.eps b/Lb_SL/FormFactors_2/images/uzh_logo_e_pos.eps new file mode 100755 index 0000000..af2734d --- /dev/null +++ b/Lb_SL/FormFactors_2/images/uzh_logo_e_pos.eps Binary files differ diff --git a/Lb_SL/FormFactors_2/images/uzh_logo_e_pos_gross.tif b/Lb_SL/FormFactors_2/images/uzh_logo_e_pos_gross.tif new file mode 100755 index 0000000..f212825 --- /dev/null +++ b/Lb_SL/FormFactors_2/images/uzh_logo_e_pos_gross.tif Binary files differ diff --git a/Lb_SL/FormFactors_2/images/weights.png b/Lb_SL/FormFactors_2/images/weights.png new file mode 100644 index 0000000..26090c9 --- /dev/null +++ b/Lb_SL/FormFactors_2/images/weights.png Binary files differ diff --git a/Lb_SL/FormFactors_2/mchrzasz+mp.sh b/Lb_SL/FormFactors_2/mchrzasz+mp.sh new file mode 100644 index 0000000..1a24852 --- /dev/null +++ b/Lb_SL/FormFactors_2/mchrzasz+mp.sh @@ -0,0 +1 @@ +#!/bin/sh diff --git a/Lb_SL/FormFactors_2/mchrzasz-blx.bib b/Lb_SL/FormFactors_2/mchrzasz-blx.bib new file mode 100644 index 0000000..9e405b3 --- /dev/null +++ b/Lb_SL/FormFactors_2/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/Lb_SL/FormFactors_2/mchrzasz.aux b/Lb_SL/FormFactors_2/mchrzasz.aux new file mode 100644 index 0000000..da3e156 --- /dev/null +++ b/Lb_SL/FormFactors_2/mchrzasz.aux @@ -0,0 +1,119 @@ +\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} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{8}{8/8}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {8}{8}}} +\pgfsyspdfmark {pgfid24}{0}{0} +\pgfsyspdfmark {pgfid25}{0}{0} +\HyPL@Entry{8<>} +\pgfsyspdfmark {pgfid26}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{9}{9/9}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {9}{9}}} +\pgfsyspdfmark {pgfid27}{0}{0} +\pgfsyspdfmark {pgfid28}{0}{0} +\HyPL@Entry{9<>} +\pgfsyspdfmark {pgfid29}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{10}{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}{11}{11/11}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {11}{11}}} +\pgfsyspdfmark {pgfid33}{0}{0} +\pgfsyspdfmark {pgfid34}{0}{0} +\HyPL@Entry{11<>} +\pgfsyspdfmark {pgfid35}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{12}{12/12}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {12}{12}}} +\pgfsyspdfmark {pgfid36}{0}{0} +\pgfsyspdfmark {pgfid37}{0}{0} +\HyPL@Entry{12<>} +\pgfsyspdfmark {pgfid38}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{13}{13/13}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {13}{13}}} +\pgfsyspdfmark {pgfid39}{0}{0} +\pgfsyspdfmark {pgfid40}{0}{0} +\HyPL@Entry{13<>} +\pgfsyspdfmark {pgfid42}{23867907}{17900937} +\pgfsyspdfmark {pgfid41}{1432016}{9861799} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{14}{14/14}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {14}{14}}} +\pgfsyspdfmark {pgfid43}{0}{0} +\pgfsyspdfmark {pgfid44}{0}{0} +\@writefile{nav}{\headcommand {\beamer@partpages {1}{14}}} +\@writefile{nav}{\headcommand {\beamer@subsectionpages {1}{14}}} +\@writefile{nav}{\headcommand {\beamer@sectionpages {1}{14}}} +\@writefile{nav}{\headcommand {\beamer@documentpages {14}}} +\@writefile{nav}{\headcommand {\def \inserttotalframenumber {13}}} diff --git a/Lb_SL/FormFactors_2/mchrzasz.log b/Lb_SL/FormFactors_2/mchrzasz.log new file mode 100644 index 0000000..d0d62ea --- /dev/null +++ b/Lb_SL/FormFactors_2/mchrzasz.log @@ -0,0 +1,3270 @@ +This is XeTeX, Version 3.1415926-2.5-0.9999.3 (TeX Live 2013/Debian) (format=xelatex 2015.4.1) 17 FEB 2016 12:57 +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 203. + +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 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\myargthree' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\myargtwo' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\myargtwo' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\myargthree' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\Lambda' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `subscript' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\mskip' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `superscript' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\mskip' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `subscript' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\to' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\myargthree' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\myargtwo' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\myargtwo' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\myargthree' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\Lambda' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `subscript' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\mskip' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `superscript' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\mskip' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `subscript' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `superscript' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\ast' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\ell' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\nu' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `math shift' on input line 209. + +(./mchrzasz.aux) +\openout1 = `mchrzasz.aux'. + +LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 209. +LaTeX Font Info: ... okay on input line 209. +LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 209. +LaTeX Font Info: ... okay on input line 209. +LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 209. +LaTeX Font Info: ... okay on input line 209. +LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 209. +LaTeX Font Info: ... okay on input line 209. +LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 209. +LaTeX Font Info: ... okay on input line 209. +LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 209. +LaTeX Font Info: ... okay on input line 209. +LaTeX Font Info: Checking defaults for PD1/pdf/m/n on input line 209. +LaTeX Font Info: ... okay on input line 209. +LaTeX Font Info: Checking defaults for PU/pdf/m/n on input line 209. +LaTeX Font Info: ... okay on input line 209. +LaTeX Font Info: Checking defaults for OT4/cmr/m/n on input line 209. +LaTeX Font Info: Try loading font information for OT4+cmr on input line 209. + + (/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 209. +LaTeX Font Info: Checking defaults for LY1/ptm/m/n on input line 209. +LaTeX Font Info: ... okay on input line 209. +LaTeX Font Info: Checking defaults for EU1/lmr/m/n on input line 209. +LaTeX Font Info: ... okay on input line 209. +LaTeX Font Info: Checking defaults for T3/cmr/m/n on input line 209. +LaTeX Font Info: Try loading font information for T3+cmr on input line 209. + +(/usr/share/texmf/tex/latex/tipa/t3cmr.fd +File: t3cmr.fd 2001/12/31 TIPA font definitions +) +LaTeX Font Info: ... okay on input line 209. + +*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 209. + +(/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 209. +LaTeX Info: Redefining \pageref on input line 209. +LaTeX Info: Redefining \nameref on input line 209. + +(./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 209. + +*** 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 209. +Package biblatex Info: Reference segment=0 on input line 209. +(./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 209. + + (/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 209 +. + +(/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 209 +. + +(/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 209. +LaTeX Font Info: External font `plex10' loaded for size +(Font) <5> on input line 209. +LaTeX Font Info: Try loading font information for U+msa on input line 209. + +(/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 209. + +(/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 209. + +(/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 209. +LaTeX Font Info: External font `plex10' loaded for size +(Font) <7> on input line 209. +\c__siunitx_mathsf_int=\count440 +LaTeX Font Info: External font `plex10' loaded for size +(Font) <10.95> on input line 209. +LaTeX Font Info: External font `plex10' loaded for size +(Font) <8> on input line 209. +\c__siunitx_mathtt_int=\count441 +LaTeX Font Info: Try loading font information for OT4+cmtt on input line 209 +. + +(/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 250. +LaTeX Font Info: External font `plex10' loaded for size +(Font) <20.74> on input line 250. +LaTeX Font Info: External font `plex10' loaded for size +(Font) <17.28> on input line 250. +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 + +] +Overfull \hbox (12.59357pt too wide) detected at line 295 +\OMS/plsy/m/n/6 h\OT4/cmr/m/n/6 ^^C[](\OML/plm/m/it/6 p[]; s[]\OT4/cmr/m/n/6 )\ +OMS/plsy/m/n/6 j\OML/plm/m/it/6 V[]\OMS/plsy/m/n/6 j\OT4/cmr/m/n/6 ^^C[](\OML/p +lm/m/it/6 p; s\OT4/cmr/m/n/6 )\OMS/plsy/m/n/6 i \OT4/cmr/m/n/6 = [][](\OML/plm/ +m/it/6 p[]; s[]\OT4/cmr/m/n/6 ) [] \OML/plm/m/it/6 u\OT4/cmr/m/n/6 (\OML/plm/m/ +it/6 p; s\OT4/cmr/m/n/6 )\OML/plm/m/it/6 ; + [] + + +Overfull \hbox (25.84492pt too wide) detected at line 295 +\OMS/plsy/m/n/6 h\OT4/cmr/m/n/6 ^^C[](\OML/plm/m/it/6 p[]; s[]\OT4/cmr/m/n/6 )\ +OMS/plsy/m/n/6 j\OML/plm/m/it/6 A[]\OMS/plsy/m/n/6 j\OT4/cmr/m/n/6 ^^C[](\OML/p +lm/m/it/6 p; s\OT4/cmr/m/n/6 )\OMS/plsy/m/n/6 i \OT4/cmr/m/n/6 = [][](\OML/plm/ +m/it/6 p[]; s[]\OT4/cmr/m/n/6 ) [] \OML/plm/m/it/6 ^^M[]u\OT4/cmr/m/n/6 (\OML/p +lm/m/it/6 p; s\OT4/cmr/m/n/6 )\OML/plm/m/it/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: +................................................. + +[2 + +] +LaTeX Font Info: Try loading font information for EU1+lmtt on input line 314 +. + (/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: +................................................. + +[3 + +] +Underfull \hbox (badness 10000) in paragraph at lines 362--362 + + [] + + +Underfull \hbox (badness 10000) in paragraph at lines 362--362 + + [] + + +Overfull \hbox (4.2419pt too wide) in paragraph at lines 362--362 +[][] + [] + + +Overfull \vbox (19.12447pt too high) detected at line 362 + [] + +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 + +] +File: images/FF_paper.png Graphic file (type QTm) + +File: images/FF.pdf Graphic file (type QTm) + +Underfull \hbox (badness 10000) in paragraph at lines 382--382 + + [] + +LaTeX Font Info: External font `plex10' loaded for size +(Font) <14.4> on input line 382. +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 + +] +Overfull \hbox (14.29022pt too wide) detected at line 513 +\OML/plm/m/it/10.95 u[] \OT4/cmr/m/n/10.95 = \OML/plm/m/it/10.95 N [] + [] + + +Overfull \hbox (14.29022pt too wide) detected at line 513 +\OML/plm/m/it/10.95 u[] \OT4/cmr/m/n/10.95 = \OML/plm/m/it/10.95 N [] + [] + + +Overfull \hbox (14.12798pt too wide) detected at line 513 +\OML/plm/m/it/10.95 ^^W[] \OT4/cmr/m/n/10.95 = \OML/plm/m/it/10.95 N [] + [] + + +Overfull \hbox (14.12798pt too wide) detected at line 513 +\OML/plm/m/it/10.95 ^^W[] \OT4/cmr/m/n/10.95 = \OML/plm/m/it/10.95 N [] + [] + + +Overfull \hbox (29.23456pt too wide) detected at line 513 +\OML/plm/m/it/6 ^^M[] \OT4/cmr/m/n/6 = [] + [] + + +Overfull \hbox (29.23456pt too wide) detected at line 513 +\OML/plm/m/it/6 ^^M[] \OT4/cmr/m/n/6 = [] + [] + + +Overfull \hbox (27.24857pt too wide) detected at line 513 +\OML/plm/m/it/6 ^^M[] \OT4/cmr/m/n/6 = [] + [] + + +Overfull \hbox (29.23456pt too wide) detected at line 513 +\OML/plm/m/it/6 ^^M[] \OT4/cmr/m/n/6 = [] + [] + + +Overfull \hbox (17.67911pt too wide) detected at line 513 +\OML/plm/m/it/6 ^^M[] \OT4/cmr/m/n/6 = [] + [] + + +Overfull \vbox (16.7673pt too high) detected at line 513 + [] + +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/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/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 617--617 + + [] + +File: images/q2.png Graphic file (type QTm) + +File: images/FF_var.png Graphic file (type QTm) + +File: images/weights.png Graphic file (type QTm) + + +Overfull \vbox (51.91298pt too high) detected at line 617 + [] + +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 + +] +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/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/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 + +] +\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: +................................................. + +[14 + +] +\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 696. +Package atveryend Info: Empty hook `AfterLastShipout' on input line 696. + (./mchrzasz.aux) +Package atveryend Info: Empty hook `AtVeryEndDocument' on input line 696. +Package atveryend Info: Empty hook `AtEndAfterFileList' on input line 696. +Package logreq Info: Writing requests to 'mchrzasz.run.xml'. +\openout1 = `mchrzasz.run.xml'. + +Package atveryend Info: Empty hook `AtVeryVeryEnd' on input line 696. + ) +Here is how much of TeX's memory you used: + 47958 strings out of 493918 + 942919 string characters out of 6150564 + 1293155 words of memory out of 5000000 + 50249 multiletter control sequences out of 15000+600000 + 44968 words of font info for 169 fonts, out of 8000000 for 9000 + 1144 hyphenation exceptions out of 8191 + 61i,26n,73p,10479b,1460s stack positions out of 5000i,500n,10000p,200000b,80000s + +Output written on mchrzasz.pdf (14 pages). diff --git a/Lb_SL/FormFactors_2/mchrzasz.nav b/Lb_SL/FormFactors_2/mchrzasz.nav new file mode 100644 index 0000000..26819a6 --- /dev/null +++ b/Lb_SL/FormFactors_2/mchrzasz.nav @@ -0,0 +1,35 @@ +\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/8}{}{0}} +\headcommand {\beamer@framepages {8}{8}} +\headcommand {\slideentry {0}{0}{9}{9/9}{}{0}} +\headcommand {\beamer@framepages {9}{9}} +\headcommand {\slideentry {0}{0}{10}{10/10}{}{0}} +\headcommand {\beamer@framepages {10}{10}} +\headcommand {\slideentry {0}{0}{11}{11/11}{}{0}} +\headcommand {\beamer@framepages {11}{11}} +\headcommand {\slideentry {0}{0}{12}{12/12}{}{0}} +\headcommand {\beamer@framepages {12}{12}} +\headcommand {\slideentry {0}{0}{13}{13/13}{}{0}} +\headcommand {\beamer@framepages {13}{13}} +\headcommand {\slideentry {0}{0}{14}{14/14}{}{0}} +\headcommand {\beamer@framepages {14}{14}} +\headcommand {\beamer@partpages {1}{14}} +\headcommand {\beamer@subsectionpages {1}{14}} +\headcommand {\beamer@sectionpages {1}{14}} +\headcommand {\beamer@documentpages {14}} +\headcommand {\def \inserttotalframenumber {13}} diff --git a/Lb_SL/FormFactors_2/mchrzasz.out b/Lb_SL/FormFactors_2/mchrzasz.out new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/Lb_SL/FormFactors_2/mchrzasz.out diff --git a/Lb_SL/FormFactors_2/mchrzasz.pdf b/Lb_SL/FormFactors_2/mchrzasz.pdf new file mode 100644 index 0000000..ca497c1 --- /dev/null +++ b/Lb_SL/FormFactors_2/mchrzasz.pdf Binary files differ diff --git a/Lb_SL/FormFactors_2/mchrzasz.run.xml b/Lb_SL/FormFactors_2/mchrzasz.run.xml new file mode 100644 index 0000000..3368f59 --- /dev/null +++ b/Lb_SL/FormFactors_2/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/Lb_SL/FormFactors_2/mchrzasz.snm b/Lb_SL/FormFactors_2/mchrzasz.snm new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/Lb_SL/FormFactors_2/mchrzasz.snm diff --git a/Lb_SL/FormFactors_2/mchrzasz.tex b/Lb_SL/FormFactors_2/mchrzasz.tex new file mode 100644 index 0000000..678b908 --- /dev/null +++ b/Lb_SL/FormFactors_2/mchrzasz.tex @@ -0,0 +1,696 @@ +\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}} + + + +\author{ {\fontspec{Trebuchet MS}Marcin Chrz\k{a}szcz} (Universit\"{a}t Z\"{u}rich)} +\institute{UZH} +\title[$\PLambda_b \to \PLambda_c^{\ast} \ell \nu$ Zurich update]{$\PLambda_b \to \PLambda_c^{\ast} \ell \nu$ Zurich update} +\date{5 February 2016} + + +\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 {$\PLambda_b \to \PLambda_c^{\ast} \ell \nu$ Zurich update} + \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} Nicola Serra \\\vspace{-0.1em} Elena Graverini} + +\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}{$R(\Lambda_c^{\ast})$ meeting, Zurich\\February 17, 2016} +\end{center} +\end{frame} +} + + +\begin{frame}[c]{Introduction} +\begin{minipage}{\textwidth} + +The matrix elements for our $\PLambdab$ decays are depended on $F_{1,..,4}$ and $G_{1,...,4}$ form factors: + + + +\begin{tiny} +%\scalebox{0.8}{ +\begin{equation} +\langle \Lambda_{c}^{1/2^-}(p', s') | V_{\mu}| \Lambda_{b}(p, s)\rangle = +\overline{u}(p', s')\left(F_1(q^2) \gamma_{\mu} + F_2(q^2) +\frac{ p_\mu}{m_{\Lambda_Q}} + F_3(q^2)\frac{ p'_\mu}{m_{\Lambda_q}} +\right) u(p,s), \nonumber +\end{equation} +\begin{equation} +\langle \Lambda_{c}^{1/2^-}(p', s')| A_{\mu}| \Lambda_{b}(p, s)\rangle = +\overline{u}(p', s')\left(G_1(q^2) \gamma_{\mu} + G_2(q^2) +\frac{ p_\mu}{m_{\Lambda_Q}} + G_3(q^2)\frac{ p'_\mu}{m_{\Lambda_q}}\right) +\gamma_{5} u(p,s), \nonumber +\end{equation} +\begin{equation} +\langle \Lambda_{c}^{3/2^-}(p', s')| V_{\mu}| \Lambda_{b}(p, s)\rangle= +\overline{u}^\alpha(p', s')\left[ +\frac{p_\alpha}{m_{\Lambda_Q}}\left(F_1\gamma_{\mu} + F_2\frac{ +p_\mu}{m_{\Lambda_Q}} + F_3\frac{ p'_\mu}{m_{\Lambda_q^{3/2}}}\right)+F_4 g_{\alpha\mu}\right] +u(p,s), \nonumber +\end{equation} +\begin{equation} +\langle \Lambda_{c}^{3/2^-}(p', s')| A_{\mu}| \Lambda_{b}(p, s)\rangle = +\overline{u}^\alpha(p', s')\left[ +\frac{p_\alpha}{m_{\Lambda_Q}}\left(G_1 \gamma_\mu + +G_2\frac{ p_\mu}{m_{\Lambda_Q}} + G_3 +\frac{ p'_\mu}{m_{\Lambda_q^{3/2}}}\right)+G_4 g_{\alpha\mu}\right]\gamma_{5} u(p,s). \nonumber +\end{equation} +,where $\overline{u}^\alpha(p', s')$ is a nasty Rarita-Swinger spinor. +%} +\end{tiny} + + + \end{minipage} +\end{frame} + + + + +\begin{frame}[c]{What is in the simulation?} +\begin{minipage}{\textwidth} + +$\Rrightarrow$ The simulation that we have uses the form factors calculated in \href{http://arxiv.org/pdf/nucl-th/0503030v1.pdf}{arXiv:nucl-th/0503030}\\ +$\Rrightarrow$ In this paper the form factors are calculated in constituent quark model.\\ +$\Rrightarrow$ Let me quote a theorists that wants to remain anonymous: ,,it's not even wrong''.\\ +$\Rrightarrow$ Never the less this is what Syracuse is using and is now in the simulation $\rightarrow$ we will reweigh our MC.\\ +$\Rrightarrow$ To do so, we firstly looked at reproducing the calculations from \texttt{EvtGen}. + + + + + \end{minipage} + \vspace*{2.cm} +\end{frame} + + +\begin{frame}[c]{Form factor calculus} +\begin{minipage}{\textwidth} +$\Rrightarrow$ So in \texttt{EvtGen} the calculations of From Factors are done only in the harmonic oscillator basis.\\{~}\\ +\begin{tiny} + +\begin{tabular}{|l|cccccccc|} +\hline + model & $m_\sigma$ (GeV)& $m_s$ (GeV) & $m_c$ (GeV) & $m_b$ (GeV) & $b$ (GeV$^2$) + & $\alpha_{\rm Coul}$ \,\,\,\,\,\,& +$\alpha_{\rm hyp}$ & $C_{qqq}$ (GeV) \\\hline + HONR & 0.40& 0.65& 1.89 & 5.28 & 0.14 &0.45 & 0.81 & -1.20 \\ + HOSR & 0.38& 0.59& 1.83 & 5.17 & 0.17 &0.09 & 0.26 & -1.45 \\ + STNR & 0.40& 0.64& 1.87 & 5.28 & 0.13 &0.35 & 0.31 & -1.22 \\ + STSR & 0.34& 0.57& 1.78 & 5.22 & 0.15 &0.19 & 0.11 & -1.23 \\ \hline +\end{tabular} +\end{tiny} +$\Rrightarrow$ On top of this you also have the wave size: +\begin{tiny} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{tabular}{|l|l|cccc|} +\hline +$J^P$ & model & $\Lambda_b$ & $\Lambda_c$ & $\Lambda$ & $N$ \\ +& & $\left(\alpha_\lambda,\,\,\,\,\alpha_\rho\right)$ & +$\left(\alpha_\lambda,\,\,\,\,\alpha_\rho\right)$ & +$\left(\alpha_\lambda,\,\,\,\,\alpha_\rho\right)$ & +$\left(\alpha_\lambda,\,\,\,\,\alpha_\rho\right)$ \\ \hline +$1/2^+$ &HONR & (0.59, 0.61)& (0.55, 0.58) & (0.49, 0.53) & 0.48\\ +$1/2^+$ &HOSR & (0.68, 0.68)& (0.60, 0.61) & (0.52, 0.57)& 0.54\\ +$1/2^+$ & STNR & (0.44, 0.66)& (0.41, 0.69) & (0.35, 0.75)&- \\ +$1/2^+$ & STSR & (0.46, 0.64)& (0.43, 0.67) & (0.38, 0.72) &-\\ \hline +$1/2^-$ & HONR & -& (0.47, 0.49) & (0.40, 0.47) &0.37\\ +$1/2^-$ & HOSR & -& (0.55, 0.59) & (0.48, 0.54) &0.46 \\ +$1/2^-$ &STNR & -& (0.60, 0.50) & (0.55, 0.54) &- \\ +$1/2^-$ &STSR & -& (0.61, 0.49) & (0.58, 0.51) &-\\ \hline +$3/2^+$ &HONR & -& - & - & 0.35\\ +$3/2^+$ &HOSR & -& -& -& 0.44\\\hline +$5/2^+$ &HONR & -& - & - & 0.35\\ +$5/2^+$ &HOSR & -& -& -& 0.46\\\hline +\end{tabular} + + +\end{tiny} + \end{minipage} + \vspace*{2.cm} +\end{frame} + +\begin{frame}[c]{Form factor results (example $\PLambda_c^{1/2+}$)} +\begin{minipage}{\textwidth} +\begin{columns} +\column{2.5in} +\includegraphics[width=0.95\textwidth]{images/FF_paper.png} + + +\column{2.5in} + +\includegraphics[angle=-90,width=0.95\textwidth]{images/FF.pdf} + +\end{columns} +$\Rrightarrow$ So I check each of the three Form factors with calculations from \texttt{EvtGen} and they are in perfect agreement.\\ + + + +\end{minipage} + \vspace*{2.cm} +\end{frame} + + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + + +\begin{frame}[c]{Reweighing the MC} +\begin{minipage}{\textwidth} +{~}\\ +Some maths: +\begin{columns} +\column{0.24\textwidth} +\begin{equation} +u^{(1)}=N\begin{pmatrix} +1\\ +0\\ +\frac{p_z}{E+m}\\ +\frac{p_x+i p_y}{E+m} +\end{pmatrix} \nonumber +\end{equation} +\column{0.24\textwidth} +\begin{equation} +u^{(2)}=N\begin{pmatrix} +0\\ +1\\ +\frac{p_x-i p_y}{E+m}\\ +\frac{-p_z}{E+m} +\end{pmatrix} \nonumber +\end{equation} + +\column{0.24\textwidth} +\begin{equation} +\nu^{(1)}=N\begin{pmatrix} +\frac{p_x-i p_y}{E+m}\\ +\frac{-p_z}{E+m}\\ +0\\ +1 +\end{pmatrix} \nonumber +\end{equation} + +\column{0.24\textwidth} +\begin{equation} +\nu^{(2)}=N\begin{pmatrix} +\frac{p_z}{E+m}\\ +\frac{p_x+i p_y}{E+m}\\ +1\\ +0 +\end{pmatrix} \nonumber +\end{equation} + + + + + + + +\end{columns} + +$\Rightarrow$ Should be the standard representation but in case I missed a minus sign let me know! +Now the gamma matrix: +\begin{tiny} +\begin{columns} + + + +\column{0.19\textwidth} +\begin{equation} +\gamma^0=\begin{pmatrix} +1 & 0 & 0 & 0\\ +0 & 1 & 0 & 0\\ +0 & 0 & -1 & 0\\ +0 & 0 & 0 & -1\\ +\end{pmatrix} \nonumber +\end{equation} +\column{0.19\textwidth} +\begin{equation} +\gamma^1=\begin{pmatrix} +0 & 0 & 0 & 1\\ +0 & 0 & 1 & 0\\ +0 & -1 & 0 & 0\\ +-1 & 0 & 0 & 0\\ +\end{pmatrix} \nonumber +\end{equation} + +\column{0.19\textwidth} +\begin{equation} +\gamma^2=\begin{pmatrix} +0 & 0 & 0 & -i\\ +0 & 0 & i & 0\\ +0 & i & 0 & 0\\ +-i & 0 & 0 & 0\\ +\end{pmatrix} \nonumber +\end{equation} + + + +\end{columns} + + +\begin{columns} + +\column{0.19\textwidth} +\begin{equation} +\gamma^3=\begin{pmatrix} +0 & 0 & 1 & 0\\ +0 & 0 & 0 & -1\\ +-1 & 0 & 0 & 0\\ +0 & 1 & 0 & 0\\ +\end{pmatrix} \nonumber +\end{equation} + + +\column{0.19\textwidth} + +\begin{equation} +\gamma^5=\begin{pmatrix} +0 & 0 & 1 & 0\\ +0 & 0 & 0 & 1\\ +1 & 0 & 0 & 0\\ +0 & 1 & 0 & 0\\ +\end{pmatrix} \nonumber +\end{equation} + +\end{columns} + + +\end{tiny} + + +\end{minipage} + \vspace*{2.cm} +\end{frame} + + + + + + +\begin{frame}[c]{Lepton current} +\begin{minipage}{\textwidth} +{~}\\ +$\Rrightarrow$ Now the lepton current can be written as: + +\begin{equation} +l_{\mu} = \overline{\nu} (\gamma_{\mu} - \gamma_{\mu}\gamma_5) \mu \nonumber +\end{equation} +$\Rrightarrow$ There are two possibilities: Either you use for the lepton $u^{(1)}$ or $u^{(2)}$. Neutrino is always left-handed: +\begin{equation} +\nu=N\begin{pmatrix} +\frac{p_x-i p_y}{E+m}\\ +1\\ +-\frac{p_x-i p_y}{E+m}\\ +-1 +\end{pmatrix} \nonumber +\end{equation} +$\Rrightarrow$ In total we sum over two leptonic currents. + + +\end{minipage} + \vspace*{2.cm} +\end{frame} + + + + + + +\begin{frame}[c]{Hadronic current} +\begin{minipage}{\textwidth} +{~}\\ +$\Rrightarrow$ Now the hadronic is a more complicated beast: + +\begin{equation} +h_{\mu} = \overline{u} [[\gamma_{\mu} - \gamma_{\mu}\gamma_5][F_1/G_1(q^2) \gamma_{\mu} + F_2/G_2(q^2) +\frac{ p_\mu}{m_{\Lambda_Q}} + F_3/G_3(q^2)] u \nonumber +\end{equation} +$\Rrightarrow$ Here I am showing you the simplest $\PLambda_b^{1/2+} \to \PLambda_c^{1/2+}$ transition.\\ +$\Rrightarrow$ Others will heave a $\gamma_5$ and minuses in some places to invert in other cases. +$\Rrightarrow$ There will be 4 harmonic currents for $1/2+ \to 1/2\pm$ transition and 8 for the the $1/2+ \to 3/2-$ one.\\ +$\Rrightarrow$ NB. the $1/2+ \to 3/2-$ will be described by the Rarita-Schiwnger spinor which is more complicated and didn't want to fit on the slide, so you will have to thrust me on this one :P + + + +\end{minipage} + \vspace*{2.cm} +\end{frame} + +\begin{frame}[c]{Current-Current part} +\begin{minipage}{\textwidth} +{~}\\ +Now we calculate all possible combinations: +\begin{equation} +M = \sum_{i=1}^{4/8} \sum_{j=1}^{2} h_i l_j \nonumber +\end{equation} + +$\Rrightarrow$ And the probability: +\begin{equation} +P=M M^{\ast} \nonumber +\end{equation} +$\Rrightarrow$ Now the main purpose of this study was tu study the impact of the form factors on our analysis, that is why I omitted all the constant as they will drop out in the ratio. + + + +\end{minipage} + \vspace*{2.cm} +\end{frame} + +\begin{frame}[c]{Results of the reweighing} +\begin{minipage}{\textwidth} +{~}\\ + + +\begin{columns} +\column{0.5\textwidth} +\includegraphics[width=0.95\textwidth]{images/q2.png} + +\column{0.5\textwidth} +\includegraphics[width=0.95\textwidth]{{images/FF_var}.png} + + +\end{columns} + + +\begin{columns} +\column{0.5\textwidth} +\includegraphics[width=0.95\textwidth]{images/weights.png} + +\column{0.5\textwidth} +$\Rrightarrow$ No strong dependence on the form factor! + +\end{columns} + + +\end{minipage} + \vspace*{2.cm} +\end{frame} + + +%%%%%%%%%%%%%%%%%%% + +\begin{frame}[c]{Summary} +\begin{minipage}{\textwidth} +\begin{itemize} +\item Form factors implemented with all the algebraic structure of $V-A$ currents. +\item Working on matrix element computations. +\item Reweighing should follow. +\item Once that is ready we will test with of the discriminating variables are less form factor independent so they can be used in the selection. +\end{itemize} + + + + +\end{minipage} + \vspace*{2.cm} +\end{frame} + +\begin{frame}[c]{TO do} +\begin{minipage}{\textwidth} +{~}\\ +\begin{itemize} +\item Validate the code: +\begin{itemize} +\item Validate the code as it still fresh. +\item Check the C++ implementation for $1/2-$ and $3/2-$. +\item Write the calculations in mathematica for cross-check. +\item Check with Danny EOS implementation. +\end{itemize} +\end{itemize} + + +\end{minipage} + \vspace*{2.cm} +\end{frame} + +\begin{frame}[c]{Selection} +\begin{minipage}{\textwidth} +{~}\\ +\begin{itemize} +\item On my normal web page I have added the wrong sign combination: $\PLambdab \to \PLambda_c \mu^+$. +\item We will use them for the combinatorial background. +\end{itemize} + + +\end{minipage} + \vspace*{2.cm} +\end{frame} + + +\iffalse + +\begin{frame}[c]{Selection} +\begin{minipage}{\textwidth} +{~}\\ + + +\end{minipage} + \vspace*{2.cm} +\end{frame} + +\fi + + + + + +\backupbegin + +\begin{frame}\frametitle{Backup} +\topline + +\end{frame} + +\backupend + +\end{document} diff --git a/Lb_SL/FormFactors_2/mchrzasz.toc b/Lb_SL/FormFactors_2/mchrzasz.toc new file mode 100644 index 0000000..429917f --- /dev/null +++ b/Lb_SL/FormFactors_2/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/Lb_SL/FormFactors_2/tikzfeynman.sty b/Lb_SL/FormFactors_2/tikzfeynman.sty new file mode 100755 index 0000000..521fc65 --- /dev/null +++ b/Lb_SL/FormFactors_2/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/Lb_SL/FormFactors_2/weights.png b/Lb_SL/FormFactors_2/weights.png new file mode 100644 index 0000000..26090c9 --- /dev/null +++ b/Lb_SL/FormFactors_2/weights.png Binary files differ diff --git a/Zurich_group/01_03_2016/Makefile b/Zurich_group/01_03_2016/Makefile new file mode 100644 index 0000000..e4cf8e8 --- /dev/null +++ b/Zurich_group/01_03_2016/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/Zurich_group/01_03_2016/beamercolorthemeFlip.sty b/Zurich_group/01_03_2016/beamercolorthemeFlip.sty new file mode 100755 index 0000000..d6b9c50 --- /dev/null +++ b/Zurich_group/01_03_2016/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/Zurich_group/01_03_2016/beamerinnerthemeFlip.sty b/Zurich_group/01_03_2016/beamerinnerthemeFlip.sty new file mode 100755 index 0000000..9910f4d --- /dev/null +++ b/Zurich_group/01_03_2016/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/Zurich_group/01_03_2016/beamerouterthemeFlip.sty b/Zurich_group/01_03_2016/beamerouterthemeFlip.sty new file mode 100755 index 0000000..d12f6d6 --- /dev/null +++ b/Zurich_group/01_03_2016/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/Zurich_group/01_03_2016/beamerouterthemedecolines.sty b/Zurich_group/01_03_2016/beamerouterthemedecolines.sty new file mode 100755 index 0000000..669e493 --- /dev/null +++ b/Zurich_group/01_03_2016/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/Zurich_group/01_03_2016/beamerthemeFlip.sty b/Zurich_group/01_03_2016/beamerthemeFlip.sty new file mode 100755 index 0000000..a615ff5 --- /dev/null +++ b/Zurich_group/01_03_2016/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/Zurich_group/01_03_2016/images/.DS_Store b/Zurich_group/01_03_2016/images/.DS_Store new file mode 100644 index 0000000..5008ddf --- /dev/null +++ b/Zurich_group/01_03_2016/images/.DS_Store Binary files differ diff --git a/Zurich_group/01_03_2016/images/BG_both.png b/Zurich_group/01_03_2016/images/BG_both.png new file mode 100755 index 0000000..49b62d5 --- /dev/null +++ b/Zurich_group/01_03_2016/images/BG_both.png Binary files differ diff --git a/Zurich_group/01_03_2016/images/BG_lower.png b/Zurich_group/01_03_2016/images/BG_lower.png new file mode 100755 index 0000000..073034a --- /dev/null +++ b/Zurich_group/01_03_2016/images/BG_lower.png Binary files differ diff --git a/Zurich_group/01_03_2016/images/BG_upper.png b/Zurich_group/01_03_2016/images/BG_upper.png new file mode 100755 index 0000000..4cfcc07 --- /dev/null +++ b/Zurich_group/01_03_2016/images/BG_upper.png Binary files differ diff --git a/Zurich_group/01_03_2016/images/ST_logo.gif b/Zurich_group/01_03_2016/images/ST_logo.gif new file mode 100644 index 0000000..fcb090c --- /dev/null +++ b/Zurich_group/01_03_2016/images/ST_logo.gif Binary files differ diff --git a/Zurich_group/01_03_2016/images/ST_logo.png b/Zurich_group/01_03_2016/images/ST_logo.png new file mode 100644 index 0000000..81d2f0d --- /dev/null +++ b/Zurich_group/01_03_2016/images/ST_logo.png Binary files differ diff --git a/Zurich_group/01_03_2016/images/ST_logosmall.gif b/Zurich_group/01_03_2016/images/ST_logosmall.gif new file mode 100644 index 0000000..9db1daa --- /dev/null +++ b/Zurich_group/01_03_2016/images/ST_logosmall.gif Binary files differ diff --git a/Zurich_group/01_03_2016/images/Z_rich_18.jpg b/Zurich_group/01_03_2016/images/Z_rich_18.jpg new file mode 100644 index 0000000..5899422 --- /dev/null +++ b/Zurich_group/01_03_2016/images/Z_rich_18.jpg Binary files differ diff --git a/Zurich_group/01_03_2016/images/Z_rich_24.jpg b/Zurich_group/01_03_2016/images/Z_rich_24.jpg new file mode 100644 index 0000000..98b4d4a --- /dev/null +++ b/Zurich_group/01_03_2016/images/Z_rich_24.jpg Binary files differ diff --git a/Zurich_group/01_03_2016/images/Z_rich_30.jpg b/Zurich_group/01_03_2016/images/Z_rich_30.jpg new file mode 100644 index 0000000..59ee3dd --- /dev/null +++ b/Zurich_group/01_03_2016/images/Z_rich_30.jpg Binary files differ diff --git a/Zurich_group/01_03_2016/images/bubble2.jpg b/Zurich_group/01_03_2016/images/bubble2.jpg new file mode 100644 index 0000000..0fd03bb --- /dev/null +++ b/Zurich_group/01_03_2016/images/bubble2.jpg Binary files differ diff --git a/Zurich_group/01_03_2016/images/derotate.sh b/Zurich_group/01_03_2016/images/derotate.sh new file mode 100755 index 0000000..ba653b9 --- /dev/null +++ b/Zurich_group/01_03_2016/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/Zurich_group/01_03_2016/images/gen/results.png b/Zurich_group/01_03_2016/images/gen/results.png new file mode 100644 index 0000000..01f74ff --- /dev/null +++ b/Zurich_group/01_03_2016/images/gen/results.png Binary files differ diff --git a/Zurich_group/01_03_2016/images/gen/results2.png b/Zurich_group/01_03_2016/images/gen/results2.png new file mode 100644 index 0000000..b9ab894 --- /dev/null +++ b/Zurich_group/01_03_2016/images/gen/results2.png Binary files differ diff --git a/Zurich_group/01_03_2016/images/gen/results2_2595.png b/Zurich_group/01_03_2016/images/gen/results2_2595.png new file mode 100644 index 0000000..0dac059 --- /dev/null +++ b/Zurich_group/01_03_2016/images/gen/results2_2595.png Binary files differ diff --git a/Zurich_group/01_03_2016/images/gen/results2_2625.png b/Zurich_group/01_03_2016/images/gen/results2_2625.png new file mode 100644 index 0000000..1a3f941 --- /dev/null +++ b/Zurich_group/01_03_2016/images/gen/results2_2625.png Binary files differ diff --git a/Zurich_group/01_03_2016/images/gen/results_2595.png b/Zurich_group/01_03_2016/images/gen/results_2595.png new file mode 100644 index 0000000..b1ec9cb --- /dev/null +++ b/Zurich_group/01_03_2016/images/gen/results_2595.png Binary files differ diff --git a/Zurich_group/01_03_2016/images/gen/results_2625.png b/Zurich_group/01_03_2016/images/gen/results_2625.png new file mode 100644 index 0000000..c40cba1 --- /dev/null +++ b/Zurich_group/01_03_2016/images/gen/results_2625.png Binary files differ diff --git a/Zurich_group/01_03_2016/images/getFromAFS.sh b/Zurich_group/01_03_2016/images/getFromAFS.sh new file mode 100644 index 0000000..7d73a4a --- /dev/null +++ b/Zurich_group/01_03_2016/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/Zurich_group/01_03_2016/images/lhcb-logo-bad.pdf b/Zurich_group/01_03_2016/images/lhcb-logo-bad.pdf new file mode 100644 index 0000000..fbfd59e --- /dev/null +++ b/Zurich_group/01_03_2016/images/lhcb-logo-bad.pdf Binary files differ diff --git a/Zurich_group/01_03_2016/images/lhcb-logo.pdf b/Zurich_group/01_03_2016/images/lhcb-logo.pdf new file mode 100644 index 0000000..86de47e --- /dev/null +++ b/Zurich_group/01_03_2016/images/lhcb-logo.pdf Binary files differ diff --git a/Zurich_group/01_03_2016/images/lhcb-logo.svg b/Zurich_group/01_03_2016/images/lhcb-logo.svg new file mode 100644 index 0000000..40e1423 --- /dev/null +++ b/Zurich_group/01_03_2016/images/lhcb-logo.svg @@ -0,0 +1,110 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/Zurich_group/01_03_2016/images/marcello.png b/Zurich_group/01_03_2016/images/marcello.png new file mode 100644 index 0000000..6e619d4 --- /dev/null +++ b/Zurich_group/01_03_2016/images/marcello.png Binary files differ diff --git a/Zurich_group/01_03_2016/images/reco/results2_000.png b/Zurich_group/01_03_2016/images/reco/results2_000.png new file mode 100644 index 0000000..d45cc3d --- /dev/null +++ b/Zurich_group/01_03_2016/images/reco/results2_000.png Binary files differ diff --git a/Zurich_group/01_03_2016/images/reco/results2_0000.png b/Zurich_group/01_03_2016/images/reco/results2_0000.png new file mode 100644 index 0000000..40f54ea --- /dev/null +++ b/Zurich_group/01_03_2016/images/reco/results2_0000.png Binary files differ diff --git a/Zurich_group/01_03_2016/images/reco/results2_100.png b/Zurich_group/01_03_2016/images/reco/results2_100.png new file mode 100644 index 0000000..58892cb --- /dev/null +++ b/Zurich_group/01_03_2016/images/reco/results2_100.png Binary files differ diff --git a/Zurich_group/01_03_2016/images/reco/results2_1000.png b/Zurich_group/01_03_2016/images/reco/results2_1000.png new file mode 100644 index 0000000..0f1eb1a --- /dev/null +++ b/Zurich_group/01_03_2016/images/reco/results2_1000.png Binary files differ diff --git a/Zurich_group/01_03_2016/images/reco/results2_110.png b/Zurich_group/01_03_2016/images/reco/results2_110.png new file mode 100644 index 0000000..d386541 --- /dev/null +++ b/Zurich_group/01_03_2016/images/reco/results2_110.png Binary files differ diff --git a/Zurich_group/01_03_2016/images/reco/results2_1100.png b/Zurich_group/01_03_2016/images/reco/results2_1100.png new file mode 100644 index 0000000..67f8984 --- /dev/null +++ b/Zurich_group/01_03_2016/images/reco/results2_1100.png Binary files differ diff --git a/Zurich_group/01_03_2016/images/reco/results2_111.png b/Zurich_group/01_03_2016/images/reco/results2_111.png new file mode 100644 index 0000000..97c1c94 --- /dev/null +++ b/Zurich_group/01_03_2016/images/reco/results2_111.png Binary files differ diff --git a/Zurich_group/01_03_2016/images/reco/results2_1110.png b/Zurich_group/01_03_2016/images/reco/results2_1110.png new file mode 100644 index 0000000..574c160 --- /dev/null +++ b/Zurich_group/01_03_2016/images/reco/results2_1110.png Binary files differ diff --git a/Zurich_group/01_03_2016/images/reco/results2_1111.png b/Zurich_group/01_03_2016/images/reco/results2_1111.png new file mode 100644 index 0000000..e00b84e --- /dev/null +++ b/Zurich_group/01_03_2016/images/reco/results2_1111.png Binary files differ diff --git a/Zurich_group/01_03_2016/images/reco/results_000.png b/Zurich_group/01_03_2016/images/reco/results_000.png new file mode 100644 index 0000000..3564213 --- /dev/null +++ b/Zurich_group/01_03_2016/images/reco/results_000.png Binary files differ diff --git a/Zurich_group/01_03_2016/images/reco/results_0000.png b/Zurich_group/01_03_2016/images/reco/results_0000.png new file mode 100644 index 0000000..9672ce3 --- /dev/null +++ b/Zurich_group/01_03_2016/images/reco/results_0000.png Binary files differ diff --git a/Zurich_group/01_03_2016/images/reco/results_100.png b/Zurich_group/01_03_2016/images/reco/results_100.png new file mode 100644 index 0000000..b0ea2ff --- /dev/null +++ b/Zurich_group/01_03_2016/images/reco/results_100.png Binary files differ diff --git a/Zurich_group/01_03_2016/images/reco/results_1000.png b/Zurich_group/01_03_2016/images/reco/results_1000.png new file mode 100644 index 0000000..9a2809f --- /dev/null +++ b/Zurich_group/01_03_2016/images/reco/results_1000.png Binary files differ diff --git a/Zurich_group/01_03_2016/images/reco/results_110.png b/Zurich_group/01_03_2016/images/reco/results_110.png new file mode 100644 index 0000000..8cfec1f --- /dev/null +++ b/Zurich_group/01_03_2016/images/reco/results_110.png Binary files differ diff --git a/Zurich_group/01_03_2016/images/reco/results_1100.png b/Zurich_group/01_03_2016/images/reco/results_1100.png new file mode 100644 index 0000000..0c0467d --- /dev/null +++ b/Zurich_group/01_03_2016/images/reco/results_1100.png Binary files differ diff --git a/Zurich_group/01_03_2016/images/reco/results_111.png b/Zurich_group/01_03_2016/images/reco/results_111.png new file mode 100644 index 0000000..7c2942b --- /dev/null +++ b/Zurich_group/01_03_2016/images/reco/results_111.png Binary files differ diff --git a/Zurich_group/01_03_2016/images/reco/results_1110.png b/Zurich_group/01_03_2016/images/reco/results_1110.png new file mode 100644 index 0000000..d37aadd --- /dev/null +++ b/Zurich_group/01_03_2016/images/reco/results_1110.png Binary files differ diff --git a/Zurich_group/01_03_2016/images/reco/results_1111.png b/Zurich_group/01_03_2016/images/reco/results_1111.png new file mode 100644 index 0000000..5e588b0 --- /dev/null +++ b/Zurich_group/01_03_2016/images/reco/results_1111.png Binary files differ diff --git a/Zurich_group/01_03_2016/images/reco/results_25952_000.png b/Zurich_group/01_03_2016/images/reco/results_25952_000.png new file mode 100644 index 0000000..83023e5 --- /dev/null +++ b/Zurich_group/01_03_2016/images/reco/results_25952_000.png Binary files differ diff --git a/Zurich_group/01_03_2016/images/reco/results_25952_0000.png b/Zurich_group/01_03_2016/images/reco/results_25952_0000.png new file mode 100644 index 0000000..15a882a --- /dev/null +++ b/Zurich_group/01_03_2016/images/reco/results_25952_0000.png Binary files differ diff --git a/Zurich_group/01_03_2016/images/reco/results_25952_100.png b/Zurich_group/01_03_2016/images/reco/results_25952_100.png new file mode 100644 index 0000000..4f46378 --- /dev/null +++ b/Zurich_group/01_03_2016/images/reco/results_25952_100.png Binary files differ diff --git a/Zurich_group/01_03_2016/images/reco/results_25952_1000.png b/Zurich_group/01_03_2016/images/reco/results_25952_1000.png new file mode 100644 index 0000000..c163518 --- /dev/null +++ b/Zurich_group/01_03_2016/images/reco/results_25952_1000.png Binary files differ diff --git a/Zurich_group/01_03_2016/images/reco/results_25952_1100.png b/Zurich_group/01_03_2016/images/reco/results_25952_1100.png new file mode 100644 index 0000000..94edfaf --- /dev/null +++ b/Zurich_group/01_03_2016/images/reco/results_25952_1100.png Binary files differ diff --git a/Zurich_group/01_03_2016/images/reco/results_25952_1110.png b/Zurich_group/01_03_2016/images/reco/results_25952_1110.png new file mode 100644 index 0000000..a596dfd --- /dev/null +++ b/Zurich_group/01_03_2016/images/reco/results_25952_1110.png Binary files differ diff --git a/Zurich_group/01_03_2016/images/reco/results_25952_1111.png b/Zurich_group/01_03_2016/images/reco/results_25952_1111.png new file mode 100644 index 0000000..6a5eb35 --- /dev/null +++ b/Zurich_group/01_03_2016/images/reco/results_25952_1111.png Binary files differ diff --git a/Zurich_group/01_03_2016/images/reco/results_2595_000.png b/Zurich_group/01_03_2016/images/reco/results_2595_000.png new file mode 100644 index 0000000..0e17fae --- /dev/null +++ b/Zurich_group/01_03_2016/images/reco/results_2595_000.png Binary files differ diff --git a/Zurich_group/01_03_2016/images/reco/results_2595_000_0.png b/Zurich_group/01_03_2016/images/reco/results_2595_000_0.png new file mode 100644 index 0000000..1619a61 --- /dev/null +++ b/Zurich_group/01_03_2016/images/reco/results_2595_000_0.png Binary files differ diff --git a/Zurich_group/01_03_2016/images/reco/results_2595_100.png b/Zurich_group/01_03_2016/images/reco/results_2595_100.png new file mode 100644 index 0000000..e8b9ea3 --- /dev/null +++ b/Zurich_group/01_03_2016/images/reco/results_2595_100.png Binary files differ diff --git a/Zurich_group/01_03_2016/images/reco/results_2595_100_0.png b/Zurich_group/01_03_2016/images/reco/results_2595_100_0.png new file mode 100644 index 0000000..51ca87b --- /dev/null +++ b/Zurich_group/01_03_2016/images/reco/results_2595_100_0.png Binary files differ diff --git a/Zurich_group/01_03_2016/images/reco/results_2595_110.png b/Zurich_group/01_03_2016/images/reco/results_2595_110.png new file mode 100644 index 0000000..b2b1792 --- /dev/null +++ b/Zurich_group/01_03_2016/images/reco/results_2595_110.png Binary files differ diff --git a/Zurich_group/01_03_2016/images/reco/results_2595_110_0.png b/Zurich_group/01_03_2016/images/reco/results_2595_110_0.png new file mode 100644 index 0000000..ce03ceb --- /dev/null +++ b/Zurich_group/01_03_2016/images/reco/results_2595_110_0.png Binary files differ diff --git a/Zurich_group/01_03_2016/images/reco/results_2595_111.png b/Zurich_group/01_03_2016/images/reco/results_2595_111.png new file mode 100644 index 0000000..b870c52 --- /dev/null +++ b/Zurich_group/01_03_2016/images/reco/results_2595_111.png Binary files differ diff --git a/Zurich_group/01_03_2016/images/reco/results_2595_111_0.png b/Zurich_group/01_03_2016/images/reco/results_2595_111_0.png new file mode 100644 index 0000000..4ff15d4 --- /dev/null +++ b/Zurich_group/01_03_2016/images/reco/results_2595_111_0.png Binary files differ diff --git a/Zurich_group/01_03_2016/images/reco/results_2595_111_1.png b/Zurich_group/01_03_2016/images/reco/results_2595_111_1.png new file mode 100644 index 0000000..03e4b28 --- /dev/null +++ b/Zurich_group/01_03_2016/images/reco/results_2595_111_1.png Binary files differ diff --git a/Zurich_group/01_03_2016/images/reco/results_26252_0000.png b/Zurich_group/01_03_2016/images/reco/results_26252_0000.png new file mode 100644 index 0000000..36f1659 --- /dev/null +++ b/Zurich_group/01_03_2016/images/reco/results_26252_0000.png Binary files differ diff --git a/Zurich_group/01_03_2016/images/reco/results_26252_1000.png b/Zurich_group/01_03_2016/images/reco/results_26252_1000.png new file mode 100644 index 0000000..1751796 --- /dev/null +++ b/Zurich_group/01_03_2016/images/reco/results_26252_1000.png Binary files differ diff --git a/Zurich_group/01_03_2016/images/reco/results_26252_1100.png b/Zurich_group/01_03_2016/images/reco/results_26252_1100.png new file mode 100644 index 0000000..6e0bf67 --- /dev/null +++ b/Zurich_group/01_03_2016/images/reco/results_26252_1100.png Binary files differ diff --git a/Zurich_group/01_03_2016/images/reco/results_26252_1110.png b/Zurich_group/01_03_2016/images/reco/results_26252_1110.png new file mode 100644 index 0000000..aa1e728 --- /dev/null +++ b/Zurich_group/01_03_2016/images/reco/results_26252_1110.png Binary files differ diff --git a/Zurich_group/01_03_2016/images/reco/results_26252_1111.png b/Zurich_group/01_03_2016/images/reco/results_26252_1111.png new file mode 100644 index 0000000..7e68ac6 --- /dev/null +++ b/Zurich_group/01_03_2016/images/reco/results_26252_1111.png Binary files differ diff --git a/Zurich_group/01_03_2016/images/reco/results_2625_000.png b/Zurich_group/01_03_2016/images/reco/results_2625_000.png new file mode 100644 index 0000000..acb223f --- /dev/null +++ b/Zurich_group/01_03_2016/images/reco/results_2625_000.png Binary files differ diff --git a/Zurich_group/01_03_2016/images/reco/results_2625_000_0.png b/Zurich_group/01_03_2016/images/reco/results_2625_000_0.png new file mode 100644 index 0000000..a97883f --- /dev/null +++ b/Zurich_group/01_03_2016/images/reco/results_2625_000_0.png Binary files differ diff --git a/Zurich_group/01_03_2016/images/reco/results_2625_100.png b/Zurich_group/01_03_2016/images/reco/results_2625_100.png new file mode 100644 index 0000000..0140e70 --- /dev/null +++ b/Zurich_group/01_03_2016/images/reco/results_2625_100.png Binary files differ diff --git a/Zurich_group/01_03_2016/images/reco/results_2625_100_0.png b/Zurich_group/01_03_2016/images/reco/results_2625_100_0.png new file mode 100644 index 0000000..89d3963 --- /dev/null +++ b/Zurich_group/01_03_2016/images/reco/results_2625_100_0.png Binary files differ diff --git a/Zurich_group/01_03_2016/images/reco/results_2625_110.png b/Zurich_group/01_03_2016/images/reco/results_2625_110.png new file mode 100644 index 0000000..087b8df --- /dev/null +++ b/Zurich_group/01_03_2016/images/reco/results_2625_110.png Binary files differ diff --git a/Zurich_group/01_03_2016/images/reco/results_2625_110_0.png b/Zurich_group/01_03_2016/images/reco/results_2625_110_0.png new file mode 100644 index 0000000..a9ee172 --- /dev/null +++ b/Zurich_group/01_03_2016/images/reco/results_2625_110_0.png Binary files differ diff --git a/Zurich_group/01_03_2016/images/reco/results_2625_111.png b/Zurich_group/01_03_2016/images/reco/results_2625_111.png new file mode 100644 index 0000000..de0f7ab --- /dev/null +++ b/Zurich_group/01_03_2016/images/reco/results_2625_111.png Binary files differ diff --git a/Zurich_group/01_03_2016/images/reco/results_2625_111_0.png b/Zurich_group/01_03_2016/images/reco/results_2625_111_0.png new file mode 100644 index 0000000..2842685 --- /dev/null +++ b/Zurich_group/01_03_2016/images/reco/results_2625_111_0.png Binary files differ diff --git a/Zurich_group/01_03_2016/images/reco/results_2625_111_1.png b/Zurich_group/01_03_2016/images/reco/results_2625_111_1.png new file mode 100644 index 0000000..54c0845 --- /dev/null +++ b/Zurich_group/01_03_2016/images/reco/results_2625_111_1.png Binary files differ diff --git a/Zurich_group/01_03_2016/images/results2595_0.png b/Zurich_group/01_03_2016/images/results2595_0.png new file mode 100644 index 0000000..e12dde6 --- /dev/null +++ b/Zurich_group/01_03_2016/images/results2595_0.png Binary files differ diff --git a/Zurich_group/01_03_2016/images/results2595_1.png b/Zurich_group/01_03_2016/images/results2595_1.png new file mode 100644 index 0000000..ff6e7ad --- /dev/null +++ b/Zurich_group/01_03_2016/images/results2595_1.png Binary files differ diff --git a/Zurich_group/01_03_2016/images/results2625_0.png b/Zurich_group/01_03_2016/images/results2625_0.png new file mode 100644 index 0000000..cd6fa00 --- /dev/null +++ b/Zurich_group/01_03_2016/images/results2625_0.png Binary files differ diff --git a/Zurich_group/01_03_2016/images/results2625_1.png b/Zurich_group/01_03_2016/images/results2625_1.png new file mode 100644 index 0000000..68c8772 --- /dev/null +++ b/Zurich_group/01_03_2016/images/results2625_1.png Binary files differ diff --git a/Zurich_group/01_03_2016/images/results_0.png b/Zurich_group/01_03_2016/images/results_0.png new file mode 100644 index 0000000..da4b681 --- /dev/null +++ b/Zurich_group/01_03_2016/images/results_0.png Binary files differ diff --git a/Zurich_group/01_03_2016/images/results_1.png b/Zurich_group/01_03_2016/images/results_1.png new file mode 100644 index 0000000..7269811 --- /dev/null +++ b/Zurich_group/01_03_2016/images/results_1.png Binary files differ diff --git a/Zurich_group/01_03_2016/images/uzh-transp.pdf b/Zurich_group/01_03_2016/images/uzh-transp.pdf new file mode 100644 index 0000000..b2e1282 --- /dev/null +++ b/Zurich_group/01_03_2016/images/uzh-transp.pdf Binary files differ diff --git a/Zurich_group/01_03_2016/images/uzh.pdf b/Zurich_group/01_03_2016/images/uzh.pdf new file mode 100644 index 0000000..5ac62c7 --- /dev/null +++ b/Zurich_group/01_03_2016/images/uzh.pdf Binary files differ diff --git a/Zurich_group/01_03_2016/images/uzh_logo_e_pos.eps b/Zurich_group/01_03_2016/images/uzh_logo_e_pos.eps new file mode 100755 index 0000000..af2734d --- /dev/null +++ b/Zurich_group/01_03_2016/images/uzh_logo_e_pos.eps Binary files differ diff --git a/Zurich_group/01_03_2016/images/uzh_logo_e_pos_gross.tif b/Zurich_group/01_03_2016/images/uzh_logo_e_pos_gross.tif new file mode 100755 index 0000000..f212825 --- /dev/null +++ b/Zurich_group/01_03_2016/images/uzh_logo_e_pos_gross.tif Binary files differ diff --git a/Zurich_group/01_03_2016/mchrzasz+mp.sh b/Zurich_group/01_03_2016/mchrzasz+mp.sh new file mode 100644 index 0000000..1a24852 --- /dev/null +++ b/Zurich_group/01_03_2016/mchrzasz+mp.sh @@ -0,0 +1 @@ +#!/bin/sh diff --git a/Zurich_group/01_03_2016/mchrzasz-blx.bib b/Zurich_group/01_03_2016/mchrzasz-blx.bib new file mode 100644 index 0000000..9e405b3 --- /dev/null +++ b/Zurich_group/01_03_2016/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/Zurich_group/01_03_2016/mchrzasz.aux b/Zurich_group/01_03_2016/mchrzasz.aux new file mode 100644 index 0000000..90097da --- /dev/null +++ b/Zurich_group/01_03_2016/mchrzasz.aux @@ -0,0 +1,122 @@ +\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} +\pgfsyspdfmark {pgfid12}{0}{0} +\pgfsyspdfmark {pgfid13}{0}{0} +\pgfsyspdfmark {pgfid14}{23867907}{17900937} +\pgfsyspdfmark {pgfid15}{0}{0} +\pgfsyspdfmark {pgfid16}{0}{0} +\pgfsyspdfmark {pgfid17}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{4}{4/6}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {4}{6}}} +\pgfsyspdfmark {pgfid18}{0}{0} +\pgfsyspdfmark {pgfid19}{0}{0} +\HyPL@Entry{6<>} +\pgfsyspdfmark {pgfid20}{23867907}{17900937} +\pgfsyspdfmark {pgfid21}{0}{0} +\pgfsyspdfmark {pgfid22}{0}{0} +\pgfsyspdfmark {pgfid23}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{5}{7/8}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {7}{8}}} +\pgfsyspdfmark {pgfid24}{0}{0} +\pgfsyspdfmark {pgfid25}{0}{0} +\HyPL@Entry{8<>} +\pgfsyspdfmark {pgfid26}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{6}{9/9}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {9}{9}}} +\pgfsyspdfmark {pgfid27}{0}{0} +\pgfsyspdfmark {pgfid28}{0}{0} +\HyPL@Entry{9<>} +\pgfsyspdfmark {pgfid29}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{7}{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}{8}{11/11}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {11}{11}}} +\pgfsyspdfmark {pgfid33}{0}{0} +\pgfsyspdfmark {pgfid34}{0}{0} +\HyPL@Entry{11<>} +\pgfsyspdfmark {pgfid35}{23867907}{17900937} +\pgfsyspdfmark {pgfid36}{0}{0} +\pgfsyspdfmark {pgfid37}{0}{0} +\pgfsyspdfmark {pgfid38}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{9}{12/13}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {12}{13}}} +\pgfsyspdfmark {pgfid39}{0}{0} +\pgfsyspdfmark {pgfid40}{0}{0} +\HyPL@Entry{13<>} +\pgfsyspdfmark {pgfid41}{23867907}{17900937} +\pgfsyspdfmark {pgfid42}{0}{0} +\pgfsyspdfmark {pgfid43}{0}{0} +\pgfsyspdfmark {pgfid44}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{10}{14/15}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {14}{15}}} +\pgfsyspdfmark {pgfid45}{0}{0} +\pgfsyspdfmark {pgfid46}{0}{0} +\HyPL@Entry{15<>} +\pgfsyspdfmark {pgfid47}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{11}{16/16}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {16}{16}}} +\pgfsyspdfmark {pgfid48}{0}{0} +\pgfsyspdfmark {pgfid49}{0}{0} +\HyPL@Entry{16<>} +\pgfsyspdfmark {pgfid51}{23867907}{17900937} +\pgfsyspdfmark {pgfid50}{1432016}{9861799} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{12}{17/17}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {17}{17}}} +\pgfsyspdfmark {pgfid52}{0}{0} +\pgfsyspdfmark {pgfid53}{0}{0} +\@writefile{nav}{\headcommand {\beamer@partpages {1}{17}}} +\@writefile{nav}{\headcommand {\beamer@subsectionpages {1}{17}}} +\@writefile{nav}{\headcommand {\beamer@sectionpages {1}{17}}} +\@writefile{nav}{\headcommand {\beamer@documentpages {17}}} +\@writefile{nav}{\headcommand {\def \inserttotalframenumber {11}}} diff --git a/Zurich_group/01_03_2016/mchrzasz.log b/Zurich_group/01_03_2016/mchrzasz.log new file mode 100644 index 0000000..70e5740 --- /dev/null +++ b/Zurich_group/01_03_2016/mchrzasz.log @@ -0,0 +1,3312 @@ +This is XeTeX, Version 3.1415926-2.5-0.9999.3 (TeX Live 2013/Debian) (format=xelatex 2015.4.1) 29 FEB 2016 16:36 +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 203. + +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 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\myargthree' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\myargtwo' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\myargtwo' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\myargthree' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\Lambda' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `subscript' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\mskip' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `superscript' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\mskip' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\to' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\myargthree' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\myargtwo' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\myargtwo' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\myargthree' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\Lambda' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `subscript' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\mskip' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `superscript' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\mskip' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `superscript' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\ast' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `subscript' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\mu' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\nu' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `math shift' on input line 209. + +(./mchrzasz.aux) +\openout1 = `mchrzasz.aux'. + +LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 209. +LaTeX Font Info: ... okay on input line 209. +LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 209. +LaTeX Font Info: ... okay on input line 209. +LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 209. +LaTeX Font Info: ... okay on input line 209. +LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 209. +LaTeX Font Info: ... okay on input line 209. +LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 209. +LaTeX Font Info: ... okay on input line 209. +LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 209. +LaTeX Font Info: ... okay on input line 209. +LaTeX Font Info: Checking defaults for PD1/pdf/m/n on input line 209. +LaTeX Font Info: ... okay on input line 209. +LaTeX Font Info: Checking defaults for PU/pdf/m/n on input line 209. +LaTeX Font Info: ... okay on input line 209. +LaTeX Font Info: Checking defaults for OT4/cmr/m/n on input line 209. +LaTeX Font Info: Try loading font information for OT4+cmr on input line 209. + + (/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 209. +LaTeX Font Info: Checking defaults for LY1/ptm/m/n on input line 209. +LaTeX Font Info: ... okay on input line 209. +LaTeX Font Info: Checking defaults for EU1/lmr/m/n on input line 209. +LaTeX Font Info: ... okay on input line 209. +LaTeX Font Info: Checking defaults for T3/cmr/m/n on input line 209. +LaTeX Font Info: Try loading font information for T3+cmr on input line 209. + +(/usr/share/texmf/tex/latex/tipa/t3cmr.fd +File: t3cmr.fd 2001/12/31 TIPA font definitions +) +LaTeX Font Info: ... okay on input line 209. + +*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 209. + +(/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 209. +LaTeX Info: Redefining \pageref on input line 209. +LaTeX Info: Redefining \nameref on input line 209. + +(./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 209. + +*** 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 209. +Package biblatex Info: Reference segment=0 on input line 209. +(./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 209. + + (/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 209 +. + +(/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 209 +. + +(/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 209. +LaTeX Font Info: External font `plex10' loaded for size +(Font) <5> on input line 209. +LaTeX Font Info: Try loading font information for U+msa on input line 209. + +(/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 209. + +(/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 209. + +(/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 209. +LaTeX Font Info: External font `plex10' loaded for size +(Font) <7> on input line 209. +\c__siunitx_mathsf_int=\count440 +LaTeX Font Info: External font `plex10' loaded for size +(Font) <10.95> on input line 209. +LaTeX Font Info: External font `plex10' loaded for size +(Font) <8> on input line 209. +\c__siunitx_mathtt_int=\count441 +LaTeX Font Info: Try loading font information for OT4+cmtt on input line 209 +. + +(/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 250. +LaTeX Font Info: External font `plex10' loaded for size +(Font) <20.74> on input line 250. +LaTeX Font Info: External font `plex10' loaded for size +(Font) <17.28> on input line 250. +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/marcello.png Graphic file (type QTm) + +Underfull \hbox (badness 10000) in paragraph at lines 262--262 +[]$\U/msa/m/n/10.95 V$ \EU1/GilliusADF(0)/m/n/10.95 People reported that in cas +e of $[] \OMS/plsy/m/n/10.95 ! [][]\OML/plm/m/it/10.95 ^^V^^W$ \EU1/GilliusADF( +0)/m/n/10.95 de- + [] + + +Underfull \hbox (badness 6876) in paragraph at lines 262--262 +\EU1/GilliusADF(0)/m/n/10.95 cays there are asymmetric solution for the $[]$ mo +mentum. + [] + +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 + +] +LaTeX Font Info: External font `plex10' loaded for size +(Font) <14.4> on input line 279. +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/gen/results.png Graphic file (type QTm) + +File: images/gen/results2.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: +................................................. + +[4 + +] +File: images/gen/results_2595.png Graphic file (type QTm) + +File: images/gen/results2_2595.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: +................................................. + +[5 + +] +File: images/gen/results_2625.png Graphic file (type QTm) + +File: images/gen/results2_2625.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: +................................................. + +[6 + +] +File: images/reco/results2_0000.png Graphic file (type QTm) + +File: images/reco/results2_1000.png Graphic file (type QTm) + + +Overfull \vbox (7.82574pt too high) detected at line 347 + [] + +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/reco/results2_1100.png Graphic file (type QTm) + +File: images/reco/results2_1111.png Graphic file (type QTm) + + +Overfull \vbox (35.02576pt too high) detected at line 347 + [] + +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 + +] +LaTeX Font Info: External font `plex10' loaded for size +(Font) <9> on input line 359. +File: images/results_0.png Graphic file (type QTm) + +Overfull \vbox (84.92299pt too high) detected at line 359 + [] + +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 + +] +File: images/results_1.png Graphic file (type QTm) + +Overfull \vbox (63.3549pt too high) detected at line 372 + [] + +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 + +] +File: images/reco/results2_1111.png Graphic file (type QTm) + +File: images/reco/results2_1110.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: +................................................. + +[11 + +] +File: images/reco/results_25952_0000.png Graphic file (type QTm) + +File: images/reco/results_25952_1000.png Graphic file (type QTm) + + +Overfull \vbox (8.46085pt too high) detected at line 422 + [] + +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/reco/results_25952_1100.png Graphic file (type QTm) + +File: images/reco/results_25952_1111.png Graphic file (type QTm) + + +Overfull \vbox (35.02576pt too high) detected at line 422 + [] + +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/reco/results_26252_0000.png Graphic file (type QTm) + +File: images/reco/results_26252_1000.png Graphic file (type QTm) + + +Overfull \vbox (8.46085pt too high) detected at line 458 + [] + +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/reco/results_26252_1100.png Graphic file (type QTm) + +File: images/reco/results_26252_1111.png Graphic file (type QTm) + + +Overfull \vbox (35.02576pt too high) detected at line 458 + [] + +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/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 + +] +\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: +................................................. + +[17 + +] +\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 493. +Package atveryend Info: Empty hook `AfterLastShipout' on input line 493. + (./mchrzasz.aux) +Package atveryend Info: Empty hook `AtVeryEndDocument' on input line 493. +Package atveryend Info: Empty hook `AtEndAfterFileList' on input line 493. +Package logreq Info: Writing requests to 'mchrzasz.run.xml'. +\openout1 = `mchrzasz.run.xml'. + +Package atveryend Info: Empty hook `AtVeryVeryEnd' on input line 493. + ) +Here is how much of TeX's memory you used: + 47983 strings out of 493918 + 943482 string characters out of 6150564 + 1277131 words of memory out of 5000000 + 50247 multiletter control sequences out of 15000+600000 + 48893 words of font info for 184 fonts, out of 8000000 for 9000 + 1144 hyphenation exceptions out of 8191 + 61i,27n,73p,10479b,1469s stack positions out of 5000i,500n,10000p,200000b,80000s + +Output written on mchrzasz.pdf (17 pages). diff --git a/Zurich_group/01_03_2016/mchrzasz.nav b/Zurich_group/01_03_2016/mchrzasz.nav new file mode 100644 index 0000000..b8cf87f --- /dev/null +++ b/Zurich_group/01_03_2016/mchrzasz.nav @@ -0,0 +1,31 @@ +\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/6}{}{0}} +\headcommand {\beamer@framepages {4}{6}} +\headcommand {\slideentry {0}{0}{5}{7/8}{}{0}} +\headcommand {\beamer@framepages {7}{8}} +\headcommand {\slideentry {0}{0}{6}{9/9}{}{0}} +\headcommand {\beamer@framepages {9}{9}} +\headcommand {\slideentry {0}{0}{7}{10/10}{}{0}} +\headcommand {\beamer@framepages {10}{10}} +\headcommand {\slideentry {0}{0}{8}{11/11}{}{0}} +\headcommand {\beamer@framepages {11}{11}} +\headcommand {\slideentry {0}{0}{9}{12/13}{}{0}} +\headcommand {\beamer@framepages {12}{13}} +\headcommand {\slideentry {0}{0}{10}{14/15}{}{0}} +\headcommand {\beamer@framepages {14}{15}} +\headcommand {\slideentry {0}{0}{11}{16/16}{}{0}} +\headcommand {\beamer@framepages {16}{16}} +\headcommand {\slideentry {0}{0}{12}{17/17}{}{0}} +\headcommand {\beamer@framepages {17}{17}} +\headcommand {\beamer@partpages {1}{17}} +\headcommand {\beamer@subsectionpages {1}{17}} +\headcommand {\beamer@sectionpages {1}{17}} +\headcommand {\beamer@documentpages {17}} +\headcommand {\def \inserttotalframenumber {11}} diff --git a/Zurich_group/01_03_2016/mchrzasz.out b/Zurich_group/01_03_2016/mchrzasz.out new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/Zurich_group/01_03_2016/mchrzasz.out diff --git a/Zurich_group/01_03_2016/mchrzasz.pdf b/Zurich_group/01_03_2016/mchrzasz.pdf new file mode 100644 index 0000000..0fa1375 --- /dev/null +++ b/Zurich_group/01_03_2016/mchrzasz.pdf Binary files differ diff --git a/Zurich_group/01_03_2016/mchrzasz.run.xml b/Zurich_group/01_03_2016/mchrzasz.run.xml new file mode 100644 index 0000000..3368f59 --- /dev/null +++ b/Zurich_group/01_03_2016/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/Zurich_group/01_03_2016/mchrzasz.snm b/Zurich_group/01_03_2016/mchrzasz.snm new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/Zurich_group/01_03_2016/mchrzasz.snm diff --git a/Zurich_group/01_03_2016/mchrzasz.tex b/Zurich_group/01_03_2016/mchrzasz.tex new file mode 100644 index 0000000..2b9089a --- /dev/null +++ b/Zurich_group/01_03_2016/mchrzasz.tex @@ -0,0 +1,493 @@ +\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}} + + + +\author{ {\fontspec{Trebuchet MS}Marcin Chrz\k{a}szcz} (Universit\"{a}t Z\"{u}rich)} +\institute{UZH} +\title[$\PLambda \to \PLambda^{\ast}_c \mu \nu$ update]{$\PLambda \to \PLambda^{\ast}_c \mu \nu$ update} +\date{01 March 2016} + + +\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 {$\PLambda \to \PLambda^{\ast}_c \mu \nu$ update} + \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 N. Serra, B. Storaci\\Thanks to the theory support from M. Shaposhnikov, D. Gorbunov}\normalsize\\ +\vspace{0.5em} + + \textcolor{normal text.fg!50!Comment}{Zurich meeting, CERN\\March 01, 2016} +\end{center} +\end{frame} +} + + +\begin{frame}[c]{Reminder} + \begin{minipage}{\textwidth} +$\Rrightarrow$ People reported that in case of $\PLambdab \to \PLambda_c \mu \nu$ decays there are asymmetric solution for the $\PLambdab$ momentum. +\includegraphics[width=0.55\textwidth]{images/marcello.png} + +$\Rrightarrow$ No one else have ever seen this in different decays so I started digging in. + \end{minipage} + \vspace*{2.cm} +\end{frame} + + +\begin{frame}[c]{How to calculate the $p(\PLambdab)$} + \begin{minipage}{\textwidth} + + $\Rrightarrow$ One just needs to solve this equation: + \begin{small} + \begin{align*} +\left[ \left( \dfrac{\hat{p}(\PLambda_b) \cdot \overrightarrow{p}(\Lambda_c\mu)}{E(\Lambda_c\mu)} \right)^2-1 \right] p(\PLambdab)^2 \\ + \left[ \left(m(\PLambda_b)^2+m(\PLambda_c\mu)^2 \right) \dfrac{\hat{p}(\PLambdab) \cdot \overrightarrow{p}(\PLambda_c \mu)}{E(\PLambda_c \mu)^2} \right] p(\PLambdab) \\ + \left[ \left( \dfrac{m(\PLambdab)^2+m(\PLambda_c \mu)^2}{2E(\Lambda_c \mu)} \right)^2 - m(\PLambda_b)^2 \right]=0 + \end{align*} + + \end{small} +$\Rrightarrow$ The ambiguity comes from the fact that we do not know the direction of the $\nu$ in the $\PLambdab$ rest frame. + + \end{minipage} + \vspace*{2.cm} +\end{frame} + +\begin{frame}[c]{Generator level} + \begin{minipage}{\textwidth} +$\Rrightarrow$ Simulate stand alone Pythia + EvtGen with detector acceptance.\\ +\only<1>{ +$\Rrightarrow$ $\PLambda_b \to \PLambda_c \mu \nu$: +\begin{center} +\includegraphics[width=0.45\textwidth]{images/gen/results.png} +\includegraphics[width=0.45\textwidth]{images/gen/results2.png} +\end{center} +$\Rrightarrow$ Fractions of correct solution: 0.516044, 0.483956 +} +\only<2>{ +$\Rrightarrow$ $\PLambda_b \to \PLambda_c(2595) \mu \nu$: +\begin{center} +\includegraphics[width=0.45\textwidth]{{images/gen/results_2595}.png} +\includegraphics[width=0.45\textwidth]{{images/gen/results2_2595}.png} +\end{center} +$\Rrightarrow$ Fractions of correct solution: 0.514349, 0.48565 +} +\only<3>{ +$\Rrightarrow$ $\PLambda_b \to \PLambda_c(2625) \mu \nu$: +\begin{center} +\includegraphics[width=0.45\textwidth]{{images/gen/results_2625}.png} +\includegraphics[width=0.45\textwidth]{{images/gen/results2_2625}.png} +\end{center} +$\Rrightarrow$ Fractions of correct solution: 0.515375 0.484625 + +$\Rrightarrow$ Generator has negligible asymmetries! +} + \end{minipage} + \vspace*{2.cm} +\end{frame} + +\begin{frame}[c]{Reconstructed MC} + \begin{minipage}{\textwidth} +$\Rrightarrow$ Full simulation after the stripping: +\only<1>{ +$\Rrightarrow$ $\PLambda_b \to \PLambda_c \mu \nu$: +\begin{center} +\includegraphics[width=0.45\textwidth]{{images/reco/results2_0000}.png} +\includegraphics[width=0.45\textwidth]{{images/reco/results2_1000}.png} +\end{center} + +$\Rrightarrow$ Left: using stripped events but with true informations.\\ +$\Rrightarrow$ Right: using stripped events with true information besides $\PLambda_c$ momentum + +$\Rrightarrow$ Fractions of correct solution: $60-40\%$ +} + +\only<2>{ +$\Rrightarrow$ $\PLambda_b \to \PLambda_c \mu \nu$: +\begin{center} +\includegraphics[width=0.45\textwidth]{{images/reco/results2_1100}.png} +\includegraphics[width=0.45\textwidth]{{images/reco/results2_1111}.png} +\end{center} + +$\Rrightarrow$ Left: using stripped events with true information besides $\PLambda_c$, $\mu$ momentum\\ +$\Rrightarrow$ Right: using stripped events with true information besides $\PLambda_c$, $\mu$ momentum and $\PLambda_b$ direction. + +$\Rrightarrow$ Fractions of correct solution: $60-40\%$ +} + + + + \end{minipage} + \vspace*{2.cm} +\end{frame} +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% + +\begin{frame}[c]{Warning on $\PLambda_b$ direction} + \begin{minipage}{\textwidth} +$\Rrightarrow$ The $\PLambdab$ direction versor is calculated connecting the closest PV with the $\PLambda_b$ vertex\footnote{This is what is written in Syracuse ANA note} + +\includegraphics[width=0.95\textwidth]{images/results_0.png}s + + + \end{minipage} + \vspace*{2.cm} +\end{frame} + + + +\begin{frame}[c]{Warning on $\PLambda_b$ direction} + \begin{minipage}{\textwidth} +$\Rrightarrow$ One should instead use the closes PV that is ''behind'' the $\PLambdab$ vertex. This increases the number of solutions by $25\%$. + +\includegraphics[width=0.95\textwidth]{images/results_1.png} + + + \end{minipage} + \vspace*{2.cm} +\end{frame} + + +\begin{frame}[c]{Warning on $\PLambda_b$ direction} + \begin{minipage}{\textwidth} + +$\Rrightarrow$ This requirement does not change the resolution when the solution exists. + +\includegraphics[width=0.45\textwidth]{{images/reco/results2_1111}.png} + \includegraphics[width=0.45\textwidth]{{images/reco/results2_1110}.png} + + \end{minipage} + \vspace*{2.cm} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%5 + +\begin{frame}[c]{Reconstructed MC} + \begin{minipage}{\textwidth} +$\Rrightarrow$ Full simulation after the stripping: +\only<1>{ +$\Rrightarrow$ $\PLambda_b \to \PLambda_c(2595) \mu \nu$: +\begin{center} +\includegraphics[width=0.45\textwidth]{{images/reco/results_25952_0000}.png} +\includegraphics[width=0.45\textwidth]{{images/reco/results_25952_1000}.png} +\end{center} + +$\Rrightarrow$ Left: using stripped events but with true informations.\\ +$\Rrightarrow$ Right: using stripped events with true information besides $\PLambda_c$ momentum + +$\Rrightarrow$ Fractions of correct solution: $60-40\%$ +} + +\only<2>{ +$\Rrightarrow$ $\PLambda_b \to \PLambda_c(2595) \mu \nu$: +\begin{center} +\includegraphics[width=0.45\textwidth]{{images/reco/results_25952_1100}.png} +\includegraphics[width=0.45\textwidth]{{images/reco/results_25952_1111}.png} +\end{center} + +$\Rrightarrow$ Left: using stripped events with true information besides $\PLambda_c$, $\mu$ momentum\\ +$\Rrightarrow$ Right: using stripped events with true information besides $\PLambda_c$, $\mu$ momentum and $\PLambda_b$ direction. + +$\Rrightarrow$ Fractions of correct solution: $60-40\%$ +} + + + + \end{minipage} + \vspace*{2.cm} +\end{frame} + + + +\begin{frame}[c]{Reconstructed MC} + \begin{minipage}{\textwidth} +$\Rrightarrow$ Full simulation after the stripping: +\only<1>{ +$\Rrightarrow$ $\PLambda_b \to \PLambda_c(2625) \mu \nu$: +\begin{center} +\includegraphics[width=0.45\textwidth]{{images/reco/results_26252_0000}.png} +\includegraphics[width=0.45\textwidth]{{images/reco/results_26252_1000}.png} +\end{center} + +$\Rrightarrow$ Left: using stripped events but with true informations.\\ +$\Rrightarrow$ Right: using stripped events with true information besides $\PLambda_c$ momentum + +$\Rrightarrow$ Fractions of correct solution: $60-40\%$ +} + +\only<2>{ +$\Rrightarrow$ $\PLambda_b \to \PLambda_c(2625) \mu \nu$: +\begin{center} +\includegraphics[width=0.45\textwidth]{{images/reco/results_26252_1100}.png} +\includegraphics[width=0.45\textwidth]{{images/reco/results_26252_1111}.png} +\end{center} + +$\Rrightarrow$ Left: using stripped events with true information besides $\PLambda_c$, $\mu$ momentum\\ +$\Rrightarrow$ Right: using stripped events with true information besides $\PLambda_c$, $\mu$ momentum and $\PLambda_b$ direction. + +$\Rrightarrow$ Fractions of correct solution: $60-40\%$ +} + + + \end{minipage} + \vspace*{2.cm} +\end{frame} + + + +\begin{frame}[c]{Conclusions} + \begin{minipage}{\textwidth} + +\begin{itemize} +\item The MC generator is ok. +\item The is a constant (within $1\%$) 60:40 fraction in preferring the lower solution. +\item So it can be either reconstruction or stripping. +\item I think the stripping as when I replace the reconstructed quantity with the truth one I am getting a constant fraction of 60:40. +\item The only way to know is to run a cheated selection on MC and discover some idiot fuc.. the stripping line ;) +\end{itemize} + + + \end{minipage} + \vspace*{2.cm} +\end{frame} + + + + + + + +\backupbegin + +\begin{frame}\frametitle{Backup} +\topline + +\end{frame} + +\backupend + +\end{document} diff --git a/Zurich_group/01_03_2016/mchrzasz.toc b/Zurich_group/01_03_2016/mchrzasz.toc new file mode 100644 index 0000000..429917f --- /dev/null +++ b/Zurich_group/01_03_2016/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/Zurich_group/01_03_2016/tikzfeynman.sty b/Zurich_group/01_03_2016/tikzfeynman.sty new file mode 100755 index 0000000..521fc65 --- /dev/null +++ b/Zurich_group/01_03_2016/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/Zurich_group/01_03_2016_2/Makefile b/Zurich_group/01_03_2016_2/Makefile new file mode 100644 index 0000000..e4cf8e8 --- /dev/null +++ b/Zurich_group/01_03_2016_2/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/Zurich_group/01_03_2016_2/beamercolorthemeFlip.sty b/Zurich_group/01_03_2016_2/beamercolorthemeFlip.sty new file mode 100755 index 0000000..d6b9c50 --- /dev/null +++ b/Zurich_group/01_03_2016_2/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/Zurich_group/01_03_2016_2/beamerinnerthemeFlip.sty b/Zurich_group/01_03_2016_2/beamerinnerthemeFlip.sty new file mode 100755 index 0000000..9910f4d --- /dev/null +++ b/Zurich_group/01_03_2016_2/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/Zurich_group/01_03_2016_2/beamerouterthemeFlip.sty b/Zurich_group/01_03_2016_2/beamerouterthemeFlip.sty new file mode 100755 index 0000000..d12f6d6 --- /dev/null +++ b/Zurich_group/01_03_2016_2/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/Zurich_group/01_03_2016_2/beamerouterthemedecolines.sty b/Zurich_group/01_03_2016_2/beamerouterthemedecolines.sty new file mode 100755 index 0000000..669e493 --- /dev/null +++ b/Zurich_group/01_03_2016_2/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/Zurich_group/01_03_2016_2/beamerthemeFlip.sty b/Zurich_group/01_03_2016_2/beamerthemeFlip.sty new file mode 100755 index 0000000..a615ff5 --- /dev/null +++ b/Zurich_group/01_03_2016_2/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/Zurich_group/01_03_2016_2/images/.DS_Store b/Zurich_group/01_03_2016_2/images/.DS_Store new file mode 100644 index 0000000..5008ddf --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/.DS_Store Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/B2kll/0.1.png b/Zurich_group/01_03_2016_2/images/B2kll/0.1.png new file mode 100644 index 0000000..dc3be6c --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/B2kll/0.1.png Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/B2kll/0.2.png b/Zurich_group/01_03_2016_2/images/B2kll/0.2.png new file mode 100644 index 0000000..df24584 --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/B2kll/0.2.png Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/B2kll/0.3.png b/Zurich_group/01_03_2016_2/images/B2kll/0.3.png new file mode 100644 index 0000000..f32503f --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/B2kll/0.3.png Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/B2kll/0.4.png b/Zurich_group/01_03_2016_2/images/B2kll/0.4.png new file mode 100644 index 0000000..9e1000c --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/B2kll/0.4.png Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/B2kll/0.5.png b/Zurich_group/01_03_2016_2/images/B2kll/0.5.png new file mode 100644 index 0000000..8011189 --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/B2kll/0.5.png Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/B2kll/0.6.png b/Zurich_group/01_03_2016_2/images/B2kll/0.6.png new file mode 100644 index 0000000..a0d2e13 --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/B2kll/0.6.png Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/B2kll/BDT_consistance_DT_base.png b/Zurich_group/01_03_2016_2/images/B2kll/BDT_consistance_DT_base.png new file mode 100644 index 0000000..bbd6eac --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/B2kll/BDT_consistance_DT_base.png Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/B2kll/BDT_consistance_DT_ep.png b/Zurich_group/01_03_2016_2/images/B2kll/BDT_consistance_DT_ep.png new file mode 100644 index 0000000..542e30b --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/B2kll/BDT_consistance_DT_ep.png Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/B2kll/BDT_consistance_DT_kpid.png b/Zurich_group/01_03_2016_2/images/B2kll/BDT_consistance_DT_kpid.png new file mode 100644 index 0000000..46fec04 --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/B2kll/BDT_consistance_DT_kpid.png Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/B2kll/BDT_consistance_DT_kpt.png b/Zurich_group/01_03_2016_2/images/B2kll/BDT_consistance_DT_kpt.png new file mode 100644 index 0000000..99c87e9 --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/B2kll/BDT_consistance_DT_kpt.png Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/B2kll/BDT_consistance_bkg_DT_base.png b/Zurich_group/01_03_2016_2/images/B2kll/BDT_consistance_bkg_DT_base.png new file mode 100644 index 0000000..77e30ad --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/B2kll/BDT_consistance_bkg_DT_base.png Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/B2kll/BDT_consistance_bkg_DT_ep.png b/Zurich_group/01_03_2016_2/images/B2kll/BDT_consistance_bkg_DT_ep.png new file mode 100644 index 0000000..75df3ee --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/B2kll/BDT_consistance_bkg_DT_ep.png Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/B2kll/BDT_consistance_bkg_DT_kpid.png b/Zurich_group/01_03_2016_2/images/B2kll/BDT_consistance_bkg_DT_kpid.png new file mode 100644 index 0000000..d59cbc5 --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/B2kll/BDT_consistance_bkg_DT_kpid.png Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/B2kll/BDT_consistance_bkg_DT_kpt.png b/Zurich_group/01_03_2016_2/images/B2kll/BDT_consistance_bkg_DT_kpt.png new file mode 100644 index 0000000..2eb167e --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/B2kll/BDT_consistance_bkg_DT_kpt.png Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/B2kll/BDT_consistance_sig_DT_base.png b/Zurich_group/01_03_2016_2/images/B2kll/BDT_consistance_sig_DT_base.png new file mode 100644 index 0000000..bf93203 --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/B2kll/BDT_consistance_sig_DT_base.png Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/B2kll/BDT_consistance_sig_DT_ep.png b/Zurich_group/01_03_2016_2/images/B2kll/BDT_consistance_sig_DT_ep.png new file mode 100644 index 0000000..4d654a7 --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/B2kll/BDT_consistance_sig_DT_ep.png Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/B2kll/BDT_consistance_sig_DT_kpid.png b/Zurich_group/01_03_2016_2/images/B2kll/BDT_consistance_sig_DT_kpid.png new file mode 100644 index 0000000..7f8da05 --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/B2kll/BDT_consistance_sig_DT_kpid.png Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/B2kll/BDT_consistance_sig_DT_kpt.png b/Zurich_group/01_03_2016_2/images/B2kll/BDT_consistance_sig_DT_kpt.png new file mode 100644 index 0000000..a33c3ea --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/B2kll/BDT_consistance_sig_DT_kpt.png Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/B2kll/Bkg_DT_kpt.png b/Zurich_group/01_03_2016_2/images/B2kll/Bkg_DT_kpt.png new file mode 100644 index 0000000..ed981f2 --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/B2kll/Bkg_DT_kpt.png Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/B2kll/Roc_consistance_DT_base.png b/Zurich_group/01_03_2016_2/images/B2kll/Roc_consistance_DT_base.png new file mode 100644 index 0000000..759dd8d --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/B2kll/Roc_consistance_DT_base.png Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/B2kll/Roc_consistance_DT_ep.png b/Zurich_group/01_03_2016_2/images/B2kll/Roc_consistance_DT_ep.png new file mode 100644 index 0000000..1dbe70e --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/B2kll/Roc_consistance_DT_ep.png Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/B2kll/Roc_consistance_DT_kpid.png b/Zurich_group/01_03_2016_2/images/B2kll/Roc_consistance_DT_kpid.png new file mode 100644 index 0000000..490e2b0 --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/B2kll/Roc_consistance_DT_kpid.png Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/B2kll/Roc_consistance_DT_kpt.png b/Zurich_group/01_03_2016_2/images/B2kll/Roc_consistance_DT_kpt.png new file mode 100644 index 0000000..b76d054 --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/B2kll/Roc_consistance_DT_kpt.png Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/B2kll/Sig_DT_base.png b/Zurich_group/01_03_2016_2/images/B2kll/Sig_DT_base.png new file mode 100644 index 0000000..9827325 --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/B2kll/Sig_DT_base.png Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/B2kll/rocs.png b/Zurich_group/01_03_2016_2/images/B2kll/rocs.png new file mode 100644 index 0000000..24729d0 --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/B2kll/rocs.png Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/BG_both.png b/Zurich_group/01_03_2016_2/images/BG_both.png new file mode 100755 index 0000000..49b62d5 --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/BG_both.png Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/BG_lower.png b/Zurich_group/01_03_2016_2/images/BG_lower.png new file mode 100755 index 0000000..073034a --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/BG_lower.png Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/BG_upper.png b/Zurich_group/01_03_2016_2/images/BG_upper.png new file mode 100755 index 0000000..4cfcc07 --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/BG_upper.png Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/ST_logo.gif b/Zurich_group/01_03_2016_2/images/ST_logo.gif new file mode 100644 index 0000000..fcb090c --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/ST_logo.gif Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/ST_logo.png b/Zurich_group/01_03_2016_2/images/ST_logo.png new file mode 100644 index 0000000..81d2f0d --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/ST_logo.png Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/ST_logosmall.gif b/Zurich_group/01_03_2016_2/images/ST_logosmall.gif new file mode 100644 index 0000000..9db1daa --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/ST_logosmall.gif Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/Z_rich_18.jpg b/Zurich_group/01_03_2016_2/images/Z_rich_18.jpg new file mode 100644 index 0000000..5899422 --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/Z_rich_18.jpg Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/Z_rich_24.jpg b/Zurich_group/01_03_2016_2/images/Z_rich_24.jpg new file mode 100644 index 0000000..98b4d4a --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/Z_rich_24.jpg Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/Z_rich_30.jpg b/Zurich_group/01_03_2016_2/images/Z_rich_30.jpg new file mode 100644 index 0000000..59ee3dd --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/Z_rich_30.jpg Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/bubble2.jpg b/Zurich_group/01_03_2016_2/images/bubble2.jpg new file mode 100644 index 0000000..0fd03bb --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/bubble2.jpg Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/derotate.sh b/Zurich_group/01_03_2016_2/images/derotate.sh new file mode 100755 index 0000000..ba653b9 --- /dev/null +++ b/Zurich_group/01_03_2016_2/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/Zurich_group/01_03_2016_2/images/gen/results.png b/Zurich_group/01_03_2016_2/images/gen/results.png new file mode 100644 index 0000000..01f74ff --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/gen/results.png Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/gen/results2.png b/Zurich_group/01_03_2016_2/images/gen/results2.png new file mode 100644 index 0000000..b9ab894 --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/gen/results2.png Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/gen/results2_2595.png b/Zurich_group/01_03_2016_2/images/gen/results2_2595.png new file mode 100644 index 0000000..0dac059 --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/gen/results2_2595.png Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/gen/results2_2625.png b/Zurich_group/01_03_2016_2/images/gen/results2_2625.png new file mode 100644 index 0000000..1a3f941 --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/gen/results2_2625.png Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/gen/results_2595.png b/Zurich_group/01_03_2016_2/images/gen/results_2595.png new file mode 100644 index 0000000..b1ec9cb --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/gen/results_2595.png Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/gen/results_2625.png b/Zurich_group/01_03_2016_2/images/gen/results_2625.png new file mode 100644 index 0000000..c40cba1 --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/gen/results_2625.png Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/getFromAFS.sh b/Zurich_group/01_03_2016_2/images/getFromAFS.sh new file mode 100644 index 0000000..7d73a4a --- /dev/null +++ b/Zurich_group/01_03_2016_2/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/Zurich_group/01_03_2016_2/images/lhcb-logo-bad.pdf b/Zurich_group/01_03_2016_2/images/lhcb-logo-bad.pdf new file mode 100644 index 0000000..fbfd59e --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/lhcb-logo-bad.pdf Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/lhcb-logo.pdf b/Zurich_group/01_03_2016_2/images/lhcb-logo.pdf new file mode 100644 index 0000000..86de47e --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/lhcb-logo.pdf Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/lhcb-logo.svg b/Zurich_group/01_03_2016_2/images/lhcb-logo.svg new file mode 100644 index 0000000..40e1423 --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/lhcb-logo.svg @@ -0,0 +1,110 @@ + + + +image/svg+xml \ No newline at end of file diff --git a/Zurich_group/01_03_2016_2/images/marcello.png b/Zurich_group/01_03_2016_2/images/marcello.png new file mode 100644 index 0000000..6e619d4 --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/marcello.png Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/reco/results2_000.png b/Zurich_group/01_03_2016_2/images/reco/results2_000.png new file mode 100644 index 0000000..d45cc3d --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/reco/results2_000.png Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/reco/results2_0000.png b/Zurich_group/01_03_2016_2/images/reco/results2_0000.png new file mode 100644 index 0000000..40f54ea --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/reco/results2_0000.png Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/reco/results2_100.png b/Zurich_group/01_03_2016_2/images/reco/results2_100.png new file mode 100644 index 0000000..58892cb --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/reco/results2_100.png Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/reco/results2_1000.png b/Zurich_group/01_03_2016_2/images/reco/results2_1000.png new file mode 100644 index 0000000..0f1eb1a --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/reco/results2_1000.png Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/reco/results2_110.png b/Zurich_group/01_03_2016_2/images/reco/results2_110.png new file mode 100644 index 0000000..d386541 --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/reco/results2_110.png Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/reco/results2_1100.png b/Zurich_group/01_03_2016_2/images/reco/results2_1100.png new file mode 100644 index 0000000..67f8984 --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/reco/results2_1100.png Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/reco/results2_111.png b/Zurich_group/01_03_2016_2/images/reco/results2_111.png new file mode 100644 index 0000000..97c1c94 --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/reco/results2_111.png Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/reco/results2_1110.png b/Zurich_group/01_03_2016_2/images/reco/results2_1110.png new file mode 100644 index 0000000..574c160 --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/reco/results2_1110.png Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/reco/results2_1111.png b/Zurich_group/01_03_2016_2/images/reco/results2_1111.png new file mode 100644 index 0000000..e00b84e --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/reco/results2_1111.png Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/reco/results_000.png b/Zurich_group/01_03_2016_2/images/reco/results_000.png new file mode 100644 index 0000000..3564213 --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/reco/results_000.png Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/reco/results_0000.png b/Zurich_group/01_03_2016_2/images/reco/results_0000.png new file mode 100644 index 0000000..9672ce3 --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/reco/results_0000.png Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/reco/results_100.png b/Zurich_group/01_03_2016_2/images/reco/results_100.png new file mode 100644 index 0000000..b0ea2ff --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/reco/results_100.png Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/reco/results_1000.png b/Zurich_group/01_03_2016_2/images/reco/results_1000.png new file mode 100644 index 0000000..9a2809f --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/reco/results_1000.png Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/reco/results_110.png b/Zurich_group/01_03_2016_2/images/reco/results_110.png new file mode 100644 index 0000000..8cfec1f --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/reco/results_110.png Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/reco/results_1100.png b/Zurich_group/01_03_2016_2/images/reco/results_1100.png new file mode 100644 index 0000000..0c0467d --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/reco/results_1100.png Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/reco/results_111.png b/Zurich_group/01_03_2016_2/images/reco/results_111.png new file mode 100644 index 0000000..7c2942b --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/reco/results_111.png Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/reco/results_1110.png b/Zurich_group/01_03_2016_2/images/reco/results_1110.png new file mode 100644 index 0000000..d37aadd --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/reco/results_1110.png Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/reco/results_1111.png b/Zurich_group/01_03_2016_2/images/reco/results_1111.png new file mode 100644 index 0000000..5e588b0 --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/reco/results_1111.png Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/reco/results_25952_000.png b/Zurich_group/01_03_2016_2/images/reco/results_25952_000.png new file mode 100644 index 0000000..83023e5 --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/reco/results_25952_000.png Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/reco/results_25952_0000.png b/Zurich_group/01_03_2016_2/images/reco/results_25952_0000.png new file mode 100644 index 0000000..15a882a --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/reco/results_25952_0000.png Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/reco/results_25952_100.png b/Zurich_group/01_03_2016_2/images/reco/results_25952_100.png new file mode 100644 index 0000000..4f46378 --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/reco/results_25952_100.png Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/reco/results_25952_1000.png b/Zurich_group/01_03_2016_2/images/reco/results_25952_1000.png new file mode 100644 index 0000000..c163518 --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/reco/results_25952_1000.png Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/reco/results_25952_1100.png b/Zurich_group/01_03_2016_2/images/reco/results_25952_1100.png new file mode 100644 index 0000000..94edfaf --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/reco/results_25952_1100.png Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/reco/results_25952_1110.png b/Zurich_group/01_03_2016_2/images/reco/results_25952_1110.png new file mode 100644 index 0000000..a596dfd --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/reco/results_25952_1110.png Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/reco/results_25952_1111.png b/Zurich_group/01_03_2016_2/images/reco/results_25952_1111.png new file mode 100644 index 0000000..6a5eb35 --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/reco/results_25952_1111.png Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/reco/results_2595_000.png b/Zurich_group/01_03_2016_2/images/reco/results_2595_000.png new file mode 100644 index 0000000..0e17fae --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/reco/results_2595_000.png Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/reco/results_2595_000_0.png b/Zurich_group/01_03_2016_2/images/reco/results_2595_000_0.png new file mode 100644 index 0000000..1619a61 --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/reco/results_2595_000_0.png Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/reco/results_2595_100.png b/Zurich_group/01_03_2016_2/images/reco/results_2595_100.png new file mode 100644 index 0000000..e8b9ea3 --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/reco/results_2595_100.png Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/reco/results_2595_100_0.png b/Zurich_group/01_03_2016_2/images/reco/results_2595_100_0.png new file mode 100644 index 0000000..51ca87b --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/reco/results_2595_100_0.png Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/reco/results_2595_110.png b/Zurich_group/01_03_2016_2/images/reco/results_2595_110.png new file mode 100644 index 0000000..b2b1792 --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/reco/results_2595_110.png Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/reco/results_2595_110_0.png b/Zurich_group/01_03_2016_2/images/reco/results_2595_110_0.png new file mode 100644 index 0000000..ce03ceb --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/reco/results_2595_110_0.png Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/reco/results_2595_111.png b/Zurich_group/01_03_2016_2/images/reco/results_2595_111.png new file mode 100644 index 0000000..b870c52 --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/reco/results_2595_111.png Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/reco/results_2595_111_0.png b/Zurich_group/01_03_2016_2/images/reco/results_2595_111_0.png new file mode 100644 index 0000000..4ff15d4 --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/reco/results_2595_111_0.png Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/reco/results_2595_111_1.png b/Zurich_group/01_03_2016_2/images/reco/results_2595_111_1.png new file mode 100644 index 0000000..03e4b28 --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/reco/results_2595_111_1.png Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/reco/results_26252_0000.png b/Zurich_group/01_03_2016_2/images/reco/results_26252_0000.png new file mode 100644 index 0000000..36f1659 --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/reco/results_26252_0000.png Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/reco/results_26252_1000.png b/Zurich_group/01_03_2016_2/images/reco/results_26252_1000.png new file mode 100644 index 0000000..1751796 --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/reco/results_26252_1000.png Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/reco/results_26252_1100.png b/Zurich_group/01_03_2016_2/images/reco/results_26252_1100.png new file mode 100644 index 0000000..6e0bf67 --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/reco/results_26252_1100.png Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/reco/results_26252_1110.png b/Zurich_group/01_03_2016_2/images/reco/results_26252_1110.png new file mode 100644 index 0000000..aa1e728 --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/reco/results_26252_1110.png Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/reco/results_26252_1111.png b/Zurich_group/01_03_2016_2/images/reco/results_26252_1111.png new file mode 100644 index 0000000..7e68ac6 --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/reco/results_26252_1111.png Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/reco/results_2625_000.png b/Zurich_group/01_03_2016_2/images/reco/results_2625_000.png new file mode 100644 index 0000000..acb223f --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/reco/results_2625_000.png Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/reco/results_2625_000_0.png b/Zurich_group/01_03_2016_2/images/reco/results_2625_000_0.png new file mode 100644 index 0000000..a97883f --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/reco/results_2625_000_0.png Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/reco/results_2625_100.png b/Zurich_group/01_03_2016_2/images/reco/results_2625_100.png new file mode 100644 index 0000000..0140e70 --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/reco/results_2625_100.png Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/reco/results_2625_100_0.png b/Zurich_group/01_03_2016_2/images/reco/results_2625_100_0.png new file mode 100644 index 0000000..89d3963 --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/reco/results_2625_100_0.png Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/reco/results_2625_110.png b/Zurich_group/01_03_2016_2/images/reco/results_2625_110.png new file mode 100644 index 0000000..087b8df --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/reco/results_2625_110.png Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/reco/results_2625_110_0.png b/Zurich_group/01_03_2016_2/images/reco/results_2625_110_0.png new file mode 100644 index 0000000..a9ee172 --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/reco/results_2625_110_0.png Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/reco/results_2625_111.png b/Zurich_group/01_03_2016_2/images/reco/results_2625_111.png new file mode 100644 index 0000000..de0f7ab --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/reco/results_2625_111.png Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/reco/results_2625_111_0.png b/Zurich_group/01_03_2016_2/images/reco/results_2625_111_0.png new file mode 100644 index 0000000..2842685 --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/reco/results_2625_111_0.png Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/reco/results_2625_111_1.png b/Zurich_group/01_03_2016_2/images/reco/results_2625_111_1.png new file mode 100644 index 0000000..54c0845 --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/reco/results_2625_111_1.png Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/results2595_0.png b/Zurich_group/01_03_2016_2/images/results2595_0.png new file mode 100644 index 0000000..e12dde6 --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/results2595_0.png Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/results2595_1.png b/Zurich_group/01_03_2016_2/images/results2595_1.png new file mode 100644 index 0000000..ff6e7ad --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/results2595_1.png Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/results2625_0.png b/Zurich_group/01_03_2016_2/images/results2625_0.png new file mode 100644 index 0000000..cd6fa00 --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/results2625_0.png Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/results2625_1.png b/Zurich_group/01_03_2016_2/images/results2625_1.png new file mode 100644 index 0000000..68c8772 --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/results2625_1.png Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/results_0.png b/Zurich_group/01_03_2016_2/images/results_0.png new file mode 100644 index 0000000..da4b681 --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/results_0.png Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/results_1.png b/Zurich_group/01_03_2016_2/images/results_1.png new file mode 100644 index 0000000..7269811 --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/results_1.png Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/uzh-transp.pdf b/Zurich_group/01_03_2016_2/images/uzh-transp.pdf new file mode 100644 index 0000000..b2e1282 --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/uzh-transp.pdf Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/uzh.pdf b/Zurich_group/01_03_2016_2/images/uzh.pdf new file mode 100644 index 0000000..5ac62c7 --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/uzh.pdf Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/uzh_logo_e_pos.eps b/Zurich_group/01_03_2016_2/images/uzh_logo_e_pos.eps new file mode 100755 index 0000000..af2734d --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/uzh_logo_e_pos.eps Binary files differ diff --git a/Zurich_group/01_03_2016_2/images/uzh_logo_e_pos_gross.tif b/Zurich_group/01_03_2016_2/images/uzh_logo_e_pos_gross.tif new file mode 100755 index 0000000..f212825 --- /dev/null +++ b/Zurich_group/01_03_2016_2/images/uzh_logo_e_pos_gross.tif Binary files differ diff --git a/Zurich_group/01_03_2016_2/mchrzasz+mp.sh b/Zurich_group/01_03_2016_2/mchrzasz+mp.sh new file mode 100644 index 0000000..1a24852 --- /dev/null +++ b/Zurich_group/01_03_2016_2/mchrzasz+mp.sh @@ -0,0 +1 @@ +#!/bin/sh diff --git a/Zurich_group/01_03_2016_2/mchrzasz-blx.bib b/Zurich_group/01_03_2016_2/mchrzasz-blx.bib new file mode 100644 index 0000000..9e405b3 --- /dev/null +++ b/Zurich_group/01_03_2016_2/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/Zurich_group/01_03_2016_2/mchrzasz.aux b/Zurich_group/01_03_2016_2/mchrzasz.aux new file mode 100644 index 0000000..78df426 --- /dev/null +++ b/Zurich_group/01_03_2016_2/mchrzasz.aux @@ -0,0 +1,107 @@ +\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} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{8}{8/8}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {8}{8}}} +\pgfsyspdfmark {pgfid24}{0}{0} +\pgfsyspdfmark {pgfid25}{0}{0} +\HyPL@Entry{8<>} +\pgfsyspdfmark {pgfid26}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{9}{9/9}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {9}{9}}} +\pgfsyspdfmark {pgfid27}{0}{0} +\pgfsyspdfmark {pgfid28}{0}{0} +\HyPL@Entry{9<>} +\pgfsyspdfmark {pgfid29}{23867907}{17900937} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{10}{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}{11}{11/11}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {11}{11}}} +\pgfsyspdfmark {pgfid33}{0}{0} +\pgfsyspdfmark {pgfid34}{0}{0} +\HyPL@Entry{11<>} +\pgfsyspdfmark {pgfid36}{23867907}{17900937} +\pgfsyspdfmark {pgfid35}{1432016}{9861799} +\@writefile{nav}{\headcommand {\slideentry {0}{0}{12}{12/12}{}{0}}} +\@writefile{nav}{\headcommand {\beamer@framepages {12}{12}}} +\pgfsyspdfmark {pgfid37}{0}{0} +\pgfsyspdfmark {pgfid38}{0}{0} +\@writefile{nav}{\headcommand {\beamer@partpages {1}{12}}} +\@writefile{nav}{\headcommand {\beamer@subsectionpages {1}{12}}} +\@writefile{nav}{\headcommand {\beamer@sectionpages {1}{12}}} +\@writefile{nav}{\headcommand {\beamer@documentpages {12}}} +\@writefile{nav}{\headcommand {\def \inserttotalframenumber {11}}} diff --git a/Zurich_group/01_03_2016_2/mchrzasz.log b/Zurich_group/01_03_2016_2/mchrzasz.log new file mode 100644 index 0000000..4123ec1 --- /dev/null +++ b/Zurich_group/01_03_2016_2/mchrzasz.log @@ -0,0 +1,3162 @@ +This is XeTeX, Version 3.1415926-2.5-0.9999.3 (TeX Live 2013/Debian) (format=xelatex 2015.4.1) 1 MAR 2016 10:32 +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 203. + +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 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\myargthree' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\myargtwo' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\myargtwo' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\myargthree' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `subscript' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\mskip' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `superscript' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\mskip' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\to' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\myargthree' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\myargtwo' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\myargtwo' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\-command' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\myargthree' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `subscript' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\mskip' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `superscript' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\mskip' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\ell' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `\ell' on input line 209. + + +Package hyperref Warning: Token not allowed in a PDF string (Unicode): +(hyperref) removing `math shift' on input line 209. + +(./mchrzasz.aux) +\openout1 = `mchrzasz.aux'. + +LaTeX Font Info: Checking defaults for OML/cmm/m/it on input line 209. +LaTeX Font Info: ... okay on input line 209. +LaTeX Font Info: Checking defaults for T1/cmr/m/n on input line 209. +LaTeX Font Info: ... okay on input line 209. +LaTeX Font Info: Checking defaults for OT1/cmr/m/n on input line 209. +LaTeX Font Info: ... okay on input line 209. +LaTeX Font Info: Checking defaults for OMS/cmsy/m/n on input line 209. +LaTeX Font Info: ... okay on input line 209. +LaTeX Font Info: Checking defaults for OMX/cmex/m/n on input line 209. +LaTeX Font Info: ... okay on input line 209. +LaTeX Font Info: Checking defaults for U/cmr/m/n on input line 209. +LaTeX Font Info: ... okay on input line 209. +LaTeX Font Info: Checking defaults for PD1/pdf/m/n on input line 209. +LaTeX Font Info: ... okay on input line 209. +LaTeX Font Info: Checking defaults for PU/pdf/m/n on input line 209. +LaTeX Font Info: ... okay on input line 209. +LaTeX Font Info: Checking defaults for OT4/cmr/m/n on input line 209. +LaTeX Font Info: Try loading font information for OT4+cmr on input line 209. + + (/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 209. +LaTeX Font Info: Checking defaults for LY1/ptm/m/n on input line 209. +LaTeX Font Info: ... okay on input line 209. +LaTeX Font Info: Checking defaults for EU1/lmr/m/n on input line 209. +LaTeX Font Info: ... okay on input line 209. +LaTeX Font Info: Checking defaults for T3/cmr/m/n on input line 209. +LaTeX Font Info: Try loading font information for T3+cmr on input line 209. + +(/usr/share/texmf/tex/latex/tipa/t3cmr.fd +File: t3cmr.fd 2001/12/31 TIPA font definitions +) +LaTeX Font Info: ... okay on input line 209. + +*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 209. + +(/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 209. +LaTeX Info: Redefining \pageref on input line 209. +LaTeX Info: Redefining \nameref on input line 209. + +(./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 209. + +*** 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 209. +Package biblatex Info: Reference segment=0 on input line 209. +(./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 209. + + (/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 209 +. + +(/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 209 +. + +(/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 209. +LaTeX Font Info: External font `plex10' loaded for size +(Font) <5> on input line 209. +LaTeX Font Info: Try loading font information for U+msa on input line 209. + +(/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 209. + +(/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 209. + +(/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 209. +LaTeX Font Info: External font `plex10' loaded for size +(Font) <7> on input line 209. +\c__siunitx_mathsf_int=\count440 +LaTeX Font Info: External font `plex10' loaded for size +(Font) <10.95> on input line 209. +LaTeX Font Info: External font `plex10' loaded for size +(Font) <8> on input line 209. +\c__siunitx_mathtt_int=\count441 +LaTeX Font Info: Try loading font information for OT4+cmtt on input line 209 +. + +(/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 250. +LaTeX Font Info: External font `plex10' loaded for size +(Font) <20.74> on input line 250. +LaTeX Font Info: External font `plex10' loaded for size +(Font) <17.28> on input line 250. +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/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 + +] +LaTeX Font Info: Try loading font information for EU1+lmtt on input line 302 +. + (/usr/share/texlive/texmf-dist/tex/latex/euenc/eu1lmtt.fd +File: eu1lmtt.fd 2009/10/30 v1.6 Font defs for Latin Modern +) +LaTeX Font Info: External font `plex10' loaded for size +(Font) <9> on input line 302. + +Overfull \vbox (55.75632pt too high) detected at line 302 + [] + +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/B2kll/rocs.png Graphic file (type QTm) + +Overfull \vbox (55.1594pt too high) detected at line 316 + [] + +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 + +] +File: images/B2kll/0.1.png Graphic file (type QTm) + +File: images/B2kll/0.2.png Graphic file (type QTm) + +File: images/B2kll/0.3.png Graphic file (type QTm) + + +File: images/B2kll/0.4.png Graphic file (type QTm) + +File: images/B2kll/0.5.png Graphic file (type QTm) + + +File: images/B2kll/0.6.png Graphic file (type QTm) + +Overfull \vbox (4.19809pt too high) detected at line 336 + [] + +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 + +] +File: images/B2kll/Roc_consistance_DT_base.png Graphic file (type QTm) + +File: images/B2kll/Roc_consistance_DT_ep.png Graphic file (type QTm) + + +File: images/B2kll/Roc_consistance_DT_kpid.png Graphic file (type QTm) + + +File: images/B2kll/Roc_consistance_DT_kpt.png Graphic file (type QTm) + + +Overfull \vbox (55.97537pt too high) detected at line 355 + [] + +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/B2kll/BDT_consistance_bkg_DT_base.png Graphic file (type QTm) + +File: images/B2kll/BDT_consistance_sig_DT_base.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: +................................................. + +[7 + +] +File: images/B2kll/BDT_consistance_bkg_DT_kpid.png Graphic file (type QTm) + +File: images/B2kll/BDT_consistance_sig_DT_kpid.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: +................................................. + +[8 + +] +File: images/B2kll/BDT_consistance_bkg_DT_kpt.png Graphic file (type QTm) + +File: images/B2kll/BDT_consistance_sig_DT_kpt.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 + +] +File: images/B2kll/BDT_consistance_bkg_DT_ep.png Graphic file (type QTm) + +File: images/B2kll/BDT_consistance_sig_DT_ep.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 + +] +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 + +] +\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: +................................................. + +[12 + +] +\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 457. +Package atveryend Info: Empty hook `AfterLastShipout' on input line 457. + (./mchrzasz.aux) +Package atveryend Info: Empty hook `AtVeryEndDocument' on input line 457. +Package atveryend Info: Empty hook `AtEndAfterFileList' on input line 457. +Package logreq Info: Writing requests to 'mchrzasz.run.xml'. +\openout1 = `mchrzasz.run.xml'. + +Package atveryend Info: Empty hook `AtVeryVeryEnd' on input line 457. + ) +Here is how much of TeX's memory you used: + 47973 strings out of 493918 + 943244 string characters out of 6150564 + 1277117 words of memory out of 5000000 + 50235 multiletter control sequences out of 15000+600000 + 45014 words of font info for 175 fonts, out of 8000000 for 9000 + 1144 hyphenation exceptions out of 8191 + 61i,26n,73p,10479b,1454s stack positions out of 5000i,500n,10000p,200000b,80000s + +Output written on mchrzasz.pdf (12 pages). diff --git a/Zurich_group/01_03_2016_2/mchrzasz.nav b/Zurich_group/01_03_2016_2/mchrzasz.nav new file mode 100644 index 0000000..480bb26 --- /dev/null +++ b/Zurich_group/01_03_2016_2/mchrzasz.nav @@ -0,0 +1,31 @@ +\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/8}{}{0}} +\headcommand {\beamer@framepages {8}{8}} +\headcommand {\slideentry {0}{0}{9}{9/9}{}{0}} +\headcommand {\beamer@framepages {9}{9}} +\headcommand {\slideentry {0}{0}{10}{10/10}{}{0}} +\headcommand {\beamer@framepages {10}{10}} +\headcommand {\slideentry {0}{0}{11}{11/11}{}{0}} +\headcommand {\beamer@framepages {11}{11}} +\headcommand {\slideentry {0}{0}{12}{12/12}{}{0}} +\headcommand {\beamer@framepages {12}{12}} +\headcommand {\beamer@partpages {1}{12}} +\headcommand {\beamer@subsectionpages {1}{12}} +\headcommand {\beamer@sectionpages {1}{12}} +\headcommand {\beamer@documentpages {12}} +\headcommand {\def \inserttotalframenumber {11}} diff --git a/Zurich_group/01_03_2016_2/mchrzasz.out b/Zurich_group/01_03_2016_2/mchrzasz.out new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/Zurich_group/01_03_2016_2/mchrzasz.out diff --git a/Zurich_group/01_03_2016_2/mchrzasz.pdf b/Zurich_group/01_03_2016_2/mchrzasz.pdf new file mode 100644 index 0000000..1bba121 --- /dev/null +++ b/Zurich_group/01_03_2016_2/mchrzasz.pdf Binary files differ diff --git a/Zurich_group/01_03_2016_2/mchrzasz.run.xml b/Zurich_group/01_03_2016_2/mchrzasz.run.xml new file mode 100644 index 0000000..3368f59 --- /dev/null +++ b/Zurich_group/01_03_2016_2/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/Zurich_group/01_03_2016_2/mchrzasz.snm b/Zurich_group/01_03_2016_2/mchrzasz.snm new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/Zurich_group/01_03_2016_2/mchrzasz.snm diff --git a/Zurich_group/01_03_2016_2/mchrzasz.tex b/Zurich_group/01_03_2016_2/mchrzasz.tex new file mode 100644 index 0000000..d9f1a57 --- /dev/null +++ b/Zurich_group/01_03_2016_2/mchrzasz.tex @@ -0,0 +1,457 @@ +\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}} + + + +\author{ {\fontspec{Trebuchet MS}Marcin Chrz\k{a}szcz} (Universit\"{a}t Z\"{u}rich)} +\institute{UZH} +\title[$\PB \to \PK \ell \ell$ update]{$\PB \to \PK \ell \ell$ update} +\date{01 March 2016} + + +\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 {$\PB \to \PK \ell \ell$ update} + \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 N. Serra, B. Storaci\\Thanks to the theory support from M. Shaposhnikov, D. Gorbunov}\normalsize\\ +\vspace{0.5em} + + \textcolor{normal text.fg!50!Comment}{Zurich meeting, CERN\\March 01, 2016} +\end{center} +\end{frame} +} + + +\begin{frame}[c]{Reminder} + \begin{minipage}{\textwidth} +$\Rrightarrow$ We had a first version of the BDT last time. We had been asked from other for some additional studies. +$\Rrightarrow$ Here they are. + + \end{minipage} + \vspace*{2.cm} +\end{frame} + + +\begin{frame}[c]{Feature engineering} +{~} + \begin{minipage}{\textwidth} + $\Rrightarrow$ We wanted to align the training with $\PB \to \PK \Pe \Pe$.\\ + The base is: +\begin{footnotesize} +\begin{columns} +\column{2.5in} + + + \begin{itemize} + \item \texttt{K\_Kst\_IPCHI2\_OWNPV} + \item \texttt{B\_plus\_ENDVERTEX\_CHI2} + \item \texttt{e\_minus\_IPCHI2\_OWNPV} + \item \texttt{e\_plus\_IPCHI2\_OWNPV} + \item \texttt{B\_plus\_PT} + \item \texttt{B\_plus\_IPCHI2\_OWNPV} + \item \texttt{B\_plus\_FD\_OWNPV} + \item \texttt{B\_plus\_DIRA\_OWNPV} + \item \texttt{B\_plus\_P} + \item \texttt{K\_Kst\_P} + \item \texttt{e\_plus\_TRACK\_CHI2NDOF} + \item \texttt{e\_minus\_TRACK\_CHI2NDOF} + \item \texttt{K\_Kst\_TRACK\_CHI2NDOF} + \end{itemize} + \column{2.5in} + $\Rrightarrow$ In addition we have extensions: + \begin{itemize} +\item \texttt{K\_Kst\_MC12TuneV2\_ProbNNk} (kpid) +\item \texttt{K\_Kst\_PT} (kpt, ep ) +\item \texttt{e\_plus\_PT} (ep) +\item \texttt{e\_minus\_PT} (ep) + + \end{itemize} + \end{columns} + \end{footnotesize} + \end{minipage} + \vspace*{2.cm} +\end{frame} + + +\begin{frame}[c]{Performance} +{~} + \begin{minipage}{\textwidth} + $\Rrightarrow$ The performance of the training (10-Fold training) + \begin{center} + \includegraphics[width=0.8\textwidth]{images/B2kll/rocs.png} + \end{center} + + + \end{minipage} + \vspace*{2.cm} +\end{frame} + + +\begin{frame}[c]{Put or not to put PIDK in BDT} +{~} + \begin{minipage}{\textwidth} + $\Rrightarrow$ Cuts: $\texttt{K\_Kst\_MC12TuneV2\_ProbNNk} >0.1, 0.2, 0.3, 0.4, 0.5, 0.6$. + \begin{center} + \includegraphics[width=0.3\textwidth]{{images/B2kll/0.1}.png} + \includegraphics[width=0.3\textwidth]{{images/B2kll/0.2}.png} + \includegraphics[width=0.3\textwidth]{{images/B2kll/0.3}.png}\\ + \includegraphics[width=0.3\textwidth]{{images/B2kll/0.4}.png} + \includegraphics[width=0.3\textwidth]{{images/B2kll/0.5}.png} + \includegraphics[width=0.3\textwidth]{{images/B2kll/0.6}.png} + + \end{center} + + + \end{minipage} + \vspace*{2.cm} +\end{frame} + + +\begin{frame}[c]{Fold consistency} +{~} + \begin{minipage}{\textwidth} + $\Rrightarrow$ Comparison of the ROC curves + \begin{center} + \includegraphics[width=0.4\textwidth]{{images/B2kll/Roc_consistance_DT_base}.png} + \includegraphics[width=0.4\textwidth]{{images/B2kll/Roc_consistance_DT_ep}.png} \\ + \includegraphics[width=0.4\textwidth]{{images/B2kll/Roc_consistance_DT_kpid}.png} + \includegraphics[width=0.4\textwidth]{{images/B2kll/Roc_consistance_DT_kpt}.png} + + + \end{center} + + + \end{minipage} + \vspace*{2.cm} +\end{frame} + + +\begin{frame}[c]{Distribution consistency} +{~} + \begin{minipage}{\textwidth} + $\Rrightarrow$ Comparison of the Distributions (base): + \begin{center} + + \includegraphics[width=0.45\textwidth]{{images/B2kll/BDT_consistance_bkg_DT_base}.png} + \includegraphics[width=0.45\textwidth]{{images/B2kll/BDT_consistance_sig_DT_base}.png} + \end{center} + + + + + \end{minipage} + \vspace*{2.cm} +\end{frame} + +\begin{frame}[c]{Distribution consistency} +{~} + \begin{minipage}{\textwidth} + $\Rrightarrow$ Comparison of the Distributions (kpid): + \begin{center} + + \includegraphics[width=0.45\textwidth]{{images/B2kll/BDT_consistance_bkg_DT_kpid}.png} + \includegraphics[width=0.45\textwidth]{{images/B2kll/BDT_consistance_sig_DT_kpid}.png} + \end{center} + + + + + \end{minipage} + \vspace*{2.cm} +\end{frame} + + +\begin{frame}[c]{Distribution consistency} +{~} + \begin{minipage}{\textwidth} + $\Rrightarrow$ Comparison of the Distributions (kpt): + \begin{center} + + \includegraphics[width=0.45\textwidth]{{images/B2kll/BDT_consistance_bkg_DT_kpt}.png} + \includegraphics[width=0.45\textwidth]{{images/B2kll/BDT_consistance_sig_DT_kpt}.png} + \end{center} + + + + + \end{minipage} + \vspace*{2.cm} +\end{frame} + +\begin{frame}[c]{Distribution consistency} +{~} + \begin{minipage}{\textwidth} + $\Rrightarrow$ Comparison of the Distributions (ep): + \begin{center} + + \includegraphics[width=0.45\textwidth]{{images/B2kll/BDT_consistance_bkg_DT_ep}.png} + \includegraphics[width=0.45\textwidth]{{images/B2kll/BDT_consistance_sig_DT_ep}.png} + \end{center} + + + + + \end{minipage} + \vspace*{2.cm} +\end{frame} + + + +\begin{frame}[c]{Conclusions} +{~} + \begin{minipage}{\textwidth} +\begin{itemize} +\item Large portion of efficiency gain of \texttt{K\_Kst\_MC12TuneV2\_ProbNNk} inside the BDT can be recovered by applying a \texttt{K\_Kst\_MC12TuneV2\_ProbNNk} cut. +\item I would still go with putting it inside the BDT, as it makes life easier. +\item See what other people working in this say. + + +\end{itemize} + + + + \end{minipage} + \vspace*{2.cm} +\end{frame} + + + +\backupbegin + +\begin{frame}\frametitle{Backup} +\topline + +\end{frame} + +\backupend + +\end{document} diff --git a/Zurich_group/01_03_2016_2/mchrzasz.toc b/Zurich_group/01_03_2016_2/mchrzasz.toc new file mode 100644 index 0000000..429917f --- /dev/null +++ b/Zurich_group/01_03_2016_2/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/Zurich_group/01_03_2016_2/tikzfeynman.sty b/Zurich_group/01_03_2016_2/tikzfeynman.sty new file mode 100755 index 0000000..521fc65 --- /dev/null +++ b/Zurich_group/01_03_2016_2/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}, +} +