diff options
| author | John MacFarlane <[email protected]> | 2022-03-13 17:18:31 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2022-03-13 17:18:31 -0700 |
| commit | 8d3959ea295a1c4837a7b735e01f850a07ee256e (patch) | |
| tree | 25242b6394725ae539f10ef0196b3d08de5d2783 /test/lhs-test.latex | |
| parent | 6328ac5097ac98b3093aa17c15a1eaf61d484629 (diff) | |
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).
Diffstat (limited to 'test/lhs-test.latex')
| -rw-r--r-- | test/lhs-test.latex | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/lhs-test.latex b/test/lhs-test.latex index 4ec0133db..a83e31202 100644 --- a/test/lhs-test.latex +++ b/test/lhs-test.latex @@ -81,8 +81,6 @@ \usepackage{selnolig} % disable illegal ligatures \fi \IfFileExists{bookmark.sty}{\usepackage{bookmark}}{\usepackage{hyperref}} -% Avoid problems with \sout in headers with hyperref -\pdfstringdefDisableCommands{\renewcommand{\sout}{}} \hypersetup{ hidelinks, pdfcreator={LaTeX via pandoc}} |
