This commit is contained in:
Kovid Goyal 2012-08-19 14:00:40 +05:30
parent 2b7207590c
commit 585bea2c24
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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">