half of the lecture 10 done
1 parent f1cb49f commit dcd70445dda3e5170ea78b059ea4ec30a245ccbc
@mchrzasz mchrzasz authored on 8 May 2016
Showing 59 changed files
View
10
Lectures_my/MC_2016/Lecture10/Makefile 0 → 100644
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
View
180
Lectures_my/MC_2016/Lecture10/beamercolorthemeFlip.sty 0 → 100755
% 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<presentation>
\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
<all>
View
96
Lectures_my/MC_2016/Lecture10/beamerinnerthemeFlip.sty 0 → 100755
% 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<presentation>
 
% % 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<all>
 
View
190
Lectures_my/MC_2016/Lecture10/beamerouterthemeFlip.sty 0 → 100755
% 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<presentation>
 
% 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<all>
\endinput
 
 
View
Lectures_my/MC_2016/Lecture10/beamerouterthemedecolines.sty 0 → 100755
View
Lectures_my/MC_2016/Lecture10/beamerthemeFlip.sty 0 → 100755
View
Lectures_my/MC_2016/Lecture10/images/BG_lower.png 0 → 100755
View
Lectures_my/MC_2016/Lecture10/images/Focal_stability.png 0 → 100644
View
Lectures_my/MC_2016/Lecture10/images/Higs_Ellis_SM.png 0 → 100644
View
Lectures_my/MC_2016/Lecture10/images/Kmumu_LL.png 0 → 100644
View
Lectures_my/MC_2016/Lecture10/images/LogisticMap_BifurcationDiagram.png 0 → 100644
View
Lectures_my/MC_2016/Lecture10/images/MCMC.png 0 → 100644
View
Lectures_my/MC_2016/Lecture10/images/S7.png 0 → 100644
View
Lectures_my/MC_2016/Lecture10/images/S8.png 0 → 100644
View
Lectures_my/MC_2016/Lecture10/images/S8F_950.png 0 → 100644
View
Lectures_my/MC_2016/Lecture10/images/bubble.gif 0 → 100644
View
Lectures_my/MC_2016/Lecture10/images/bubble.jpg 0 → 100644
View
Lectures_my/MC_2016/Lecture10/images/bubble2.jpg 0 → 100644
View
Lectures_my/MC_2016/Lecture10/images/buffon.png 0 → 100644
View
Lectures_my/MC_2016/Lecture10/images/dir.png 0 → 100644
View
Lectures_my/MC_2016/Lecture10/images/dupa.png 0 → 100644
View
Lectures_my/MC_2016/Lecture10/images/gen1.png 0 → 100644
View
Lectures_my/MC_2016/Lecture10/images/gen2.png 0 → 100644
View
Lectures_my/MC_2016/Lecture10/images/gen3.png 0 → 100644
View
Lectures_my/MC_2016/Lecture10/images/gen4.png 0 → 100644
View
Lectures_my/MC_2016/Lecture10/images/gen5.png 0 → 100644
View
Lectures_my/MC_2016/Lecture10/images/gen6.png 0 → 100644
View
Lectures_my/MC_2016/Lecture10/images/grid1.png 0 → 100644
View
Lectures_my/MC_2016/Lecture10/images/lhcb2_h-640x408.jpg 0 → 100644
View
Lectures_my/MC_2016/Lecture10/images/mark.png 0 → 100644
View
Lectures_my/MC_2016/Lecture10/images/mark2.png 0 → 100644
View
Lectures_my/MC_2016/Lecture10/images/mean_estimator.png 0 → 100644
View
Lectures_my/MC_2016/Lecture10/images/million-random-digits-open.jpg 0 → 100644
View
Lectures_my/MC_2016/Lecture10/images/par.png 0 → 100644
View
Lectures_my/MC_2016/Lecture10/images/problem1.png 0 → 100644
View
Lectures_my/MC_2016/Lecture10/images/result.png 0 → 100644
View
Lectures_my/MC_2016/Lecture10/images/result_error.pdf 0 → 100644
Not supported
View
Lectures_my/MC_2016/Lecture10/images/result_error_dep.pdf 0 → 100644
Not supported
View
Lectures_my/MC_2016/Lecture10/images/result_weight.png 0 → 100644
View
Lectures_my/MC_2016/Lecture10/images/results_0.pdf 0 → 100644
Not supported
View
Lectures_my/MC_2016/Lecture10/images/results_1.pdf 0 → 100644
Not supported
View
Lectures_my/MC_2016/Lecture10/images/results_fit_0.pdf 0 → 100644
Not supported
View
Lectures_my/MC_2016/Lecture10/images/results_fit_1.pdf 0 → 100644
Not supported
View
Lectures_my/MC_2016/Lecture10/images/shit.png 0 → 100644
View
Lectures_my/MC_2016/Lecture10/images/uzh-transp.pdf 0 → 100644
Not supported
View
Lectures_my/MC_2016/Lecture10/images/walk.png 0 → 100644
View
Lectures_my/MC_2016/Lecture10/mchrzasz+mp.sh 0 → 100644
View
Lectures_my/MC_2016/Lecture10/mchrzasz-blx.bib 0 → 100644
View
Lectures_my/MC_2016/Lecture10/mchrzasz.aux 0 → 100644
View
Lectures_my/MC_2016/Lecture10/mchrzasz.log 0 → 100644
Too large (Show diff)
View
Lectures_my/MC_2016/Lecture10/mchrzasz.nav 0 → 100644
View
Lectures_my/MC_2016/Lecture10/mchrzasz.out 0 → 100644
View
Lectures_my/MC_2016/Lecture10/mchrzasz.pdf 0 → 100644
Not supported
View
Lectures_my/MC_2016/Lecture10/mchrzasz.run.xml 0 → 100644
View
Lectures_my/MC_2016/Lecture10/mchrzasz.snm 0 → 100644
View
Lectures_my/MC_2016/Lecture10/mchrzasz.synctex.gz 0 → 100644
Not supported
View
Lectures_my/MC_2016/Lecture10/mchrzasz.tex 0 → 100644
View
Lectures_my/MC_2016/Lecture10/mchrzasz.toc 0 → 100644
View
Lectures_my/MC_2016/Lecture10/tikzfeynman.sty 0 → 100755