同时存在有编号和无编号脚注(latex,footnote)
(2018-05-23 16:37:29)分类: 论文写作 |
【转】
%记得先导入这个包
\usepackage{lipsum}
%在maketile下加入这一段
\newcommand\blfootnote[1]{%
\begingroup
\renewcommand\thefootnote{}\footnote{#1}%
\addtocounter{footnote}{-1}%
\endgroup
}
之后在正文中加入以下两种脚注,在作者中加会报错
\blfootnote{*Corresponding Author}
%无标号,显示
\footnote{Corresponding Author}
%正常显示标号,从1开始
推荐用这个,这个脚注问题真的是困惑了好长时间,第一不太懂,第二有些博客写的真的不通俗易懂
如果还有一个设置不要脚注的方法:
\let\thefootnote\relax\footnotetext{*Corresponding Author}
items的item默认段首不缩进的问题,如果要想设置缩进: \par\setlength\parindent{1em}
缩进两个英文字符,刚刚好