I have the Latex code
\textendash \textendash
Latex outputs a merged dash
Instead I want two separate dashes
How can I type two separate dashes?
I have the Latex code
\textendash \textendash
Latex outputs a merged dash
Instead I want two separate dashes
How can I type two separate dashes?
\foo{} \fooor\foo\ \fooor\foo\hspace{3cm}\foodepending on which output you need – David Carlisle Nov 08 '16 at 17:07\textendash{} \textendashor\textendash\ \textendashis what you need, but if you're able to use the traditional TeX ligatures-- --that'll also work – Au101 Nov 08 '16 at 17:17aais different froma athe output space is the input space. – David Carlisle Nov 08 '16 at 17:26