我是靠谱客的博主 坚强信封,这篇文章主要介绍latex 使用总结1,使用点开头进行枚举。,现在分享给大家,希望可以做个参考。

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内容请搜索靠谱客的其他文章。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(102)

评论列表共有 0 条评论

立即
投稿
返回
顶部