Is there any way to remove spaces from in between the words in a text? Something like
\RemoveSpaces{This is my sentence.}
which will be converted to
Thisismysentence.
|
Is there any way to remove spaces from in between the words in a text? Something like
which will be converted to
|
|||||
|
|
|||
|
|
|
A different approach, that ensures correct hyphenation and line breaks between words is
This reduces the interword space to the minimum possible positive value (that's not visible to the human eye), but still paragraphs will be built as usual. Complete example:
|
|||
|
|
|
a solution with
|
||||
|
|