21

Is it possible to format usage messages (with italic arguments etc) such that Mathematica 9 still parses function templates correctly?

For example, plain usage messages work when pressing Ctrl+Shift+K:

enter image description here

But formatted ones don't:

enter image description here

Note that this does work correctly on Mathematica 8, so I guess this is a bug on Mathematica 9.0.1. Nonetheless, is there a workaround?

Teake Nutma
  • 5,981
  • 1
  • 25
  • 49

1 Answers1

7

This specific example works Mathematica 10.0.2:

enter image description here

However, there are several variations that do not work and these are tracked by Wolfram, currently as an open issue [247087].

Here is a slight modification of the original example which does not work:

enter image description here

Arnoud Buzing
  • 9,801
  • 2
  • 49
  • 58