summaryrefslogtreecommitdiff
path: root/docutils/test/functional/expected/math_output_html.html
Commit message (Collapse)AuthorAgeFilesLines
* Version 0.20.2b.devgrubert2023-05-171-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9390 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Release 0.20.1grubert2023-05-161-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9388 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* version 0.20.1b.devgrubert2023-05-091-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9376 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* release 0.20grubert2023-05-091-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9374 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* version 0.20rc1 grubert2023-05-041-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9372 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Raise version to 0.20b.dev.milde2022-12-011-1/+1
| | | | | | There are not only bugfix changes since 0.19, so a new "minor" release is required. git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9291 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Refactor HTMLTranslator initialization and parts setup.milde2022-11-131-1/+1
| | | | | | | | | | | | | | | | | Use utils.xml_declaration(). Don't write charset (encoding) declaration if the intended output encoding is not known. Copy "meta" part content into "head" in `depart_document()` (i.e. after collecting all items). Obsoletes auxiliary method `add_meta()`. Remove it. Changes to the HTML output (no space character before closing tag of XML declaration, order of metadata elements) don't affect the HTML semantics, styling, and rendering. git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9240 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* version 0.19.1b.devgrubert2022-07-051-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9105 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* release 0.19grubert2022-07-051-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9103 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* version 0.19b2.devgrubert2022-06-211-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9086 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* release 0.19b1grubert2022-06-211-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@9085 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Change http://docutils.sourceforge.net -> https://docutils.sourceforge.iomilde2022-01-201-1/+1
| | | | | | Patch by Adam Turner. git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8956 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Set version to 0.19b.dev.milde2021-12-231-1/+1
| | | | | | | | | | Leaving the 0.18 maintenance mode. Note: We may skip 0.19 if the next release is "1.0-ready" (depending on consensus on backwards compatibility policy and definition/documentation of the public part of the API). git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8914 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* version 0.18.2b0grubert2021-11-231-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8903 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Release 0.18.1grubert2021-11-231-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8900 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Version: 0.18.1b1.devgrubert2021-11-181-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8894 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Version: 0.18.1bgrubert2021-11-181-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8893 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* release 0.18.1b.devgrubert2021-10-261-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8867 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* version 0.18grubert2021-10-261-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8864 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* release number 0.18b2.devgrubert2021-10-051-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8848 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Release 0.18b1grubert2021-10-051-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8845 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* 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-1/+1
| | | | | | | | | | | | | | | | | | | | 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
* Math: fix some LaTeX character mappings.milde2021-07-121-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8799 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* math2html: Prefer STIX fonts for formulas.milde2021-07-121-15/+15
| | | | | | | | | | | | | | STIX is free, widely supported, and comprehensive. (On the downside: it is considerably smaller than DejaVu: no problem with Chromium/Chrome but in Firefox a larger font-size might be advised.) Work around bugs/problems in STIX: "medium mathematical space" is too wide, "vertical line" glyphs leave gaps when stacked, upright integrals provide better alignment of limits. git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8798 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* math2html: Improve handling of big symbols.milde2021-07-121-4/+4
| | | | | | | | | | Scale variable sized operators with CSS instead of constructing from pieces. Fix Unicode translations for N-ary operators. Scale stretch big delimiters instead of scaling. git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8796 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* math2html: support decorations under base character.milde2021-07-121-4/+4
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8795 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* math2html: support small symbols, refactor math accent handling.milde2021-07-121-6/+6
| | | | | | | | | | | | | | | math accents/combining characters: - insert combining character after first character of argument (mimic LaTeX behaviour). - support non alphabetical base-character (\not{\in} and similar). - use precomposed characters if possible (normalization) Cleanup: update comments, remove not required code. git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8794 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Major rework of math2html converter.milde2021-07-121-16/+16
| | | | | | | | | | | | | Fork from elyxer (https://github.com/alexfernandez/elyxer). Remove code that is not requried for math conversion. Fix/update LaTeX/Unicode character translation, use common codebase with MathML. Support more commands. git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8793 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* MathML: Implement "cases" environment in latex2mathml.milde2021-05-201-33/+1
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8740 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* version 0.18b.dev, open repository for development.milde2021-05-171-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8721 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* version 0.17.2b.devgrubert2021-04-171-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8711 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* release 0.17.1grubert2021-04-171-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8705 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* version 0.17.1b2.devgrubert2021-04-091-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8688 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* version 0.17.1b1.devgrubert2021-04-091-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8687 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* set version to 0.17.1b.devgrubert2021-04-091-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8681 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* switch to 0.18b.devgrubert2021-04-031-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8660 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* release 0.17grubert2021-04-031-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8653 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* version 0.17b2.devgrubert2021-02-101-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8616 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Set version 0.17b1grubert2021-02-101-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk@8615 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* set release 0.17b.devgrubert2020-01-121-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8456 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* set version 0.16grubert2020-01-121-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8453 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* version: 0.16rc2.devgrubert2019-12-191-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8444 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* version: 0.16rc1grubert2019-12-191-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8442 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* set version: 0.16rc1.devgrubert2019-12-151-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8440 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* version to 0.16b.devgrubert2019-07-211-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8274 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Change to 0.15 finalgrubert2019-07-201-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8267 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* set version 0.15rc1.devgrubert2019-07-201-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8263 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* change version to 0.15b.devgrubert2017-08-081-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8159 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* version to 0.15.devgrubert2017-08-031-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8157 929543f6-e4f2-0310-98a6-ba3bd3dd1d04