80 lines
3.2 KiB
TeX
80 lines
3.2 KiB
TeX
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||
% Contract
|
||
% Structural Definitions File
|
||
% Version 1.0 (December 8 2014)
|
||
%
|
||
% Created by:
|
||
% Vel (vel@latextemplates.com)
|
||
%
|
||
% This file has been downloaded from:
|
||
% http://www.LaTeXTemplates.com
|
||
%
|
||
% License:
|
||
% CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)
|
||
%
|
||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||
|
||
%----------------------------------------------------------------------------------------
|
||
% PARAGRAPH SPACING SPECIFICATIONS
|
||
%----------------------------------------------------------------------------------------
|
||
|
||
\setlength{\parindent}{0mm} % Don't indent paragraphs
|
||
|
||
\setlength{\parskip}{2.5mm} % Whitespace between paragraphs
|
||
|
||
%----------------------------------------------------------------------------------------
|
||
% PAGE LAYOUT SPECIFICATIONS
|
||
%----------------------------------------------------------------------------------------
|
||
|
||
\usepackage{geometry} % Required to modify the page layout
|
||
|
||
\setlength{\textwidth}{16cm} % Width of the text on the page
|
||
\setlength{\textheight}{24.5cm} % Height of the text on the page
|
||
|
||
\setlength{\oddsidemargin}{0cm} % Width of the margin - negative to move text left, positive to move it right
|
||
|
||
% Uncomment for offset margins if the 'twoside' document class option is used
|
||
%\setlength{\evensidemargin}{-0.75cm}
|
||
%\setlength{\oddsidemargin}{0.75cm}
|
||
|
||
\setlength{\topmargin}{-1.25cm} % Reduce the top margin
|
||
|
||
%----------------------------------------------------------------------------------------
|
||
% FONT SPECIFICATIONS
|
||
%----------------------------------------------------------------------------------------
|
||
|
||
% If you are running Apple OS X, uncomment the next 4 lines and comment/delete the block below, you will now need to compile with XeLaTeX but your document will look much better
|
||
|
||
%\usepackage[cm-default]{fontspec}
|
||
%\usepackage{xunicode}
|
||
|
||
%\setsansfont[Mapping=tex-text,Scale=1.1]{Gill Sans}
|
||
%\setmainfont[Mapping=tex-text,Scale=1.0]{Hoefler Text}
|
||
|
||
%-------------------------------------------
|
||
|
||
\usepackage[utf8]{inputenc} % Required for including letters with accents
|
||
\usepackage[T1]{fontenc} % Use 8-bit encoding that has 256 glyphs
|
||
|
||
\usepackage{avant} % Use the Avantgarde font for headings
|
||
\usepackage{mathptmx} % Use the Adobe Times Roman as the default text font together with math symbols from the Symbol, Chancery and Computer Modern fonts
|
||
|
||
%----------------------------------------------------------------------------------------
|
||
% SECTION TITLE SPECIFICATIONS
|
||
%----------------------------------------------------------------------------------------
|
||
|
||
\usepackage{titlesec} % Required for modifying section titles
|
||
|
||
\titleformat{\section} % Customize the \section{} section title
|
||
{\sffamily\large\bfseries} % Title font customizations
|
||
{\thesection} % Section number
|
||
{16pt} % Whitespace between the number and title
|
||
{\large} % Title font size
|
||
\titlespacing*{\section}{0mm}{7mm}{0mm} % Left, top and bottom spacing around the title
|
||
|
||
\titleformat{\subsection} % Customize the \subsection{} section title
|
||
{\sffamily\normalsize\bfseries} % Title font customizations
|
||
{\thesubsection} % Subsection number
|
||
{16pt} % Whitespace between the number and title
|
||
{\normalsize} % Title font size
|
||
\titlespacing*{\subsection}{0mm}{5mm}{0mm} % Left, top and bottom spacing around the title |