源码以下:算法
\documentclass[a4paper,12pt]{article} \usepackage{CJK} %设定字号 \newcommand{\chuhao}{\fontsize{42pt}{\baselineskip}\selectfont} \newcommand{\xiaochuhao}{\fontsize{36pt}{\baselineskip}\selectfont} \newcommand{\yihao}{\fontsize{28pt}{\baselineskip}\selectfont} \newcommand{\erhao}{\fontsize{21pt}{\baselineskip}\selectfont} \newcommand{\xiaoerhao}{\fontsize{18pt}{\baselineskip}\selectfont} \newcommand{\sanhao}{\fontsize{15.75pt}{\baselineskip}\selectfont} \newcommand{\sihao}{\fontsize{14pt}{\baselineskip}\selectfont} \newcommand{\xiaosihao}{\fontsize{12pt}{\baselineskip}\selectfont} \newcommand{\wuhao}{\fontsize{10.5pt}{\baselineskip}\selectfont} \newcommand{\xiaowuhao}{\fontsize{9pt}{\baselineskip}\selectfont} \newcommand{\liuhao}{\fontsize{7.875pt}{\baselineskip}\selectfont} \newcommand{\qihao}{\fontsize{5.25pt}{\baselineskip}\selectfont} %设定section \makeatletter \renewcommand\section{\@startsection{section}{1}{\z@}% {-1.5ex \@plus -.5ex \@minus -.2ex}% {.5ex \@plus .1ex}% {\normalfont\sihao\CJKfamily{hei}}} \makeatother %设定subsection \makeatletter \renewcommand\subsection{\@startsection{subsection}{1}{\z@}% {-1.25ex \@plus -.5ex \@minus -.2ex}% {.4ex \@plus .1ex}% {\normalfont\xiaosihao\CJKfamily{hei}}} \makeatother %设定subsubsection \makeatletter \renewcommand\subsubsection{\@startsection{subsubsection}{1}{\z@}% {-1ex \@plus -.5ex \@minus -.2ex}% {.3ex \@plus .1ex}% {\normalfont\xiaosihao\CJKfamily{hei}}} \makeatother %下面的命令重定义页面边距,使其符合中文刊物习惯 \addtolength{\topmargin}{-54pt} \setlength{\oddsidemargin}{0.63cm} % 3.17cm - 1 inch \setlength{\evensidemargin}{\oddsidemargin} \setlength{\textwidth}{14.66cm} \setlength{\textheight}{24.00cm} % 24.62 %下面的命令设置行间距与段落间距 \linespread{1.4} % \setlength{\parskip}{1ex} \setlength{\parskip}{0.5\baselineskip} \begin{document} \begin{CJK*}{GBK}{song} %重定义定理环境 \newtheorem{example}{例} % 总体编号 \newtheorem{algorithm}{算法} \newtheorem{theorem}{定理}[section] % 按 section 编号 \newtheorem{definition}{定义} \newtheorem{axiom}{公理} \newtheorem{property}{性质} \newtheorem{proposition}{命题} \newtheorem{lemma}{引理} \newtheorem{corollary}{推论} \newtheorem{remark}{注解} \newtheorem{condition}{条件} \newtheorem{conclusion}{结论} \newtheorem{assumption}{假设} %重定义 \renewcommand{\contentsname}{目录} % 将Contents改成目录 \renewcommand{\abstractname}{摘要} % 将Abstract改成摘要 \renewcommand{\refname}{参考文献} % 将References改成参考文献 \renewcommand{\indexname}{索引} \renewcommand{\figurename}{图} \renewcommand{\tablename}{表} \renewcommand{\appendixname}{附录} \renewcommand{\algorithm}{算法} \section{引言} \par 这是第一段文字,我只是想试试效果如何。 \newpage \end{CJK*} \end{document}