一般我们使用脚注时不需要额外使用宏包,蔽亏只需要在该插入脚注的地方插入\footnote{脚注内容}即可,这样的脚注:
自动编号。
首行缩进。
但是一般论文首页脚注位置不需要首行缩进,因此我们迅如引入footmisc宏包,并使用marginal使得不首行缩进。
\documentclass[11pt,a4paper]{article}
\usepackage{CJK}
\usepackage{type1cm}
\usepackage{times}
\usepackage[marginal]{footmisc}
\renewcommand{\thefootnote}{}
\begin{document}
\begin{CJK*}{GBK}{song}
这段文章\footnote{\noindent \textbf{收稿日期}:2000-06-30;\textbf{修回日期}:2000-11-16\\
\textbf{基金项目}:``九五''国家科技攻关资助项目(96-B02-03-05)\\ \textbf{作者简介}:
陆峰(1970-),男,新疆维吾尔自治区乌鲁木齐市人,中国科学院资源与环境信息系统国家重点实验室博士后,
主要从事交通网络的地理信息系统数据模型和网络分析相关算法研究。}.
\end{CJK*}
\end{document}
第5行:引入宏包,使得脚注首行不缩进。
第6行:设置脚注不编号。
第9行:设置脚注内宏昌神容。
一般情况下,投ieee的期刊要提交两个版本的论文。一个版本是手稿模式,要求页面四周留出一英寸的空白,正文字号大于等于11号,双倍行距
另一个版本是双栏模式,就是正式出版时候的样子。这个团吵版本没什么用的,主要是漏侍告诉自己论文有多长,发表的时候要交多少钱而已
下面一段 guideline 摘自 signal processing society 某期刊的要求,里面有讲具体设置的方法的
Authors using LaTeX: the two PDF versions of the manuscript needed for submission can both be produced by the IEEEtran.cls style file. A double-spaced document is generated by including
/documentclass[11pt,draftcls,onecolumn]{IEEEtran}
as the first line of the manuscript source file, and a single-spaced double-column document for estimating the publication page charges via
\documentclass[10pt,twocolumn,twoside]{IEEEtran}
for a regular submission, or
\documentclass[9pt,twocolumn,twoside]{IEEEtran}
for a Correspondence item.
不同期刊有不同的要求,自己要看好相应期刊的 information for authors
再补充点吧 在 ieee 网站上下载到的命名为 IEEEtran 压缩包,解压后返或吵有一些文件
如果投的是 computer society 的期刊,则使用 bare_jrnl_comsoc.tex 编辑 否则使用 bare_jrnl.tex 这些 tex 文件里面的注释文字会提供一些很有用的信息
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)