diff options
author | Karl Berry <karl@freefriends.org> | 2016-03-28 21:55:48 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-03-28 21:55:48 +0000 |
commit | 251d17218fcf483014c5d717e1e70fe224bcdc0a (patch) | |
tree | a12c7ba954717a952c2478b965f3599217865645 /Master/texmf-dist/doc/latex/pdfcomment/example_latex_dvipdfmx.tex | |
parent | d504bbdbe0ef01b0318353147dd6b747d8b29151 (diff) |
pdfcomment (28mar16)
git-svn-id: svn://tug.org/texlive/trunk@40166 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/pdfcomment/example_latex_dvipdfmx.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/pdfcomment/example_latex_dvipdfmx.tex | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/latex/pdfcomment/example_latex_dvipdfmx.tex b/Master/texmf-dist/doc/latex/pdfcomment/example_latex_dvipdfmx.tex index a73fd8453e6..b4a96566595 100644 --- a/Master/texmf-dist/doc/latex/pdfcomment/example_latex_dvipdfmx.tex +++ b/Master/texmf-dist/doc/latex/pdfcomment/example_latex_dvipdfmx.tex @@ -6,8 +6,7 @@ \usepackage{microtype} \usepackage{lipsum} \usepackage[absolute]{textpos} -%dvipdfmx leads to an error with xcolor -\usepackage[svgnames,dvipdfm,rgb]{xcolor} +\usepackage[svgnames,dvipdfmx,rgb]{xcolor} % define \pgfsysdriver for dvipdfm(x) mode in tikz/pgf \def\pgfsysdriver{pgfsys-dvipdfm.def} \usepackage{tikz} @@ -20,12 +19,7 @@ \definecolor{myblue}{rgb}{0.045,0.278,0.643} \colorlet{myorange}{red!30!yellow} \pdfcommentsetup{date=D:20101211153723+01'00'} -A\pdfcomment[subject={Top2},author={Daisy Duck},color={0.234 0.867 0.211},voffset=8pt,opacity=0.5]{This is a comment.} little Test! \pdfcomment[id=1,color=myblue,icon=Note,open=true,hspace=100pt]{This is another comment.} -% works with pdflatex only! -%\pdfreply[id=2,avatar=Joe,replyto=1,date=D:20101211161247+01'00']{This is a reply to a comment} -%\pdfreply[id=3,avatar=Bob,replyto=2,date=D:20101212095321+01'00']{Of course, you can reply %to a reply} -%\pdfreply[id=4,avatar=Bob,replyto=1,date=D:20101212095512+01'00']{Just another reply} - test the hspace!% +A\pdfcomment[subject={Top2},author={Daisy Duck},color={0.234 0.867 0.211},voffset=8pt,opacity=0.5]{This is a comment.} little Test! \pdfcomment[id=1,color=myblue,icon=Note,open=true,hspace=100pt]{This is another comment.} test the hspace!% \defineavatar{CaptainJack}{color=myorange,author={Captain Jack}}% \definestyle{MyStar}{icon=Star,opacity=0.7,voffset=12pt}% \pdfcomment[avatar=CaptainJack,style=MyStar]{It's enough now!} |