当前位置:网站首页>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}
边栏推荐
猜你喜欢

化繁为简,聊一聊复制状态机系统架构抽象

leetcode:253. 至少需要多少间会议室

Problem solving-->Online OJ (18)

用了TCP协议,就一定不会丢包吗?

程序猿七夕礼物-如何30分钟给女朋友快速搭建专属语聊房

MySQL优化学习笔记

蓝牙技术|上半年全国新增 130 万台充电桩,蓝牙充电桩将成为市场主流

CCF GLCC officially opened | Kyushu Cloud open source experts bring generous bonuses to help universities promote open source

xampp安装包含的组件有(php,perl,apche,mysql)

《分布式云最佳实践》分论坛,8月11日深圳见
随机推荐
uni-app 从零开始-生命周期(二)
Theory 1: Deep Learning - Detailed Explanation of the LetNet Model
[LeetCode] 38. Appearance sequence
centos7安装mysql急速版
数据链路层-------以太网协议
SQL语句的写法:Update、Case、 Select 一起的用法
[The Art of Hardware Architecture] Study Notes (1) The World of Metastability
用了TCP协议,就一定不会丢包吗?
Zheng Qing freshmen school competition and middle-aged engineering selection competition
token 过期后,如何自动续期?
MySQL优化学习笔记
技术分享| 小程序实现音视频通话
leetcode:254. 因子的组合
FRED应用:毛细管电泳系统
【问题解决】QT更新组件出现 “要继续此操作,至少需要一个有效且已启用的储存库”
【 HMS core 】 【 Media 】 online video editing service 】 【 material can't show, or network anomalies have been Loading state
Android Sqlite3 basic commands
【剑指offer59】队列的最大值
Problem solving-->Online OJ (18)
代码随想录笔记_动态规划_1049最后一块石头的重量II