User Details
- User Since
- Jan 12 2022, 4:05 PM (160 w, 3 d)
- Availability
- Available
- LDAP User
- Stegmujo
- MediaWiki User
- Stegmujo [ Global Accounts ]
Dec 4 2023
The major difference is the usage of a wrapping msup element
As a reference or comparison, here a correctly displayed simplified example of formula nr 5:
Dec 1 2023
Nov 30 2023
Firefox renders the letters correctly, MathJax has the same MathML output like WikiTexVC for this case. The problem on Chrome is most probably related to the fonts.
<math forcemathmode=native>\gamma \,x + \ln\bigl[\Gamma(x + 1)\bigr]= \sum_{n=1}^{\infty}\biggl[ \frac{x}{n} - \ln\biggl(1 + \frac{x}{n}\biggr) \biggr]</math>
This is already done in https://phabricator.wikimedia.org/T302628
Just checked the cases which are currently skipped in FullCoverageTest.php:
This was implemented with as MMLComparator
Nov 29 2023
Nov 20 2023
Created an example with several affected cases (functions with brackets parsed by genFrac function)
.The problem which causes the display issues in Chrome is that maxsize is defined too small, or at all. Mathjax creates similar outputs as TexVC currently and also produces such issue cases. A solution would be to remove maxsize or set it bigger so the brackets can stretch correctly.
Ok, verified in Chrome on Windows. On Chromium on Linux it seems to be correct.
Nov 17 2023
Nov 15 2023
The fix of https://phabricator.wikimedia.org/T348971 probably reverted this distinction.
The issue is that mhchem-texify produces a atop expression which is not readable for the TexVC grammar.
Nov 14 2023
Checked this case, problem is that atop is not recognized by texvc php grammar.
Nov 13 2023
"\begin{align} f(x) & = (a+b)^2 \\\\ & = a^2+2ab+b^2 \\\\ \\end{align}"; #renders not correctly "\begin{align} f(x) & = & (a+b)^2 \\\\ & = & a^2+2ab+b^2 \\end{align}"; #renders correctly "\begin{align} f(x) & = (a+b)^2 \\\\ & = a^2+2ab+b^2 \\end{align}"; # renders correctly
Thanks for your feedback. Just checked this case, in Chromium and Firefox. In Chrome this looks like this{F41502250}. Could you specify what exactly is the issue here @SalixAlba
Nov 3 2023
See customizing Math font in the Webkit documentation
Oct 30 2023
Oct 27 2023
Oct 26 2023
Oct 18 2023
Oct 16 2023
There are 2 pages on de.wikipedia and no pages on english wikipedia which use math-environment notation with begin{math}. It can be considered to change the page content.
$ .... $ shall be used in future escaping a math environment
Oct 13 2023
Oct 12 2023
Oct 11 2023
Oct 9 2023
Oct 6 2023
Sep 29 2023
Sep 28 2023
Sep 27 2023
Sep 26 2023
This is fixed by renaming testUnderbrace function to testUnder.
@taavi How can I flag this task or add a suitable assignee, it seems to be an issue with CI ?
Sep 25 2023
Sep 21 2023
Sep 20 2023
Sep 19 2023
Jul 21 2023
Thanks for the quick help !
Jul 20 2023
Jul 19 2023
Jul 18 2023
Hello @Mainframe98 you are right, the link pointing to error was pointing to a previous issue, i corrected the link. Sorry for confusion.