Hyperref links without border with dvipdfm

2004-03-26 Thread Rafael Cordones Marcos
Hi! I am generating a PDF file from LyX by using the View - PDF (dvipdfm) menu option. But even if I have the following code in the preamble \hypersetup{ [...] pdfborder = {0 0 0}, urlbordercolor = {0 0 0}, colorlinks = true} } I still get a border around PDF hyperlinks. According to

Re: Hyperref links without border with dvipdfm

2004-03-26 Thread Uwe Stöhr
I am generating a PDF file from LyX by using the View - PDF (dvipdfm) menu option. But even if I have the following code in the preamble \hypersetup{ [...] pdfborder = {0 0 0}, urlbordercolor = {0 0 0}, colorlinks = true} } delete the \hypersetup-stuff and use the following instead:

Re: Hyperref links without border with dvipdfm

2004-03-26 Thread Rafael Cordones Marcos
Uwe Stöhr wrote: What is latexpdf? Do you mean pdflatex? Yes, I meant pdflatex. You shouldn't use dvipdfm, becaues it is no more under development since two years and hyperref is optimized for pdflatex. If you get compile errors, like destination with the same identifier , add these

Hyperref links without border with dvipdfm

2004-03-26 Thread Rafael Cordones Marcos
Hi! I am generating a PDF file from LyX by using the View - PDF (dvipdfm) menu option. But even if I have the following code in the preamble \hypersetup{ [...] pdfborder = {0 0 0}, urlbordercolor = {0 0 0}, colorlinks = true} } I still get a border around PDF hyperlinks. According to

Re: Hyperref links without border with dvipdfm

2004-03-26 Thread Uwe Stöhr
I am generating a PDF file from LyX by using the View - PDF (dvipdfm) menu option. But even if I have the following code in the preamble \hypersetup{ [...] pdfborder = {0 0 0}, urlbordercolor = {0 0 0}, colorlinks = true} } delete the \hypersetup-stuff and use the following instead:

Re: Hyperref links without border with dvipdfm

2004-03-26 Thread Rafael Cordones Marcos
Uwe Stöhr wrote: What is latexpdf? Do you mean pdflatex? Yes, I meant pdflatex. You shouldn't use dvipdfm, becaues it is no more under development since two years and hyperref is optimized for pdflatex. If you get compile errors, like destination with the same identifier , add these

Hyperref links without border with dvipdfm

2004-03-26 Thread Rafael Cordones Marcos
Hi! I am generating a PDF file from LyX by using the "View" -> "PDF (dvipdfm)" menu option. But even if I have the following code in the preamble \hypersetup{ [...] pdfborder = {0 0 0}, urlbordercolor = {0 0 0}, colorlinks = true} } I still get a border around PDF hyperlinks. According to

Re: Hyperref links without border with dvipdfm

2004-03-26 Thread Uwe Stöhr
I am generating a PDF file from LyX by using the "View" -> "PDF (dvipdfm)" menu option. But even if I have the following code in the preamble \hypersetup{ [...] pdfborder = {0 0 0}, urlbordercolor = {0 0 0}, colorlinks = true} } delete the \hypersetup-stuff and use the following instead:

Re: Hyperref links without border with dvipdfm

2004-03-26 Thread Rafael Cordones Marcos
Uwe Stöhr wrote: > What is latexpdf? Do you mean pdflatex? Yes, I meant pdflatex. > You shouldn't use dvipdfm, becaues it is no more under development since > two years and hyperref is optimized for pdflatex. > If you get compile errors, like "destination with the same identifier" , > add