summaryrefslogtreecommitdiff
path: root/titlepage.sty
diff options
context:
space:
mode:
Diffstat (limited to 'titlepage.sty')
-rw-r--r--titlepage.sty42
1 files changed, 21 insertions, 21 deletions
diff --git a/titlepage.sty b/titlepage.sty
index 72caa5b..289617e 100644
--- a/titlepage.sty
+++ b/titlepage.sty
@@ -1,5 +1,5 @@
\ProvidesPackage{titlepage}[
-Sherbrooke Engineering Title Page by Benjamin Chausse
+ Sherbrooke Engineering Title Page by Benjamin Chausse
]
\RequirePackage{setspace}
\RequirePackage{tabularx}
@@ -40,30 +40,30 @@ Sherbrooke Engineering Title Page by Benjamin Chausse
% Updated Title Page Template %
%~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~%
\renewcommand*{\maketitle}{
-\begin{titlepage}
- % \centering\LARGE\setstretch{.7}
- \centering\normalsize
+ \begin{titlepage}
+ % \centering\LARGE\setstretch{.7}
+ \centering\normalsize
- {\MakeUppercase{\@institution}\usp}
- {\@faculty\usp}
- {\@department}
- \vfill
+ {\MakeUppercase{\@institution}\usp}
+ {\@faculty\usp}
+ % {\@department}
+ \vfill
- {\LARGE{\@title}}
- \vfill
+ {\LARGE{\@title}}
+ \vfill
- {\@class\usp}
- {\@classnb}
- \vfill
+ % {\@class\usp}
+ % {\@classnb}
+ % \vfill
- {\@presentation\usp}
- {\@teacher}
- \vfill
+ % {\@presentation\usp}
+ % {\@teacher}
+ % \vfill
- {Présenté par\usp}
- {\@author}
- \vfill
+ {Réalisation par\usp}
+ {\@author}
+ \vfill
- {\large \@location\ -- \@date\usp}
-\end{titlepage}
+ {\large \@location\ -- \@date\usp}
+ \end{titlepage}
}