Skip to content

Commit

Permalink
Initial Draft for Lecture 1 - SR
Browse files Browse the repository at this point in the history
  • Loading branch information
AgeManning committed Aug 6, 2016
1 parent 266f450 commit 6088634
Show file tree
Hide file tree
Showing 8 changed files with 1,859 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Lecture-1/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Ignore Everything
*

# Except these
!*.tex
!*.sty
!.gitignore
!Imgs
!Imgs/*
!Imgs/
Binary file added Lecture-1/Imgs/2points.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
836 changes: 836 additions & 0 deletions Lecture-1/Imgs/4DObj.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Lecture-1/Imgs/4dObj.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Lecture-1/Imgs/Overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
510 changes: 510 additions & 0 deletions Lecture-1/Imgs/Overview.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
432 changes: 432 additions & 0 deletions Lecture-1/Lecture1-SR.tex

Large diffs are not rendered by default.

71 changes: 71 additions & 0 deletions Preamble.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
%- Preamble - Age - Article --


\documentclass{article}

%-------- Include Packages -----------
\usepackage{graphics}
\usepackage{wrapfig}
\usepackage{xcolor} % For colouring hyperlinks
\usepackage{tikz}
\usepackage[colorlinks=true,linkcolor={red!80!black},citecolor={blue!50!black},urlcolor={blue!80!black}]{hyperref}
\usepackage{tikz-3dplot}
% -- Math Related -------------------
\usepackage{amsmath}
\usepackage{mathtools}
\usepackage{latexsym}
\usepackage{mathrsfs} % Curly Math text for Lagrangians
\usepackage{esvect} % Allows vector arrow superscripts
%----------- Particle Physics --------
\usepackage{feynmp-auto}
% ---------------- -------------------
%------- Custom Environments --------
\newcommand{\abs}[1]{\lvert#1\rvert}
\newcommand{\secref}[1]{[\ref{#1}]}
\newcommand{\sgn}{\operatorname{sgn}}
\newcommand{\abox}[1]{\vspace{0.3cm} \fbox{\addtolength{\linewidth}{-2\fboxsep} \addtolength{\linewidth}{-2\fboxrule} \begin{minipage}{\linewidth}#1 \end{minipage}}\vspace{0.3cm}}
\DeclarePairedDelimiter{\ceil}{\lceil}{\rceil}
\DeclarePairedDelimiter{\floor}{\lfloor}{\rfloor}
%------------------------------------

%----------Custom Variables ---------
% Define File Paths
\graphicspath{{Imgs/}}
\def \RefPath {../../References/}
\def \ImagePath {./Images/}
%------------------------------------
%-------- Page Typesetting -----------
\textwidth 17 truecm
\textheight 23.5 truecm
\topmargin -2 truecm
\oddsidemargin -.2 truecm


%------------Formatting --------------
% Remove Indenting
%\setlength{\parindent}{0cm}
% Change height of tables
\renewcommand{\arraystretch}{1.2}

%--------- Custom Settings -----------
%-------------------------------------

%--------- Title/Author --------------


%\title{}

%-------------------------------------



%\begin{document}




%\bibliographystyle{plain}
% \bibliography{../../../References/General, ../../../References/SUSY} %For vim-latex auto-completion
%\bibliography{\RefPath General \RefPath SUSY}

%\end{document}

0 comments on commit 6088634

Please sign in to comment.