I'm using a template for this document and I want to set the margins to 2.5cm on each side. The top of my .tex file looks like this:
% $Id: $
\pdfpxdimen=1in
\divide\pdfpxdimen by 150
\documentclass[a4paper,12pt]{report}
How can I set the margins to 2.5cm?
And another question: is it possible to have a different line-distance for the abstract part, and how?
