[Bug 35186] MathJax: Several commands that work in texvc are not recognized

2014-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35186

physikerwelt phy...@ckurs.de changed:

   What|Removed |Added

 Depends on|35189   |

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 35186] MathJax: Several commands that work in texvc are not recognized

2014-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35186

--- Comment #51 from physikerwelt phy...@ckurs.de ---
This should be fixed within MathJax. I discussed with Peter that we don't want
to have a WMF specific version of MathJax to reduce the maintenance effort.
See https://github.com/mathjax/MathJax/pull/882

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 35186] MathJax: Several commands that work in texvc are not recognized

2014-10-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35186

physikerwelt phy...@ckurs.de changed:

   What|Removed |Added

 Blocks||70207
   Assignee|br...@wikimedia.org |wikibugs-l@lists.wikimedia.
   ||org

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 35186] MathJax: Several commands that work in texvc are not recognized

2014-10-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35186

--- Comment #50 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Change 4060 abandoned by Physikerwelt:
Math: Adding archaic greek symbols from teubner set

Reason:
conserved in
https://www.mediawiki.org/wiki/Extension:Math/Roadmap#Bugs_and_Roadmap_and_random_thoughts_.28From_the_discussion_page.29
feel free to restore if any development on that is planned

https://gerrit.wikimedia.org/r/4060

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 35186] MathJax: Several commands that work in texvc are not recognized

2014-04-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35186

--- Comment #49 from nageh mal.mal...@gmail.com ---
Oddly enough it seems that I was the first to notice despite I'm not being
active anymore.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 35186] MathJax: Several commands that work in texvc are not recognized

2014-04-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35186

--- Comment #48 from Derk-Jan Hartman hartman.w...@gmail.com ---
@Richard The color problems were introduced in late january: Bug 63574. It's
just that nobody noticed until today.

Please try to open separate tickets for separate issues. Link them with
dependencies if you want to group them.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 35186] MathJax: Several commands that work in texvc are not recognized

2014-03-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35186

--- Comment #47 from Richard Morris r...@singsurf.org ---
The treatment of \color is very different between the two versions. 
Looking at 
http://docs.mathjax.org/en/latest/tex.html#color
we see
The \color command in the core TeX input jax is not standard in that it takes
the mathematics to be colored as one of its parameters, whereas the LaTeX
\color command is a switch that changes the color of everything that follows
it.

This means in texvc we have
   mathfoo \color{Red} Red text \color{Black} bar/math
which breaks mathjax. 

You can fix things so that
   mathfoo {\color{Red}{Red text}} bar/math
which seems to work with both mathjax and also texvc. Note it needs the text to
be colored in { } so mathjax recognises the first argument, and also { } around
the whole thing so texvc does not get confused.

A further issue is the colors supported. LaTeX's colors are

ApricotAquamarineBittersweetBlack
BlueBlueGreenBlueVioletBrickRed 
etc

But MathJax only support colors with CSS names. So no Apricot, Bittersweet,
BlueGreen or BrickRed. You can see the difference by viewing 
https://en.wikipedia.org/wiki/Help:Formula#Color
with the different renderers.

There is MathJax color.js extension. Which makes the color handling like the
texvc and I think define latex rather than CSS colors. It might be worth
installing.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 35186] MathJax: Several commands that work in texvc are not recognized

2013-10-22 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35186

physikerwelt phy...@ckurs.de changed:

   What|Removed |Added

 CC||phy...@ckurs.de

--- Comment #46 from physikerwelt phy...@ckurs.de ---
https://gerrit.wikimedia.org/r/#/c/90748/
This solves all the issues since it passes only real TeX to MathJax.
I home someone will review this one day.
I even wrote a guide how to verify the correctness of the change.
http://www.formulasearchengine.com/Verify%20texvc%20light

Even that did not help...
Maybe I should add some wrong spacing so that potential reviewers find
something to comment.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 35186] MathJax: Several commands that work in texvc are not recognized

2013-05-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35186

--- Comment #43 from Gerrit Notification Bot gerritad...@wikimedia.org ---
https://gerrit.wikimedia.org/r/4060 (Gerrit Change
I51a72c378d3496b147eb87418c24718026306c13) | change RESTORED [by TheDJ]

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 35186] MathJax: Several commands that work in texvc are not recognized

2013-05-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35186

