首页空白乳胶

  • 本文关键字:空白 首页 latex
  • 更新时间 :
  • 英文 :


我正在使用乳胶;但是第一页完全空白。如何解决此问题?

下面是我正在使用的文档开头的乳胶代码,我试图删除许多部分,但似乎没有得到修复。

'usepackage{xcolor}
usepackage{chngcntr}                  
counterwithin*{equation}{section}
counterwithin*{equation}{subsection}
documentclass [12pt]{article}
addtolength{oddsidemargin}{-.875in}
addtolength{evensidemargin}{-.875in}
addtolength{textwidth}{1.75in}
addtolength{topmargin}{-.875in}
addtolength{textheight}{1.75in}
usepackage{cite}
%  usepackage[natbibapa] 
%usepackage[english]{babel}
usepackage[natbibapa]{apacite}
usepackage{natbib}
linespread{2}
usepackage{paralist}
usepackage{titlesec}
usepackage[utf8]{inputenc}
usepackage{amsmath}
usepackage[justification=centering]{caption}
usepackage{pdfpages}
usepackage{amsfonts}
usepackage{booktabs}
usepackage{amssymb}
usepackage{paralist}
usepackage{graphicx}
usepackage{amsthm}
usepackage{latexsym}
usepackage{subfig}
usepackage{esint}
usepackage{authblk}
usepackage{comment}
usepackage{float}
usepackage{lineno}
usepackage[toc,page]{appendix}
usepackage{titlesec}
usepackage{pdfpages}
usepackage{eso-pic}
usepackage{everyshi}
usepackage{enumitem}
usepackage{array}
newcolumntype{L}[1]{>          
{raggedrightletnewline\arraybackslashhspace{0pt}}m{#1}}
newcolumntype{C}[1]{>          
{centeringletnewline\arraybackslashhspace{0pt}}m{#1}}
newcolumntype{R}[1]{> 
{raggedleftletnewline\arraybackslashhspace{0pt}}m{#1}}
newcommand{sectionbreak}{clearpage}
%usepackage(apacite}
%usepackage{ltxtable} 
%usepackage{makeidx} 
%usepackage(apacite}
%usepackage{ltxtable} 
%usepackage{makeidx}  
begin{document}
section{Introduction}
This document talks about optimizing and programming and related concepts.
minimizing tardiness of each machine.
clearpage
bibliographystyle{apacite}
bibliography{bibfile}
end{document}

我试图解决这个问题,但解决起来似乎很复杂。我搜索了论坛,但找不到如何处理这个问题。提前谢谢。

我终于通过评论以下内容解决了这个问题:

usepackage{xcolor}
usepackage{chngcntr}                  
counterwithin*{equation}{section}
counterwithin*{equation}{subsection}

最新更新