Preface
由于要改冬令营的论文,想着LaTeX 这回得好好做下排版了,于是便开始搜索模板。
CVPR模板
在查找模板的过程当中,几经波折。由于我是用的是WSLUbuntu,之前太懒没有装Windows下的TeXLive而且也懒得再倒腾,WSL中的TeX中文环境也只适配了XeTeX,所以这些都成为了找米板路上的阻碍。
最后,在Overleaf上找到了2018年的CVPR模板,如下:https://www.overleaf.com/latex/templates/cvpr-2018-template/qgmrfntfbqns
要使用的话直接复制所有的文件自己创建然后编译就行。
关于此模板的Bug
今天由于我需要使用tikz
宏包画流程图,然而一include
就会编译过不了,于是借助万能的互联网,找到了如下的解决方案:https://tex.stackexchange.com/questions/373873/sharelatex-cvpr-template-not-compiling-tikz
That template looks pretty horribly broken. The
eso-pic.sty
file isn't actually the real file. It's hacked toinput{cvpr_eso.sty}
rather thanRequirePackage{atbeginshi}
at least. Butcvpr_eso.sty
appears to actually beeveryshi
. To fix it, deletecvpr_eso.sty
andeso-pic.sty
. Now everything should compile withusepackage{tikz}
. Other bad things about that template:
- The
epsfig
package should not be used;graphicx
replaces it. - The
times
package should probably not be used. Usemathptmx
instead.
所以,只需删除cvpr_eso.sty
和eso-pic.sty
,然后不建议使用epsfig
和times
宏包即可。
Reference
- 1(https://tex.stackexchange.com/questions/373873/sharelatex-cvpr-template-not-compiling-tikz)
- 2(https://www.overleaf.com/latex/templates/cvpr-2018-template/qgmrfntfbqns)
本文作者:博主: gyrojeff 文章标题:LaTeX模板——CVPR | 以及Tikz宏包使用的修复
本文地址:https://cloud.tencent.com/developer/article/1827304
版权说明:若无注明,本文皆为“gyro永不抽风!”原创,转载请保留文章出处。
许可协议:署名-非商业性使用-相同方式共享 4.0 国际 (CC BY-NC-SA 4.0) 转载请保留原文链接及作者!
我的博客即将同步至腾讯云 社区,邀请大家一同入驻