Command/ startcomment

From Wiki
< Command(Redirected from Command/startcomment)
Jump to navigation Jump to search


\startcomment ... \stopcomment

Summary

The instances of \startcomment ... \stopcomment create PDF comments: little balloon or text icons that one can click to reveal the comment.

Instances

\startcomment ... \stopcomment

Settings instance

\startCOMMENT[...][...=...,...] ... \stopCOMMENT
[...]text
...=...,...inherits from \setupcomment

Description

Create PDF comments: little balloon or text icons that one can click to reveal the comment. If there is no text around the place the command is invoked, one needs to add \dontleavehmode before \startcomment (or before \comment).

There is also a command form of this environment: comment.

Examples

Example 1

This is a text.
\startcomment[hello]
   [symbol=Balloon, % can be omitted for the default 'note-pinned-to-something' icon
    color=red, % colour of the background of the note icon
    width=4cm, % dimensions of the textbox
    height=3cm]

  hello \leftguillemot\ \'e\'erste \rightguillemot\ test
  beautiful

  world
\stopcomment

Notes

See also

Help from ConTeXt-Mailinglist/Forum

All issues with: