I'm having some problems with lines that turn out to be too long. There are correct hyphenation rules for the word but they aren't being applied.
Let me first give the sentence that is too long:
An isomorphism that maps a graph to itself is called an \concept{automorphism}.
The command concept is defined as follows
\newcommand{\concept}[1]{\index{#1}\marginpar{\raggedright\textbf{#1}}\textbf{#1}}
The problem seems to be that words inside \concept aren't being hyphenated. How can I fix this? If I type
An isomorphism that maps a graph to itself is called an \textbf{automorphism}.
then the word is hyphenated perfectly. So I would now like to have the command \concept behave the same way, i.e. allow concepts to be hyphenated according to the standard rules.
