Skip to content

Commit

Permalink
Update proposal class to match defaults
Browse files Browse the repository at this point in the history
Change margins to defaults
Change font to serif and size 12
Add onehalfspacing
Fix title page spacing
  • Loading branch information
argenos committed Mar 14, 2018
1 parent 31dfed5 commit 8f0c87e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 22 deletions.
Binary file modified LastNameI-[RnD-MT]Proposal.pdf
Binary file not shown.
42 changes: 20 additions & 22 deletions mas_proposal.cls
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,7 @@
\ProcessOptions\relax

% Load class options
\LoadClass[10pt,a4paper, oneside]{book}

\renewcommand{\sfdefault}{phv}
\renewcommand{\familydefault}{\sfdefault}
\LoadClass[12pt,a4paper, oneside]{book}

%-------------------------------------------------------------------------------
% VARIOUS REQUIRED PACKAGES AND CONFIGURATIONS
Expand Down Expand Up @@ -76,9 +73,10 @@
% \usepackage{rotfloat}
% \usepackage[page,toc,titletoc,title]{appendix} % Add appendices
% \usepackage{tocloft} % Add the word appendix to the TOC

\usepackage{setspace}
\usepackage{lipsum} % Used to test

\onehalfspacing
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Fonts
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Expand Down Expand Up @@ -116,7 +114,7 @@ not set. Please fix this.}
\centering
\includegraphics[height=1.3cm]{images/b-it.pdf}
\end{minipage}
\vspace{3cm}
\vfill
\centering
\vspace{1.5cm}
{\Large\@project\unskip\strut\par}
Expand Down Expand Up @@ -145,22 +143,22 @@ Supervised by\par
% PAGE LAYOUT
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% SIDE MARGINS:
\oddsidemargin 28pt % Left margin on odd-numbered pages.
\evensidemargin 0pt % Left margin on even-numbered pages.
\marginparwidth 40pt % Width of marginal notes.

\marginparsep 12pt % Horizontal space between outer margin and
% marginal note
\textwidth 15cm % width of text

% VERTICAL SPACING:
% Top of page:
\topmargin 10pt % distance from top of page to running head
\headheight 14pt % Height of box containing running head.
\headsep 1cm % Space between running head and text.
\textheight 8.8in % space for text
\footskip 30pt % Distance from baseline of box containing foot
% to baseline of last line of text.
% \oddsidemargin 28pt % Left margin on odd-numbered pages.
% \evensidemargin 0pt % Left margin on even-numbered pages.
% \marginparwidth 40pt % Width of marginal notes.
%
% \marginparsep 12pt % Horizontal space between outer margin and
% % marginal note
% \textwidth 15cm % width of text
%
% % VERTICAL SPACING:
% % Top of page:
% \topmargin 10pt % distance from top of page to running head
% \headheight 14pt % Height of box containing running head.
% \headsep 1cm % Space between running head and text.
% \textheight 8.8in % space for text
% \footskip 30pt % Distance from baseline of box containing foot
% % to baseline of last line of text.


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Expand Down

0 comments on commit 8f0c87e

Please sign in to comment.