summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/pdfcomment/README
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/pdfcomment/README')
-rw-r--r--Master/texmf-dist/doc/latex/pdfcomment/README25
1 files changed, 17 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/latex/pdfcomment/README b/Master/texmf-dist/doc/latex/pdfcomment/README
index 1b460e11ab5..45127a3b4df 100644
--- a/Master/texmf-dist/doc/latex/pdfcomment/README
+++ b/Master/texmf-dist/doc/latex/pdfcomment/README
@@ -15,15 +15,24 @@ Adobe Reader.
License: LPPL
-Changes in v2.1:
+Changes in v2.2:
+
+- added \pdftooltip which allows annotating objects with tooltips
-- added support for PDF reply system
- \pdfcomment[avatar=Joe,id=1]{comment}
- \pdfreply[avatar=Bob,id=2,replyto=1]{reply to comment}
- works for pdflatex only!
+- allow setting of disable globally
+ \pdfcommentsetup{disable} + \pdfcomment[disable=false]{comment}
+ => will enable this single PDF annotation
+
+ feature request by: Zvi Gilboa
+
+- added option printSOfinal
+ printSOfinal=false will not typeset the markup text in a StrikeOut annotation
+ if the option final or disable is used!
-- added options id,date,timezone
+ feature request by: Marcel Dausend
-- added support for new icon CrossHairs (Adobe Reader X)
+- revised documentation
+ added information about escape commands in \pdfstringdef
+ used for conversion of comments to PDFDocEncoding/PDFUnicode
-- Bugfix: problem with \pdfmarkupcomment with page break \ No newline at end of file
+ feature request by: Max Funk