-
Notifications
You must be signed in to change notification settings - Fork 1
/
Preamble.tex
71 lines (52 loc) · 1.94 KB
/
Preamble.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
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}