mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
2b7207590c
commit
585bea2c24
@ -7,7 +7,7 @@
|
|||||||
Typesetting Math in ebooks
|
Typesetting Math in ebooks
|
||||||
============================
|
============================
|
||||||
|
|
||||||
The |app| ebook viewer has the ability to display math embedded in ebooks (ePuB
|
The |app| ebook viewer has the ability to display math embedded in ebooks (ePub
|
||||||
and HTML files). You can typeset the math directly with TeX or MathML or
|
and HTML files). You can typeset the math directly with TeX or MathML or
|
||||||
AsciiMath. The |app| viewer uses the excellent `MathJax
|
AsciiMath. The |app| viewer uses the excellent `MathJax
|
||||||
<http://www.mathjax.org>`_ library to do this. This is a brief tutorial on
|
<http://www.mathjax.org>`_ library to do this. This is a brief tutorial on
|
||||||
|
@ -24,6 +24,9 @@
|
|||||||
<property name="orientation">
|
<property name="orientation">
|
||||||
<enum>Qt::Horizontal</enum>
|
<enum>Qt::Horizontal</enum>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="childrenCollapsible">
|
||||||
|
<bool>false</bool>
|
||||||
|
</property>
|
||||||
<widget class="TOCView" name="toc"/>
|
<widget class="TOCView" name="toc"/>
|
||||||
<widget class="QFrame" name="frame">
|
<widget class="QFrame" name="frame">
|
||||||
<property name="frameShape">
|
<property name="frameShape">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user