{pdfcomment] concerns the pdfcomment package for making annotations in pdf documents
4
votes
0answers
89 views
Getting Yellow Background color on link
can anybody tell me how to apply a yellow background color on pdf links (especially on hovering the mouse over the link). For example, I would like to have the same yellow background effect that ...
0
votes
0answers
33 views
Workaround for citation inside pdfcomment?
Is there a simple workaround for using citations inside a pdfcomment? Here it is a MWE:
\documentclass{article}
\usepackage{pdfcomment}
\begin{document}
Works \cite{Smith1959}.
Works ...
3
votes
1answer
58 views
LaTeX2rtf with pdftooltip
I'm using LaTeX2rtf to convert LaTeX article or report documents into rich text format. I also compile the PDF using pdfLaTeX. In my document, I use the pdfcomment package to create tooltips.
...
0
votes
0answers
81 views
Markup a citation (\citep) with pdfcomment's \pdfmarkupcomment
I'm using TeXworks + MikTeX 2.9 (all packages updated today) on Windows 7. The example.tex file for pdfcomment works fine on my system.
When I try to mark-up text that contains a citation, I have ...
2
votes
0answers
83 views
\pdfmarkupcomment works in MWE, but doesn't work in my thesis [closed]
I have no idea why, but \pdfmarkupcomment doesn't show anything in my document. I tried to create MWE and it highlights text perfectly.
I guess some of the commands interfere with pdfcomments. Could ...
16
votes
1answer
265 views
Features that could not be replicated on paper (e.g. animation, tooltips)
While browsing this site, I was surprised to find that TeX allows one to produce various kinds of output that could not be represented on paper. For example, one has animation ( How can we draw ...
3
votes
0answers
74 views
Is is possible to associate part of a drawing to a pdfcomment (or similar) interactive bubble?
It is apparently possible to put a TikZ drawing inside a pdfcomment (but using mbox).
Is is possible to associate only part of a drawing (e.g. a line) to a pdfcomment? Below it is the suggested ...
1
vote
2answers
257 views
Is there are way to annotate pdfs with LaTeX? [duplicate]
Possible Duplicate:
How to annotate PDF files generated by pdflatex?
Is there a way to annotate pdfs with LaTeX annotations? I mean a pdf that I do not have the source code for (or may not ...
6
votes
1answer
393 views
Displaying tooltips on tablet readers, specifically iPad
I am trying to generate tooltips in a PDF that will be accessible somehow on a tablet PDF reader, specifically on any iPad reader. So far, I have tried the packages pdfcomment, cooltooltips, and ...
2
votes
0answers
73 views
Problem with pdfcomment and pdfsync [duplicate]
I have a problem with using both pdfsync and pdfcomment together: once I use pdfsync, the comment causes a line break, which it shouldn't do. As an example, compile with and without ...
3
votes
1answer
293 views
pdfcomment and Evince
I was using pdfcomment to generate annotations in PDF files. But when I try to view the output PDF in Evince the annotations appear as a weird symbol that is not clickable:
Any suggestions for ...
5
votes
1answer
269 views
How to add new line character to pdfcomment popup?
I cannot seem to figure out how to separate lines in the text of a pdfcomment (\pdfmarkupcomment). I tried different standard representations, like \n.
\documentclass[]{article}
...
3
votes
1answer
371 views
usage of \only with counter, pdfcomment and beamer class
I cannot manage to get the following command to work. I have a beamer presentation with several slides on a frame. Then I want to use the pdfcomment package to show some comments on the slides. ...
2
votes
1answer
281 views
Problem when using pdfcomment in figure captions and then referencing
This is possibly a bug in the pdfcomment package, maybe not. I use the \pdfmarkupcomment[]{}{} macro to insert highlighting into the caption of a figure. Then follows a lable. I reference the figure ...
6
votes
1answer
378 views
Apparent conflict when using hyperref and pdfcomment together
There appears to be a conflict with using the hyperref package and pdfcomment. Take the following example:
\documentclass{article}
\usepackage[pdftex,hidelinks]{hyperref}
\usepackage{pdfcomment}
...
3
votes
1answer
248 views
Internal link with tooltip
How can I combine the acronym package with the pdfcomment package?
I want that a tool tip will aprear on hovering to a acronym link. How can I combine that?
\documentclass{article}
...
5
votes
1answer
233 views
What program can display PDF tooltips on a Linux system?
I am trying to put in some text tooltips in some tikz graphic.
I have found an example using pdfcomment, but after I have used pdflatex and opened it with Evince, I don't see any tooltips.
What am I ...
4
votes
1answer
263 views
Display text as tooltip with pdfcomment - how to ignore complex formatting commands?
I have a large document which has to be edited "heavily", so there is a lot of text content which has to be removed for the final version, but I would like to keep it in sight during editing also in ...
8
votes
1answer
709 views
Strange appearance of tooltips produced by pdfcomment
Tooltips can be generated with pdfcomment package. However, they lead to some weird behavior if one clicks on a tooltiped item: the item becomes highlighted and "checked" (checked in Acrobat Reader 9 ...
10
votes
1answer
258 views
Conflict between amsmath and pdfcomment
I use both amsmath and pdfcomment in one document. This leads to the references produced by (\ref{}) to appear like (zref@1) instead of numbers like (1). Without amsmath or pdfcomment this problem ...
34
votes
7answers
7k views
How to annotate PDF files generated by pdflatex?
I want to annotate some PDF files (created with pdflatex), e.g.
word x is missing here
this part of a sentence should be moved to the front
replace word x by y
highlight this sentence
insert a note
...
