根据文件跟踪变化,“边距”选项应允许在边距中写下注释:
\documentclass[12pt]{article}
\usepackage[margins]{trackchanges}
\begin{document}
Before-Text \annote{text}{comment}
\end{document}
但它无法编译。使用选项“inline”而不是“margins”就可以了。其他人遇到过这个问题吗?
根据文件跟踪变化,“边距”选项应允许在边距中写下注释:
\documentclass[12pt]{article}
\usepackage[margins]{trackchanges}
\begin{document}
Before-Text \annote{text}{comment}
\end{document}
但它无法编译。使用选项“inline”而不是“margins”就可以了。其他人遇到过这个问题吗?