diff --git a/src/LatexPreamble.hs b/src/LatexPreamble.hs index 526d439..8bce28e 100644 --- a/src/LatexPreamble.hs +++ b/src/LatexPreamble.hs @@ -153,12 +153,10 @@ beginning = \newcommand{\WarningTok}[1]{\textcolor[rgb]{0.56,0.35,0.01}{\textbf{\textit{#1}}}} % -% avoid problems with \sout in headers with hyperref: +% Enable strikeout (specifically the \st command) % -\usepackage[normalem]{ulem} -\pdfstringdefDisableCommands{\renewcommand{\sout}{}} - +\usepackage{soul} |] <> "\\hypersetup{pdfproducer={Markdown and Latex rendered via Publish " <> intoRope (versionNumberFrom version)