Skip to content

Commit

Permalink
Merge pull request #10 from mas-group/refactor/decrease-margin-and-fo…
Browse files Browse the repository at this point in the history
…nt-size

Smaller font size and margin
  • Loading branch information
argenos authored Apr 10, 2020
2 parents 678deb9 + 305ebff commit ab9edc0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions mas_report.cls
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
% Report options
\DeclareOption{twosides}{
\PassOptionsToClass{\CurrentOption}{book}
\PassOptionsToPackage{left=4cm,right=2cm}{geometry}
\PassOptionsToPackage{left=3cm,right=2cm}{geometry}
}
\DeclareOption{oneside}{
\PassOptionsToClass{\CurrentOption}{book}
\PassOptionsToPackage{left=4cm,right=2cm, asymmetric}{geometry}
\PassOptionsToPackage{left=3cm,right=2cm, asymmetric}{geometry}
}
% Execute the default option
\ExecuteOptions{thesis}
Expand All @@ -38,7 +38,7 @@
\ProcessOptions\relax

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

% \renewcommand{\sfdefault}{phv}
% \renewcommand{\familydefault}{\sfdefault}
Expand All @@ -62,7 +62,7 @@
\usepackage{multirow} % Required to enable merging of columns/rows in a table
\usepackage{rotating} % Required to display sideways tables/figures
\usepackage{hyperref} % Enable hyperlinks
\hypersetup{
\hypersetup{
colorlinks=true, % Use colored links instead of boxes
linkcolor=black, % Internal link color
citecolor=black, % Citations color
Expand Down Expand Up @@ -277,7 +277,7 @@ Supervised by\par
{\Huge\color{hbrs}}% code preceding the title body
[\vspace{1cm}] % code following the title body (optional)

\titlespacing{\chapter}{0pt}{0pt}{\baselineskip}
\titlespacing{\chapter}{0pt}{-50pt}{\baselineskip}

\titleformat{\section}
[block]
Expand Down
Binary file modified report.pdf
Binary file not shown.

0 comments on commit ab9edc0

Please sign in to comment.