diff options
author | Karl Berry <karl@freefriends.org> | 2010-12-13 23:45:28 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-12-13 23:45:28 +0000 |
commit | 58348ea17b62f4a62100c2ff09825a2c4ade46fb (patch) | |
tree | 9e78e543c2f439582510ce4058626d26a34d383f /Master/texmf-dist/doc/latex/pdfcomment/README | |
parent | e572bd73edca41c8e3641ed601afa67ec7706bf4 (diff) |
pdfcomment (13dec10)
git-svn-id: svn://tug.org/texlive/trunk@20724 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/pdfcomment/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/pdfcomment/README | 27 |
1 files changed, 9 insertions, 18 deletions
diff --git a/Master/texmf-dist/doc/latex/pdfcomment/README b/Master/texmf-dist/doc/latex/pdfcomment/README index 812481c3006..1b460e11ab5 100644 --- a/Master/texmf-dist/doc/latex/pdfcomment/README +++ b/Master/texmf-dist/doc/latex/pdfcomment/README @@ -7,7 +7,7 @@ Reader. At least for the writer of LaTeX code, the package offers a convenient and user-friendly means of using \pdfannot to provide comments in PDF files. Since version v1.1, pdfcomment.sty also supports: - LaTeX -> dvips -> ps2pdf, LaTeX -> dvipdfmx and XeLaTeX. + LaTeX -> dvips -> ps2pdf, LaTeX -> dvipdfmx and XeLaTeX. Unfortunately, support of PDF annotations by PDF viewers is sparse to nonexistent. The reference viewer for the development of this package is @@ -15,24 +15,15 @@ Adobe Reader. License: LPPL -Changes in v2.0: +Changes in v2.1: -- Bugfix: unwanted whitespace before comment commands [jk] - -> added \unskip - This removes whitespace before comment commands - and may change the reference point for hoffset - -> added global option version (1|2(default)) - version=1 will preserve the old behavior - for old documents +- 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! - reported by: Stefan Pinnow - -- added local option disable to all comment commands [jk] - to "switch off" single comments +- added options id,date,timezone - feature request by: Stefan Pinnow - -- changed definitions of options open and disable [jk] - to choicekey* to check valid option values (true|false) +- added support for new icon CrossHairs (Adobe Reader X) - feature request by: Jannis von Buttlar
\ No newline at end of file +- Bugfix: problem with \pdfmarkupcomment with page break
\ No newline at end of file |