-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathRedrose.sty
43 lines (34 loc) · 1014 Bytes
/
Redrose.sty
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
\ProvidesPackage{Redrose}[\today]
\usepackage{color}
\RequirePackage{tikz,transparent}
\usepackage[backend=bibtex]{biblatex}
\RequirePackage{graphicx}
\usepackage{tikzpagenodes} % Stuck with this now ..
\usepackage[bottom,top]{background}
\usepackage{atbegshi}% Can't fix this one just bodging it
\AtBeginDocument{\addtocounter{page}{-1}\AtBeginShipoutNext{\AtBeginShipoutDiscard}}
\SetBgContents{
% Insert the image onto the background
\begin{tikzpicture}
\node[opacity=0.05] at (.55\paperwidth,.5\paperheight) {
\vspace{.5cm}
\hspace{-.2cm}
\includegraphics[width=.185\paperwidth]{img/coat_of_arms_grey.png}
};
\end{tikzpicture}
}
\usepackage{geometry}
\geometry{
a4paper,
left=20mm,
right=20mm,
top=20mm,
bottom=25mm,
}
\renewcommand\@dotsep{200}
\renewcommand{\thempfootnote}{\arabic{mpfootnote}}
\renewcommand{\sfdefault}{qhv}
\renewcommand{\familydefault}{\sfdefault}
\include{colours.sty}
\include{commands/maketitle.sty}
\include{commands/tableofcontents.sty}