From: Michael Orlitzky Date: Thu, 12 Jan 2017 18:49:04 +0000 (-0500) Subject: Fix the bibliography DOI output when the hyperref package is not loaded. X-Git-Tag: phd-dissertation-submitted~11 X-Git-Url: http://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=ed0e84c965a0667df4491e53e17d97a3bd1cf41e;hp=ed0e84c965a0667df4491e53e17d97a3bd1cf41e;p=mjotex.git Fix the bibliography DOI output when the hyperref package is not loaded. The last attempt at adding hyperref support for DOIs worked, but it broke things when the hyperref package isn't loaded. This commit fixes it by conditionally defining a no-op \href in the absense of the hyperref package. Now that I understand what's going on a little bit better, I was also able to eliminate some of the urlbst boilerplate. ---