I recently noticed that the ampersand character & seems to be ignored in the caption of a parameter, although it shows up properly in the caption or text of a heading.
Try something like
heading
caption = "this & that"
endheading
float param p
caption = "this & that"
endparam
When the formula is invoked, the & shows up in the heading, but not in the param caption.
I recently noticed that the ampersand character & seems to be ignored in the caption of a parameter, although it shows up properly in the caption or text of a heading.
Try something like
````
heading
caption = "this & that"
endheading
float param p
caption = "this & that"
endparam
````
When the formula is invoked, the & shows up in the heading, but not in the param caption.