issues Search Results · repo:belerico/py_asciimath language:Python
Filter by
12 results
(46 ms)12 results
inbelerico/py_asciimath (press backspace or delete to remove)When you call the translate from MathML2Tex()
from py_asciimath.translator import translator
mathml2tex = MathML2Tex()
parsed = mathml2tex.translate(parsed, network=False, from_file=False)
It s printing ...
sathinduga
- Opened on Sep 20, 2024
- #18
factorial(!) occurs an error when both running Asciimath2Tex.translate and Tex2Asciimath.translate
녹화_2024_09_01_00_25_02_112
how can i handle factorial expression on Asciimath or Tex?
martiniifun
- Opened on Aug 31, 2024
- #17
when running unit test
parser = ASCIIMath2Tex(log=False)
s = parser.translate( f(x)/g(x) )
self.assertEqual(s,r $\frac{f(x)}{g(x)}$ )
it outputs
====================================================================== ...
SPRCSY
- Opened on Jul 9, 2023
- #15
When running this code:
from py_asciimath.translator.translator import (
ASCIIMath2MathML,
ASCIIMath2Tex,
MathML2Tex,
Tex2ASCIIMath
)
latex_input = r \frac{3}{2^4}
tex2asciimath = Tex2ASCIIMath(log=False, ...
Lyudol
- 1
- Opened on Aug 7, 2022
- #14
I installed py_asciimath, update lxml for my python-3.8.1.amd64 on Windows 10 64 bits then I try to run the code
bellowing, which is actually the code on https://github.com/belerico/py_asciimath, but I ...
retsyo
- 4
- Opened on Apr 2, 2022
- #12
https://github.com/belerico/py_asciimath/blob/e15edf0202252946c0b087c5a65971f16ff335b8/py_asciimath/asciimath.py#L149 I
believe mathml should be otimes; instead of times; in this line.
uhoefel
- 1
- Opened on Mar 1, 2022
- #11
For example, AsciiMath formula: {{E}_{{{{{x} }}_{1}}}}={{E}_{0}}\cos \omega t actually is the same as : {E_{x
_1}}=E_0\cos \omega t
too many braces { and } are no need.
tomc14-cc
- Opened on May 22, 2021
- #10
py_asciimath.exe \[a=60{}^\circ\ ] from latex to asciimath py_asciimath.exe \[a=45{}^\circ \] from latex to asciimath
py_asciimath.exe \[\bar{N}t=m{{v}{0}}\sin \alpha \] from latex to asciimath py_asciimath.exe ...
tomc14-cc
- 1
- Opened on May 21, 2021
- #9
for example, py_asciimath [\bar{N}t=m{{v}_{0}}\sin \alpha] from latex to asciimath , it doesnt work.
tomc14-cc
- 3
- Opened on May 21, 2021
- #8
I think it s not proper to config log level DEBUG inside many inner modules:
logging.basicConfig(format= %(levelname)s:%(message)s , level=logging.DEBUG)
It makes this package unusable in interactive ...
frozflame
- 2
- Opened on Aug 9, 2020
- #7

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.