--- Comment #44 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Related URL: https://gerrit.wikimedia.org/r/64530 (Gerrit Change
I20ac8af2253835c20431585d9caebe4066606879)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 35186] MathJax: Several commands that work in texvc are not recognized

2013-05-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35186

--- Comment #45 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Related URL: https://gerrit.wikimedia.org/r/64531 (Gerrit Change
If2fb219a1191caeecb0ed04bf0c0105621725dce)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 35186] MathJax: Several commands that work in texvc are not recognized

2013-05-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35186

--- Comment #42 from Derk-Jan Hartman hartman.w...@gmail.com ---
upstream: https://github.com/mathjax/MathJax/issues/459

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 35186] MathJax: Several commands that work in texvc are not recognized

2013-05-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35186

--- Comment #37 from nageh mal.mal...@gmail.com ---
As for \textsf and \texttt, these commands are correctly being defined but are
missing styling support in the HTML/CSS output jax of TeX-AMS-texvc HTML.js
when mtextFontInherit is being enabled.

This is fixed by amending the source with matches for monospace and
sans-serif font variants. In explanation, you'll find code statements like

if(!j.weightj.mathvariant.match(/bold/)){j.weight=bold}

Replicate these for the other font variants. I may do so in my user script
sources so you can copy the changes. But possibly this would be a useful change
for the official MathJax sources as well... Peter, what do you think?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 35186] MathJax: Several commands that work in texvc are not recognized

2013-05-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35186

--- Comment #38 from Derk-Jan Hartman hartman.w...@gmail.com ---
Nageh, ah, I was wondering why \texttt and \textsf weren't working for me
indeed.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 35186] MathJax: Several commands that work in texvc are not recognized

2013-05-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35186

--- Comment #39 from Derk-Jan Hartman hartman.w...@gmail.com ---
@Nageh, sounds like a follow up of
https://github.com/mathjax/MathJax/issues/226 right ? that \sf \tt fontinherit
issue ?

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 35186] MathJax: Several commands that work in texvc are not recognized

2013-05-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35186

--- Comment #40 from nageh mal.mal...@gmail.com ---
Yes, indeed, the same solution is needed to fix \sf and \tt.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 35186] MathJax: Several commands that work in texvc are not recognized

2013-05-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35186

--- Comment #41 from Peter Krautzberger peter.krautzber...@mathjax.org ---
yes, this sounds like a bug in MathJax.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 35186] MathJax: Several commands that work in texvc are not recognized

2013-04-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35186

--- Comment #33 from nageh mal.mal...@gmail.com ---
DJ, you are right in your assumption that mtext targets MathML elements
rather than the standard HTML/CSS output. For the latter, the
mtextFontInherit property  is being used, which has become available since
MathJax version 2.0.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 35186] MathJax: Several commands that work in texvc are not recognized

2013-04-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35186

--- Comment #34 from nageh mal.mal...@gmail.com ---
I shall add that the mtext font scaling to 80% is almost certainly not correct,
however, if omitted Firefox does not adapt the font size to that of the
surrounding text (which is scaled to 80% by default). As MathML support has
become available on Chrome, which correctly implements the scaling, I would
suggest removing that part from the mtext CSS definition, i.e., simply use

styles: { mtext: { font-family: sans-serif ! important } }

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 35186] MathJax: Several commands that work in texvc are not recognized

2013-04-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35186

Peter Krautzberger peter.krautzber...@mathjax.org changed:

   What|Removed |Added

 CC||peter.krautzberger@mathjax.
   ||org

--- Comment #35 from Peter Krautzberger peter.krautzber...@mathjax.org ---
Hi nageh,

MathJax can be configured to scale differently per browser. But it shouldn't
have to be scaled at all (except for personal preference), so if you can
produce a bug report, we'd appreciate it.
https://github.com/mathjax/mathjax/issues

Oh, also: Chrome is currently removing the MathML code in Blink; the Chrome
devs have hinted at a complete re-write. So MathML in Chrome is probably dead
for the foreseeable future.

Peter.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 35186] MathJax: Several commands that work in texvc are not recognized

2013-04-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35186

--- Comment #36 from nageh mal.mal...@gmail.com ---
Hi Peter,

thank you for your input. Yes, scaling should not be needed at all, and I was
actually just going to suggest to ignore that custom styling altogether (there
is no point in introducing something that breaks on one or the other browser).
I will file a bug report.

Interesting note on Chrome's MathML support. What a pity.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 35186] MathJax: Several commands that work in texvc are not recognized

2013-04-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35186

--- Comment #30 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Related URL: https://gerrit.wikimedia.org/r/61256 (Gerrit Change
If6573901bafd8599a01979bcbff89e52b51e4ffd)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 35186] MathJax: Several commands that work in texvc are not recognized

2013-04-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35186

--- Comment #31 from Gerrit Notification Bot gerritad...@wikimedia.org ---
Related URL: https://gerrit.wikimedia.org/r/61287 (Gerrit Change
If38014bde908bb202dc63213fa21a72b52a6a42d)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 35186] MathJax: Several commands that work in texvc are not recognized

2013-04-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35186

--- Comment #32 from Derk-Jan Hartman hartman.w...@gmail.com ---
Still to do of things discussed in this ticket:

Revive: https://gerrit.wikimedia.org/r/4060

the euro symbols

\emph (only works if not in italics mode)
\vbox


https://en.wikipedia.org/w/index.php?title=User%3ANageh%2FmathJax.jsdiff=484537614oldid=484068957
Would like to know if it was intentional here that Nageh has changed the CSS to
only affect MathML mtext elements (and no longer the HTML-CSS class .mtext)

https://en.wikipedia.org/w/index.php?title=User%3ANageh%2FmathJax.jsdiff=484537614oldid=484068957

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 35186] MathJax: Several commands that work in texvc are not recognized

2012-08-20 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35186

--- Comment #29 from Michael M. listenle...@gmail.com 2012-08-20 09:06:02 UTC 
---
(In reply to comment #27)
 An extra pair of curly brackets sorts it out. math\theta =
 5^{\operatorname{\omicron}}/math works.  MathJax is a bit more particular
 with precedence than texvc.

This is reported in bug 36534.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 35186] MathJax: Several commands that work in texvc are not recognized

2012-08-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35186

--- Comment #26 from Liangent liang...@gmail.com 2012-08-07 15:42:45 UTC ---
\theta = 5^\operatorname{\omicron}

This math code is problematic but I dunno which command is the cause.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 35186] MathJax: Several commands that work in texvc are not recognized

2012-08-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35186

Liangent liang...@gmail.com changed:

   What|Removed |Added

   See Also||https://bugzilla.wikimedia.
   ||org/show_bug.cgi?id=35481

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 35186] MathJax: Several commands that work in texvc are not recognized

2012-08-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35186

--- Comment #27 from Richard Morris r...@singsurf.org 2012-08-07 16:18:37 UTC 
---
An extra pair of curly brackets sorts it out. math\theta =
5^{\operatorname{\omicron}}/math works.  MathJax is a bit more particular
with precedence than texvc.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 35186] MathJax: Several commands that work in texvc are not recognized

2012-08-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35186

--- Comment #28 from Liangent liang...@gmail.com 2012-08-07 16:28:33 UTC ---
(In reply to comment #27)
 An extra pair of curly brackets sorts it out. math\theta =
 5^{\operatorname{\omicron}}/math works.  MathJax is a bit more particular
 with precedence than texvc.

This is still some inconsistency...

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 35186] MathJax: Several commands that work in texvc are not recognized

2012-05-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35186

--- Comment #25 from nageh mal.mal...@gmail.com 2012-05-09 15:40:34 UTC ---
Now reported at https://github.com/mathjax/MathJax/issues/243 .

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 35186] MathJax: Several commands that work in texvc are not recognized

2012-05-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35186

--- Comment #23 from nageh mal.mal...@gmail.com 2012-05-06 10:45:58 UTC ---
Did you search on Google books? You could also try it yourself using your
favorite LaTeX2e interpreter. \text* commands have been introduced in LaTeX(2e)
over TeX for two reasons: old commands (\bf, \it, etc.) don't take a parameter
so you always have to write {\bf text}; and they don't nest in contrast to
\text*.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 35186] MathJax: Several commands that work in texvc are not recognized

2012-05-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35186

--- Comment #24 from nageh mal.mal...@gmail.com 2012-05-06 11:23:16 UTC ---
CTAN is the definite web source for information on LaTeX and packages. You may
want to read the top of page 124 of
http://ctan.org/tex-archive/info/lshort/english/lshort.pdf

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 35186] MathJax: Several commands that work in texvc are not recognized

