Sort Score
Result 10 results
Languages All
Labels All
Results 681 - 690 of 29,857 for

x

(0.1 sec)
  1. Resize Shapes in Presentations with Python|Aspo...

    Easily resize shapes on PowerPoint and OpenDocument slides with Aspose.Slides for Python via .NET—automate slide layout adjustments and boost productivity.... x = shape . x * width_ratio presentation...* height_ratio shape . x = shape . x * width_ratio for layout_slide...

    docs.aspose.com/slides/python-net/re-sizing-sha...
  2. 1. 简单公式

    本文讨论如何使用 TeX 和 LaTeX 创建用于更复杂公式的简单原子数学表达式。...最简单的公式是单个字母 *x* 或单个数字 4 。要在 LaTeX 文本中插入这样的公式,只需输入 $x$ 或 $4$ 。 所有数学公式都被包裹在特殊的数学括号(...所有数学公式都被包裹在特殊的数学括号( $...$ )中。 当你输入 $x$ 时, x 会以斜体显示,而 $2$ 则会以罗马体(正常字体)显示数字...

    docs.aspose.com/tex/zh/java/latex-math-simple-f...
  3. Add Math Equations to PowerPoint Presentations ...

    Insert and edit math equations in PowerPoint PPT and PPTX with Aspose.Slides for PHP via Java, supporting OMML, formatting controls, and clear code samples....$fraction = new MathematicalText ( "x" ) -> divide ( "y" ); $mathParagraph...$fraction = new MathematicalText ( "x" ) -> divide ( "y" ); $mathParagraph...

    docs.aspose.com/slides/php-java/powerpoint-math...
  4. LaTeX math formulas rendering | Aspose.TeX for ...

    Aspose.TeX API solution for .NET LaTeX math formulas rendering is described in this article. Learn the code eXamples on how to use the functionality....34 e^x = x^{\color{red}0} + x^{\color{red}1} + \frac{x^{\color{red}2}}{2}...\frac{x^{\color{red}3}}{6} + \cdots = \sum_{n\geq 0} \frac{x^{\color{red}n}}{n...

    docs.aspose.com/tex/net/latex-math-formula-rend...
  5. Ինչպես փոխարկել PDF-ը PDF X1A-ին Python-ում

    Այս կարճ ձեռնարկը ցույց է տալիս, թե ինչպես փոխարկել PDF-ը PDF X1A-ի Python-ում: Այն ունի մանրամասներ IDE-ի կարգավորումների, քայլերի ցանկի և գործարկվող օրինակելի կոդի մասին՝ Python-ում PDF-ից PDF X 1A փոխարկիչ մշակելու համար:...Python-ում PDF-ը PDF X 1A-ին փոխարկելու քայլեր X-1a ձևաչափին փոխարկելու...PdfFormat.PDF_X_1A տարբերակը Պահպանեք ստացված PDF ֆայլը PDF/X-1a ձևաչափով...

    kb.aspose.com/hy/pdf/python/how-to-convert-pdf-...
  6. Hrml转word后latex和mathml均为乱码 - Free Support Forum...

    我有尝试lateX和mathml,转换后没有可编辑的公式,而且word没有排版,且题出现虚拟方框,也进行了转换成md格式,官网的 Online HTML to WORD Converter测试和本机aspose.word均有测试,这个用那个产品适合转换且保持排版的同时数理化公式可编辑,测试文件我放在了QQ邮箱文件分享... 已知向量\(\vec{a}=(x,2)\),\(\vec{b}=(1,1)\),若\(\ve...1)\),若\(\vec{b}\perp(\vec{a}-3\vec{b})\),则\(x=\)( ) A. 2 B. -2 C. 4 D. -4 <p>4...

    forum.aspose.com/t/hrml-word-latex-mathml/323043
  7. ChartAxis.Type | Aspose.Words for .NET

    Discover the ChartAXis Type property to easily identify aXis types and enhance your data visualization for clearer insights and better analysis....grouped and banded along the X-axis by category: Chart chart...Categories are distributed along the X-axis, and values are distributed...

    reference.aspose.com/words/net/aspose.words.dra...
  8. Add Math Equations to PowerPoint Presentations ...

    Insert and edit math equations in PowerPoint PPT and PPTX with Aspose.Slides for .NET, supporting OMML, formatting controls, and clear C# code samples....fraction = new MathematicalText ( "x" ). Divide ( "y" ); mathParagraph...fraction = new MathematicalText ( "x" ). Divide ( "y" ); mathParagraph...

    docs.aspose.com/slides/net/powerpoint-math-equa...
  9. Add Math Equations to PowerPoint Presentations ...

    Insert and edit math equations in PowerPoint PPT and PPTX with Aspose.Slides for Java, supporting OMML, formatting controls, and clear Java code samples....fraction = new MathematicalText ( "x" ). divide ( "y" ); mathParagraph...fraction = new MathematicalText ( "x" ). divide ( "y" ); mathParagraph...

    docs.aspose.com/slides/java/powerpoint-math-equ...
  10. 8. Fine-tuning mathematical formulas

    Learn about the fine points of mathematics typing, eXplained with eXamples that involve various objects that you may find in mathematical formulas.... Copy 1 If $x < 0$, we have shown that $$y = f(x). $$ So, you...1 for $x = a, b$, or $c$. It should be Copy 1 for $x = a$, $b$...

    docs.aspose.com/tex/java/latex-math-fine-points/