Could you plase tell me how to change the blank space size? In the body of the document.
For example there is a text:
fjdkfhdj'gfd'gfgfgfdh fghygfh
gfdgdfgfdgdfgfgdfgdfgfdgdf
fdgfdgdgfdgdfd
dfgdfgdfgd
The blank space between those lines are too big.
I'm actually new and took this template but the person who gave me this template also does no know how to change this distance.
The preamble:
Code: Select all
\documentclass[10pt,a4paper]{book}
\newcommand{\figcaption}[2] {\caption{\label{#1}{\small #2}}}
\newcommand{\tabcaption}[2] {\caption{\label{#1}{\small #2}}}
\usepackage{epsf}
\usepackage{graphicx}
\usepackage{lineno}
\usepackage[papersize={17cm,24.5cm},top=2cm,bottom=2cm,left=2.5cm,right=1.5cm]{geometry}
\usepackage[a4,center]{crop}
\usepackage[nottoc]{tocbibind}
\newenvironment{smallabstract}{\begin{quote} \sl}{\end{quote}}
\usepackage{fancyhdr}
\pagestyle{fancy}
\lhead[\fancyplain{}{\bfseries{\thepage}}]{\nouppercase{\fancyplain{}{\rightmark}}}
\chead{}
\rhead[\nouppercase{\fancyplain{}{\bfseries{\leftmark}}}]{\fancyplain{}{\bfseries\thepage}}
\lfoot{}
\cfoot{}
\rfoot{}
\makeatletter
\renewcommand\chapter{\if@openright\cleardoublepage\else\clearpage\fi
\thispagestyle{plain}
\global\@topnum\z@
\@afterindentfalse
\secdef\@chapter\@schapter}
\def\@makechapterhead#1{%
\vspace*{5\p@}%
{\parindent \z@ \raggedright \normalfont
\ifnum \c@secnumdepth >\m@ne
\if@mainmatter
\LARGE\scshape\flushright\@chapapp\space\thechapter\par\nobreak
\vskip 10\p@
\fi
\fi
\interlinepenalty\@M
\LARGE
\bfseries \scshape \flushright #1 \par\nobreak
\vskip 40\p@
}}
\def\@makeschapterhead#1{%
\vspace*{50\p@}%
{\parindent \z@ \raggedright
\normalfont
\interlinepenalty\@M
\Large \bfseries \flushright #1\par\nobreak
\vskip 40\p@
}}
\makeatother
\makeatletter
\def\cleardoublepage{\clearpage\if@twoside \ifodd\c@page\else%
\hbox{}%
\thispagestyle{empty}% % Empty header styles
\newpage%
\if@twocolumn\hbox{}\newpage\fi\fi\fi}
\makeatother
\makeatletter
\renewcommand{\section}{\@startsection{section}{1}{0mm}{-1.5\baselineskip}{\baselineskip}{\normalfont\large\bf}}
\renewcommand{\subsection}{\@startsection{subsection}{2}{0mm}{-\baselineskip}{0.5\baselineskip}{\normalfont\bf}}
\makeatother