I noticed than Latex allways removes the space after \textregistered. What
can I do to prevent this?
I allready tryed '\textregistered\space' and other combinations...
--
Greetings,
Luc
> I noticed than Latex allways removes the space after \textregistered.
> What can I do to prevent this?
\documentclass{minimal}
\usepackage{textcomp}
\begin{document}
There is no space after \textregistered if we don't input it the right
way. However, \textregistered{} displays the space we expect.
\end{document}
--
B.R
Both \textregistered\space and \textregistered\ work as well.
> \end{document}
--
Morten
Works for me
\documentclass{book}
\begin{document}
\textregistered text %without space
\textregistered{} text %with space
\textregistered\space text %with space
\end{document}
Make a complete example that demonstrates your problem.
--
Ulrike Fischer
e-mail: zusätzlich meinen Vornamen vor dem @ einfügen.
e-mail: add my first name between the news and the @.
LaTeX always eats the space after a command: \textregistered\ (Notice
the space after the backslash: that is a command name, not a real
space!) or \textregistered{} or...
HTH, .
--
Hendrik Maryns
==================
www.lieverleven.be
http://aouw.org