In this image the top portion is how it looked before I added the tgheros package. The bottom is how it looks after. Notice the titles look compressed in comparison. The only difference is the addition of the package, I have not added any other commands between these images. Here's everything before begin document:
Code: Select all
\documentclass[a4paper, 12pt, twoside]{Thesis} % Use the "Thesis" style, based on the ECS Thesis style by Steve Gunn
\graphicspath{{Figures/}} % Location of the graphics files (set up for graphics to be in PDF format)
\usepackage[T1]{fontenc}
\usepackage[ansinew]{inputenc}
\usepackage{tgheros} % This is the PROBLEM maker
\usepackage[square, numbers, comma, sort&compress]{natbib} % Use the "Natbib" style for the references in the Bibliography
\usepackage{verbatim} % Needed for the "comment" environment to make LaTeX comments
\usepackage{setspace}
\onehalfspacing %% 1,5-spacing
\hypersetup{urlcolor=blue, colorlinks=true} % Colours hyperlinks in blue, but this can be distracting if there are many links.
\usepackage{todonotes}
\usepackage{graphicx,float}
\setcounter{tocdepth}{2}
\setcounter{secnumdepth}{3}
Edit by localghost: Preferably no external links (see Board Rules). Attachments go onto the forum server where possible.