Hi, its been a while...
I'm using the table() function in my variables for use in my advice section, it'd be nice to have the formatting that was added to tables in the main sections (eg. thin borders and row shading).
I was trying to create a set of fractions for display using latex. The numerators and denominators coming from two lists of the same but varying length. Avoiding that exact problem, for the sake of clarity, is it possible to display a set of fractions such as:
1/denominators[0] + 1/denominators[1] + 1/denominators[2]
I need to accommodate a list of denominators of varying length.
I've tried various approaches to this and not succeeded. This is what eventually took me to using a table.
Thanks for your time
Sam