Search found 1 match

by rdodds
Sat Nov 28, 2020 1:15 am
Forum: Others
Topic: Red strikethrough line using LuaLaTeX
Replies: 1
Views: 25533

Red strikethrough line using LuaLaTeX

The following works with pdflatex, but when I run this with lualatex
\documentclass{article}
\usepackage{soul,xcolor}
\begin{document}
\setstcolor{red}
\st{This must have a red strikethrough line}
\end{document}
I get a black strikethrough line. How do I make the strikethrough line red in ...