<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/docutils.git/docutils/utils/math, branch docutils-0.20</title>
<subtitle>svn.code.sf.net: p/docutils/code
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/'/>
<entry>
<title>LaTeX to MathML: fix ``\mspace``.</title>
<updated>2023-04-08T21:08:47+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2023-04-08T21:08:47+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=48f9da33f1dfae946d27aee1fa3f9cba15583328'/>
<id>48f9da33f1dfae946d27aee1fa3f9cba15583328</id>
<content type='text'>
LaTeX width unit "mu" (mathematical unit) must be converted for MathML.
Typo in the code resulted in wrong "width" argument for `&lt;mspace&gt;`.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@9338 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
LaTeX width unit "mu" (mathematical unit) must be converted for MathML.
Typo in the code resulted in wrong "width" argument for `&lt;mspace&gt;`.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@9338 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Use "pathlib" to simplify path manipulations. No change to behaviour.</title>
<updated>2022-11-24T20:28:40+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2022-11-24T20:28:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=cfc4f3446d86a44c860ff3f30b21879b8cc2bf00'/>
<id>cfc4f3446d86a44c860ff3f30b21879b8cc2bf00</id>
<content type='text'>
Rely on `utils.relative_path()` to normalize paths. No need to use
`os.normpath()` or `os.abspath()` separately.

`utils.DependencyList.add()` accepts `pathlib.Path` instances.

Small code cleanups.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@9272 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rely on `utils.relative_path()` to normalize paths. No need to use
`os.normpath()` or `os.abspath()` separately.

`utils.DependencyList.add()` accepts `pathlib.Path` instances.

Small code cleanups.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@9272 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix "shebang on non-executable files".</title>
<updated>2022-11-16T14:01:31+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2022-11-16T14:01:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=07d23da98f60c792f15dd43d05d2a9933ead0e58'/>
<id>07d23da98f60c792f15dd43d05d2a9933ead0e58</id>
<content type='text'>
Based on patch in opensuse.org RPM package spec.
- Change mode of files supporting use as command-line script.
- Remove "shebang line" from library modules.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@9250 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Based on patch in opensuse.org RPM package spec.
- Change mode of files supporting use as command-line script.
- Remove "shebang line" from library modules.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@9250 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Support `pandoc` as an external LaTeX to MathML converter.</title>
<updated>2022-11-04T11:16:36+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2022-11-04T11:16:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=b0ed645bf50a20b265e0f03538c783dd88cbaa0b'/>
<id>b0ed645bf50a20b265e0f03538c783dd88cbaa0b</id>
<content type='text'>
Patch by Ximin Luo [patches:#197].

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@9216 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch by Ximin Luo [patches:#197].

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@9216 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>MathML: Small fixes for external latex -&gt; MathML converters.</title>
<updated>2022-11-04T10:55:26+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2022-11-04T10:55:26+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=17fc54a672c575783d93d6b252823cf2bd39b4f5'/>
<id>17fc54a672c575783d93d6b252823cf2bd39b4f5</id>
<content type='text'>
latexml: support amsfonts commands (``\mathbb`` etc.)
ttm: decode output

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@9215 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
latexml: support amsfonts commands (``\mathbb`` etc.)
ttm: decode output

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@9215 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>MathML: Use (re)generated version of tex2unichar.py.</title>
<updated>2022-11-04T10:55:16+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2022-11-04T10:55:16+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=1b79c258ead08d3473c325bb5f035d6f4e095970'/>
<id>1b79c258ead08d3473c325bb5f035d6f4e095970</id>
<content type='text'>
Fixup [r9135] by updating the generating script and re-generating
the file from the database.

Only cosmetic/style changes. No change to the data.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@9214 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixup [r9135] by updating the generating script and re-generating
the file from the database.

Only cosmetic/style changes. No change to the data.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@9214 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>MathML: support "mod" notation for modulo operation/arithmetic.</title>
<updated>2022-11-04T10:55:05+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2022-11-04T10:55:05+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=07dd0a15334abef6e6eac178b7914e2e2a2bb61e'/>
<id>07dd0a15334abef6e6eac178b7914e2e2a2bb61e</id>
<content type='text'>
TeX to HTML/css support still missing, cf. [feature-requests:#93].

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@9213 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
TeX to HTML/css support still missing, cf. [feature-requests:#93].

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@9213 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Resolve flake8 ``E261`` errors in ``math2html``</title>
<updated>2022-10-20T23:32:55+00:00</updated>
<author>
<name>aa-turner</name>
<email>aa-turner@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2022-10-20T23:32:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=fdfce1a72e58bfc7289299ee1a5984df52bb2b67'/>
<id>fdfce1a72e58bfc7289299ee1a5984df52bb2b67</id>
<content type='text'>
All ``E261`` errors are now resolved.


git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@9137 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
All ``E261`` errors are now resolved.


git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@9137 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Resolve flake8 ``E261`` errors in ``latex2mathml``</title>
<updated>2022-10-20T23:31:11+00:00</updated>
<author>
<name>aa-turner</name>
<email>aa-turner@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2022-10-20T23:31:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=e964dcfd2f598d686f66fa0c56ad794293df334b'/>
<id>e964dcfd2f598d686f66fa0c56ad794293df334b</id>
<content type='text'>
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@9136 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@9136 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Resolve flake8 ``E261`` errors in ``tex2unichar``</title>
<updated>2022-10-20T23:29:44+00:00</updated>
<author>
<name>aa-turner</name>
<email>aa-turner@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2022-10-20T23:29:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/python-packages/docutils.git/commit/?id=f1fa8e44e71d188a66b8e7c0608099dbf5934702'/>
<id>f1fa8e44e71d188a66b8e7c0608099dbf5934702</id>
<content type='text'>
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@9135 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@9135 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
</feed>
