473,804 Members | 3,380 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Editing Math Formulas

I am trying to write up a page with Math formulas (statistical ones)
~
http://www.geocities.com/tekmonk2005/OnLineStats02.html
~
The thing is that I am not able to make it look OK using HTML. I
would like to somehow mark up parenthesis using the character entities
for vertical bars and solid front and back slashes, but
~
<td align="left">|</td>
~
doesn't appear to be working
~
Does it make sense to waste your time learning MathML (http://
www.w3.org/TR/REC-MathML/) or is it better using a format like PDF?
~
Also I would prefer to use and authoring tool like scribus and save
files as PDF. Any tutorials that make sense out there. I have had
cases in which "Google" made me waste time. This is why I would rather
ask
~
lbrtchx

Apr 8 '07
15 4703
I think I will end up going for a three prompt strategy
~
1._ using LaTeX to author Math documents and produce pdf printer-
friendly docs.
I really don't think that the web was design as the next "TV set" or
"book" to me the web is just a "click and go" medium. Besides most
tech people I know like to print out their own papers and jot down
their own notes on them
~
Even the firefox people recommend to use LaTeX
// __ http://www.mozilla.org/projects/mathml/
"The lingua franca for formula-intensive documents is TeX/LaTeX and
the use of MathML is not yet widespread."
~
2._ use these off and online LaTeX MathML translation packages
// __ http://pear.math.pitt.edu/mathzilla/
~
3._ Advising people to install Firefox (which is my site's designed
for and preferred browser)
~
lbrtchx

Apr 9 '07 #11
lb*****@hotmail .com wrote:
3._ Advising people to install Firefox (which is my site's designed
for and preferred browser)
This really isn't a good option. You will be making your site too
cumbersome to read for those who do not already have FireFox installed.

Besides most
tech people I know like to print out their own papers and jot down
their own notes on them
If this is the way you expect the output from your site to be used, just
go with PDF.
Apr 9 '07 #12
On Apr 9, 3:55 pm, lbrt...@hotmail .com wrote:
I think I will end up going for a three prompt strategy
~
1._ using LaTeX to author Math documents and produce pdf printer-
friendly docs.
I really don't think that the web was design as the next "TV set" or
"book" to me the web is just a "click and go" medium. Besides most
tech people I know like to print out their own papers and jot down
their own notes on them
~
Even the firefox people recommend to use LaTeX
// __http://www.mozilla.org/projects/mathml/
"The lingua franca for formula-intensive documents is TeX/LaTeX and
the use ofMathMLis not yet widespread."
~
2._ use these off and online LaTeX >MathMLtranslat ion packages
// __http://pear.math.pitt. edu/mathzilla/
~
3._ Advising people to install Firefox (which is my site's designed
for and preferred browser)
~
lbrtchx
ok, good luck ! And don't forget to save your page in xml format.

Fred

Apr 9 '07 #13
"fred wang" <fw*******@gmai l.comwrote in message
news:11******** *************@y 80g2000hsf.goog legroups.com...
You should better use MathML than HTML to code mathematical
formulae.
The W3C specification indicates that MathML is not supposed to be
coded directly. You can use a WYSIWYG editor such as Amaya.
Thanks for motivating me to fix my MathPlayer installation. A few
months ago it quit working after I updated to Internet Explorer 7.
(Not a big deal since normally I use Firefox.) I never got around to
repairing it till seeing your postings. It was time to get a fresh
download anyway; I hadn't been keeping up with the updates. It only
took a few minutes on dial up. Seems to be working fine.

One annoyance is that my IE 7 security settings are fairly strict, and
they block MathML content unless the site is on my "trusted" list. But
I get much the same deal from Firefox: it tells me some content is
blocked, and I have to explicitly give permission to let it through.
Even so, I like equations in MathML better than images.

Just for entertainment I have used Windows Notepad to manually create
the MathML for some horrendous equations. It can be done. The secret
is to first do all of the topmost level, then fill in the detail one
level down, etc. In anything complicated it's too easy to get lost if
you try to code the equation in one pass from left to right.

--
Paul Hirose <jv********@ear INVALIDthlink.n et>
To reply by email remove INVALID

