I want to reduce spacing between titles of chapters. What changing should I do in the following example?
\documentclass[12pt]{report}
\usepackage[dvipdfm]{graphicx}
\usepackage{amsfonts}
\usepackage{amscd,amsmath,latexsym,makeidx,tocbibind}
\usepackage{amssymb,amsthm,amsfonts}
\usepackage{color}
\usepackage{setspace}
\usepackage{palatino,lettrine}
\newtheorem{theorem}{Theorem}[section]
\newtheorem{lemma}[theorem]{Lemma}
\newtheorem{proposition}[theorem]{Proposition}
\newtheorem{corollary}[theorem]{Corollary}
\newtheorem{definition}[theorem]{Definition}
\newenvironment{definition-new}{\begin{definition} \em}{\end{definition}}
\newtheorem{remark}[theorem]{Remark}
\newenvironment{remark-new}{\begin{remark} \em}{\end{remark}}
\newtheorem{example}[theorem]{Example}
\newenvironment{example-new}{\begin{example} \em}{\end{example}}
\newtheorem{exercise}[theorem]{Exercise}
\newtheorem{notation}[theorem]{Notation}
\newenvironment{notation-new}{\begin{notatio} \em}{\end{notatio}}
\newtheorem{agreement}[theorem]{Agreement}
\newenvironment{agreement-new}{\begin{agreement} \em}{\end{agreement}}
\def\theequation{\arabic{chapter}.\arabic{section}.\arabic{equation}}
\makeatletter \@addtoreset{equation}{section} \makeatother
\def\thefigure{\arabic{chapter}.\arabic{section}.\arabic{figure}}
\makeatletter \@addtoreset{figure}{section} \makeatother
\pagestyle{plain}
\usepackage[english]{babel}
\usepackage{blindtext}
\makeatletter
\renewcommand{\paragraph}{\@startsection{paragraph}{4}{0ex}%
{-3.25ex plus -1ex minus -0.2ex}%
{1.5ex plus 0.2ex}%
{\normalfont\normalsize\bfseries}}
\makeatother
\stepcounter{secnumdepth}
\stepcounter{tocdepth}
\linespread{1.8}
\addtolength{\textwidth}{2cm}
\addtolength{\hoffset}{-.5cm}
\addtolength{\voffset}{-.3cm}
\addtolength{\textheight}{3cm}
\addtolength{\marginparwidth}{.3cm}
\stepcounter{secnumdepth}
\stepcounter{tocdepth}
\begin{document}
\chapter{Mathematical Modeling for Malaria Transmission and Chemical Control with Human Related Activities}
\chapter{Mathematical Modeling for Malaria Transmission and Biological Control with Human Related Activities}
\end{document}




\relaxing\clearpage;-) – Aug 03 '14 at 08:50