Ctex不会用,走了不少弯路。如果有用请在评论区告诉我。

下载 cct_ds  https://liam.page/attachment/attachment/LaTeX-useful-tools/CCT_TDS.zip

文件夹内容复制 合并到.\texlive\texmf-local 即可,不报错

参考文章:https://liam.page/2013/10/15/LaTeX-CCT-template/   (此文方法已过时,还要灵活变通)

%SCIS2019cn.tex
%-----------------------------------------------------------------------
% 中国科学: 信息科学 中文模板, 请用 CCT-LaTeX 编译
% http://scis.scichina.com
%-----------------------------------------------------------------------\documentclass{SCIS2019cn}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% 作者附加的定义
%%% 常用环境已经加载好, 不需要重复加载
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% 开始
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% 作者不需要修改此处信息
\ArticleType{评述}
%\SpecialTopic{}
%\Luntan{中国科学院学部\quad 科学与技术前沿论坛}
\Year{2019}
\Vol{49}
\No{1}
\BeginPage{1}
\DOI{}
\ReceiveDate{}
\ReviseDate{}
\AcceptDate{}
\OnlineDate{}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%\title{评述}{引用的标题}\entitle{Title}{Title for citation}\author[1,2]{作者1}{}
\author[2]{作者2}{{abc@xxxx.xxx}}
\author[1]{作者3}{}
\author[3]{作者4}{}\enauthor[1,2]{Ming XING}{}
\enauthor[2]{Mingming XING}{{abc@xxxx.xxx}}
\enauthor[1]{Ming XING}{}
\enauthor[3]{Ming XING}{}\address[1]{作者单位, 城市 000000}
\address[2]{作者单位, 城市 000000}
\address[3]{作者单位, 城市 000000}\enaddress[1]{Affiliation, City {\rm 000000}, Country}
\enaddress[2]{Affiliation, City {\rm 000000}, Country}
\enaddress[3]{Affiliation, City {\rm 000000}, Country}\Foundation{基金资助}\AuthorMark{第一作者等}\AuthorCitation{作者1, 作者2, 作者3, 等}
\enAuthorCitation{Xing M, Xing M M, Xing M, et al}%\comment{\dag~同等贡献}
%\encomment{\dag~Equal contribution}\abstract{摘要主要包括本文的研究目的、方法、结果和结论, 注意突出创新点. 应避免出现图、表、公式、参考文献引用等. 对应的英文摘要长度在200词左右.}\enabstract{An abstract (about 200 words) is a summary of the content of the manuscript. It should briefly describe the research purpose, method, result and conclusion. The extremely professional terms, special signals, figures, tables, chemical structural formula, and equations should be avoided here, and citation of references is not allowed.}\keywords{关键词1, 关键词2, 关键词3, 关键词4, 关键词5}\enkeywords{keyword1, keyword2, keyword3, keyword4, keyword5}\maketitle\section{一级标题}正文开始.\begin{definition}[定义名,可省略]\label{def1}
这是一个定义.
\end{definition}\newpage图片如\ref{fig1}所示.
\begin{figure}[!t]
\centering
%\includegraphics{fig1.eps}
\cnenfigcaption{图题}{Caption}
\label{fig1}
\end{figure}\subsection{二级标题}
表格如表\ref{tab1}所示.
\begin{table}[!t]
\cnentablecaption{表题}{Caption}
\label{tab1}
\footnotesize
\tabcolsep 49pt %space between two columns. 用于调整列间距
\begin{tabular*}{\textwidth}{cccc}
\topruleTitle a & Title b & Title c & Title d \\\hlineAaa & Bbb & Ccc & Ddd\\Aaa & Bbb & Ccc & Ddd\\Aaa & Bbb & Ccc & Ddd\\
\bottomrule
\end{tabular*}
\end{table}\subsubsection{三级标题}
算法如算法\ref{alg1}所示.
\begin{algorithm}
%\floatname{algorithm}{Algorithm}%更改算法前缀名称
\renewcommand{\algorithmicrequire}{\textbf{输入:}}% 更改输入名称
\renewcommand{\algorithmicensure}{\textbf{主迭代:}}% 更改输出名称
\newcommand{\LASTCON}{\item[\algorithmiclastcon]}
\newcommand{\algorithmiclastcon}{\textbf{输出:}}% 更改输出名称
\footnotesize
\caption{算法标题}
\label{alg1}
\begin{algorithmic}[1]\REQUIRE $n \geq 0 \vee x \neq 0$;\ENSURE $y = x^n$;\STATE $y \Leftarrow 1$;\IF{$n < 0$}\STATE $X \Leftarrow 1 / x$;\STATE $N \Leftarrow -n$;\ELSE\STATE $X \Leftarrow x$;\STATE $N \Leftarrow n$;\ENDIF\WHILE{$N \neq 0$}\IF{$N$ is even}\STATE $X \Leftarrow X \times X$;\STATE $N \Leftarrow N / 2$;\ELSE[$N$ is odd]\STATE $y \Leftarrow y \times X$;\STATE $N \Leftarrow N - 1$;\ENDIF\ENDWHILE\LASTCON
\end{algorithmic}
\end{algorithm}%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% 致谢
%%% 非必选
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%\Acknowledgements{致谢.}%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% 补充材料说明
%%% 非必选
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%\Supplements{补充材料.}%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% 参考文献, {}为引用的标签, 数字/字母均可
%%% 文中上标引用: \upcite{1,2}
%%% 文中正常引用: \cite{1,2}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{thebibliography}{99}\bibitem{1} Author A, Author B, Author C. Reference title. Journal, Year, Vol: Number or pages\bibitem{2} Author A, Author B, Author C, et al. Reference title. In: Proceedings of Conference, Place, Year. Number or pages\end{thebibliography}%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% 附录章节, 自动从A编号, 以\section开始一节
%%% 非必选
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%\begin{appendix}
%\section{附录}
%附录从这里开始.
%\begin{figure}[H]
%\centering
%%\includegraphics{fig1.eps}
%\cnenfigcaption{附录里的图}{Caption}
%\label{fig1}
%\end{figure}
%\end{appendix}%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% 自动生成英文标题部分
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\makeentitle%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% 主要作者英文简介, 数量不超过4个
%%% \authorcv[zp1.eps]{Ming XING}{was born in ...}
%%% [照片文件名]请提供清晰的一寸浅色背景照片, 宽高比为 25:35
%%% {姓名}与英文标题处一致
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\authorcv[]{Ming XING}{was born in ...}\authorcv[]{Ming XING}{was born in ...}%\vspace*{6mm} % 调整照片行间距\authorcv[]{Ming XING}{was born in ...}\authorcv[]{Ming XING}{was born in ...}%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% 补充材料, 以附件形式作网络在线, 不出现在印刷版中
%%% 不做加工和排版, 仅用于获得图片和表格编号
%%% 自动从I编号, 以\section开始一节
%%% 可以没有\section
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%\begin{supplement}
%\section{supplement1}
%自动从I编号, 以section开始一节.
%\begin{figure}[H]
%\centering
%\includegraphics{fig1.eps}
%\cnenfigcaption{补充材料里的图}{Caption}
%\label{fig1}
%\end{figure}
%\end{supplement}\end{document}%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% 本模板使用的latex排版示例
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 章节
\section{}
\subsection{}
\subsubsection{}%%% 普通列表
\begin{itemize}
\item Aaa aaa.
\item Bbb bbb.
\item Ccc ccc.
\end{itemize}%%% 自由编号列表
\begin{itemize}
\itemindent 4em
\item[(1)] Aaa aaa.
\item[(2)] Bbb bbb.
\item[(3)] Ccc ccc.
\end{itemize}%%% 定义、定理、引理、推论等, 可用下列标签
%%% definition 定义
%%% theorem 定理
%%% lemma 引理
%%% corollary 推论
%%% axiom 公理
%%% propsition 命题
%%% example 例
%%% exercise 习题
%%% solution 解名
%%% notation 注
%%% assumption 假设
%%% remark 注释
%%% property 性质
%%% []中的名称可以省略, \label{引用名}可在正文中引用
\begin{definition}[定义名]\label{def1}
定义内容.
\end{definition}%%% 单图
%%% 可在文中使用图\ref{fig1}引用图编号
\begin{figure}[!t]
\centering
\includegraphics{fig1.eps}
\cnenfigcaption{中文图题}{Caption}
\label{fig1}
\end{figure}%%% 并排图
%%% 可在文中使用图\ref{fig1}、图\ref{fig2}引用图编号
\begin{figure}[!t]
\centering
\begin{minipage}[c]{0.48\textwidth}
\centering
\includegraphics{fig1.eps}
\end{minipage}
\hspace{0.02\textwidth}
\begin{minipage}[c]{0.48\textwidth}
\centering
\includegraphics{fig2.eps}
\end{minipage}\\[3mm]
\begin{minipage}[t]{0.48\textwidth}
\centering
\cnenfigcaption{中文图题1}{Caption1}
\label{fig1}
\end{minipage}
\hspace{0.02\textwidth}
\begin{minipage}[t]{0.48\textwidth}
\centering
\cnenfigcaption{中文图题2}{Caption2}
\label{fig2}
\end{minipage}
\end{figure}%%% 并排子图
%%% 需要英文分图题 (a)...; (b)...
\begin{figure}[!t]
\centering
\begin{minipage}[c]{0.48\textwidth}
\centering
\includegraphics{subfig1.eps}
\end{minipage}
\hspace{0.02\textwidth}
\begin{minipage}[c]{0.48\textwidth}
\centering
\includegraphics{subfig2.eps}
\end{minipage}
\cnenfigcaption{中文图题}{Caption}
\label{fig1}
\end{figure}%%% 算法
%%% 可在文中使用 算法\ref{alg1} 引用算法编号
\begin{algorithm}
%\floatname{algorithm}{Algorithm}%更改算法前缀名称
%\renewcommand{\algorithmicrequire}{\textbf{Input:}}% 更改输入名称
%\renewcommand{\algorithmicensure}{\textbf{Output:}}% 更改输出名称
\footnotesize
\caption{算法标题}
\label{alg1}
\begin{algorithmic}[1]\REQUIRE $n \geq 0 \vee x \neq 0$;\ENSURE $y = x^n$;\STATE $y \Leftarrow 1$;\IF{$n < 0$}\STATE $X \Leftarrow 1 / x$;\STATE $N \Leftarrow -n$;\ELSE\STATE $X \Leftarrow x$;\STATE $N \Leftarrow n$;\ENDIF\WHILE{$N \neq 0$}\IF{$N$ is even}\STATE $X \Leftarrow X \times X$;\STATE $N \Leftarrow N / 2$;\ELSE[$N$ is odd]\STATE $y \Leftarrow y \times X$;\STATE $N \Leftarrow N - 1$;\ENDIF\ENDWHILE
\end{algorithmic}
\end{algorithm}%%% 简单表格
%%% 可在文中使用 表\ref{tab1} 引用表编号
\begin{table}[!t]
\cnentablecaption{表题}{Caption}
\label{tab1}
\footnotesize
\tabcolsep 49pt %space between two columns. 用于调整列间距
\begin{tabular*}{\textwidth}{cccc}
\topruleTitle a & Title b & Title c & Title d \\\hlineAaa & Bbb & Ccc & Ddd\\Aaa & Bbb & Ccc & Ddd\\Aaa & Bbb & Ccc & Ddd\\
\bottomrule
\end{tabular*}
\end{table}%%% 换行表格
\begin{table}[!t]
\cnentablecaption{表题}{Caption}
\label{tab1}
\footnotesize
\def\tabblank{\hspace*{10mm}} %blank leaving of both side of the table. 左右两边的留白
\begin{tabularx}{\textwidth} %using p{?mm} to define the width of a column. 用p{?mm}控制列宽
{@{\tabblank}@{\extracolsep{\fill}}cccp{100mm}@{\tabblank}}
\topruleTitle a & Title b & Title c & Title d \\\hlineAaa & Bbb & Ccc & Ddd ddd ddd ddd.Ddd ddd ddd ddd ddd ddd ddd ddd ddd ddd ddd ddd ddd ddd ddd ddd ddd ddd ddd ddd ddd ddd ddd ddd ddd ddd ddd ddd ddd ddd ddd.\\Aaa & Bbb & Ccc & Ddd ddd ddd ddd.\\Aaa & Bbb & Ccc & Ddd ddd ddd ddd.\\
\bottomrule
\end{tabularx}
\end{table}%%% 单行公式
%%% 可在文中使用 (\ref{eq1})式 引用公式编号
%%% 如果是句子开头, 使用 公式(\ref{eq1}) 引用
\begin{equation}
A(d,f)=d^{l}a^{d}(f),
\label{eq1}
\end{equation}%%% 不编号的单行公式
\begin{equation}
\nonumber
A(d,f)=d^{l}a^{d}(f),
\end{equation}%%% 公式组
\begin{eqnarray}
\nonumber
&X=[x_{11},x_{12},\ldots,x_{ij},\ldots ,x_{n-1,n}]^{\rm T},\\
\nonumber
&\varepsilon=[e_{11},e_{12},\ldots ,e_{ij},\ldots ,e_{n-1,n}],\\
\nonumber
&T=[t_{11},t_{12},\ldots ,t_{ij},\ldots ,t_{n-1,n}].
\end{eqnarray}%%% 条件公式
\begin{eqnarray}
\sum_{j=1}^{n}x_{ij}-\sum_{k=1}^{n}x_{ki}=
\left\{
\begin{aligned}
1,&\quad i=1,\\
0,&\quad i=2,\ldots ,n-1,\\
-1,&\quad i=n.
\end{aligned}
\right.
\label{eq1}
\end{eqnarray}%%% 其他格式
\footnote{Comments.} %footnote. 脚注
\raisebox{-1pt}[0mm][0mm]{xxxx} %put xxxx upper or lower. 控制xxxx的垂直位置%%% 图说撑满
\Caption\protect\linebreak \leftline{Caption}
%       PICINS.STY
%       PICINS.STY --- Style File zum Einbinden von Bildern
%       Autor:  J. Bleser, E. Lang
%       Hochschulrechenzentrum
%       Technische Hochschule Darmstadt
%       !!!  Dieses Style-File ist urheberrechtlich geschuetzt  !!!
%       !!!  Aenderungen nur mit Zustimmung der Autoren         !!!
\message{Option `picins' Version 3.0  Sep. 1992, TH Darmstadt/HRZ}
\newbox\@BILD%
\newbox\@TEXT%
\newdimen\d@breite%
\newdimen\d@hoehe%
\newdimen\d@xoff%
\newdimen\d@yoff%
\newdimen\d@shad%
\newdimen\d@dash%
\newdimen\d@boxl%
\newdimen\d@pichskip%
\newdimen\d@tmp
\newdimen\d@tmpa
\newdimen\d@bskip
\newdimen\hsiz@%
\newdimen\p@getot@l%
\newcount\c@breite
\newcount\c@hoehe
\newcount\c@xoff
\newcount\c@yoff
\newcount\c@pos
\newcount\c@shad
\newcount\c@dash
\newcount\c@boxl
\newcount\c@zeilen%
\newcount\@changemode%
\newcount\c@piccaption%
\newcount\c@piccaptionpos%
\newcount\c@picpos
\newcount\c@whole%
\newcount\c@half%
\newcount\c@tmp
\newcount\c@tmpa
\newcount\c@tmpb
\newcount\c@tmpc
\newcount\c@tmpd
\newskip\d@leftskip
\newif\if@list \@listfalse%
\newif\if@offset%\c@piccaptionpos=1%
\c@picpos=0
\d@shad=4pt%
\d@dash=4pt%
\d@boxl=10pt%
\d@pichskip=1em%
\@changemode=0%
\def\@captype{figure}%
\let\old@par=\par%\def\pichskip#1{\d@pichskip #1\relax}\def\shadowthickness#1{\d@shad #1\relax}\def\dashlength#1{\d@dash #1\relax}\def\boxlength#1{\d@boxl #1\relax}\def\picchangemode{\@changemode=1}%
\def\nopicchangemode{\@changemode=0}%\def\piccaptionoutside{\c@piccaptionpos=1}%
\def\piccaptioninside{\c@piccaptionpos=2}%
\def\piccaptionside{\c@piccaptionpos=3}%
\def\piccaptiontopside{\c@piccaptionpos=4}%\def\piccaption{\@ifnextchar [{\@piccaption}{\@piccaption[]}}
\def\@piccaption[#1]#2{\c@piccaption=1\def\sh@rtf@rm{#1}\def\capti@nt@xt{#2}}
\def\make@piccaption{%\hsiz@\d@breite%\ifnum\c@piccaptionpos=2%\advance\hsiz@ -2\fboxsep%\fi%\ifnum\c@piccaptionpos>2%\hsiz@\hsize\advance\hsiz@-\d@breite\advance\hsiz@-\d@pichskip%\fi%\setbox\@TEXT=\vbox{\hsize\hsiz@\caption[\sh@rtf@rm]{\capti@nt@xt}}%
}\def\newcaption{\refstepcounter\@captype\@dblarg{\@newcaption\@captype}}
\long\def\@newcaption#1[#2]#3{%\old@par%\addcontentsline{\csname ext@#1\endcsname }{#1}%{\protect\numberline{\csname the#1\endcsname}{\ignorespaces #2}}\begingroup\@parboxrestore\normalsize%\@newmakecaption{\csname fnum@#1\endcsname}{\ignorespaces #3}\old@par%\endgroup%
}
\long\def\@newmakecaption#1#2{%\vskip 10pt%\setbox\@tempboxa \hbox {#1: #2}%\ifdim \wd\@tempboxa >\hsize%\setbox0=\hbox{#1: }\dimen0=\hsize\advance\dimen0 by-\wd0\setbox1=\vtop{\hsize=\dimen0 #2}\hbox{\box0 \box1}\par\else \hbox to\hsize {\hfil \box \@tempboxa \hfil}\fi
}\def\parpic{%\@ifnextchar ({\iparpic}{\iparpic(0pt,0pt)}
}
\def\iparpic(#1,#2){%\@ifnextchar ({\@offsettrue\iiparpic(#1,#2)}%{\@offsetfalse\iiparpic(#1,#2)(0pt,0pt)}
}
\def\iiparpic(#1,#2)(#3,#4){%\@ifnextchar [{\iiiparpic(#1,#2)(#3,#4)}{\iiiparpic(#1,#2)(#3,#4)[l]}
}
\def\iiiparpic(#1,#2)(#3,#4)[#5]{%\@ifnextchar [{\ivparpic(#1,#2)(#3,#4)[#5]}{\ivparpic(#1,#2)(#3,#4)[#5][]}
}
\def\ivparpic(#1,#2)(#3,#4)[#5][#6]#7{%\let\par=\old@par\par%\hangindent0pt\hangafter1%\setbox\@BILD=\hbox{#7}%\d@breite=#1\d@breite=\the\d@breite%\ifdim\d@breite=0pt\d@breite=\wd\@BILD\fi%\c@breite=\d@breite\divide\c@breite by65536%\multiply\c@piccaption\c@piccaptionpos%\d@hoehe=#2\d@hoehe=\the\d@hoehe%\ifdim\d@hoehe=0pt\d@hoehe=\ht\@BILD\advance\d@hoehe by\dp\@BILD\fi%\c@hoehe=\d@hoehe\divide\c@hoehe by65536%\d@xoff=#3\c@xoff=\d@xoff\divide\c@xoff by65536%\d@yoff=\d@hoehe%\advance\d@yoff by-#4\c@yoff=\d@yoff\divide\c@yoff by65536%\c@pos=1\unitlength1pt%\if@offset%\setbox\@BILD=\hbox{%\begin{picture}(\c@breite,\c@hoehe)%\put(0,0){\makebox(\c@breite,\c@hoehe){}}%\put(\c@xoff,\c@yoff){\box\@BILD}%\end{picture}%}%\else%\setbox\@BILD=\hbox{%\begin{picture}(\c@breite,\c@hoehe)%\put(0,0){\makebox(\c@breite,\c@hoehe)[#6]{\box\@BILD}}%\end{picture}%}%\fi%\ifnum\c@piccaption=2%\make@piccaption%\advance\d@hoehe\ht\@TEXT\advance\d@hoehe\dp\@TEXT%\c@hoehe=\d@hoehe\divide\c@hoehe by65536%\setbox\@BILD=\vbox{\box\@BILD\vspace{-5pt}%\hbox{\hspace{\fboxsep}\box\@TEXT}%\vspace{4pt}}%\fi%\@tfor\@tempa := #5\do{%\if\@tempa f\setbox\@BILD=\hbox{\Rahmen(\c@breite,\c@hoehe){\box\@BILD}}\fi%\if\@tempa s\setbox\@BILD=\hbox{\Schatten(\c@breite,\c@hoehe){\box\@BILD}}\fi%\if\@tempa o\setbox\@BILD=\hbox{\Oval(\c@breite,\c@hoehe){\box\@BILD}}\fi%\if\@tempa d\setbox\@BILD=\hbox{\Strich(\c@breite,\c@hoehe){\box\@BILD}}\fi%\if\@tempa x\setbox\@BILD=\hbox{\Kasten(\c@breite,\c@hoehe){\box\@BILD}}\fi%\if\@tempa l\c@pos=1\fi%\if\@tempa r\c@pos=2\fi%}%\ifnum\c@piccaption=1%\make@piccaption%\advance\d@hoehe\ht\@TEXT\advance\d@hoehe\dp\@TEXT%\c@hoehe=\d@hoehe\divide\c@hoehe by65536%\setbox\@BILD=\vbox{\box\@BILD\vspace{-5pt}\hbox{\box\@TEXT}\vspace{4pt}}%\fi%\ifodd\count0\c@picpos=0\else\c@picpos=\@changemode\fi%\pagetotal=\the\pagetotal%\d@tmp=\pagegoal\advance\d@tmp by-\pagetotal\advance\d@tmp by-\baselineskip%\ifdim\d@hoehe>\d@tmp%\vskip 0pt plus\d@hoehe\relax\pagebreak[3]\vskip 0pt plus-\d@hoehe\relax%\ifnum\c@picpos=1\c@picpos=0\else\c@picpos=\@changemode\fi%\fi%\ifnum\c@picpos=1\ifnum\c@pos=1\c@pos=2\else\c@pos=1\fi\fi%\ifnum\@listdepth>0\@listtrue\parshape 0%\advance\hsize -\rightmargin%\d@leftskip \leftskip%\leftskip \@totalleftmargin%\if@inlabel\rule{\linewidth}{0pt}\vskip-\baselineskip\relax\fi%\else\@listfalse\medskip%\fi%\if@list\d@tmpa=\linewidth\else\d@tmpa=\hsize\fi%\ifnum\c@piccaption=3%\make@piccaption%\d@tmp\ht\@TEXT\advance\d@tmp\dp\@TEXT%\ifdim\d@hoehe>\d@tmp%\setbox\@TEXT=\vbox to\d@hoehe{\vfill\box\@TEXT\vspace{.2\baselineskip}\vfill}%\else%\setbox\@BILD=\vbox to\d@tmp{\vfill\box\@BILD\vfill}%\d@hoehe\d@tmp%\fi%\fi%\ifnum\c@piccaption=4%\make@piccaption%\d@tmp\ht\@TEXT\advance\d@tmp\dp\@TEXT%\setbox\@TEXT=\vbox to\d@hoehe{\vspace{-10pt}\box\@TEXT\vfil}%\advance\d@hoehe-\d@tmp%\fi%\ifnum\c@pos=1\d@tmpa=0pt%\ifnum\c@piccaption>2%\setbox\@BILD=\hbox{\box\@BILD\hspace{\d@pichskip}\hbox{\box\@TEXT}}%\fi%\else\advance\d@tmpa by-\wd\@BILD\d@breite=-\d@breite%\ifnum\c@piccaption>2%\d@tmpa=0pt%\setbox\@BILD=\hbox{\hbox{\box\@TEXT}\hspace{\d@pichskip}\box\@BILD}%\fi%\fi%\p@getot@l\the\pagetotal%\d@bskip\d@hoehe\advance\d@bskip by\parskip\advance\d@bskip by.3\baselineskip%{\noindent\hspace*{\d@tmpa}\relax%\box\@BILD\nopagebreak\vskip-\d@bskip\relax\nopagebreak}%\d@tmp=-\d@hoehe\divide\d@tmp by\baselineskip%\c@zeilen=\d@tmp\advance\c@zeilen by-1%\ifdim\d@breite<0pt\advance\d@breite by-\d@pichskip%\else\advance\d@breite by\d@pichskip%\fi%\hangindent=\d@breite%\hangafter=\c@zeilen%\let\par=\x@par%\ifnum\c@piccaption=3%\hangindent0pt\hangafter1\let\par=\old@par%\vskip\d@hoehe\vskip.2\baselineskip%\fi%\c@piccaption=0%
}\newdimen\ptoti
\newdimen\ptotii
\def\x@par{%\ptoti\pagetotal%\old@par%\ptotii\pagetotal%\ifdim\ptoti=\ptotii%\d@tmp\d@hoehe%\else%\d@tmp\baselineskip%\multiply\d@tmp by\prevgraf%\advance\d@tmp by\parskip%\global\advance\d@hoehe by-\d@tmp\d@tmp=\d@hoehe%\fi%\ifdim\d@hoehe>0pt%\divide\d@tmp by\baselineskip\c@zeilen=-\d@tmp\advance\c@zeilen by-1%\c@zeilen=\the\c@zeilen%\else\c@zeilen=0\fi\ifnum\c@zeilen<0\hangafter=\c@zeilen\hangindent=\d@breite%\else\let\par=\old@par%\hangindent 0pt%\leftskip \d@leftskip%\if@list\parshape \@ne \@totalleftmargin \linewidth%\advance\hsize \rightmargin%\fi%\fi%
}\def\picskip#1{%\let\par=\old@par%\par%\pagetotal\the\pagetotal%\c@tmp=#1\relax%\ifnum\c@tmp=0%\d@tmp\baselineskip\multiply\d@tmp by\prevgraf\advance\d@tmp\parskip%\ifdim\p@getot@l<\pagetotal\advance\d@hoehe by-\d@tmp\advance\d@hoehe by1ex%\ifdim\d@hoehe>0pt\vspace*{\d@hoehe}\fi%\fi%\ifdim\p@getot@l=\pagetotal%\advance\d@hoehe by-\d@tmp\advance\d@hoehe by1ex%\ifdim\d@hoehe>0pt\vspace*{\d@hoehe}\fi%\fi%\else\hangafter=-\c@tmp\hangindent=\d@breite%\fi%\leftskip \d@leftskip%\if@list\parshape \@ne \@totalleftmargin \linewidth%\advance\hsize \rightmargin%\fi%
}\def\hpic{%\@ifnextchar ({\ihpic}{\ihpic(0pt,0pt)}
}
\def\ihpic(#1,#2){%\@ifnextchar ({\@offsettrue\iihpic(#1,#2)}%{\@offsetfalse\iihpic(#1,#2)(0pt,0pt)}
}
\def\iihpic(#1,#2)(#3,#4){%\@ifnextchar [{\iiihpic(#1,#2)(#3,#4)}{\iiihpic(#1,#2)(#3,#4)[l]}
}
\def\iiihpic(#1,#2)(#3,#4)[#5]{%\@ifnextchar [{\ivhpic(#1,#2)(#3,#4)[#5]}{\ivhpic(#1,#2)(#3,#4)[#5][]}
}
\def\ivhpic(#1,#2)(#3,#4)[#5][#6]#7{%\setbox\@BILD=\hbox{#7}%\d@breite=#1\d@breite=\the\d@breite%\ifdim\d@breite=0pt\d@breite=\wd\@BILD\fi%\c@breite=\d@breite\divide\c@breite by65536%\d@hoehe=#2\d@hoehe=\the\d@hoehe%\ifdim\d@hoehe=0pt\d@hoehe=\ht\@BILD\advance\d@hoehe by\dp\@BILD\fi%\c@hoehe=\d@hoehe\divide\c@hoehe by65536%\d@xoff=#3\c@xoff=\d@xoff\divide\c@xoff by65536%\d@yoff=\d@hoehe%\advance\d@yoff by-#4\c@yoff=\d@yoff\divide\c@yoff by65536%\c@pos=0\d@tmpa=\parindent\parindent=0pt\unitlength1pt%\if@offset\setbox\@BILD=\hbox{%\begin{picture}(\c@breite,\c@hoehe)%\put(0,0){\makebox(\c@breite,\c@hoehe){}}%\put(\c@xoff,\c@yoff){\box\@BILD}%\end{picture}%}%\else%\setbox\@BILD=\hbox{%\begin{picture}(\c@breite,\c@hoehe)%\put(0,0){\makebox(\c@breite,\c@hoehe)[#6]{\box\@BILD}}%\end{picture}%}%\fi%\@tfor\@tempa := #5\do{%\if\@tempa f\setbox\@BILD=\hbox{\Rahmen(\c@breite,\c@hoehe){\box\@BILD}}\fi%\if\@tempa s\setbox\@BILD=\hbox{\Schatten(\c@breite,\c@hoehe){\box\@BILD}}\fi%\if\@tempa o\setbox\@BILD=\hbox{\Oval(\c@breite,\c@hoehe){\box\@BILD}}\fi%\if\@tempa d\setbox\@BILD=\hbox{\Strich(\c@breite,\c@hoehe){\box\@BILD}}\fi%\if\@tempa x\setbox\@BILD=\hbox{\Kasten(\c@breite,\c@hoehe){\box\@BILD}}\fi%\if\@tempa t\c@pos=1\fi%\if\@tempa b\c@pos=2\fi%}%\ifnum\c@pos=0\parbox{\d@breite}{\makebox[0cm]{}\\\box\@BILD\smallskip}\fi%\ifnum\c@pos=1\parbox[t]{\d@breite}{\makebox[0cm]{}\\\box\@BILD\smallskip}\fi%\ifnum\c@pos=2\parbox[b]{\d@breite}{\makebox[0cm]{}\\\box\@BILD\smallskip}\fi%\parindent=\d@tmpa%
}\def\Rahmen(#1,#2)#3{%\c@whole=\@wholewidth\divide\c@whole by65536%\c@half=\@halfwidth\divide\c@half by65536%\c@tmpa=#1\advance\c@tmpa by\c@whole\advance\c@tmpa by\c@whole%\c@tmpb=#2\advance\c@tmpb by\c@whole\advance\c@tmpb by\c@whole%\begin{picture}(\c@tmpa,\c@tmpb)%\put(\c@whole,\c@half){\framebox(#1,#2){#3}}%\end{picture}%\global\advance\d@breite by2\@wholewidth%\global\advance\d@hoehe by2\@wholewidth%
}\def\Schatten(#1,#2)#3{%\c@whole=\@wholewidth\divide\c@whole by65536%\c@half=\@halfwidth\divide\c@half by65536%\c@shad=\d@shad\divide\c@shad by65536%\c@tmp=\c@whole\advance\c@tmp by\c@whole\c@tmpd=\c@tmp%\advance\c@tmp by\c@shad%\advance\c@tmpd by#1%\advance\c@half by\c@shad%\c@tmpa=#1\advance\c@tmpa by\c@tmp%\c@tmpb=#2\advance\c@tmpb by\c@tmp%\begin{picture}(\c@tmpa,\c@tmpb)%\put(\c@whole,\c@half){\framebox(#1,#2){#3}}%\put(\c@shad,0){\rule{\c@tmpd pt}{\c@shad pt}}%\put(\c@tmpd,0){\rule{\c@shad pt}{#2 pt}}%\end{picture}%\global\advance\d@breite by2\@wholewidth\global\advance\d@breite by\d@shad%\global\advance\d@hoehe by2\@wholewidth\global\advance\d@hoehe by\d@shad%
}\def\Oval(#1,#2)#3{%\@wholewidth=0.4pt%\c@tmpa=\the#1\divide\c@tmpa by2%\c@tmpb=\the#2\divide\c@tmpb by2%\begin{picture}(#1,#2)%\put(\c@tmpa,\c@tmpb){\oval(#1,#2)}%\put(0.4,0.4){#3}%\end{picture}%\global\advance\d@breite by1pt\global\advance\d@hoehe by1pt%
}\def\Strich(#1,#2)#3{%\c@whole=\@wholewidth\divide\c@whole by65536%\c@half=\@halfwidth\divide\c@half by65536%\c@dash=\d@dash\divide\c@dash by65536%\c@tmp=\c@whole\advance\c@tmp by\c@whole%\c@tmpa=#1\advance\c@tmpa by\c@tmp%\c@tmpb=#2\advance\c@tmpb by\c@tmp%\c@tmpc=#1\advance\c@tmpc by\c@whole%\c@tmpd=#2\advance\c@tmpd by\c@whole%\begin{picture}(\c@tmpa,\c@tmpb)%\put(\c@half,\c@half){\dashbox{\c@dash}(\c@tmpc,\c@tmpd){#3}}%\end{picture}%\global\advance\d@breite by2\@wholewidth%\global\advance\d@hoehe by2\@wholewidth%
}\def\Kasten(#1,#2)#3{%\@wholewidth=0.4pt%\c@boxl=\d@boxl\divide\c@boxl by65536\c@boxl=\the\c@boxl%\c@tmpa=#1\advance\c@tmpa by\c@boxl%\c@tmpb=#2\advance\c@tmpb by\c@boxl%\c@tmp=#2%\begin{picture}(\c@tmpa,\c@tmpb)%\put(0,\c@boxl){\framebox(#1,#2){#3}}%\put(\c@boxl,0){\line(-1,1){\c@boxl}}%\put(\c@boxl,0){\line(1,0){#1}\line(-1,1){\c@boxl}}%\put(\c@boxl,0){\put(#1,0){\line(0,1){\c@tmp}%\put(0,\c@tmp){\line(-1,1){\c@boxl}}}}%\end{picture}%\global\advance\d@breite by\d@boxl%\global\advance\d@hoehe by\d@boxl%
}\newbox\env@box%
\newdimen\d@envdp
\newcount\c@hsize
\newcount\c@envdp
\newdimen\d@envb\long\def\frameenv{\@ifnextchar [{\@frameenv}{\@frameenv[\textwidth]}}
\long\def\@frameenv[#1]{%\hsiz@=\textwidth  \textwidth=#1  \d@envb=#1\advance\textwidth by-2\@wholewidth\advance\textwidth by-2\fboxsep\hsize=\textwidth   \linewidth=\textwidth\setbox\env@box=\vbox\bgroup}%
\def\endframeenv{%\egroup%\hsize=\hsiz@  \textwidth=\hsiz@  \linewidth=\hsiz@\c@breite=\d@envb   \divide\c@breite by65536\advance\d@envb by-2\@wholewidth\c@hsize=\d@envb  \divide\c@hsize by65536%\d@envdp=\dp\env@box  \advance\d@envdp by\ht\env@box%\advance\d@envdp by2\fboxsep%\d@hoehe=\d@envdp   \advance\d@hoehe by2\@wholewidth\c@hoehe=\d@hoehe   \divide\c@hoehe by65536\c@envdp=\d@envdp   \divide\c@envdp by65536%\c@tmp=\@wholewidth \divide\c@tmp by65536\vskip\@wholewidth%\unitlength 1pt\noindent%\begin{picture}(\c@breite,\c@hoehe)(0,0)\put(\c@tmp,\c@tmp){\framebox(\c@hsize,\c@envdp){\box\env@box}}\end{picture}%
}\long\def\shadowenv{\@ifnextchar [{\@shadowenv}{\@shadowenv[\textwidth]}}
\long\def\@shadowenv[#1]{%\hsiz@=\textwidth  \textwidth=#1  \d@envb=#1\advance\textwidth by-2\@wholewidth\advance\textwidth by-2\fboxsep\advance\textwidth by-\d@shad%\hsize=\textwidth   \linewidth=\textwidth\setbox\env@box=\vbox\bgroup}%
\def\endshadowenv{%\egroup\hsize=\hsiz@  \textwidth=\hsiz@  \linewidth=\hsiz@\d@tmpa=\d@envb\c@breite=\d@envb   \divide\c@breite by65536\advance\d@envb by-2\@wholewidth  \advance\d@envb by-\d@shad\c@hsize=\d@envb  \divide\c@hsize by65536%\d@envdp=\dp\env@box  \advance\d@envdp by\ht\env@box%\advance\d@envdp by2\fboxsep%\c@envdp=\d@envdp   \divide\c@envdp by65536%\d@hoehe=\d@envdp\advance\d@hoehe by2\@wholewidth  \advance\d@hoehe by\d@shad\c@hoehe=\d@hoehe    \divide\c@hoehe by65536\c@shad =\d@shad     \divide\c@shad  by65536\c@tmp=\@wholewidth  \divide\c@tmp by65536\advance\d@tmpa by-2\d@shad\c@xoff =\d@tmpa     \divide\c@xoff by65536\advance\c@xoff by\c@shad  \advance\c@xoff by-1\advance\d@envdp by\@wholewidth\vskip\@halfwidth\unitlength 1pt\noindent%\begin{picture}(\c@breite,\c@hoehe)(0,0)\put(\c@tmp,\c@shad){\framebox(\c@hsize,\c@envdp){\box\env@box}}\put(\c@shad,0){\rule{\d@tmpa}{\d@shad}}%\put(\c@xoff,0){\rule{\d@shad}{\d@envdp}}%\end{picture}%\vskip\@halfwidth
}\long\def\dashenv{\@ifnextchar [{\@dashenv}{\@dashenv[\textwidth]}}
\long\def\@dashenv[#1]{%\hsiz@=\textwidth  \textwidth=#1  \d@envb=#1\advance\textwidth by-2\@wholewidth  \advance\textwidth by-2\fboxsep\hsize=\textwidth   \linewidth=\textwidth\setbox\env@box=\vbox\bgroup}%
\long\def\enddashenv{%\egroup\hsize=\hsiz@  \textwidth=\hsiz@  \linewidth=\hsiz@\c@breite=\d@envb   \divide\c@breite by65536\advance\d@envb by-\@wholewidth\c@hsize=\d@envb  \divide\c@hsize by65536%\d@envdp=\dp\env@box  \advance\d@envdp by\ht\env@box%\advance\d@envdp by2\fboxsep%\advance\d@envdp by\@wholewidth\d@hoehe=\d@envdp   \advance\d@hoehe by2\@wholewidth\c@hoehe=\d@hoehe   \divide\c@hoehe by65536\c@envdp=\d@envdp   \divide\c@envdp by65536%\c@dash=\d@dash     \divide\c@dash  by65536%\c@whole=\@wholewidth  \divide\c@whole by65536\c@half=\@halfwidth  \divide\c@half by 65536\noindent\unitlength 1pt\begin{picture}(\c@breite,\c@hoehe)(0,0)\put(\c@half,\c@whole){\dashbox{\c@dash}(\c@hsize,\c@envdp){\box\env@box}}\end{picture}%
}\long\def\ovalenv{\@ifnextchar [{\@ovalenv}{\@ovalenv[\textwidth]}}%
\long\def\@ovalenv[#1]{%\hsiz@=\textwidth  \textwidth=#1  \d@envb=#1\advance\textwidth by-4\fboxsep\hsize=\textwidth   \linewidth=\textwidth\setbox\env@box=\vbox\bgroup}%
\long\def\endovalenv{%\egroup\hsize=\hsiz@  \textwidth=\hsiz@  \linewidth=\hsiz@\@wholewidth=0.4pt\c@breite=\d@envb   \divide\c@breite by65536\advance\d@envb by-2\@wholewidth\c@hsize=\d@envb  \divide\c@hsize by65536%\d@envdp=\dp\env@box  \advance\d@envdp by\ht\env@box%\advance\d@envdp by4\fboxsep%\c@envdp=\d@envdp   \divide\c@envdp by65536%\d@hoehe=\d@envdp   \advance\d@hoehe by2\@wholewidth\c@hoehe=\d@hoehe   \divide\c@hoehe by65536\c@tmpa=\c@hsize   \divide\c@tmpa by2%\c@tmpb=\c@envdp   \divide\c@tmpb by2%\d@tmpa=2\fboxsep   \advance\d@tmpa by\@wholewidth\c@xoff=\d@tmpa     \divide\c@xoff  by65536%\advance\d@tmpa by\dp\env@box\c@yoff=\d@tmpa     \divide\c@yoff  by65536%\unitlength 1pt\noindent\begin{picture}(\c@breite,\c@hoehe)(0,0)\put(\c@tmpa,\c@tmpb){\oval(\c@hsize,\c@envdp)}\put(\c@xoff,\c@yoff){\box\env@box}%\end{picture}%
}
%SCIS2019cn.cls
\def\sci@fileversion{2.10}
\def\sci@filedate{2018/11/27}
\def\@journal{中国科学: 信息科学}
\def\@issn{1674-7267}
\def\@copyright{$\copyright$~2019~}
\def\@website{\url{www.scichina.com}~~~~\url{infocn.scichina.com}}\NeedsTeXFormat{LaTeX2e}[1995/12/01]
\ProvidesClass{SCIS}[\sci@filedate, \sci@fileversion]\let\CCTCJKfonts=1
\LoadClass[twoside,CJK]{ctexart}
%% math packages
\RequirePackage{amsmath,amsthm,amsfonts,amssymb,bm,upgreek,multicol,mathrsfs,pifont,amscd,latexsym,geometry,color,fancyhdr}
%% graphics packages
\RequirePackage{graphicx,picins}
%% other packages
\RequirePackage{algorithm,algorithmic,multirow,tabularx,url,float,booktabs}
%% check pdfTeX mode
\RequirePackage{ifpdf}
\RequirePackage{fancyhdr,lastpage}
\RequirePackage{supertabular}
\RequirePackage[pdfstartview=FitH,colorlinks,breaklinks,linkcolor=black,citecolor=black,filecolor=black,urlcolor=black,hyperindex,CJKbookmarks]{hyperref}
%\RequirePackage{breakurl}
\RequirePackage{titlesec}%章节号
\urlstyle{same}%定义url字体和正文相同
\renewcommand{\today}{\number\year-\number\month-\number\day}%日期格式%-------------------------- Page layout ------------------------------
\textwidth=160truemm
\textheight=218truemm
\topmargin=0pt
\headsep=7truemm
\oddsidemargin=2pt
\evensidemargin=2pt
\parindent=22pt
\footskip=10mm
\renewcommand{\baselinestretch}{1.3}
\renewcommand{\arraystretch}{1.2}
\newcommand{\sanhao}{\fontsize{18pt}{\baselineskip}\selectfont}
\newcommand{\xiaosanhao}{\fontsize{15pt}{2\baselineskip}\selectfont}
\newcommand{\xiaosihao}{\fontsize{12pt}{\baselineskip}\selectfont}
\newcommand{\wuhao}{\fontsize{10pt}{\baselineskip}\selectfont}
\newcommand{\jiuhao}{\fontsize{9pt}{\baselineskip}\selectfont}
\newcommand{\bahao}{\fontsize{8pt}{\baselineskip}\selectfont}
\newcommand{\qihao}{\fontsize{7pt}{0.8\baselineskip}\selectfont}
\newcommand{\liuhao}{\fontsize{6pt}{0.8\baselineskip}\selectfont}%-------------------- Article Information ----------------------------
\let\@Luntan\@empty \def\Luntan#1{\def\@Luntan{#1}}
\let\@ArticleType\@empty \def\ArticleType#1{\def\@ArticleType{#1}}
\let\@SpecialTopic\@empty \def\SpecialTopic#1{\def\@SpecialTopic{#1}}
\let\@Year\@empty \def\Year#1{\def\@Year{#1}}
\let\@Vol\@empty \def\Vol#1{\def\@Vol{#1}}
\let\@No\@empty \def\No#1{\def\@No{#1}}
\let\@AuthorMark\@empty \def\AuthorMark#1{\def\@AuthorMark{#1:~}}
\let\@AuthorCitation\@empty \def\AuthorCitation#1{\def\@AuthorCitation{#1}}
\let\@enAuthorCitation\@empty \def\enAuthorCitation#1{\def\@enAuthorCitation{#1}}
\let\@BeginPage\@empty \def\BeginPage#1{\def\@BeginPage{#1}}
\let\@DOI\@empty \def\DOI#1{\def\@DOI{#1}}
\let\@ReceiveDate\@empty \def\ReceiveDate#1{\def\@ReceiveDate{#1}}
\let\@ReviseDate\@empty \def\ReviseDate#1{\def\@ReviseDate{#1}}
\let\@AcceptDate\@empty \def\AcceptDate#1{\def\@AcceptDate{#1}}
\let\@OnlineDate\@empty \def\OnlineDate#1{\def\@OnlineDate{#1}}
\let\@Foundation\@empty \def\Foundation#1{\def\@Foundation{#1}}
\let\@comment\@empty \def\comment#1{\def\@comment{#1}}
\let\@encomment\@empty \def\encomment#1{\def\@encomment{#1}}
\let\@abstract\@empty \renewcommand\abstract[1]{\def\@abstract{#1}}
\let\@enabstract\@empty \def\enabstract#1{\def\@enabstract{#1}}
\let\@keywords\@empty \def\keywords#1{\def\@keywords{#1}}
\let\@enkeywords\@empty \def\enkeywords#1{\def\@enkeywords{#1}}
\let\@onlinetag\@empty
\let\@ReferenceName\@empty \def\ReferenceName#1{\def\@ReferenceName{#1}}
%-------------------------- Online ------------------------------------
\newcommand\online{
\def\@onlinetag{1}
}%-------------------------- Title ------------------------------------
\let\@title\@empty
\renewcommand\title[2]{\def\@title{#1}\def\@titlehead{#2}\def\@titlecitation{#2}
}\let\@entitle\@empty
\newcommand\entitle[2]{\def\@entitle{#1}\def\@entitlecitation{#2}
}\let\@author\@empty
\let\@authoremaillist\@empty
\let\@onlyoneauthor\@empty
\renewcommand*{\author}[3][]{%\ifx \@author\@empty\def\@author{#2\@authornote{#1}{#3}}\else\def\@onlyoneauthor{No}\expandafter\def\expandafter\@author\expandafter{\@author,\,\, #2\@authornote{#1}{#3}}\fi\ifx#3\@empty\else\ifx\@authoremaillist\@empty \def\@authoremaillist{#3}\else \expandafter\def\expandafter\@authoremaillist\expandafter{\@authoremaillist,~#3}\fi\fi
}\let\@enauthor\@empty
\newcommand*{\enauthor}[3][]{%\ifx \@enauthor\@empty\def\@enauthor{#2\@enauthornote{#1}{#3}}\let\@enauthortemp\@enauthor\else\let\@enauthor\@enauthortemp\expandafter\def\expandafter\@enauthor\expandafter{\@enauthor~{\&}~#2\@enauthornote{#1}{#3}}\expandafter\def\expandafter\@enauthortemp\expandafter{\@enauthortemp,~#2\@enauthornote{#1}{#3}}\fi
}\def\@authornote#1#2{%\ifx#1\@empty\else \textsuperscript{\footnotesize #1}%\fi\ifx#2\@empty\else\ifx\@onlyoneauthor\@empty\else\ifx\@comment\@empty\textsuperscript{\hspace{-0.15mm}\bahao{*}}%\fi\fi\fi
}\def\@enauthornote#1#2{%\ifx#1\@empty\else \textsuperscript{#1}%\fi\ifx#2\@empty\else\ifx\@onlyoneauthor\@empty\else\ifx\@comment\@empty\textsuperscript{\hspace{-0.15mm}*}%\fi\fi\fi
}\def\@address{}
\newcommand*{\address}[2][]{\def\@addressnote{#1}\ifx\@address\@empty\ifx\@addressnote\@empty\def\@address{#2}\else\def\@address{#1.~#2}\fi\else\ifx\@addressnote\@empty\expandafter\def\expandafter\@address\expandafter{\@address\\{#2}}\else\expandafter\def\expandafter\@address\expandafter{\@address\\{#1.~#2}}\fi\fi}\def\@enaddress{}
\newcommand*{\enaddress}[2][]{\def\@enaddressnote{#1}\ifx \@enaddress\@empty\ifx\@enaddressnote\@empty\def\@enaddress{{\it #2}}\else\def\@enaddress{#1.~{\it #2}}\fi\else\ifx\@enaddressnote\@empty\expandafter\def\expandafter\@enaddress\expandafter{\@enaddress;\\{\it #2}}\else\expandafter\def\expandafter\@enaddress\expandafter{\@enaddress;\\{#1.~{\it #2}}}\fi\fi}\renewcommand\maketitle{
\ifthenelse{\pageref{LastPage}=\@BeginPage}{\def\@pagerank{\@BeginPage}}{\def\@pagerank{\@BeginPage--\pageref{LastPage}}}
\ifthenelse{\equal{\@DOI}{\@empty}}{\def\@oddheadtext{中国科学\,:\,信息科学}}{\ifthenelse{\equal{\@onlinetag}{\@empty}}{\def\@oddheadtext{中国科学\,:\,信息科学\hspace{3mm}第~\@Vol~卷\hspace{3mm}第~\@No~期}}{\def\@oddheadtext{中国科学\,:\,信息科学}}}%首页页眉页脚\begin{picture}(0,0)\put(-21,17){\parbox[c]{120mm}{\zihao{-5} SCIENTIA SINICA~\,\,Informationis}}\ifx\@DOI\@empty\put(-21,35){\parbox[c]{120mm}{\jiuhao 中国科学\,: 信息科学}}\put(-21,29){\thicklines\line(1,0){455}}\else\ifx\@onlinetag\@empty \put(-21,35){\parbox[c]{120mm}{\jiuhao 中国科学\,: 信息科学\hspace{5mm}\@Year\,年\hspace{3mm}第\,\@Vol\,卷\hspace{3mm}第\,\@No\,期\,:\;\@pagerank}}\else \put(-21,35){\parbox[c]{120mm}{\jiuhao 中国科学\,: 信息科学}}\fi\put(-21,29){\thicklines\line(1,0){335}}\ifx\@Luntan\@empty\else\put(-21,17){\makebox[118truemm][r]{\heiti\zihao{-5}\@Luntan}}\put(-21,-110){\makebox[160truemm][r]{\vbox{\hbox{\includegraphics{kxjslt.eps}}}}}\fi\put(-21,17){\makebox[160truemm][r]{\includegraphics{SB-F.eps}}}\put(-21,-9){\makebox[160truemm][r]{\href{http://crossmark.crossref.org/dialog/?doi=\@DOI&domain=pdf&date_stamp=\today}{\includegraphics{Print-CrossMark.eps}}}}\put(-21,-640){\makebox[160truemm][l]{\scriptsize\bf\@copyright《中国科学》杂志社}}\put(-21,-640){\makebox[160truemm][r]{\scriptsize\bf\@website}}\fi\ifx\@SpecialTopic\@empty\ifx\@ArticleType\@empty\else\put(-21,-2){\colorbox[cmyk]{0,0,0,.3}{\heiti\zihao{-4}~~~\@ArticleType~~~}}\fi\else\ifx\@ArticleType\@empty\put(-21,-2){\colorbox[cmyk]{0,0,0,.3}{\heiti\zihao{-4}~~~\@SpecialTopic~~~}}\else\put(-21,-2){\colorbox[cmyk]{0,0,0,.3}{\heiti\zihao{-4}~~~\@SpecialTopic~{\bf\sanhao\raisebox{2pt}{.}}~\@ArticleType~~~}}\fi\fi\end{picture}\ifx\@AuthorCitation\@empty\else\ifx\@enAuthorCitation\@empty\begin{figure}[!b]\centering\fcolorbox[rgb]{1,1,1}{0.8,0.8,0.8}{\parbox[t]{144.6truemm{\bf\scriptsize 引用格式:\ }}{\scriptsize \@AuthorCitation. \@titlecitation. 中国科学: 信息科学,\ifx\@DOI\@empty{在审文章}\else{\@Year}{\ifx\@onlinetag\@empty{, \@Vol: \@pagerank}\fi}{, doi: }\href{https://doi.org/\@DOI}{\url{\@DOI}}\fi}}\end{figure}\else\begin{figure}[!b]\centering\fcolorbox[rgb]{1,1,1}{0.8,0.8,0.8}{\parbox[t]{144.6truemm{\bf\scriptsize 引用格式:\ }}{\scriptsize \@AuthorCitation. \@titlecitation. 中国科学: 信息科学,\ifx\@DOI\@empty{在审文章}\else{\@Year}{\ifx\@onlinetag\@empty{, \@Vol: \@pagerank}\fi}{, doi: }\href{https://doi.org/\@DOI}{\url{\@DOI}}\fi\\\@enAuthorCitation. \@entitlecitation~(in Chinese). Sci Sin Inform,\ifx\@DOI\@empty{for review}\else{\@Year}{\ifx\@onlinetag\@empty{, \@Vol: \@pagerank}\fi}{, doi: }\href{https://doi.org/\@DOI}{\url{\@DOI}}\fi}}\end{figure}\fi\fi\renewcommand\thefootnote{\@fnsymbol\c@footnote}\def\@makefnmark{\hbox{\@textsuperscript{\normalfont\@thefnmark}}}\long\def\@makefntext##1{\noindent\@textsuperscript{\normalfont\@thefnmark}##1}\@maketitle\thispagestyle{empty}\long\def\@makefntext##1{\parindent 7mm \indent\hbox{\hss{\@thefnmark)\ }}\baselineskip 10pt ##1}\def\@makefnmark{\hbox\textsuperscript{\@thefnmark)}}\renewcommand\thefootnote{\arabic{footnote}}\setcounter{footnote}{0}\setcounter{page}{\@BeginPage}
}\renewcommand{\raggedright}{\leftskip=0pt \rightskip=0pt plus 0cm}
\def\@maketitle{\noindent\vspace{5mm}\begin{flushleft}%标题\renewcommand{\baselinestretch}{0.9}\bfseries\huge\heiti\zihao{2}\@title\end{flushleft}\ifx\@author\@empty\else\vskip 4 true mm\begin{flushleft}%作者\renewcommand{\baselinestretch}{0.9}{\rmfamily\Large\kaishu\zihao{4}\begin{tabular}[t]{@{}l@{}}\@author\end{tabular}}\end{flushleft}\vspace{-4mm}\begin{flushleft}\renewcommand{\baselinestretch}{1.35}\rmfamily\footnotesize\songti\zihao{6}%单位\@address\\%email\ifx\@onlyoneauthor\@emptyE-mail: \@authoremaillist\else*~通信作者. E-mail: \@authoremaillist\fi%其他信息\ifx\@comment\@empty\else\\\@comment\fi\end{flushleft}\vspace{-4mm}\begin{flushleft}\renewcommand{\baselinestretch}{1.2}\rmfamily\footnotesize\songti\zihao{6}%日期\ifx\@DOI\@empty\else\ifx\@ReviseDate\@empty\ifx\@OnlineDate\@empty收稿日期: \@ReceiveDate;\ \ 接受日期: \@AcceptDate\\\else收稿日期: \@ReceiveDate;\ \ 接受日期: \@AcceptDate;\ \ 网络出版日期: \@OnlineDate\\\fi\else\ifx\@OnlineDate\@empty收稿日期: \@ReceiveDate;\ \ 修回日期: \@ReviseDate;\ \ 接受日期: \@AcceptDate\\\else收稿日期: \@ReceiveDate;\ \ 修回日期: \@ReviseDate;\ \ 接受日期: \@AcceptDate;\ \ 网络出版日期: \@OnlineDate\\\fi\fi\fi\end{flushleft}\ifx\@Foundation\@empty\vspace{-4mm}\else\vspace{-6mm}\hspace{-2.2mm}\begin{tabular}{p{\textwidth}!}\renewcommand{\baselinestretch}{1.2}\rmfamily\footnotesize\songti\zihao{6}\@Foundation\end{tabular}\fi\vspace{-4mm}\fi%摘要和关键词\ifx\@abstract\@empty\else\begin{picture}(0,0){\put(-21,0){\color[rgb]{0.4,0.4,0.4}\line(1,0){455}}}\end{picture}\vskip2.3mm\noindent\hspace*{-2.8mm}\noindent\begin{tabular}{p{0.98\textwidth}!{\color[gray]{0.4}}}{\heiti 摘要\quad\,\,}\ignorespaces\fangsong\@abstract\\{\heiti 关键词\quad\,\,}\ignorespaces\fangsong\@keywords\end{tabular}\begin{picture}(0,0){\put(0,-5){\color[rgb]{0.4,0.4,0.4}\line(1,0){455}}}\end{picture}\fi
}\def\makeentitle{\begin{flushleft}%英文标题\renewcommand{\baselinestretch}{0.85}\bfseries\xiaosanhao\@entitle\end{flushleft}\ifx\@enauthor\@empty\else\begin{flushleft}%英文作者\renewcommand{\baselinestretch}{0.9}\normalsize\begin{tabular}[t]{@{}l@{}}\@enauthor\end{tabular}\end{flushleft}\begin{flushleft}\renewcommand{\baselinestretch}{0.8}\jiuhao%英文单位\@enaddress\\%email\ifx\@onlyoneauthor\@emptyE-mail: \@authoremaillist\else*~Corresponding author. E-mail: \@authoremaillist\fi%其他信息\ifx\@encomment\@empty\else\\\@encomment\fi\end{flushleft}\fi%英文摘要关键词\ifx\@enabstract\@empty\else\noindent\hspace*{-2.9mm}\begin{tabular}{p{\textwidth}}\renewcommand{\baselinestretch}{0.8}\jiuhao\textbf{Abstract}\quad\@enabstract\\\renewcommand{\baselinestretch}{0.8}\jiuhao\textbf{Keywords}\quad\@enkeywords\end{tabular}\fi
}\columnsep 0.7cm  %两栏之间的距离%普通文章作者简介
\let\@authorcount\@empty
\newcommand*{\authorcv}[3][]{\def\@authorphoto{#1}\ifx\@authorcount\@empty\noindent\begin{tabular*}{\textwidth}{c}\hspace*{-1em}\begin{minipage}[t]{0.48\textwidth}\renewcommand{\baselinestretch}{1.25}\baselineskip 9pt\parindent=9pt\ifx\@authorphoto\@empty\else \parpic{\includegraphics[width=25mm]{#1}}\fi{\noindent\qihao{\bf #2}~#3\par}\end{minipage}\def\@authorcount{1}\else\begin{minipage}[t]{0.48\textwidth}\renewcommand{\baselinestretch}{1.25}\baselineskip 9pt\parindent=9pt\ifx\@authorphoto\@empty\else \parpic{\includegraphics[width=25mm]{#1}}\fi{\noindent\qihao{\bf #2}~#3\par}\end{minipage}\end{tabular*}\let\@authorcount\@empty\fi
}%----------------------- Running heads ---------------------------------
\def\ps@myheadings{\def\@evenhead{\vbox{\hbox to \textwidth{\rmfamily\small\songti\zihao{-5}\@AuthorMark\@titlehead \hfill}\vspace{1.5truemm}\hrule depth 0pt height 0.25truemm width\textwidth}}\def\@oddhead{\vbox{\hbox to \textwidth{\rmfamily\small\songti\zihao{-5} \hfill\@oddheadtext}\vspace{1.5truemm}\hrule depth 0pt height 0.25truemm width\textwidth}}\def\@evenfoot{\vbox{\hbox to \textwidth{\footnotesize\rm\hbox to 1cm{\songti\rm\zihao{-5}\small\thepage\hfill}\hfill}}}\def\@oddfoot{\vbox{\hbox to \textwidth{\hfill\hbox to 1cm{\hfill\songti\rm\zihao{-5}\small\hspace{2mm}\thepage}}}}\thispagestyle{fancy}\fancyfoot{}
}
\pagestyle{myheadings}%-------------------------- Sections ----------------------------------
\newcommand*\Acknowledgements[1]{\vskip 5mm\baselineskip 16pt{\textbf{致谢}\quad{\fangsong#1}}\par
}\newcommand*\Supplements[1]{\vskip 5mm\baselineskip 16pt{\textbf{补充材料}\quad{\fangsong#1~本文的补充材料见网络版infocn.scichina.com.补充材料为作者提供的原始数据, 作者对其学术质量和内容负责.}}\par
}
\titleformat{\section}{\large\bfseries\heiti}{\thesection}{1em}{}
\titleformat{\subsection}{\normalsize\bfseries\heiti}{\thesubsection}{1em}{}
\titleformat{\subsubsection}{\normalsize\bfseries\heiti}{\thesubsubsection}{1em}{}%\renewcommand\sectionname{\thesection}
%\renewcommand\sectionformat{}
%\renewcommand\section{%\@startsection{section}{1}{\z@}%%{-4.5ex \@plus -1ex \@minus -.2ex}%%{2.5ex \@plus.1ex}%%{\normalfont\large\bfseries\heiti\zihao{-4}}
%}%\renewcommand\subsection{
%    \@startsection{subsection}{2}{\z@}%
%    {-2ex\@plus -2ex \@minus -.1ex}%
%    {2ex \@plus .2ex}%
%    {\normalfont\normalsize\bfseries\heiti}
%}%\renewcommand\subsubsection{
%    \@startsection{subsubsection}{3}{\z@}%
%    {-3ex\@plus -1ex \@minus -.1ex}%
%    {1ex \@plus .1ex}%
%    {\normalfont\normalsize\bfseries\heiti}
%}\let\oldappendix\appendix
\renewenvironment{appendix}{\oldappendix\setcounter{section}{0}\def\thesection{\Alph{section}}\renewcommand{\theequation}{\Alph{section}\arabic{equation}}\renewcommand{\thefigure}{\Alph{section}\arabic{figure}}\renewcommand{\thetable}{\Alph{section}\arabic{table}}\renewcommand{\thealgorithm}{\Alph{section}\arabic{algorithm}}\renewcommand{\section}{\setcounter{equation}{0}\setcounter{table}{0}\setcounter{figure}{0}\setcounter{algorithm}{0}\@startsection{section}{1}{\z@}%{-2ex\@plus -2ex \@minus -.1ex}%{2ex \@plus .2ex}%{\normalfont\normalsize\bfseries}}\footnotesize
}\newenvironment{supplement}{\newpage\oldappendix\setcounter{page}{1}\setcounter{section}{0}\setcounter{equation}{0}\setcounter{table}{0}\setcounter{figure}{0}\setcounter{algorithm}{0}\def\sectionname{补充材料(\thesection)}\def\thesection{\Roman{section}}\renewcommand{\theequation}{S\arabic{equation}}\renewcommand{\thefigure}{S\arabic{figure}}\renewcommand{\thetable}{S\arabic{table}}\renewcommand{\thealgorithm}{S\arabic{algorithm}}\renewcommand{\section}{\@startsection{section}{1}{\z@}%{-2ex\@plus -2ex \@minus -.1ex}%{2ex \@plus .2ex}%{\normalfont\normalsize\bfseries}}\footnotesize
}%-------------------------- Bibliography ------------------------------
\def\@biblabel#1{#1~}\renewenvironment{thebibliography}[1]{\vspace{6mm}\noindent\ifx\@ReferenceName\@empty\parbox[c]{20mm}{\heiti\zihao{5}参考文献}\else\parbox[c]{20mm}{\heiti\zihao{5}\@ReferenceName}\fi\hspace{-6mm}\rule[0.01\baselineskip]{0.9\textwidth}{0.5pt}\vskip0.1in \baselineskip 11.5pt \vspace{-4mm}\list{\@biblabel{\@arabic\c@enumiv}}{\settowidth\labelwidth{\@biblabel{#1}}%\leftmargin\labelwidth\advance\leftmargin\labelsep\@openbib@code\usecounter{enumiv}%\let\p@enumiv\@empty\renewcommand\theenumiv{\@arabic\c@enumiv}}\itemsep 0ex \parskip 0ex\footnotesize\sloppy
}\usepackage{cite}
\newcommand{\upcite}[1]{\hspace*{-4pt}\textsuperscript{\cite{#1}}}
\let\citedash\relax\makeatletter
\providecommand{\citedash}{\hbox{$\sim$}\penalty\@m}\makeatother%------------------ Figures, tables, algorithms -----------------------\setlength{\floatsep}{16pt plus 1pt minus 1pt}%页面顶部/底部的浮动对象间的垂直距离, 缺省为12pt plus 2pt minus 2pt
\setlength{\textfloatsep}{16pt plus 1pt minus 1pt}%页顶部/底部的浮动对象与文本间垂直距离, 缺省20pt plus 2pt minus 4pt
\setlength{\intextsep}{12pt plus 3pt minus 2pt}%页中浮动对象与上下方文本间垂直距离, 缺省12pt plus 2pt minus 2pt
\setlength{\belowrulesep}{0pt}%横线和其下文字的间距
\setlength{\aboverulesep}{0pt}%横线和其上文字的间距
\setlength{\doublerulesep}{0.4pt}
\newcommand\Times{\fontfamily{ptm}\selectfont}
\newcommand{\picsize}{\fontsize{8pt}{0.4\baselineskip}\selectfont}
\usepackage[bf,footnotesize,labelsep=quad]{caption}
\captionsetup[subfloat]{labelformat=simple,captionskip=0pt}
\captionsetup[table]{aboveskip=1mm}
\captionsetup[figure]{aboveskip=3mm}
\captionsetup[algorithm]{font=footnotesize}
\floatname{algorithm}{算法}\newcommand*{\cnfigurename}{图}
\newcommand*{\enfigurename}{Figure}
\newcommand*{\cnenfigcaption}[2]{%\def\figurename{\cnfigurename}\caption{\baselineskip 10pt\jiuhao\bf #1}\addtocounter{figure}{-1}\vspace*{-3mm}\def\figurename{\enfigurename}\caption{\baselineskip 10pt #2}
}\newcommand*{\cntablename}{表}
\newcommand*{\entablename}{Table}
\newcommand*{\cnentablecaption}[2]{%\def\tablename{\cntablename}\caption{\baselineskip 10pt\jiuhao\bf #1}\addtocounter{table}{-1}\vspace*{-1mm}\def\tablename{\entablename}\caption{\baselineskip 10pt #2}
}%------------------------------ Math ----------------------------------
\def\leq{\leqslant}
\def\geq{\geqslant}
\def\le{\leqslant}
\def\ge{\geqslant}
\abovedisplayskip=11pt plus 0pt minus 6pt
\belowdisplayskip=11pt plus 0pt minus 6pt
\newcommand{\set}[1]{\ensuremath{\left\{ #1 \right\}}}%
\newcommand{\Set}[2]{\ensuremath{\left\{ #1 \left| \right. #2 \right\}}}%
\newcommand{\abs}[1]{\ensuremath{\left| #1 \right|}}%
\newcommand{\map}[3]{\ensuremath{#1 : #2 \rightarrow #3}}%
%\newcommand{\C}[1]{\ensuremath{\mathcal{#1}}}%
\newcommand{\restrict}[2]{\ensuremath{#1 \left|_{#2}\right.}}%
\newcommand{\NN}{\mathbb{N}^0}
\newcommand{\PN}{\mathbb{N}}
\newcommand{\syn}{\mathbf{S}}
\newcommand{\Syn}{\mathbf{M}}
\allowdisplaybreaks
\setlength{\arraycolsep}{2.0pt}%----------------------------- Theorems -------------------------------
\def\proof{{\heiti 证明}\quad}
\renewcommand{\qedsymbol}{} %去掉小方框
\newtheoremstyle{newdefinition}%{2pt}% Space above{2pt}% Space below{\normalfont}% Body font{1.83em}% Indent amount{\bfseries}% Theorem head font{}% Punctuation after theorem head{10pt plus 1pt minus 1pt}% Space after theorem head{}% Theorem head spec (can be left empty, meaning `normal')
\theoremstyle{newdefinition}%
\newtheorem{definition}{定义}
\newtheorem{theorem}{定理}
\newtheorem{lemma}{引理}
\newtheorem{corollary}{推论}
\newtheorem{axiom}{公理}
\newtheorem{propsition}{命题}
\newtheorem{example}{例}
\newtheorem{exercise}{习题}
\newtheorem{solution}{解}
\newtheorem{notation}{注}
\newtheorem{assumption}{假设}
\newtheorem{remark}{注释}
\newtheorem{property}{性质}
\iffalse
\makeatletter
\renewcommand\normalsize{%\@setfontsize\normalsize\@xpt\@xiipt\abovedisplayskip 9\p@ \@plus4\p@ \@minus5\p@\abovedisplayshortskip \z@ \@plus3\p@\belowdisplayshortskip 6\p@ \@plus3\p@ \@minus3\p@\belowdisplayskip  \abovedisplayskip\let\@listi\@listI}
\makeatother
\fi%--------------------------------- list ---------------------------------
\renewenvironment{itemize}{
\begin{list}{$\bullet$}{
\labelwidth=4em
\labelsep=0.5em
\leftmargin=0em
\rightmargin=0em
\parsep=\parskip
\itemsep=0em
\topsep=0em
\itemindent=2.1em
}
}{\end{list}}\endinput

中国科学: 信息科学 中文模板2019 CCT-LaTeX texlive2019 成功编译相关推荐

  1. 中国科学:信息科学 投稿模板的编译方法

    我采用的是CTEX套装,使用方法参考此文 主要是在 \documentclass{SCIS2020cn} 下面插入两行代码 \standardtilde \let\standardtilde=\rel ...

  2. CCF推荐列表重磅更新, RecSys升级成为B类会议, 中国科学: 信息科学成为A类期刊......

    嘿,记得给"机器学习与推荐算法"添加星标 2022年11月30日CCF官网发布了关于中国计算机学会关于推荐国际学术会议和期刊目录更新公告. 公告指出:在既有基础上进行微调,保持宁缺 ...

  3. CSCD(2015-2016年)来源期刊目录中国科学引文数据库

    经过中国科学引文数据库(Chinese Science Citation Database,简称CSCD)定量遴选.专家定性评估, 2015-2016年度中国科学引文数据库收录来源期刊1200种,其中 ...

  4. 岳翔南京大学计算机,基于组合IIS路径抽取的组合线性混成系统有界可达性分析-中国科学.PDF...

    基于组合IIS路径抽取的组合线性混成系统有界可达性分析-中国科学 中国科学: 信息科学 2017 年 第47 卷 第3 期: 288–309 论文 基于组合 路径抽取的组合线性混成系统有界 可达性分析 ...

  5. CTex和WinEdt的安装以及中国科学期刊模板的打开方式

    CTex和WinEdt的安装以及中国科学期刊模板的打开方式 老师准备让我把论文投<中国科学>,要我先了解下<中国科学>提供的Latex模板.以前都是在OverLeaf网站上在线 ...

  6. Latex的中文模板分享~~~

    LATEX排版 在刚开始学习Latex的时候为了找到一个合适的中文模板费劲了心思,在这里给大家分享我现在在用的Latex模板. \documentclass[a4paper,11pt,onecolum ...

  7. 基于nips改进的LaTex中文模板

    之前写了一份中文模板.但是标题摘要那一块趋于扁平化,没有比较酷的style.另外,如果用latex编译,是不支持除了eps之外的图片的插入.故而,做了这一份基于nips模板改进的模板. 首先,下载ni ...

  8. latex中文模板_LaTeX论文排版初级教程 :论文的结构和tex源文件的结构

    来源丨大哉数学为之用 ← 关注TA 从今天开始,本公众号将推出新的栏目:手把手教你学LaTeX--初级篇.目标是让一个从来没有接触过LaTeX的人通过学习,迅速地掌握LaTeX的基本命令,最终能排版出 ...

  9. Latex中文模板--适用于{人文课程}

    Latex中文模板--适用于{人文课程} 写在最前面 基础设置(宏包.封面.目录) 导入宏包 封面制作 目录制作 正文部分 标题设置 其他常见设置(加粗.高亮.插入图片.页眉) 完整代码 结语 写在最 ...

最新文章

  1. python大数据和java大数据的区别-未来Java、大数据、Python哪个前景更好,薪资更高?...
  2. POJ 3320 Jessica's Reading Problem (尺取)
  3. 如何测量上下文切换时间
  4. poj 3461 Oulipo (KMP)
  5. 微课|中学生可以这样学Python(例5.8):凯撒加密
  6. 为什么同样是200M宽带,移动可以不要钱,联通却要1000多?
  7. linux vim命令,linux之vim命令
  8. 如何在 Flink 1.9 中使用 Hive?
  9. Caffe学习:使用pycaffe绘制网络结构
  10. 2017-2018-1 20155322 20155327 实验一 开发环境的熟悉
  11. 分布式计算、统计学习与ADMM算法
  12. Golang 实现文件内容差异比较
  13. Windows Server 2012和2016从Evaluation评估版升级到正式版方法(附带产品密钥/key)
  14. 【单片机小白屑作】基于清翔QX-MCS51单片机的精简版定时炸弹
  15. Servlet(互联网通信基础及实例)(上)
  16. Life:歌曲学习之教一个不会唱歌的人学会唱出《情非得已》、《海阔天空》、《红日》、《老男孩》等歌曲
  17. bzoj 5394: [Ynoi2016]炸脖龙 数论+树状数组
  18. Android JNI学习-调用第三方SO库
  19. 用计算机弹无羁的数字,无羁钢琴谱数字双手波尔卡教
  20. Storm-kafka【接口实现】4 - KafkaSpout

热门文章

  1. 域名邮箱什么,如何开通自定义邮箱后缀的邮箱?
  2. JScript 06 根据成绩平均分划分等级
  3. utf-8的英文字母和中文汉字是一个字符占几个字节
  4. Cat源码分析(三):10种分析器
  5. 移动 App 应用测试方法与思路
  6. 从零开始学python的第14天
  7. 【沃顿商学院学习笔记】公益创业——01开始公益创业Starting a Social Enterprise
  8. 判断一个数是否是素数的 n 多种方法
  9. Python Web开发:Django+BootStrap实现简单的博客项目
  10. 白天建筑师,晚上CG艺术家,他将建筑的华丽发挥极致