Uwe Stöhr wrote: >> But I would do it like this: >> >> 0x2105 "\\lyxcareof" "" "\\newcommand{\\lyxcareof} >> > {\\leavevmode\\hbox{\\raise.75ex\\hbox{c}\\kern-.15em/\\kern-.125em\\smash{\\lower.3ex\\hbox{o}}}\\ignorespaces}" > >> >> # CARE OF > > This doesn't work but this: > > # following macro for the CARE OF character taken from tugboat > 0x2105 "\\lyxcareof" > "\\newcommand{\\lyxcareof}{\\leavevmode\\hbox{\\raise.75ex\\hbox{c}\\kern-.15em/\\kern-.125em\\smash{\\lower.3ex\\hbox{o}}}\\ignorespaces}" > "" > > I noticed that the command must be in one line.
\newcommand*\lyxcareof{% \mbox{\raisebox{.8ex}{c}\kern-.175em\raisebox{.2ex}{/}% \kern-.18em\raisebox{-.2ex}{o}}} Herbert