I have recently discovered that when trying to insert links to pdf or image files which use the '%' symbol into my latex code do not compile properly because everything after the '%' symbol are highlighted red and aren't read as code.
I have tried to download the pdf files and link them through my computer, but I constantly send the pdfs I make to my company on a regular basis, and sending all attached pdfs into a folder through email is a waste of time, and sometimes exceeds my email size limit so I am using url links now.
An example would be:
Code: Select all
http://www.example.com/this20%is20%an20%example.pdf
Code: Select all
\usepackage{hyperref}
\href{www.example.com/this20%is20%an20%example.pdf}{(Link)}