Tagged Questions
7
votes
1answer
305 views
How could I use \input within soul arguments?
So, I basically want to do something like this:
\documentclass{article}
\usepackage{soul}
\begin{document}
\so{Hello}
\so{\input{key.tex}}
\end{document}
Now the first "so" works but the second ...