How to produce the hyphenation of the word (BM&FBOVESPA)
I tried to use \hyphenation{BM\&F-BO-VES-PA} in the preamble but did not work
|
How to produce the hyphenation of the word (BM&FBOVESPA) I tried to use |
||||
Shows that the hyphenation points are as requested:
|
|||||
|
BM\&F\-BO\-VES\-PA. – Werner Oct 2 '12 at 13:44! Not a letter. In the context of\hyphenation, a letter is something that has nonzero\lccode(and category code 11 or 12, or is produced by\char, as is the case with\&). This is why David's solution works: it sets a nonzero\lccodefor\&. – egreg Oct 2 '12 at 16:11