On Apr 10, 2009, at 5:08 AM, Christiaan Hofman wrote: > > On 10 Apr 2009, at 2:59 AM, Roger Levy wrote: > >> Several Skim versions ago, I recall that hyperlinks weren't displayed >> with any special highlighting; they were just regular text (or image >> or what have you), and you wouldn't even know they were hyperlinks >> unless you moved the cursor to them, when the cursor would change >> to a >> pointing finger. In the current version of Skim, though, this has >> changed, so that all hyperlinks are highlighted by being surrounded >> with red boxes. I usually find these red boxes rather annoying and >> would like to be able to turn this behavior off, but I don't see any >> way to do this under Preferences, PDF, or under hidden preferences on >> the wiki. Is there a way to do this? >> >> many thanks, >> >> Roger >
This probably has nothing to do with Skim, but maybe this helps... Is this with PDFs produced from LaTeX? If so, this is likely an issue of the options for the hyperref package. One needs to add options to avoid the boxes, since boxes are the default for links. See the manual: http://theory.uwinnipeg.ca/localfiles/infofiles/teTeX/latex/hyperref/manual.pdf For example, in my LaTeX I use: \usepackage{hyperref} \hypersetup{colorlinks=true,anchorcolor= black, citecolor= black,filecolor= black,linkcolor= black,menucolor=black,urlcolor= black} -Ivan > I don't know what you're referring to, nothing has changed, at least > not on our side. > > Christiaan > > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by: > High Quality Requirements in a Collaborative Environment. > Download a free trial of Rational Requirements Composer Now! > http://p.sf.net/sfu/www-ibm-com > _______________________________________________ > Skim-app-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/skim-app-users ------------------------------------------------------------------------------ This SF.net email is sponsored by: High Quality Requirements in a Collaborative Environment. Download a free trial of Rational Requirements Composer Now! http://p.sf.net/sfu/www-ibm-com _______________________________________________ Skim-app-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/skim-app-users
