I was trying to embed a link (which contains both upper-case and lower-case letters) on a text. Here is the code snippet:
\documentclass{article}
\usepackage[hidelinks]{hyperref}
\begin{document}
\href{http://goo.gl/maps/vcZfr}{Publications}
%% The above embedding could not redirect me to the correct link.
%% Instead it led me to https://goo.gl/MAPS/VCZFR
\end{document}
Could you help me out with why some letters got capitalized?
\hrefwas placed inside a sectional unit which reformatted the link. – Werner Oct 24 '15 at 18:15