From 4ab65fbce76944f006977e64b22dd4f74c02e721 Mon Sep 17 00:00:00 2001 From: Olaf Meeuwissen Date: Thu, 14 Jul 2016 20:50:14 +0900 Subject: [PATCH] Drop html.sty in favour of url.sty The latter is part of the core TeX Live distribution which is readily available on all major operating systems. --- sane.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sane.tex b/sane.tex index 8b252a5..ca279f1 100644 --- a/sane.tex +++ b/sane.tex @@ -1,6 +1,6 @@ \documentclass[11pt]{report} -\usepackage{times,graphicx,html} +\usepackage{times,graphicx,url} % Not Currently using changebar package so comment out to reduce % external dependencies. %\usepackage{changebar}