2012-05-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35186

--- Comment #21 from nageh mal.mal...@gmail.com 2012-05-05 11:44:23 UTC ---
That should be https://github.com/mathjax/MathJax/issues .

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 35186] MathJax: Several commands that work in texvc are not recognized

2012-05-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35186

--- Comment #22 from Richard Morris r...@singsurf.org 2012-05-06 05:56:54 UTC 
---
Now not convinced \textbf{\textit{broken}} is broken I can't see anywhere in
latex doc which say the \textfoo commands should nest. Only source which
indicates it is seems to be http://en.wikibooks.org/wiki/LaTeX/Text_Formatting
which isn't that reliable.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 35186] MathJax: Several commands that work in texvc are not recognized

2012-05-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35186

wikimedia.x...@xoxy.net changed:

   What|Removed |Added

 CC||wikimedia.x...@xoxy.net

--- Comment #17 from wikimedia.x...@xoxy.net 2012-05-04 06:53:19 UTC ---
So stuff like \texttt won't be supported? Should sites using these therefore be
changed? Example: http://de.wikipedia.org/wiki/Lyndonwort

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 35186] MathJax: Several commands that work in texvc are not recognized

2012-05-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35186

--- Comment #18 from nageh mal.mal...@gmail.com 2012-05-04 11:20:54 UTC ---
Huh? \texttt is most likely to be supported as it can be trivially implemented.
See comment 14.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 35186] MathJax: Several commands that work in texvc are not recognized

2012-05-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35186

--- Comment #19 from Richard Morris r...@singsurf.org 2012-05-04 11:24:34 UTC 
---
As nageh has said \texttt \textsf and \emph can probably be fixed by adding
MathJax.Hub.Config({
  TeX: {
Macros: { 
  texttt: ['Macro','\\mathord{\\tt{\\text{#1}}}',1],
  textsf: ['Macro','\\mathord{\\sf{\\text{#1}}}',1],
  emph:   ['Macro','\\textit{#1}',1],  // doesn't switch to
\textrm within italic text as it should
}
  }
}
although I'm not sure if it works for doubly nested items (which don't actually
work for \textbf{\textit{broken}} anyway).

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 35186] MathJax: Several commands that work in texvc are not recognized

2012-05-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35186

--- Comment #20 from nageh mal.mal...@gmail.com 2012-05-04 20:48:50 UTC ---
Oh? I didn't know that \text doesn't accept nested commands. I suppose this
could be easily fixed by the MathJax devs. Do you want to file a bug report at
https://github.com/mathjax/MathJax/ ? Should I file one on your behalf? Thanks.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 35186] MathJax: Several commands that work in texvc are not recognized

2012-05-03 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35186

mybugs.m...@gmail.com changed:

   What|Removed |Added

 Blocks||36496

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 35186] MathJax: Several commands that work in texvc are not recognized

2012-04-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35186

Richard Morris r...@singsurf.org changed:

   What|Removed |Added

 Depends on||35189

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 35186] MathJax: Several commands that work in texvc are not recognized

2012-04-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35186

nageh mal.mal...@gmail.com changed:

   What|Removed |Added

 CC||mal.mal...@gmail.com

--- Comment #14 from nageh mal.mal...@gmail.com 2012-04-18 11:58:07 UTC ---
\textsf{}, \texttt{} and \vline are implemented
https://en.wikipedia.org/w/index.php?title=User%3ANageh%2FmathJax%2Fconfig%2FTeX-AMS-texvc_HTML.jsdiff=486528289oldid=485202027
here. \emph{}, while implemented as \textit{}, really shouldn't be supported
because it is a text mode command and not a math mode command.

The case with the euro symbols is a different one. The \gen* commands are
supposed to be generated from the 'C' letter, meant to support symbols that
more closely match the font style. However, it turns out that Unicode and font
designers, instead of adopting the official euro symbol, have preferred a
symbol that matches the font style. Which means that the euro symbol in the
font set most closely resembles \geneuro. \officialeuro is not available in the
fonts, unless a specific euro font file will be added to MathJax. \euro is a
link to one of the other symbols; while set to \officialeuro by default I have
linked it to \geneuro.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 35186] MathJax: Several commands that work in texvc are not recognized

2012-04-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35186

