From aaae074d46d3d622d8acc20e980fa7981e46f10a Mon Sep 17 00:00:00 2001
From: Malin Freeborn <malinfreeborn@tutamail.com>
Date: Fri, 12 Feb 2021 02:21:53 +0100
Subject: [PATCH] make \frontpage command

---
 bind.sty | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/bind.sty b/bind.sty
index c206d9f8..c7381d3a 100644
--- a/bind.sty
+++ b/bind.sty
@@ -271,6 +271,23 @@ bookmarks=true]%
 
 \colorlet{chapnumcol}{black!100}
 
+%%%%% Section Formatting %%%%%
+
+\newcommand{\frontpage}[3]{
+	\begin{titlepage}
+		\centering
+		\vspace{2cm}
+		{\scshape\Huge\bfseries #1\par}
+		\vspace{2cm}
+		\includegraphics[width=0.35\textwidth]{#3}\par\vspace{1cm}
+		{\Large #2\par}
+		\vspace{1.5cm}
+		{\large Last edited \today\par}
+	
+	\end{titlepage}
+	\cleardoublepage
+}
+
 \titleformat{\chapter}[display]
 {\bfseries}
 {%
-- 
GitLab