<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/docutils.git/docutils/test/functional/input/data/math.txt, branch master</title>
<subtitle>svn.code.sf.net: p/docutils/code
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/docutils.git/'/>
<entry>
<title>HTML5: New default for table column widths (fixes bug #426).</title>
<updated>2021-10-01T13:39:33+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2021-10-01T13:39:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/docutils.git/commit/?id=e687396c4491d6e120ee2e2b576b9a76aa69fea4'/>
<id>e687396c4491d6e120ee2e2b576b9a76aa69fea4</id>
<content type='text'>
Only specify table column widths, if the "widths" option is set
and is not "auto".
The `table_style`_ setting "colwidths-grid" restores the
current default.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8836 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Only specify table column widths, if the "widths" option is set
and is not "auto".
The `table_style`_ setting "colwidths-grid" restores the
current default.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8836 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>MathML: fixes and additions.</title>
<updated>2021-08-10T14:13:35+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2021-08-10T14:13:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/docutils.git/commit/?id=530f92fd1c551386642ae37e20fafe7841066f5a'/>
<id>530f92fd1c551386642ae37e20fafe7841066f5a</id>
<content type='text'>
Math accent commands more similar to their LaTeX behaviour.

Additions for HTML export.

Use boolean values for boolean node arguments.

Downcase node arguments before storing.

Use class argument "boldsymbol" for \boldsymbol content.

Alignment of multi line equations similar to AMS-LaTeX "align" environment.

Add space after bracket in "cases" environment, left-align columns.

Fix spacing before "unary" minus.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8805 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Math accent commands more similar to their LaTeX behaviour.

Additions for HTML export.

Use boolean values for boolean node arguments.

Downcase node arguments before storing.

Use class argument "boldsymbol" for \boldsymbol content.

Alignment of multi line equations similar to AMS-LaTeX "align" environment.

Add space after bracket in "cases" environment, left-align columns.

Fix spacing before "unary" minus.

git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8805 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>MathML: Implement "cases" environment in latex2mathml.</title>
<updated>2021-05-20T12:19:54+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2021-05-20T12:19:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/docutils.git/commit/?id=055c30272738a180cde4baa16a7970a01b06731e'/>
<id>055c30272738a180cde4baa16a7970a01b06731e</id>
<content type='text'>
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8740 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@8740 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Clear up and document patch [ 120 ].</title>
<updated>2016-07-28T21:52:14+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2016-07-28T21:52:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/docutils.git/commit/?id=73fe6e8d434dcc7f26c5e7430b7a6ef1c5d55d64'/>
<id>73fe6e8d434dcc7f26c5e7430b7a6ef1c5d55d64</id>
<content type='text'>
The colwidths argument for &lt;tgroup&gt; violates the docutils.dtd.
As the "auto"/"given" tags may be ignored by the writers, they may be
stored as classes instead.

The default case (grid for tables, equal widths for ListTable and CSVTable
does not need/get a tag. This way, writers can decide whether to leave
column width determination to the backend when the class "colwidths-auto" is
set (opt-in) or by default (opt-out with "colwidths-given").

git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7958 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The colwidths argument for &lt;tgroup&gt; violates the docutils.dtd.
As the "auto"/"given" tags may be ignored by the writers, they may be
stored as classes instead.

The default case (grid for tables, equal widths for ListTable and CSVTable
does not need/get a tag. This way, writers can decide whether to leave
column width determination to the backend when the class "colwidths-auto" is
set (opt-in) or by default (opt-out with "colwidths-given").

git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7958 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>"code" option of the "include" directive, tests</title>
<updated>2011-09-17T21:03:28+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2011-09-17T21:03:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/docutils.git/commit/?id=612d27855d427b02e805a6c5242694865002c927'/>
<id>612d27855d427b02e805a6c5242694865002c927</id>
<content type='text'>
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7129 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7129 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Common directive options:</title>
<updated>2011-07-06T15:52:30+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2011-07-06T15:52:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/docutils.git/commit/?id=32cc07175d730dc900175ffaccdcfbeef8d6f89e'/>
<id>32cc07175d730dc900175ffaccdcfbeef8d6f89e</id>
<content type='text'>
Add "name" and "class" options to admonition directives.

Directive content may start on the first line also when the directive
type accepts options.

git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7072 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add "name" and "class" options to admonition directives.

Directive content may start on the first line also when the directive
type accepts options.

git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7072 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Math directive and documentation update:</title>
<updated>2011-06-17T10:50:48+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2011-06-17T10:50:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/docutils.git/commit/?id=07c3091a6af37f15fd81aab89186ad891ccde764'/>
<id>07c3091a6af37f15fd81aab89186ad891ccde764</id>
<content type='text'>
Math content can also be given as directive argument.

Multiple content block separated by blank lines are put in separate
nodes.

git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7056 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Math content can also be given as directive argument.

Multiple content block separated by blank lines are put in separate
nodes.

git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7056 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Math support update</title>
<updated>2011-04-13T22:13:55+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2011-04-13T22:13:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/docutils.git/commit/?id=767a676dce129fa2810c7453394c37dd0b801266'/>
<id>767a676dce129fa2810c7453394c37dd0b801266</id>
<content type='text'>
* new version of math2html (elyxer) by Alex Fernandez
  (bugfixes, improved rendering)
* small fixes to latex2mathml
* accept Unicode characters in the input
* updated test file, new test cases html_math and mathml_math

git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7008 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* new version of math2html (elyxer) by Alex Fernandez
  (bugfixes, improved rendering)
* small fixes to latex2mathml
* accept Unicode characters in the input
* updated test file, new test cases html_math and mathml_math

git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7008 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Math2HTML: \\\\mathcal (or \\\\mathscr) for mathematical script, line breaks</title>
<updated>2010-12-06T13:02:19+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2010-12-06T13:02:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/docutils.git/commit/?id=3ed3d6b41f5380d4a799c3e8214e2793d9fc43d0'/>
<id>3ed3d6b41f5380d4a799c3e8214e2793d9fc43d0</id>
<content type='text'>
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@6492 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@6492 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
<entry>
<title>Math update, fixes and latex2html converter.</title>
<updated>2010-12-03T09:51:44+00:00</updated>
<author>
<name>milde</name>
<email>milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04</email>
</author>
<published>2010-12-03T09:51:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/docutils.git/commit/?id=f1a22088522d51c325450234010916054a813191'/>
<id>f1a22088522d51c325450234010916054a813191</id>
<content type='text'>
latex2html converter contributed by Alex Fernández,
"--math-output" option to select between MathML or HTML/CSS math in HTML,
better multiline formula detection in latex2e writer.
TODO and test update.

git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@6490 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
latex2html converter contributed by Alex Fernández,
"--math-output" option to select between MathML or HTML/CSS math in HTML,
better multiline formula detection in latex2e writer.
TODO and test update.

git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@6490 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
</pre>
</div>
</content>
</entry>
</feed>
