2
votes
1answer
623 views

URL package installed but cannot be found by pdflatex [closed]

I recently installed a full version of TeXLive 2012 (around 3.2 GB installation). Following is a simple LaTeX code that I am unable to compile: \listfiles \documentclass{article} ...
0
votes
0answers
122 views

Unable to install url package using tlmgr [closed]

I recently installed latest version of TeXLive and am using tlmgr utility to manage and update all my packages. When I try to load a simple document containing a URL address, I get following error: ...
7
votes
2answers
1k views

Obey spaces with URL package (path command)

Background Using the \path command from the URL package to mark-up directory paths. Some of the paths have spaces. Problem The preamble is set to: \usepackage{algorithm} \usepackage{booktabs} % ...