使用changes宏包

一个便捷的方法是使用 changes 宏包来实现,样例如下:

\documentclass{article}
\usepackage{changes}
	\definechangesauthor[name={Per cusse}, color=orange]{per}
	\setremarkmarkup{(#2)}
\begin{document}
This is \added[id=per,remark={we need this}]{new} text.
This is \added[remark={has to be in it}]{new} text.
This is \deleted[id=per,remark=obsolete]{unnecessary}text.
This is \replaced{nice}{bad} text.
\listofchanges
\end{document}

效果图如下:changes-demochanges 宏包加上[final]选项时,编译出来是修订后的文档。功能简单,使用比较简单。 选自:https://www.zhihu.com/question/22316670/answer/131498823

点赞(8)

评论列表 共有 0 条评论

暂无评论
立即
投稿

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部