I am trying to put a text in "" using \textquotedblleft and \textquotedblright. It works perfectly fine except it does not put ANY space after \textquotedblright. In other words, BEFORE \textquotedblleft TEXT \textquotedblright AFTER comes out as BEFORE "TEXT"AFTER. Is there any way to fix it? One obvious way is using BEFORE \textquotedblleft TEXT \textquotedblright \ AFTER. I was wondering if there is any better way to fix this. Thanks
|
|
||||
|
|
|||||
|
|
||||
|
|
|
If you:
then why not just define your own macro that takes an argument:
(And perhaps use a shorter name than this!) Note: I personally prefer the shorthands myself! |
|||
|
|
\textquotedblrightlike any other TeX command gobbles following spaces unless you place{}or\after it. I'd rather usecsquotesfor quotes, anyway. – cgnieder Dec 13 '12 at 17:58