From: Max Cohen <cohen...@gmail.com>
Date: Tue, 21 Feb 2012 12:56:02 -0800 (PST)
Local: Tues, Feb 21 2012 3:56 pm
Subject: Is it possible to have MathJax output math that looks like Arial?
Hi,
Is it possible to have MathJax output math that looks like Arial?
Thanks You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
From: leathrum <leath...@jsu.edu>
Date: Thu, 23 Feb 2012 12:07:35 -0800 (PST)
Local: Thurs, Feb 23 2012 3:07 pm
Subject: Re: Is it possible to have MathJax output math that looks like Arial?
I have tried a couple of times to write responses to your post -- the
problem is that I have two different responses, neither of which are going to help you much. There is a good answer and a bad answer, and even though your post is brief, you seem to be looking for the bad answer. Both answers start with "Yes, but..." Bad answer: "Yes, but it is rather deep, grungy internal
Good answer: "Yes, but don't do it anyway." I know this isn't what
So even though it is possible, I would strongly advise against it.
On Feb 21, 2:56 pm, Max Cohen <cohen...@gmail.com> wrote:
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
From: Max Cohen <cohen...@gmail.com>
Date: Fri, 24 Feb 2012 07:07:03 -0800 (PST)
Local: Fri, Feb 24 2012 10:07 am
Subject: Re: Is it possible to have MathJax output math that looks like Arial?
Thanks a lot for your elaborate answer.
Reading it a follow-up question (or rephrasing) popped up into my mind. Is it possible to let the maths look like Arial? (Especially the variables and numbers) Maybe through a webfont or a by using (or creating/editing) a particular (sprite) web image type? thanks
On Feb 23, 9:07 pm, leathrum <leath...@jsu.edu> wrote:
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
From: "Davide P. Cervone" <d...@union.edu>
Date: Fri, 24 Feb 2012 15:29:54 -0500
Local: Fri, Feb 24 2012 3:29 pm
Subject: Re: [mathjax-users] Re: Is it possible to have MathJax output math that looks like Arial?
Tom has already mentioned most of the important points. MathJax needs It is possible specify a font for an individual character via \style{font-family:Arial}{x} + \style{font-family:Arial}{1} but this is pretty verbose, and although you can make a macro to help, I suspected you were really only worried about the letters and numbers {\sf x + 1} will typeset the x and 1 in the sans-serif (non-italic) font. This is <script type="text/x-mathjax-config"> placed before the script that loads MathJax.js would insert \sf{...} There is another approach that could be used to solve these two <script type="text/x-mathjax-config"> placed before the script that loads MathJax.js would tell the HTML-CSS The trade-off with this approach is that is works only for HTML-CSS So those are the possibilities as I see them. The last one may be the Davide On Feb 24, 2012, at 10:07 AM, Max Cohen wrote: You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
From: leathrum <leath...@jsu.edu>
Date: Fri, 24 Feb 2012 12:36:16 -0800 (PST)
Local: Fri, Feb 24 2012 3:36 pm
Subject: Re: Is it possible to have MathJax output math that looks like Arial?
Have you tried a local installation of the STIX fonts? You can
download them from: http://sourceforge.net/projects/stixfonts/
You may find them more to your liking than the MathJax web fonts.
(How you install the fonts depends on what kind of a system you are
On Feb 24, 9:07 am, Max Cohen <cohen...@gmail.com> wrote:
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
From: leathrum <leath...@jsu.edu>
Date: Fri, 24 Feb 2012 12:42:06 -0800 (PST)
Local: Fri, Feb 24 2012 3:42 pm
Subject: Re: Is it possible to have MathJax output math that looks like Arial?
Davide:
This does raise a question that has been knocking around in the back
On Feb 24, 2:36 pm, leathrum <leath...@jsu.edu> wrote:
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
From: "Davide P. Cervone" <d...@union.edu>
Date: Fri, 24 Feb 2012 15:53:55 -0500
Local: Fri, Feb 24 2012 3:53 pm
Subject: Re: [mathjax-users] Re: Is it possible to have MathJax output math that looks like Arial?
I think they are still too big to be useful that way. They need to be
broken up into smaller pieces. I've been in contact with them and they are interested in doing that. There is also the licensing question (is this legal), and it would be best to have a sanctioned version that is broken up for web use. Davide On Feb 24, 2012, at 3:42 PM, leathrum wrote: You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
From: Senior Net <sneti...@gmail.com>
Date: Tue, 28 Feb 2012 03:51:56 -0800 (PST)
Local: Tues, Feb 28 2012 6:51 am
Subject: Re: Is it possible to have MathJax output math that looks like Arial?
Thanks for all the info.
Setting HTML-CSS output jax to use the MathJax sans-serif font got me a font that indeed resembles the Arial that we´re looking for. I just installed 2.0 and during that process came up with another
I´ll have to test it with proper font sizes, but I think it get me as
On Feb 24, 9:53 pm, "Davide P. Cervone" <d...@union.edu> wrote:
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
From: "Davide P. Cervone" <d...@union.edu>
Date: Tue, 28 Feb 2012 17:05:18 -0500
Local: Tues, Feb 28 2012 5:05 pm
Subject: Re: [mathjax-users] Re: Is it possible to have MathJax output math that looks like Arial?
> Thanks for all the info. OK, glad that worked for you. > Setting HTML-CSS output jax to use the MathJax sans-serif font got me > a font that indeed resembles the Arial that we´re looking for. > I just installed 2.0 and during that process came up with another You should not edit the config file directly. That will make it > (dirty?) solution approach that works more or less. > In the config file we use TeX-AMS_HTML.js I changed the following > settings to the MathJax.OutputJax["HTML-CSS"] line: > ... availableFonts: > [],preferredFont:"TeX",webFont:"",imageFont:"",undefinedFamily:"'Arial > Unicode MS',serif", ... > I´ll have to test it with proper font sizes, but I think it get me as harder to upgrade in the future. Rather, you should use in-line configuration to adjust the parameters: <script type="text/x-mathjax-config"> Put this BEFORE the script that loads MathJax. What you have done here is disable all of MathJax's fonts and forced I don't recommend this approach. Although this may work OK in some simple cases, the results will not Davide You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
From: cohen...@gmail.com
Date: Wed, 29 Feb 2012 05:29:53 -0800 (PST)
Local: Wed, Feb 29 2012 8:29 am
Subject: Re: [mathjax-users] Re: Is it possible to have MathJax output math that looks like Arial?
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
| Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy |
| ©2013 Google |