Inderscience Latex 模板下边距问题

Inderscience Latex 模板下边距问题
%%%%%%%%%%%%%%%%%%%%%%
\documentclass{singlecol-new}
%%%%%%%%%%%%%%%%%%%%%%
%\RequirePackage[2014/01/01]{latexrelease}
\usepackage{natbib,stfloats}
\usepackage{mathrsfs}


\def\newblock{\hskip .11em plus .33em minus .07em}

\theoremstyle{TH}{
    \newtheorem{lemma}{Lemma}
    \newtheorem{theorem}[lemma]{Theorem}
    \newtheorem{corrolary}[lemma]{Corrolary}
    \newtheorem{conjecture}[lemma]{Conjecture}
    \newtheorem{proposition}[lemma]{Proposition}
    \newtheorem{claim}[lemma]{Claim}
    \newtheorem{stheorem}[lemma]{Wrong Theorem}
    \newtheorem{algorithm}{Algorithm}
}

\theoremstyle{THrm}{
    \newtheorem{definition}{Definition}[section]
    \newtheorem{question}{Question}[section]
    \newtheorem{remark}{Remark}
    \newtheorem{scheme}{Scheme}
}

\theoremstyle{THhit}{
    \newtheorem{case}{Case}[section]
}

\makeatletter
\def\theequation{\arabic{equation}}

\JOURNALNAME{\TEN{\it International Journal of Communication Networks and Distributed Systems}}
%Vol. \theVOL, No. \theISSUE, \thePUBYEAR\hfill\thepage}}%
%


\def\BottomCatch{%
\vskip 30pt
\thispagestyle{empty}%
\begin{table}[b]%
\NINE\begin{tabular*}{\textwidth}{@{\extracolsep{\fill}}lcr@{}}
\\[-10pt]
Copyright \copyright\ 2012 Inderscience Enterprises Ltd. & &%
\end{tabular*}%

\vskip 40pt%
\vskip 60pt%
\end{table}%
}
\makeatother

在此处输入图片描述

文本与下边距和右边距重叠!!

相关内容