summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/pdfcomment/README
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-05-23 22:06:07 +0000
committerKarl Berry <karl@freefriends.org>2011-05-23 22:06:07 +0000
commit0a05c759165972d30c5dd9c0ca35718b191361a9 (patch)
tree61831a17d9b73e638c94b884b2f9cc4abf1414ed /Master/texmf-dist/doc/latex/pdfcomment/README
parentba328cf8b03f2dd645a56a95d904f42a9f10628e (diff)
pdfcomment (23may11)
git-svn-id: svn://tug.org/texlive/trunk@22590 c570f23f-e606-0410-a88d-b1316a301751
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