我正在使用乳胶;但是第一页完全空白。我该如何解决该问题?
下面是我正在使用它的文档开头的乳胶代码,我尝试删除了许多部分,但看来并没有得到解决。
'\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]{>
{\raggedright\let\newline\\\arraybackslash\hspace{0pt}}m{#1}}
\newcolumntype{C}[1]{>
{\centering\let\newline\\\arraybackslash\hspace{0pt}}m{#1}}
\newcolumntype{R}[1]{>
{\raggedleft\let\newline\\\arraybackslash\hspace{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}
我试图解决此问题,但解决起来似乎很复杂。我在论坛上进行了搜索,但找不到解决该问题的方法。预先感谢。
答案 0 :(得分:0)
我终于通过评论以下内容解决了这个问题:
\usepackage{xcolor}
\usepackage{chngcntr}
\counterwithin*{equation}{section}
\counterwithin*{equation}{subsection}