分割长文档,子文档1
sec1.tex,与main.tex在同一目录下
\section{第2节}
贾生名谊,洛阳人也。年十八,以能诵诗属书闻于郡中。
\subsection{洛阳有酒}
好风光啊
tex2.tex
\section{第3节}
恭承嘉惠兮,俟罪长沙。侧闻屈原兮,自沉汩罗。造托湘流兮,敬吊先生。
\subsection{哈哈}
有一个苹果
main.tex
\documentclass[12pt]{article}
\usepackage{latexsym}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{CJK}
\begin{document}
\begin{CJK*}{GBK}{song}
\title{非线性非齐次时滞脉冲双曲型方程解的振动性 }
\author { 罗玉文 \\
重庆工学院数理学院
重庆, 400050)}
\date{}
\maketitle
\begin{abstract}
摘要
\end{abstract}
\tableofcontents
\section{引论}
\vspace{0.2cm}
在本文中,我们使用特征函数方法讨论非齐次非线性时滞脉冲双曲型方程的振动
性。
\begin{tabular}{|c|c|c|c|c|c|} %生成表格 居中居中居中居中居中对齐
\hline\\ %水平线
编号 & 姓名 & 性别 & 年龄 & 地址 & 电话号码\\
\hline\\ %水平线
1 & 张三 & 男 & 45 & 重庆工学院 &12345678\\
\hline\\
2 & 李四 & 女 & 29 & 重庆杨家坪 & 654321\\
\hline
\end{tabular}
\begin{itemize}%圆点 罗列
\item 我的第一个项目
\item 我的第二个项目
\item 我的第三个项目
\end{itemize}
\begin{enumerate}%带有数字标号的罗列
\item 我的第一个项目
\item 我的第二个项目
\item 我的第三个项目
\end{enumerate}
\begin{description}%不带任何符号的罗列
\item 我的第一个项目
\item 我的第二个项目
\item 我的第三个项目
\end{description}
\input{sec1.tex}%命令\input{文件名}和\include{文件名}都可以将括号里的文件读到当前位置,参加当前文档的编译。
\input{sec2.tex}%但是我用的时候include没起作用
\begin {thebibliography}{90}
{\small
\bibitem{} 燕居让,常微分方程振动理论,{\it 山西教育出版社,}{\bf(1992)}。%\bf黑体 %\it意大利字体 %斜体\sl
\bibitem{} 叶齐孝,李正元,反应扩散方程引论, {\it 科学出版社 }, ({\bf1990})。
\bibitem{} Zhang Y. Z. ,Zhao A. M. ,Yan J. R. , Oscillation Criteria forImpulsive Delay Differential Equations[J] , {\it J. Math. Anal. Appl. }{\bf205,(1997): 464-470 }
}。
\end{thebibliography}
\end{CJK*}
\end{document}
编译后
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
-
-------------------------------------------------------------------------------------------------------------------------------------------------------------