-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathphysics_article_B.cls
More file actions
62 lines (53 loc) · 1.73 KB
/
physics_article_B.cls
File metadata and controls
62 lines (53 loc) · 1.73 KB
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
\LoadClass[a4paper,11pt]{article}
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{physics_article_B}[18/05/15 - Article class for reports written by Nottingham Physics students, without biblatex]
\RequirePackage{fancyhdr}
% this package is used to provide and populate the header and footer
\RequirePackage{amsmath}
\RequirePackage{amssymb}
\RequirePackage{graphicx}
%package used to include figures as encapsulated postscript
\RequirePackage{hyperref}
\usepackage{url}
\usepackage[numbers]{natbib}
\usepackage{float}
\usepackage{graphicx}
\usepackage{import}
\usepackage{booktabs}
\usepackage{wrapfig}
\usepackage{siunitx}
\usepackage{array}
\usepackage{tabularx}
\usepackage{multirow}
\usepackage{import}
\usepackage{notoccite}
\usepackage[utf8]{inputenc} % Required for inputting international characters
\usepackage[T1]{fontenc} % Output font encoding for international characters
%\usepackage{fouriernc} % Use the New Century Schoolbook font
\usepackage{graphicx}
%\renewcommand{\familydefault}{cmss}
\renewcommand{\familydefault}{\rmdefault}
\setlength{\hoffset}{-0.4mm}
\setlength{\voffset}{-0.4mm}
\setlength{\oddsidemargin}{5mm}
\setlength{\topmargin}{5mm}
\setlength{\headheight}{5mm}
\setlength{\headsep}{5mm}
\setlength{\textheight}{230mm}
\setlength{\textwidth}{150mm}
\setlength{\marginparsep}{10mm}
\setlength{\footskip}{10mm}
\renewcommand{\headrulewidth}{0.4pt}
\renewcommand{\footrulewidth}{0.4pt}
\pagestyle{fancy}
%\def\studentid#1{\gdef\@studentid{14320580}}
\def\myname#1{\gdef\@myname{Matt\'ea Goalan & Subin Saji}}
%\def\mytitle#1{\gdef\@mytitle{Galaxy Morphology}}
\lhead{}
\chead{}
\rhead{\@myname}
\lfoot{}
\cfoot{\thepage}
\rfoot{}
%\author{\textbf{d\@myname \\School of Physics and Astronomy\\University of Nottingham}
%\title{\@mytitle}