--- Comment #15 from nageh mal.mal...@gmail.com 2012-04-18 12:07:03 UTC ---
This change,
https://en.wikipedia.org/w/index.php?title=User%3ANageh%2FmathJax%2Fconfig%2FTeX-AMS-texvc_HTML.jsdiff=486653054oldid=486652453,
adds the RGB color space so \definecolor does not fail anymore.

This change,
https://en.wikipedia.org/w/index.php?title=User%3ANageh%2FmathJax%2Fconfig%2FTeX-AMS-texvc_HTML.jsdiff=486652319oldid=486638683,
removes the noErrors.js extension, which, don't ask me why I have included it.

This change,
https://en.wikipedia.org/w/index.php?title=User%3ANageh%2FmathJax%2Fconfig%2FTeX-AMS-texvc_HTML.jsdiff=486638683oldid=486528289,
implements pretty perfect \oiint support for both HTML-CSS and MathML output,
and admittedly a (still) imperfect implementation of \oiiint. I possibly would
be good to directly rely on the font symbols when STIX fonts are detected.

This change,
https://en.wikipedia.org/w/index.php?title=User%3ANageh%2FmathJax%2Fconfig%2FTeX-AMS-texvc_HTML.jsdiff=487586044oldid=486653054,
resolves an issue where the \scriptstyle hack, which is so common on Wikipedia
to effect a normal font size, is used in boxed display maths. I have updated my
documentation accordingly (here:
https://en.wikipedia.org/wiki/User:Nageh/mathJax#Usage_notes).

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 35186] MathJax: Several commands that work in texvc are not recognized

2012-04-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35186

--- Comment #16 from nageh mal.mal...@gmail.com 2012-04-18 12:11:44 UTC ---
This change,
https://en.wikipedia.org/w/index.php?title=User%3ANageh%2FmathJax.jsdiff=484537614oldid=484068957,
supports mtextFontInherit for both HTML-CSS and MathML output.

Someone has complained that the vertical margin for display maths is too large.
This change,
https://en.wikipedia.org/w/index.php?title=User%3ANageh%2FmathJax.jsdiff=487684008oldid=486653976,
reduces that margin by a tiny bit. I think it pretty closely matches that of
ordinary LaTeX.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 35186] MathJax: Several commands that work in texvc are not recognized

2012-04-01 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35186

--- Comment #13 from Derk-Jan Hartman hart...@videolan.org 2012-04-01 
14:16:03 UTC ---
Added in https://gerrit.wikimedia.org/r/4060
\Dagger
\Digamma
\sampi
\Sampi
\varcoppa
\varstigma
\Q U+0051  doublestruck Q
\H  U+8461 doublestruck H
\AA  U+00C5 armstrong
\sen  spanish version of \sin (bug 18912)
\image alias for \Im



Still left:
\euro
\geneuro
\geneuronarrow
\geneurowide
\officialeuro


\pagecolor  ignore


Text instead of math formatting.. should we really include this ?
\emph{}   text emphasize (italics)
\textsf{}   text sans serif
\texttt{}   text typewriter
\vbox{text} Encloses a paragraph's text to prevent it from running over a page
break
\vline draws a vertical line with the height of the row at the location
where it appears

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 35186] MathJax: Several commands that work in texvc are not recognized

2012-03-28 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35186

--- Comment #12 from Michael M. listenle...@gmail.com 2012-03-28 08:58:20 UTC 
---
From source code I extracted lists of both the commands allowed in texvc and
MathJax, and diffed them. I hope this is the complete list of commands still
missing:

AA
Dagger
Digamma
emph
euro
geneuro
geneuronarrow
geneurowide
H
image
officialeuro
pagecolor
Q
sampi
Sampi
sen
textsf
texttt
varcoppa
varstigma
vbox
vline

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 35186] MathJax: Several commands that work in texvc are not recognized

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35186

--- Comment #10 from Derk-Jan Hartman hart...@videolan.org 2012-03-26 
21:39:23 UTC ---
\arccot, \arcsec, \arccsc: https://gerrit.wikimedia.org/r/3767 
\cancel, \bcancel, \xcancel, \cancelto: https://gerrit.wikimedia.org/r/3768

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 35186] MathJax: Several commands that work in texvc are not recognized

2012-03-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35186

