Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Brackets can be cut off in IE7 when STIX 1.0 fonts are used #207

Closed
dpvc opened this issue Mar 14, 2012 · 1 comment
Closed

Brackets can be cut off in IE7 when STIX 1.0 fonts are used #207

dpvc opened this issue Mar 14, 2012 · 1 comment

Comments

@dpvc
Copy link
Member

dpvc commented Mar 14, 2012

See https://groups.google.com/forum/#!topic/mathjax-users/uzeG77ffPr0 for details.

The following example in IE7 (quirks mode) has the bottom of the brackets cut off when the default font is Times New Roman.

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 
<html> 
<head> 
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8"> 

<script type="text/x-mathjax-config"> 
MathJax.Hub.Config({ 
  config: ["MML_HTMLorMML.js"], 
  jax: ["input/MathML","output/HTML-CSS", "output/NativeMML"], 
  extensions: ["mml2jax.js","MathMenu.js","MathZoom.js"], 
  menuSettings: {zoom:"Click"} 

}); 

</script> 
<script type="text/javascript" src="MathJax-2.0/MathJax.js"></script> 
</head> 
<body> 

<div> 
<math display="block"> 
        <mo>[</mo> 
        <mfrac> 
                <mi>x</mi> 
                <mi>y</mi> 
        </mfrac> 
        <mo>]</mo> 
</math> 
</div> 

</body> 
</html> 
@pkra
Copy link
Contributor

pkra commented Jul 13, 2016

Closing this as won't fix.

@pkra pkra closed this as completed Jul 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants