Olivier Couet
Olivier Couet
The following code: ``` { auto l1 = new TLatex(0.4, 0.3, "#frac{a}{#int^{5}_{0}}"); l1->Draw(); auto l2 = new TLatex(0.5, 0.3, "#frac{a}{#sum^{5}_{0}}"); l2->Draw(); auto l3 = new TLatex(0.6, 0.3, "#frac{a}{#prod^{5}_{0}}"); l3->Draw(); }...
I found the [culprit](https://github.com/root-project/root/commit/b9256d1864a30d33e121eddf4398fe73c43d3ad2). Now we need to understand why this was done.
If we revert the changes done in this [commit](https://github.com/root-project/root/commit/b9256d1864a30d33e121eddf4398fe73c43d3ad2) The fraction with integral is fine, but the limits of the integral are misplaced in case a greek character appears in...
I am afraid there is no fix. I spent a lot of time on it. If we fix something then something else breaks... I am afraid we should leave it...
I'll check `root_stable_dir`
I was not sure. You seems to have ideas about it. It was unassigned. You can de-assign or assign it to somebody else.
> what's the usecase for the previous/next buttons to browse releases? It is useless. They came from the default minimal-mistakes. This PR removes them https://github.com/root-project/web/pull/819
@oshadura : I assigned it to you. Feel free to assign it to somebody else if you think that's not your domain.
I was not sure. It was unassigned. and you are the author. You can de-assign or assign it to somebody else.
The dependencies page explicitly says on the top: _The page lists the prerequisite packages that need to be installed on the different platforms to be able to configure, build and...