我喜欢乳胶,但我厌倦了通过邮件将我的评论发送到文档,而不是将它们写在文档中。
我正在寻找简单的(尽可能简单)添加文本块的方式,具有适当的对齐方式,并在右边距用符号表示它是:
- A评论
- A去做物品
- 我想到了一些其他的东西
我可以用命令来做到这一点吗?
提前致谢。
答案1
这更简单我能想到的方法是这样的:
\newcommand{\mycomment}[1]{{[{\textbf{Comment:}\textit{#1}]}}\marginpar{$\bigodot$}} %a comment
\newcommand{\todo}[1]{{[\textbf{To do:} #1]}\marginpar{$\bigotimes$}} %things to do
\newcommand{\nameofyourcommand}[1]{{[{\textbf{Before the text:}\textit{#1}]}}\marginpar{symbolyouwant}} %another command
简单使用如下:
\todo{Do this}
\mycomment{and remember that I told you ...}
结果如下: