文档介绍:发信人: okchenbo (*心*静*忍*), 信区: Tex
标题: 中文期刊的投稿模版
发信站: 瀚海星云(2007年05月31日01:15:54 星期四), 站内信件
\documentclass[twoside]{article}
\headsep true cm \topmargin 0pt \oddsidemargin 0pt
\evensidemargin 0pt \textheight 215mm \textwidth 145mm
\mand\baselinestretch{}
\mand\arraystretch{}
\mand\kaishu{\CJKfamily{kai}}
\mand\heiti{\CJKfamily{hei}}
\mand\songti{\CJKfamily{song}}
\usepackage{CJK,indentfirst,amsmath,amsfonts,amssymb,amsthm,cite}
\begin{CJK*}{GBK}{song}
\usepackage{fancyhdr}%页眉宏包
\usepackage[dvips]{graphics}%图形宏包
\usepackage[dvips]{color}%色彩宏包
\setlength{\jot}{} \setlength{\parindent}{2em}%调节多行公式行间距
\mand\refname{\normalsize{References:}}
\begin{document}
\pagestyle{fancy}%页眉版式
%--------------------------页数命令和公式标号命令----------------------------
\setcounter{page}{1} %设置起始页码
\newcounter{jie}
%\mand{\theequation}{\arabic{jie}.\arabic{equation}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%---------------------------页眉命令-----------------------------------------
\fancyhf{} % 清除原有设置
\fancyhead[RE]{\footnotesize{\songti First author, Second author:}}
% 两个作者全上页眉,三个以上作者只上第一作者
\fancyhead[LO]{\footnotesize{\songti Insert your title here:}}
% “Running Title”应合理反映文章主题,且不超过85个字符(包括空格)
\fancyhead[LE,RO]{\thepage}% 奇偶页外侧
\mand\headrulewidth{} %页眉分隔线
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%