--- Comment #11 from Derk-Jan Hartman hart...@videolan.org 2012-03-26 
22:33:05 UTC ---
Our defined symbols are smaller than the symbols from the AMS package due to
different styling.

Our symbols get codefont-family: STIXGeneral, 'Arial Unicode MS', serif;
font-size: 85%; font-style: italic; font-weight: normal;/code, whereas AMS
symbols only get codefont-family: MathJax_AMS;/code

this will need fixing at some point.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 35186] MathJax: Several commands that work in texvc are not recognized

2012-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35186

--- Comment #6 from Richard Morris r...@singsurf.org 2012-03-25 16:15:13 UTC 
---
math\dot \vec u/math works with tecvc but not with mathjax wihich only
accepts the (correct) Latex math\dot{\vec u}/math. There are a few similar
bugs mentioned at
http://en.wikipedia.org/w/index.php?title=User_talk:Nageh/mathJax including
$$\hat \mathbf u$$, $$\underline \mathbb Z$$, $$\hat \boldsymbol \theta$$

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 35186] MathJax: Several commands that work in texvc are not recognized

2012-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35186

--- Comment #7 from Derk-Jan Hartman hart...@videolan.org 2012-03-25 20:38:05 
UTC ---
Added the colors in https://gerrit.wikimedia.org/r/3723

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 35186] MathJax: Several commands that work in texvc are not recognized

2012-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35186

Derk-Jan Hartman hart...@videolan.org changed:

   What|Removed |Added

 CC||hart...@videolan.org

--- Comment #8 from Derk-Jan Hartman hart...@videolan.org 2012-03-25 22:13:46 
UTC ---
Seems pagecolor is also not supported yet.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 35186] MathJax: Several commands that work in texvc are not recognized

2012-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35186

--- Comment #9 from Derk-Jan Hartman hart...@videolan.org 2012-03-25 22:21:39 
UTC ---
\cancel, \bcancel, \xcancel, \cancelto can also be enabled by adding the
extension to our config.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 35186] MathJax: Several commands that work in texvc are not recognized

2012-03-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35186

--- Comment #5 from Michael M. listenle...@gmail.com 2012-03-17 08:30:07 UTC 
---
After a closer look at the sources: \color seems to be only a configuration
issue, since there is MathJax/extensions/TeX/color.js. Probably you just have
to mention it in MathJax/config/TeX-AMS-texvc_HTML.js next to the other
extensions.
The missing commands that can be emulated should go in
MathJax/extensions/TeX/texvc.js.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 35186] MathJax: Several commands that work in texvc are not recognized

2012-03-16 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35186

Mark A. Hershberger m...@everybody.org changed:

   What|Removed |Added

   Priority|Unprioritized   |Low
 CC||m...@everybody.org

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 35186] MathJax: Several commands that work in texvc are not recognized

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35186

--- Comment #2 from Michael M. listenle...@gmail.com 2012-03-14 08:53:48 UTC 
---
The unrecognized colors are rendered black in Firefox 3.6, in IE 8 a [Math
Processing Error] is displayed instead.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 35186] MathJax: Several commands that work in texvc are not recognized

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35186

Brion Vibber br...@wikimedia.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |ASSIGNED
 Blocks||31406
 AssignedTo|wikibugs-l@lists.wikimedia. |br...@wikimedia.org
   |org |
 Ever Confirmed|0   |1

--- Comment #3 from Brion Vibber br...@wikimedia.org 2012-03-14 22:54:33 UTC 
---
Putting this on my list, these should be addable.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 35186] MathJax: Several commands that work in texvc are not recognized

2012-03-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35186

Richard Morris r...@singsurf.org changed:

   What|Removed |Added

 CC||r...@singsurf.org

--- Comment #4 from Richard Morris r...@singsurf.org 2012-03-15 00:50:04 UTC 
---
\arccot, \arcsec, \arccsc were solved in Nageh version by adding some macros.
See http://en.wikipedia.org/wiki/User_talk:Nageh/mathJax#Missing_functions

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 35186] MathJax: Several commands that work in texvc are not recognized

2012-03-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=35186

--- Comment #1 from Michael M. listenle...@gmail.com 2012-03-13 09:20:30 UTC 
---
For more colors, that don't work, see
http://leuksman.com/mw/index.php/Help,_Formula#Color (at least one example
where the help from en.wikipedia is better than that from de).

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l