IEEE LaTeX conference 致谢(acknowledge)被屏蔽

在IEEE LaTeX conference 模板有一句话

1
2
3
4
% conference papers do not typically use \thanks and this command
% is locked out in conference mode. If really needed, such as for
% the acknowledgment of grants, issue a \IEEEoverridecommandlockouts
% after \documentclass

  

也就是说在在会议中屏蔽了thanks命令,解决方法是在模版的开头:

1
\documentclass

后加

1
\IEEEoverridecommandlockouts

然后在作者代码块中写:

\author{\IEEEauthorblockN{XXX \thanks{ XXX is corresponding author.}

...

}

在页面左下角就会自动出现脚注了。

 

 可以用于标注作者/ 通信作者/ 致谢内容。

 

感谢 https://www.cnblogs.com/sunny99/ sumoier对本文的帮助!

 

posted @   20岁博客少女  阅读(1053)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· Manus爆火,是硬核还是营销?
· 终于写完轮子一部分:tcp代理 了,记录一下
· 震惊!C++程序真的从main开始吗?99%的程序员都答错了
· 别再用vector<bool>了!Google高级工程师:这可能是STL最大的设计失误
· 单元测试从入门到精通
点击右上角即可分享
微信分享提示