General ⇒ Help with hyperref
-
- Posts: 1
- Joined: Sun Mar 22, 2009 11:44 am
Help with hyperref
My first issue is that when I add the hyperref package, it adds some text to the beginning of each of the entries in my bibliography. You can see for yourself by checking the files at http://clear.colorado.edu/NAACLHLT2009/stylefiles.html; if you add the hyperref package to the tex file, it will mess with the bibliography in unwanted ways. I have no idea how to fix this.
My second issue is that hyperref likes to add links to any text it thinks should be a link. Since the paper I'm writing has two authors, we give our email addresses as {user1,user2}@domain.com and hyperref adds a link to the @domain.com part, which is useless. Is there any way I can tell hyperref not to do so?
TIA!
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
-
- Posts: 707
- Joined: Tue Mar 25, 2008 5:02 pm
Re: Help with hyperref
I'm not able to reproduce the e-mail address functionality of which you speak. Hyperref only puts in links if you use the \url{} command, as far as I can tell.
A word of caution: conferences and journals often have their own ideas about whether hyperlinks should exist or not. You might leave it up to them as to whether to put hyperlinks in.
Good luck!