Is there a way of redefining the em-dash ligature --- so as to mean \,---\,?
Something like:
\let\oldemdash---
\def---{\,\oldemdash\,}
which of course doesn't work.
Is there a way of redefining the em-dash ligature --- so as to mean \,---\,?
Something like:
\let\oldemdash---
\def---{\,\oldemdash\,}
which of course doesn't work.
\emdash? I seem to remember that control sequence existing (and being the root definition of---). – Sean Allred Aug 12 '13 at 03:51\emdashdoesn't exist, I belief. It is\textemdash, but redefining it doesn't change the behavior of---. The other solution suggested (usingmicrotype) also doesn't work, as it changes the kerning of\textemdashnot of---. One possibility would be changing all the---tokens in my document for the redefined\textemdash, but I could simply change them also for\,---,. – NVaughan Aug 12 '13 at 12:26