|
From: <mi...@us...> - 2021-07-12 21:24:01
|
Revision: 8800
http://sourceforge.net/p/docutils/code/8800
Author: milde
Date: 2021-07-12 21:23:58 +0000 (Mon, 12 Jul 2021)
Log Message:
-----------
math.css: tweak bigoperator size.
Modified Paths:
--------------
trunk/docutils/docs/ref/rst/mathematics.txt
trunk/docutils/docutils/writers/html5_polyglot/math.css
Modified: trunk/docutils/docs/ref/rst/mathematics.txt
===================================================================
--- trunk/docutils/docs/ref/rst/mathematics.txt 2021-07-12 21:23:47 UTC (rev 8799)
+++ trunk/docutils/docs/ref/rst/mathematics.txt 2021-07-12 21:23:58 UTC (rev 8800)
@@ -401,12 +401,12 @@
.. class:: colwidths-auto
=== ===== ======== =============== ======== ==========
-`.` ``.`` `!` ``!`` `?` ``?``
-`/` ``/`` `\colon` ``\colon`` [#]_ `\dotsb` ``\dotsb``
-`|` ``|`` `\cdots` ``\cdots`` `\dotsc` ``\dotsc``
-`'` ``'`` `\ddots` ``\ddots`` `\dotsi` ``\dotsi``
-`;` ``;`` `\ldots` ``\ldots`` `\dotsm` ``\dotsm``
-`:` ``:`` `\vdots` ``\vdots`` `\dotso` ``\dotso``
+`.` ``.`` `!` ``!`` `\vdots` ``\vdots``
+`/` ``/`` `?` ``?`` `\dotsb` ``\dotsb``
+`|` ``|`` `\colon` ``\colon`` [#]_ `\dotsc` ``\dotsc``
+`'` ``'`` `\cdots` ``\cdots`` `\dotsi` ``\dotsi``
+`;` ``;`` `\ddots` ``\ddots`` `\dotsm` ``\dotsm``
+`:` ``:`` `\ldots` ``\ldots`` `\dotso` ``\dotso``
=== ===== ======== =============== ======== ==========
.. [#] Punctuation (not ratio):
@@ -989,8 +989,8 @@
Variable-sized operators:
-Inline: `\sum\ \int\ \iint\ \iiint\ \iiiint\ \idotsint \oint\ \smallint\
-\prod\ \coprod\ \bigwedge\ \bigvee\ \bigcap\ \bigcup\ \biguplus\
+Inline: `\int\ \iint\ \iiint\ \iiiint\ \idotsint \oint\ \smallint\
+\sum\ \prod\ \coprod\ \bigwedge\ \bigvee\ \bigcap\ \bigcup\ \biguplus\
\bigsqcup\ \bigodot\ \bigoplus\ \bigotimes` and Display:
.. math:: \int\ \iint\ \iiint\ \iiiint\ \idotsint\ \oint\ \smallint\
Modified: trunk/docutils/docutils/writers/html5_polyglot/math.css
===================================================================
--- trunk/docutils/docutils/writers/html5_polyglot/math.css 2021-07-12 21:23:47 UTC (rev 8799)
+++ trunk/docutils/docutils/writers/html5_polyglot/math.css 2021-07-12 21:23:58 UTC (rev 8800)
@@ -82,16 +82,17 @@
}
span.formula .fraction,
.textfraction,
-.fraction .fraction,
span.smallmatrix {
font-size: 80%;
- line-height: 100%;
+ line-height: 1;
}
span.numerator {
display: block;
+ line-height: 1;
}
span.denominator {
display: block;
+ line-height: 1;
padding: 0ex;
border-top: thin solid;
}
@@ -138,8 +139,8 @@
div.formula .bigoperator,
.displaystyle .bigoperator,
.displaystyle .bigoperator {
- line-height: 130%;
- font-size: 150%;
+ line-height: 120%;
+ font-size: 140%;
padding-right: 0.2ex;
}
span.fraction .bigoperator,
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|