Kamran SHAFQAT schrieb:
i am trying to use hyperref in a report class document. [...]

\hypersetup{backref=true, bookmarksopen=true,bookmarks=true,bookmarkstype=toc,citebordercolor=1 1 1,
=1 1 1,pagebordercolor=1 1 1}

In the Pdf file the links are created in the table of contents and also for the references in the text. But the problem is that all the links have boxes around them.

You know that the boxes are not printed? -- so the printed pdf file has no color, but the links can still be used when read on screen.

i tired citebordercolor option as above and also linkbordercolor=1 1 1 and colorlinks=false option but the it has no effect on the ouput. Also the bookmarks it not created.

If you want to have colored links you have to set colorlinks=true (and maybe change the linkcolor, urlcolor etc. if the standard values are not what you want). If you want to have links, but black text without boxes, you have to set colorlinks=false and pdfborder={0 0 0} (i.e. a white box around the link, which is not visible on white paper) or colorlinks=true and linkcolor=black.

HTH,
Dominik.-

Reply via email to