Apr 18 '07 #14
>Thanks for motivating me to fix my MathPlayer installation. A few
>months ago it quit working after I updated to Internet Explorer 7.
(Not a big deal since normally I use Firefox.) I never got around to
repairing it till seeing your postings. It was time to get a fresh
download anyway; I hadn't been keeping up with the updates. It only
took a few minutes on dial up. Seems to be working fine.
>One annoyance is that my IE 7 security settings are fairly strict, and
they block MathML content unless the site is on my "trusted" list. But
I get much the same deal from Firefox: it tells me some content is
blocked, and I have to explicitly give permission to let it through.
Even so, I like equations in MathML better than images.
I also had this problem with IE7, but I didn't try to update
Mathplayer. I'm a bit surprised that MathML content are blocked with
your browsers... BTW, I forgot to say that IE7 seems to refuse
application/xhtml+xml content, so it could be a problem if MathML is
in a xml file. On my website, I send a text/html header to IE7 thanks
to a PHP script.
>Just for entertainment I have used Windows Notepad to manually create
the MathML for some horrendous equations. It can be done. The secret
is to first do all of the topmost level, then fill in the detail one
level down, etc. In anything complicated it's too easy to get lost if
you try to code the equation in one pass from left to right.
At the beginning, I generated some fragments of MathML with Amaya, I
completed manually, I made several copy/paste etc. I know this is
possible, but I don't think I is a good idea when you have to make
complex formulae. In the W3C MathML specification, it is said a
WYSIWYG editor should better be used. I agree with it and that's why I
contribute to the W3C's editor.

Apr 21 '07 #15
VK
On Apr 8, 8:36 pm, lbrt...@hotmail .com wrote:
Does it make sense to waste your time learning MathML (http://www.w3.org/TR/REC-MathML/) or is it better using a format like PDF?
I say it is a per case question. The deal is that MathML is for "math
amateurs". Any real scientific exchange goes in TeX / LaTeX format, in
this format scientifics are posting, preparing their works for
publishing and it will never change for MathML (and for what sky
blue?)

There is a number of tools to convert (La)TeX to MathML, but because
of principal structure differences this process is "one-wayed". So you
can convert TeX to MathML, but there is no reliable way to say save
TeX as MathML, edit it, save changes as TeX etc.

This way the options are:

1) You want to make a few formula-intensive pages for display without
planning any further shared editing. The pages are intended for a
particular auditory where you know that the troubles to install - if
missing - required software are lesser important than an ability to
have well structured math data in supported format.

MathML may be your friend then. For non-Gecko browsers there is free
MathPlayer plugin
http://www.dessci.com/en/products/ma...r/download.htm

On IE 7 it also leads to security dialog, but see what is said above
about priorities.
2) You want to make a few formula-intensive pages for display AND
planning some further shared editing (scientific feedback,
corrections, additions etc). The pages are intended for a particular
auditory where you know that the troubles to install - if missing -
required software are lesser important than an ability to have well
structured math data in supported format.

In this case use the standard TeX format right away. This plugin
http://groups.google.com/group/sci.m...beac943b52f63c
got a good feedback so far, but there are more of course.
3) You want to make a few formula-intensive pages for display without
planning any further shared editing. The pages are intended for the
most wide Web auditory.

Use images or Flash on your HTML page or make the whole page in PDF.

Apr 22 '07 #16

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

17
2208
by: Harlan Messinger | last post by:
I am reviewing a set of pages, some of which include in-line mathematical formulas represented as images. I am addressing the accessibility issues behind those images. (Conformance to Section 508 of the applicable US government regulations is required.) Ick--at least, I suppose, until MathML is generally supported. One approach would be to set the ALT attribute to be a linearized version of the equation. But this gets to be tough if...
3
2479
by: schwehr | last post by:
Done any one have a way (and examples) of how to do math markups in the docstrings of function and class definitions such that the equations get typeset in the generated html documentation? I'll take any markup system that'll do the job... MathML or LaTeX possible? I'd like to start doing a better job of documenting the equations and units being used in pmag-py (http://schwehr.org/software/pmag) for processing paleomagnetic data. AND...
4
2249
by: Sehri | last post by:
Hi all, I have just started developing a math companion tool with VS2005 and I just ran into a problem when trying to add the description of a formula. Doed anyone know how can I add math formulas and math characters in .NET? Maybe this is the same for everywhere, I just don't know the answer. I appreciate your help. Thanks, Sehri
11
1688
by: rob | last post by:
I have the following scenario. A user requests some math calculations from a server. The data and a library of basic formulas reside on the server. Now the user should be able to create more complex formulas based on the basic built in formulas as well as other complex formulas that the user created himself. These formulas will be either stored on the server or client and will be applied to the data on the server. Some of the formulas will...
1
1319
by: jonceramic | last post by:
Hi, I couldn't find a reference to this with a simple google search. I'm on Access 2003, and every once in a while. (Like now! Grrrr!) I get my editing stuck to where everything in either a formula field or a query field is selected from the right of the text. Meaning, when I click in to edit, say CustomField: +
0
1308
by: Artem Ploujnikov | last post by:
Hello everyone I'm building an adaptive quiz system that uses some non-trivial math formulas, and I would like to figure out the most widely supported way of handling arbitrary-precision math (or at least "ridiculous precision" math). It appears that the "decimal" type is not supported by the Math class (e.g. you can't extract the square root of a decimal without first converting it to a Double). The Java SDK has a class called...
0
9706
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9579
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10575
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10319
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9144
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5651
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4297
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3816
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2990
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.