summaryrefslogtreecommitdiff
path: root/test/functional/expected
Commit message (Collapse)AuthorAgeFilesLines
* release 0.17.1grubert2021-04-1717-17/+17
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8705 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* version 0.17.1b2.devgrubert2021-04-0917-17/+17
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8688 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* version 0.17.1b1.devgrubert2021-04-0917-17/+17
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8687 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* set version to 0.17.1b.devgrubert2021-04-0917-17/+17
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8681 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix bug #406 (MathML translation of ``\mathbf``).milde2021-04-081-2/+2
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8675 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Apply patch #160: move macro defs above .TH (thanks Willie and sorry for the ↵grubert2021-04-061-3/+3
| | | | | | delay). git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8669 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* specify stylesheet_dirs for embed_images_html5 patch#180grubert2021-04-041-2/+2
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8662 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* switch to 0.18b.devgrubert2021-04-0317-17/+17
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8660 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* release 0.17grubert2021-04-0317-17/+17
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8653 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* HTML5 writer: support <video>.milde2021-03-201-0/+38
| | | | | | Use <video> for images with video MIME types supported by HTML5. git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8639 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fixup for r8636: use <small> for line numbers.milde2021-03-201-5/+5
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8637 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* HTML5: Place code-block line numbers in pseudo-elements.milde2021-03-191-5/+5
| | | | | | | This way, they are skipped when copying text from code blocks. Solves feature request #32. git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8636 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* HTML5 stylesheet update and cleanup. Class value for documents with ToC.milde2021-03-191-1/+1
| | | | | | | | | * Improve the page layout for responsive design, especially for documents without ToC. * Cleanup, small fixes, and re-organisation. git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8635 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* HTML5 writer: Add a `viewport` meta tag to fix rendering in mobile browsers.milde2021-03-094-9/+9
| | | | | | | | The default behaviour of many mobile browsers is to render for a virtual viewport size and scale. This breaks CSS styling with the default stylesheets. git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8632 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* New responsive style for HTML5.milde2021-03-051-6/+16
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8630 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Update functional test sample.milde2021-02-237-682/+716
| | | | | | | | | | | Update some links. Describe "meta" directive. Don't use too wide images and tables to allow adaption to small screens (mobile). git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8627 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* latex-writer: add \\leavevmode after term or field name if required.milde2021-02-185-32/+440
| | | | | | Based on patch #176 by John Thorvald Wodder II git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8626 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix/Update HTML5 writer functional test.milde2021-02-131-70/+63
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8622 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* version 0.17b2.devgrubert2021-02-1016-16/+16
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8616 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Set version 0.17b1grubert2021-02-1016-16/+16
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8615 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* FIX r8608 moved attribute-optional in html5 test: but not in expected grubert2021-02-101-10/+0
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8612 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Small update of the functional test input.milde2021-01-267-7/+17
| | | | | | No change in functionality. git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8608 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Revert "html5 writer: wrap image elements in <p> unless inline or in figure."milde2021-01-262-20/+20
| | | | | | This wrapper is not required as we can set the display to "block" with CSS. git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8607 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Support the "meta" directive in LaTeX.milde2021-01-114-0/+10
| | | | | | | | | Set PDF document properties from "meta" directive content using "hyperref" options. Also set "pdflang" if the document language is not "en". git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8606 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Small fixes.milde2021-01-083-6/+0
| | | | | | | | | | Avoid spurious blank lines in LaTeX output. Update comments, trim whitespace. Todo entry for minor parsing bug. git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8602 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix LaTeX code for system messages.milde2020-12-143-30/+30
| | | | | | | | | | System messages are admonitions, don't use "alltt" inside them with "legacy class functions". Thanks to Jérôme Carretero for the report. Fix spurious vspace after DUTitle (move hypertarget code inside). git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8590 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Implement feature request #40 Option to embed images as data URI.milde2020-11-271-0/+32
| | | | | | | | | | | | | | | If the new "embed_image" configuration setting is true, the image can be read from the local file system, and its MIME type can be determined, it is base64 encoded and included as a data URI. TODO: * Add an "embed" option to the "image" directive to allow embedding of individual images? * Use direct inlinging for SVG in HTML5? git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8581 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Apply patch #175 "Fix alignment of nested tables".milde2020-11-259-117/+223
| | | | | | | | | | Thanks to John Thorvald Wodder II for the patch. Additional fixes to table alignment. Expand LaTeX writer test for nested tables. git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8577 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* LaTeX writer tests: functional test stub for nested tables.milde2020-10-281-0/+59
| | | | | | Cf. patch #175. git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8570 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Apply patch #173 by John Thorvald Wodder II.milde2020-10-273-0/+6
| | | | | | Make *TeX writers convert nonstandard table classes to DUclass environments. git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8569 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* LaTeX writer updatemilde2020-09-046-7/+9
| | | | | | | | | | | | | Fix workaround for section title of unsupported levels with the new-style class handling (class wrapper instead of class-argument for \DUtitle). Require minimal version of "docutils.sty" to get a warning in the LaTeX-log for obsolete files with the same name. Update documentation. git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8557 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Change the `initial_header_level`_ setting's default to "2"milde2020-09-042-56/+56
| | | | | | | | Browsers use the `same style for <h1> and <h2> when it's nested in a section`. cf. https://stackoverflow.com/questions/39547412/same-font-size-for-h1-and-h2-in-article git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8556 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Formatting (no change to functionality).milde2020-09-012-2/+4
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8550 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* LaTeX package/stylesheet for Docutils.milde2020-08-2811-573/+151
| | | | | | | | | | | New LaTeX style file with required Docutils-specific definitions. This file will also be published on CTAN. When "docutils.sty" is not found in the "stylesheet" setting(s), the LaTeX writer will insert required code into the document preamble (like up to this commit). git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8545 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* disable pygments by defaultgrubert2020-08-101-13/+9
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8532 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Part 2 of the fix for #398.milde2020-07-181-1/+1
| | | | | | Fix also fixhtml4 writer and tests. git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8530 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Make the sidebar's "title" argument optional.milde2020-07-107-7/+7
| | | | | | | | | Feature request #69. The analogous DocBook "sidebar" element's title is optional. too (https://tdg.docbook.org/tdg/5.2/sidebar.html). git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8524 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Support the `memoir` LaTeX document class.milde2020-07-103-2/+2923
| | | | | | Fixes #390, #391, and #392. git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8523 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* html5: support numbered figures (with CSS styling, analogue to tables).milde2020-04-031-22/+35
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8515 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* functional tests: add section headingmilde2020-04-036-243/+289
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8514 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* html writer: Drop spurious suffix after <object> starttag.milde2020-04-032-24/+13
| | | | | | | Also backported to html4css1 to fix possible spurious whitespace after inline images. git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8513 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* html5 writer: classify image references also for inline images.milde2020-04-031-1/+1
| | | | | | | | | Add "inmage-reference" to the class arguments for all references that contain only one image node. Allows CSS styling to underline text links but not image links. git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8511 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* html5 writer: wrap image elements in <p> unless inline or in figure.milde2020-04-031-20/+20
| | | | | | | | | | | | | | In HTML, <img> is by default an inline element. The rST "image" directive generates block-level elements (unless used in a "substitution" directive). Wrapping in a container enables more advanced CSS styling. A paragraph as wrapper fits well with Docutils wrapping inline content in paragraphs by default. No change for the "html4css1" writer (ensure backwards compatibility). git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8510 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix #126 manpage title with spacesgrubert2020-02-171-1/+1
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8494 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* [ Fix #380 ] manpage commandline option problem in sphinx.grubert2020-02-171-2/+2
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8492 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* latex writer: announced changes.milde2020-01-307-63/+14
| | | | | | | | | Remove backwards compatibility code for the deprecated `styling command`__ prefix ``\docutilsrole``. Log entries for new setting "legacy_class_functions". git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8480 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* html5: support <ins> and <del> tags.milde2020-01-301-6/+6
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8476 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* html5: use semantic text-level tagsmilde2020-01-301-13/+13
| | | | | | | if matching class value found in "inline" and "inline-literal" emements. git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8475 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Use new HTML5 element <main>.milde2020-01-303-6/+6
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8474 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* html5: Use semantic tags <figure> and <figcaption>.milde2020-01-301-15/+25
| | | | git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8473 929543f6-e4f2-0310-98a6-ba3bd3dd1d04