

\usepackage[utf8]{inputenc}

\let\oldAuthor\author
\renewcommand{\author}[1]{\newcommand{\myAuthor}{#1}\oldAuthor{#1}} 
\let\oldTitle\title
\renewcommand{\title}[1]{\newcommand{\myTitle}{#1}\oldTitle{#1}} 

\let\oldtableofcontents\tableofcontents
\renewcommand{\tableofcontents}{\oldtableofcontents \pagebreak}

\usepackage{fancyhdr}
\pagestyle{fancy}

\lhead{}
\chead{}
\rhead{\myTitle}
\lfoot{}
\cfoot{\thepage\ / \pageref*{LastPage}}
\rfoot{}

\renewcommand{\headrulewidth}{0.4pt}
\renewcommand{\footrulewidth}{0.4pt}

\usepackage{helvet}

\renewcommand{\familydefault}{phv}

%\paperwidth  597.50787pt
%\paperheight 845.04684pt
%\textwidth  418.25368pt
%\textheight 591.5302pt
%\oddsidemargin  17.3571pt
%\evensidemargin 17.3571pt
\topmargin  0pt
%\headheight 15.0pt
%\headsep    18.0pt
%\footskip   42.0pt
%\marginparwidth 49.79233pt
%\marginparsep   12.8401pt
%\columnsep  10.0pt
%\skip\footins  9.0pt plus 4.0pt minus 2.0pt
%\hoffset 0.0pt
%\voffset 0.0pt
%\mag 1000

%\headheight=2cm

\usepackage{lastpage}

\hypersetup{colorlinks=false}

\usepackage{indentfirst}
