• <small id='FcsKB'></small><noframes id='FcsKB'>

  • <i id='FcsKB'><tr id='FcsKB'><dt id='FcsKB'><q id='FcsKB'><span id='FcsKB'><b id='FcsKB'><form id='FcsKB'><ins id='FcsKB'></ins><ul id='FcsKB'></ul><sub id='FcsKB'></sub></form><legend id='FcsKB'></legend><bdo id='FcsKB'><pre id='FcsKB'><center id='FcsKB'></center></pre></bdo></b><th id='FcsKB'></th></span></q></dt></tr></i><div id='FcsKB'><tfoot id='FcsKB'></tfoot><dl id='FcsKB'><fieldset id='FcsKB'></fieldset></dl></div>
    • <bdo id='FcsKB'></bdo><ul id='FcsKB'></ul>

      <tfoot id='FcsKB'></tfoot>

        <legend id='FcsKB'><style id='FcsKB'><dir id='FcsKB'><q id='FcsKB'></q></dir></style></legend>

      1. 如何在 Kivy Python 中显示数学文本?

        时间:2023-10-09
          <tbody id='1Yyjh'></tbody>
        <tfoot id='1Yyjh'></tfoot>
          <bdo id='1Yyjh'></bdo><ul id='1Yyjh'></ul>
                1. <i id='1Yyjh'><tr id='1Yyjh'><dt id='1Yyjh'><q id='1Yyjh'><span id='1Yyjh'><b id='1Yyjh'><form id='1Yyjh'><ins id='1Yyjh'></ins><ul id='1Yyjh'></ul><sub id='1Yyjh'></sub></form><legend id='1Yyjh'></legend><bdo id='1Yyjh'><pre id='1Yyjh'><center id='1Yyjh'></center></pre></bdo></b><th id='1Yyjh'></th></span></q></dt></tr></i><div id='1Yyjh'><tfoot id='1Yyjh'></tfoot><dl id='1Yyjh'><fieldset id='1Yyjh'></fieldset></dl></div>

                  <small id='1Yyjh'></small><noframes id='1Yyjh'>

                  <legend id='1Yyjh'><style id='1Yyjh'><dir id='1Yyjh'><q id='1Yyjh'></q></dir></style></legend>
                  本文介绍了如何在 Kivy Python 中显示数学文本?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  我想问一下如何在 kivy 应用程序中显示数学文本..?例如:如何在 LaTeX 中执行与 $ frac{1}{2} $$ 2^{3} $ 相同的操作(省略字体类型,只要它是数学可读的).

                  I would like to ask on how to display a math-text in a kivy app..? For example : How to do the same thing as $ frac{1}{2} $ or $ 2^{3} $ does in LaTeX (omitting the font type, as long as it is math-readable).

                  我知道在 matplotlib.pyplot 模块中,我可以使用字符串:r'$ frac{1}{2} $'r'$ 2^{3} $' 生成数学文本.但这不会在 kivy 中产生所需的结果:

                  I know that in matplotlib.pyplot module, I can use string : r'$ frac{1}{2} $' or r'$ 2^{3} $' to produce a math-text. But this does not produce the desired result in kivy :

                  Label(text = r'$frac{1}{2}$') 将重现 $frac{1}{2}$.

                  谢谢.

                  推荐答案

                  请看sympy 模块,那么在你的标签中你必须使用一个可以显示数学文本的 font_name

                  Please Take a look at the sympy module, then in your label you must use a font_name that can display math-text

                  但是如果你想使用 Latex 公式,那么你必须找到一个可以显示你想要的公式的字体名称

                  but If you want to use Latex formula then you have to find a font_name that can display those formula like you want

                  更新:否则,您可以在 png 中生成 Latex,然后将其集成到您的 kivy 应用中

                  Update: Otherwise you can generate your Latex in a png then integrate it in your kivy app

                  这篇关于如何在 Kivy Python 中显示数学文本?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:将函数绑定到kivy中的多个动态创建的按钮? 下一篇:Matplotlib imshow 和 kivy

                  相关文章

                  最新文章

                  <tfoot id='XTaCC'></tfoot>

                  <small id='XTaCC'></small><noframes id='XTaCC'>

                  • <bdo id='XTaCC'></bdo><ul id='XTaCC'></ul>
                2. <i id='XTaCC'><tr id='XTaCC'><dt id='XTaCC'><q id='XTaCC'><span id='XTaCC'><b id='XTaCC'><form id='XTaCC'><ins id='XTaCC'></ins><ul id='XTaCC'></ul><sub id='XTaCC'></sub></form><legend id='XTaCC'></legend><bdo id='XTaCC'><pre id='XTaCC'><center id='XTaCC'></center></pre></bdo></b><th id='XTaCC'></th></span></q></dt></tr></i><div id='XTaCC'><tfoot id='XTaCC'></tfoot><dl id='XTaCC'><fieldset id='XTaCC'></fieldset></dl></div>

                    <legend id='XTaCC'><style id='XTaCC'><dir id='XTaCC'><q id='XTaCC'></q></dir></style></legend>