mathml Questions
2
I'm trying to deserialize MathML using Serde and Quick-XML in Rust. I'm having trouble trying to write the structs because of the recursive nature of MathML. Here's a minimal, reproducible example:...
Communard asked 11/6, 2021 at 7:3
4
I'm working on a website to solve some kind of exercises that has a programming function appearance, so I need to write multiple lines, but I dont know how to make it, as it displays everything in ...
Communicant asked 17/12, 2012 at 14:38
4
Solved
HTML5 supports SVG via the svg element. Other languages can be embedded within SVG using the foreignObject element. HTML can be rendered in such, as can MathML. What else can be rendered with today...
1
I have been writing chemical equations in HTML files using the <math> element.
For example, to display MnSO4, I would type:
<math>
<mi>M</mi>
<mi>n</mi>
&...
Chloramine asked 6/5, 2023 at 14:50
5
Solved
Is there any python code that allow take a latex code (for equations) and parse it to mathml or svg code ? A simple function that take as argument a string (the latex code) and output a string (the...
7
Solved
Overview
HTML5 now allows <svg> and <math> markup with an HTML document without depending on external namespaces (decent overview here). Both have their own alt-attribute analogs (see ...
Rosemarie asked 14/1, 2011 at 23:47
2
Solved
I have created a large number of mathematical equations in Word 2013 using the in-built equation editor. I need to enter these equations into a browser based editor(CKEditor with fmath plugin) whic...
2
Solved
I've been looking for some dll for .Net in C# for inserting any of MathMl , Tex or LaTex equations in MS Word, I tried some like DocX but they failed, do you know any? or any hint how to it? thanks...
4
Solved
I am writing a converter from XML&MathML to MS Word document.
I'm using MFC and Word automation, so there's no problem in writing text like this:
_Application app;
COleVariant vtOpt(DISP_E_P...
Ator asked 9/6, 2009 at 11:8
4
I researched on this for quite a while and I know this kind of questions already answered. But I couldn't find a right answer showing how to practically deal with math formula in Android app. Witho...
4
Solved
I would like to enter math formulae in Scaladoc documentation of mathematical Scala code. In Java, I found a library called LatexTaglet that can do exactly this for Javadoc, by writing formulae in ...
3
Update from 2021: just use MathJax; you shouldn't be supporting old versions of IE any more.
I want to use MathJax to display MathML equations, but its performance in IE is unacceptably slow (yes, ...
5
Solved
I have some MathML contents in HTML page and the page needs to be rendered in Google Chrome over HTTPS connection. So i tried to follow the approach said in the below link
Displaying Mathml equati...
Chinaman asked 16/4, 2015 at 17:41
5
Solved
I am looking for a web-based WYSIWYG (or WYSIWYM) editor like TinyMCE or WMD Editor (used to write this question) that supports users to write mathematical formulas. I have looked at LaTeX a ...
2
Solved
MathML is a web standard for writing mathematics in a way that can be easily zoomed without pixellating (just like SVG), copied and pasted, and read by screen readers.
Chrome are refusing to imple...
3
We are going to start working on TeX to MathML translator soon. So, I am wondering which browsers (and starting from what version) do officially support MathML? Thanks
4
Solved
I wish an easy way to communicate mathematical equations with gmail.
There's a javascript script called AsciiMath, which should translate Tex-like equations into standard mathML.
I thought that i...
Ret asked 17/5, 2009 at 20:54
2
I am trying to convert MathType's equation which is stored as OLE binary file to MathML using MathType's SDK.
The input file for my program is a DocX which would contain embdedd MathType equations...
3
Solved
I'm trying to displaying math formula on a web page.
But when I write html code like following
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>...
2
I am testing the MathJax javascript library in a local HTML file. It works and correctly renders math formulas if I include:
script type='text/javascript' src='http://cdn.mathjax.org/mathjax/lates...
Thach asked 6/10, 2013 at 11:48
2
Solved
I have a MATHML formula (generated by, i.e., http://www.mathtoweb.com/cgi-bin/mathtoweb_online.pl). I want to paste it into Libreoffice. How could I do that?
Or even better, I want to convert it t...
Aliped asked 24/4, 2012 at 14:30
3
Solved
The following rmarkdown works fine when compiling to PDF (via LaTeX), but not when compiling to HTML (via Markdown).
PDF (via LaTeX)
---
title: "test"
author: "Maximilian Held"
output: pdf_docume...
Cranmer asked 9/6, 2015 at 19:1
16
Solved
12
Solved
I am working on a Math related web page and am looking for a solution to writing Mathematical equations easily onto a web page. There are several solutions readily available to me at the mome...
2
Solved
I am trying to render MathML equations on svg using d3.js. Can anyone help me getting a quadratic equation on svg. I tried doing it using foreign object with no success.
1 Next >
© 2022 - 2024 — McMap. All rights reserved.