代码之家  ›  专栏  ›  技术社区  ›  djq

用于使评论在pdf中出现或消失的Latex标记?

  •  1
  • djq  · 技术社区  · 16 年前

    是否可以标记.tex文件的部分以便显示文本?

    我读过 here 关于 \begin{comment} 标签在 verbatim 包裹。如果我重新定义了注释标签,是否可以使其出现?这是怎么做到的?


    根据建议,包括问题tex.stackexchange.com here

    2 回复  |  直到 9 年前
        1
  •  1
  •   Demis    15 年前

    刚刚找到了 PDF注释 套餐,效果非常好: http://pdfcomment.berlios.de/

    允许在整个生成的pdf文件中添加便签类型的注释。

    \usepackage{pdfcomment} \pdfcommentsetup{draft} % set to 'final' to prevent all comments from showing up \pdfcommentsetup{color={1.0 1.0 0.0}, open=true}

    用法示例:

    ... diffuse into the substrate in every direction - ie. radially.\pdfcomment{Need reference for this type of model.} ...

        2
  •  0
  •   Community Mohan Dere    9 年前

    答复人: https://stackoverflow.com/users/1968/konrad-rudolph tex.stackexchange.com

    是的,这确实是有可能的,而且 评论环境如下:

    \renewenvironment{comment}{}{}
    

    这将导致注释文本