summaryrefslogtreecommitdiff
path: root/docutils/test/functional/input/data/math.txt
Commit message (Collapse)AuthorAgeFilesLines
* HTML5: New default for table column widths (fixes bug #426).milde2021-10-011-1/+1
| | | | | | | | | 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
* MathML: fixes and additions.milde2021-08-101-2/+2
| | | | | | | | | | | | | | | | | | | | 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
* MathML: Implement "cases" environment in latex2mathml.milde2021-05-201-11/+1
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8740 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Clear up and document patch [ 120 ].milde2016-07-281-0/+1
| | | | | | | | | | | | | The colwidths argument for <tgroup> 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
* "code" option of the "include" directive, testsmilde2011-09-171-1/+0
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7129 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Common directive options:milde2011-07-061-3/+9
| | | | | | | | | 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
* Math directive and documentation update:milde2011-06-171-19/+20
| | | | | | | | | 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
* Math support updatemilde2011-04-131-21/+26
| | | | | | | | | | * 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
* Math2HTML: \\\\mathcal (or \\\\mathscr) for mathematical script, line breaksmilde2010-12-061-0/+11
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@6492 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Math update, fixes and latex2html converter.milde2010-12-031-13/+26
| | | | | | | | | 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
* Update html4css1 writer, math, and functional tests.milde2010-11-251-6/+5
| | | | | | | | | * prepare for math to HTML conversion, * provisions for XTHML 1.1. generation with the "strict" html writer: configurable lang attribute name: "lang" in XHTML 1.0 but "xml:lang" in 1.1, strip whitespace around class arguments, git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@6486 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Generate valid XHTML.milde2010-11-091-6/+19
| | | | | | | | | | | | | * Wrap the custom-role HTML styling in the example a literal block: While in-document styling with raw HTML works in most browsers, a <style> tag in the body is no valid HTML. * The "lang" attribute name is no longer valid in XHTML 1.1. Make it configurable to enable writers inheriting from the html4css1 writer to generate valid XHTML 1.1. output. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@6475 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Math support: milde2010-11-051-14/+14
| | | | | | documentation, tests, and stubs for manpage and odt writer git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@6471 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Rename the ``.. math-block::`` directive to ``.. math::``.milde2010-10-291-9/+18
| | | | | | | | | | Simplify the rst-syntax using just one name for math directive and role. This is also how it is done by Sphinx. The doctree node is still called math-block (analogous to literal-block, line-block, ...). git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@6460 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Math documentation and test updatemilde2010-10-261-1/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@6453 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Support mathematics with a "math" role and "math-block" directive.milde2010-10-251-0/+54
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@6451 929543f6-e4f2-0310-98a6-ba3bd3dd1d04