lib/softcover/template/latex_styles/softcover.sty in softcover-1.0.beta3 vs lib/softcover/template/latex_styles/softcover.sty in softcover-1.0.beta4

- old
+ new

@@ -16,10 +16,12 @@ % Be able to include book covers \usepackage{pdfpages} % Include graphics \usepackage{graphicx} \def\maxwidth#1{\ifdim\Gin@nat@width>#1 #1\else\Gin@nat@width\fi} +% Support the \url command +\usepackage{url} % Commands included by PolyTeXnic \usepackage{latex_styles/polytexnic_commands} % Links \definecolor{darkblue}{rgb}{0,0.18,0.45} \definecolor{darkgreen}{rgb}{0,0.39,0} @@ -140,9 +142,12 @@ \vskip0.5em}% } % Enable the \pbox command for paragraph boxes in tables. \usepackage{pbox} + +% Enable float placement options. +\usepackage{float} % Define some commonly used Unicode characters. \usepackage{newunicodechar} \newunicodechar{—}{---} \newunicodechar{–}{--}