summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Documentation update.milde2021-10-221-17/+16
* Fix spellingmilde2021-10-2218-55/+55
* Fix spelling errors.milde2021-10-212-17/+17
* docutils-cli.py: Read settings from standard configuration files.milde2021-10-191-0/+29
* Config setting image_loading: use value "link" instead of "eager".milde2021-10-151-6/+6
* New option "image_loading" for HTML5.milde2021-10-131-12/+27
* Small documentation update.milde2021-10-122-29/+31
* Documentation clarification.milde2021-10-121-13/+26
* add cleanup commandsgrubert2021-10-051-0/+4
* Fix: virtualenv dirnamegrubert2021-10-051-1/+1
* HTML5: New default for table column widths (fixes bug #426).milde2021-10-012-2/+2
* LaTeX writer: New algorithm for table colum widths. Fixes bug #422.milde2021-09-304-103/+144
* Documentation updatemilde2021-09-243-192/+151
* Documentation update.milde2021-09-212-899/+736
* Small documentation fixes.milde2021-09-201-0/+1
* Add "class" option to "raw" directive.milde2021-09-111-1/+4
* TODOsgrubert2021-08-231-2/+4
* Small documentation update.milde2021-08-111-6/+5
* LaTeX writer: Refactor computation of table column widths.milde2021-08-103-17/+21
* MathML: fixes and additions.milde2021-08-101-16/+94
* Update SVG image samples and tests.milde2021-07-194-239/+28
* Small documentation fixes and additions.milde2021-07-123-8/+71
* math.css: tweak bigoperator size.milde2021-07-121-8/+8
* Math: fix some LaTeX character mappings.milde2021-07-121-50/+48
* math2html: Prefer STIX fonts for formulas.milde2021-07-121-9/+20
* math2html: Improve handling of big symbols.milde2021-07-121-0/+1
* math2html: support small symbols, refactor math accent handling.milde2021-07-121-1/+0
* Major rework of math2html converter.milde2021-07-121-1/+1
* HTML5: add self-link after section headings (feature request #28).milde2021-07-051-58/+64
* Reorganise functional tests.milde2021-06-301-40/+8
* Update TODO documentation.milde2021-06-261-122/+69
* Doctree documentation fixes.milde2021-06-251-42/+46
* HTML5: small fixes, preparation for footnote handling refactoring.milde2021-06-252-7/+17
* Change default value for the "auto_id_prefix" setting to "%".milde2021-06-181-1/+1
* Document "footnote" and "footnote-reference" elements.milde2021-06-171-8/+177
* Insert "meta" nodes at begin of document.milde2021-06-171-1/+1
* Make "meta" a standard node.milde2021-06-176-44/+104
* MathML: Refactor negating with ``\not``, simplify code.milde2021-06-171-8/+32
* math: update latex <-> unicode mappings.milde2021-06-171-8/+14
* MathML: refactor and extend.milde2021-06-171-83/+155
* Minor documentation update.milde2021-05-271-1/+1
* MathML: refactor and extend.milde2021-05-271-50/+251
* Document recent changes to MathML support.milde2021-05-205-69/+20
* MathML: remove unrequired <mrow>s, support more commands.milde2021-05-201-101/+96
* MathML: support \circledR, \circledS, functions that take limits.milde2021-05-201-19/+15
* MathML fix multi-digit number literals. Support optional arg for \sqrt.milde2021-05-201-28/+21
* MathML: fix script/limt order when given as ^{super}_{sub}.milde2021-05-201-7/+12
* MathML: new text_optarg(), refactor parse_latex_math(), support more TeX cmds.milde2021-05-201-36/+58
* MathML: Refactor XML output routines.milde2021-05-201-11/+10
* MathML: simplify node class interface, fix accent handling.milde2021-05-201-9/+12