From 8d3959ea295a1c4837a7b735e01f850a07ee256e Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 13 Mar 2022 17:18:31 -0700 Subject: Remove special redefinition of `\sout`. This used to be necessary to avoid problems with hyperref, when headings contain strikeout text, but it does not seem to be necessary any more (tested). --- data/templates/default.latex | 2 -- 1 file changed, 2 deletions(-) (limited to 'data') diff --git a/data/templates/default.latex b/data/templates/default.latex index aa262ee80..c25f75ff0 100644 --- a/data/templates/default.latex +++ b/data/templates/default.latex @@ -381,8 +381,6 @@ $if(csquotes)$ \usepackage{csquotes} $endif$ \IfFileExists{bookmark.sty}{\usepackage{bookmark}}{\usepackage{hyperref}} -% Avoid problems with \sout in headers with hyperref -\pdfstringdefDisableCommands{\renewcommand{\sout}{}} \hypersetup{ $if(title-meta)$ pdftitle={$title-meta$}, -- cgit v1.2.3