Latex添加缩略词列表

文章介绍了在处理论文评审意见时,针对审稿人要求解释所有缩略词的情况,作者决定在论文末尾添加缩略词列表。通过使用LaTeX的nomencl包,按照引入包、定义命令、编写和打印缩略词的步骤,实现了这一功能。示例代码展示了一个具体的实现过程。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

最近投稿的论文得了个大修,对着审稿人的十几条意见头皮发麻,其中一个审稿人要求我解释手稿内的每一个缩略词的详细含义,那还能怎么办,写吧。
把手稿内的所有缩略词全部解释了一遍,想想还是不放心,我在别人的论文里看到过论文末尾有一个缩略词列表,就像这样:
在这里插入图片描述
我寻思我也弄一个,做到尽善尽美。
百度了一下之后,得到的步骤如下:
1.首先在\documentclass{article}的下方引入nomencl包
2.接着输入\makenomenclature
3.然后自定义名字:\renewcommand{\nomname}{List of Abbreviations}
4.手稿末尾使用\nomenclature{}{}自行编写缩略词
一个完整的示例如下:

\documentclass{article}

\usepackage{nomencl}
\makenomenclature

\renewcommand{\nomname}{List of Abbreviations}

\begin{document}

\printnomenclature 
\hfill % add blank space

NLP is a field of computer science, artificial intelligence, and linguistics concerned with the interactions between computers and human (natural) languages.

\nomenclature{NLP}{Natural Language Processing}

$\sigma$ is the eighteenth letter of the Greek alphabet, and carries the 's' sound. In the system of Greek numerals, it has a value of 200. 

\nomenclature{$\sigma$}{The total mass of angels per unit area}

\end{document}

效果:
在这里插入图片描述
-------end--------

评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值