当前位置:网站首页>Latex 去掉行号
Latex 去掉行号
2022-08-04 14:49:00 【林德熙】
本文主要讲如何去掉Latex的行号
删除\modulolinenumbers删除所有\linenumbers
删除\usepackage{lineno,hyperref}
modulolinenumbers就是每多少行显示行数,每一页重新开始
latex引用多篇参考文献
尝试引用:\usepackage[numbers,sort&compress]{natbib}
因为自带的有了,我就修改
\biboptions{numbers,sort&compress}结果没有用。
使用了\usepackage{cite}编译错误,原因还没找
natbib 错误 Option clash for package natbib.是有多次使用
打开elsarticle.cls
修改
\RequirePackage[\@biboptions]{natbib}\RequirePackage[numbers,sort&compress]{natbib}在导言
\newcommand{\ucite}[1]{\textsuperscript{\cite{#1}}}引用用\ucite{1,2,3}
边栏推荐
- xpath获取带命名空间节点注意事项
- 【 HMS core 】 【 Media 】 online video editing service 】 【 material can't show, or network anomalies have been Loading state
- Oracle database user creation, restart, import and export
- Hangzhou electric the competition team arrangement (ACM)
- Centos7 install mysql version rapidly
- G.登山小分队(暴力&dfs)
- CloudCompare&PCL 点云按网格划分(点云分幅)
- Lixia Action | Kyushu Yunzhang Jinnan: Open source is not a movement for a few people, popularization is the source
- 宣传海报
- CF1527D MEX Tree (mex & tree & inclusive)
猜你喜欢
随机推荐
如何和程序员谈恋爱
蓝牙技术|上半年全国新增 130 万台充电桩,蓝牙充电桩将成为市场主流
什么,你告诉我?作用域也分种类?
特殊品种的二次开户验资金额
JCMsuite Application: Oblique Plane Wave Propagation Transmission Through Aperture
没有Project Facets的解决方法
饿了么智能头盔专利获授权,进一步提升骑手安全保障
Rust 从入门到精通04-变量
I/O stream summary
SQL语句的写法:Update、Case、 Select 一起的用法
一看就会的Chromedriver(谷歌浏览器驱动)安装教程
Chinese valentine's day, of course, to learn SQL optimization better leave work early to find objects
F.金玉其外矩阵(构造)
实际工作中的高级技术(训练加速、推理加速、深度学习自适应、对抗神经网络)
leetcode: 241. Designing precedence for arithmetic expressions
程序猿七夕礼物-如何30分钟给女朋友快速搭建专属语聊房
CF1527D MEX Tree (mex & tree & inclusive)
快解析结合友加畅捷U+
MySQL优化学习笔记
集合划分差最小问题(01背包)









