TeX Live and MacTeXhyperref | ULR not working Tex Live 2011 Windows, but on Mac

Information and discussion about TeX Live distribution for all platforms (Windows, Linux, Mac OS X) and the related MacTeX: installing, updating, configuring
Post Reply
murraye
Posts: 34
Joined: Sat Aug 15, 2009 6:25 pm

hyperref | ULR not working Tex Live 2011 Windows, but on Mac

Post by murraye »

I have hyperref in a source file where command \url is called. This compiles OK with TeX Live 2011 on Mac OS X (with TeXShop & MacTeX). But the same file won't compile with a separate TeX Live 2011 installation in Windows 7 (inside a Parallels virtual machine): although hyperref gets loaded, I get error that "url.sty" cannot be found.

What could be happening? Log:

Code: Select all

LaTeX2e <2011/06/27>
Babel <v3.8m> and hyphenation patterns for english, dumylang, nohyphenation, uk
english, usenglishmax, loaded.
(c:/texlive/2011/texmf-dist/tex/latex/base/article.cls
Document Class: article 2007/10/19 v1.4h Standard LaTeX document class
(c:/texlive/2011/texmf-dist/tex/latex/base/size11.clo))
(c:/texlive/2011/texmf-dist/tex/latex/geometry/geometry.sty
(c:/texlive/2011/texmf-dist/tex/latex/graphics/keyval.sty)
(c:/texlive/2011/texmf-dist/tex/generic/oberdiek/ifpdf.sty)
(c:/texlive/2011/texmf-dist/tex/generic/oberdiek/ifvtex.sty)
(c:/texlive/2011/texmf-dist/tex/generic/ifxetex/ifxetex.sty))
(c:/texlive/2011/texmf-dist/tex/latex/hyperref/hyperref.sty
(c:/texlive/2011/texmf-dist/tex/generic/oberdiek/hobsub-hyperref.sty
(c:/texlive/2011/texmf-dist/tex/generic/oberdiek/hobsub-generic.sty))
(c:/texlive/2011/texmf-dist/tex/latex/oberdiek/kvoptions.sty)
(c:/texlive/2011/texmf-dist/tex/latex/hyperref/pd1enc.def)
(c:/texlive/2011/texmf-dist/tex/latex/latexconfig/hyperref.cfg)

! LaTeX Error: File `url.sty' not found.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

User avatar
Stefan Kottwitz
Site Admin
Posts: 10319
Joined: Mon Mar 10, 2008 9:44 pm

hyperref | ULR not working Tex Live 2011 Windows, but on Mac

Post by Stefan Kottwitz »

Hi,

just install the url package in addition.

Stefan
LaTeX.org admin
Post Reply