概述
1,使用点开头进行枚举。
效果如下:
代码如下;
begin{itemize}
item The ...
item The attacker ...
item balabala...
end{itemize}
2,论文的的author 如何既进行数字标号,同时在右上角标注星号,通信作者
链接:https://tex.stackexchange.com/questions/614145/the-thank-star-disappears-from-author
documentclass[conference]{IEEEtran}
IEEEoverridecommandlockouts
usepackage{lipsum}
% Changes author affiliation symbols into numbers
DeclareRobustCommand*{IEEEauthorrefmarkNum}[1]{%
raisebox{0pt}[0pt][0pt]{textsuperscript{footnotesize #1}}%
}
begin{document}
title{A Good Name is the Half of a Good article}
author{
IEEEauthorblockN{%
Author AIEEEauthorrefmarkNum{1}, Author BIEEEauthorrefmarkNum{1}, Author CIEEEauthorrefmarkNum{2}IEEEauthorrefmark{1}
}
IEEEauthorblockA{%
IEEEauthorrefmarkNum{1}Department of Computer Science, LaTeX University\
IEEEauthorrefmarkNum{2}Department of Mechanical Engineering, LaTeX University\
{efg, abc}@123.com; 456@789.com
}
thanks{IEEEauthorrefmark{1}is the corresponding author.}
} % end author
maketitle
begin{abstract}
lipsum[1]
end{abstract}
begin{IEEEkeywords}
Author footnote
end{IEEEkeywords}
section{Introduction}
lipsum[1-7]
end{document}
结果如下:
最后
以上就是坚强信封为你收集整理的latex 使用总结1,使用点开头进行枚举。的全部内容,希望文章能够帮你解决latex 使用总结1,使用点开头进行枚举。所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复