答案1
该包pdfcomment
提供了对的评论和tooltip
支持LaTeX
。评论icon
可以配置。
\documentclass{book}
\usepackage{pdfcomment}
\begin{document}
Blabla \pdfcomment{Here is a comment}
\end{document}
经过一些突出显示和一些键的更改:
\documentclass{book}
\usepackage{blindtext}
\usepackage{xcolor}
\usepackage{pdfcomment}
\begin{document}
Blabla \pdfcomment[author={HericDenis},icon=Note,color=red]{Edit me!!!}
\pdfmarkupcomment[author={HericDenis},markup=Highlight,color=yellow]{Some text to highlight}{Here is another comment}
\end{document}