summaryrefslogtreecommitdiff
path: root/docutils/test/functional/input/data
Commit message (Collapse)AuthorAgeFilesLines
...
* New HTML writer generating `XHTML1.1`_ styled with CSS2.milde2015-02-211-0/+371
| | | | | | | | Moved to the docutils core from sandbox/html4strict. .. _XHTML1.1: http://www.w3.org/TR/xhtml11/ git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7798 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Small fixes to math-output=HTML.milde2013-03-021-3/+5
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7619 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* docutils-Bugs-3594442 : complex table formatting errorgrubert2013-02-211-0/+13
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7616 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* remove trailing whitespacemilde2013-01-201-3/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7591 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Change default of "syntax highlight" option to "long", milde2012-09-141-9/+7
| | | | | | Add basic syntax highlight styles for LaTeX and HTML. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7514 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix [ 3527842 ]. milde2012-06-042-0/+585
| | | | | | | | | | | | | | | | Under Python 3, converted tests and tools are now stored in the ``test3/`` and ``tools3/`` sub-directories and not installed in the PYTHONPATH. In order to make this work: - Make tests independent from the location of the ``test/`` directory. - Use converted sources from the ``build/`` directory for tests under Python 3. Remove functional/tests/stylesheet_path_html4css1.py made redunant by functional/tests/math_output_html.py. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7437 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Add tests for section levels not supported by LaTeXmilde2012-02-261-0/+28
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7368 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Do not use ``\\\\section*``-macros to suppress LaTeX section numbering.milde2012-01-261-1/+1
| | | | | | Use ``\\\\DUtitle`` for section levels not supported by LaTeX. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7325 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* "code" option of the "include" directive, testsmilde2011-09-172-2/+9
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7129 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Turn off code parsing in the standalone functional testsmilde2011-09-021-3/+6
| | | | | | to get identical results with/without installed Pygments highlighter. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7120 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* reStructuredText "code" role and directivemilde2011-09-021-3/+39
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7119 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix typo.milde2011-07-251-2/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7099 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
* Apply [ 3148141 ] fix multicolumn support.milde2010-12-301-0/+20
| | | | | | | | Correct width, when a colspanning cell has more than one paragraph. Thanks to Wolfgang Scherer. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@6508 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
* Document the section subtitle transform in the functional tests.milde2010-12-031-1/+3
| | | | | | (sectsubtitle-xform is 0 by default but set to 1 for standalone tests) git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@6491 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-252-26/+20
| | | | | | | | | * 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-092-11/+27
| | | | | | | | | | | | | * 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
* Improve HTML standard compliance.milde2010-11-051-2/+1
| | | | | | | | | * avoid empty class argument (class="") * put french block-quote in a paragraph (But how can one give a class argument to all paragraphs of a block-quote?) git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@6470 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
* Support language specification for document objects.milde2010-10-113-9/+59
| | | | | | | | | | Class arguments in the form "language-<language tag>", e.g. ``.. class:: language-el-polyton`` for a quote in polytonic Greek are handled by the html and latex writers to set the language of the "classified" object. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@6443 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* xetex writer documentation and new default font.milde2010-09-241-3/+4
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@6432 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Drop the latex2e-special output_encoding default ("latin-1").milde2010-05-052-16/+59
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@6319 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* support SWF images,milde2010-03-023-35/+65
| | | | | | improve formatting of HTML test output. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@6254 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Support SVG images (patch by Stefan Rank).milde2010-03-021-0/+68
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@6253 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix hyperlink targets (labels) for images, figures, and tables in LaTeX.milde2010-02-051-8/+17
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@6225 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Use the ``\\\\url`` command for URLs milde2009-10-231-0/+62
| | | | | | (breaks long URLs instead of writing into the margin). git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@6183 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Beautify LaTeX test output (start ToC on a new page)milde2009-09-281-0/+4
| | | | | | | As the test output is also a show-case for Docutils, we should make it nice (if easily possible). git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@6146 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix hyper-targets in captions, support custom roles based on "raw".milde2009-09-281-0/+23
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@6145 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* more verbose sample text to ease visual comparison of conversion resultsmilde2009-08-121-2/+13
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@6079 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* fixed target name clash in the test file standard.txtmilde2009-06-041-1/+1
| | | | | | (re-numbering of ids causes extensive changes in the test output). git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5970 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Better explain optional wrapping around images and figures milde2009-05-181-8/+10
| | | | | | in the test document. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5949 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Clean up image directive test/demomilde2009-05-111-37/+53
| | | | | | | | Separate test for image and figure directives, test right, left, and center alignment of figures, avoid too large images. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5940 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* simpler LaTeX encodingmilde2009-05-062-4/+65
| | | | | | | | | | | | | | | | | | Remove redundant "double protection" from the encoding of the "special printing characters" and square brackets, e.g. ``\\%`` instead of ``{\\%}``. Use conventional style for "named" macros, e.g. ``\\dots{}`` instead of ``{\\dots}``. Encode < | > in OT1 font encoding only. encode method: clear comments, simpler logic Bugfix: \\reflectbox requires graphicx. Adapt tests and documentation. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5934 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Correctly describe the reason for the multirow-LaTeX problem milde2009-04-291-8/+10
| | | | | | (from docutils-devel post by D. G.). git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5928 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Add test case for bug with rowspanning table cellsmilde2009-04-281-1/+48
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5926 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* latex2e writer: sub- and superscript as text, custom roles based on standard ↵milde2009-03-301-2/+27
| | | | | | | | roles. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5887 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* latex2e writer: backwards compatible implementation of failsave custom rolesmilde2009-01-302-9/+30
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5862 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added test for r5314wiemann2007-07-051-2/+3
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@5315 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Add: active latex2e test data with option list in definition list.grubert2006-12-111-0/+25
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@4830 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* added functional test for non-ASCII characters in commentswiemann2006-08-111-0/+2
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@4676 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* use $Id$ instead of $Date$ and $Revision$;wiemann2006-05-211-1/+1
| | | | | | | | collapsed Author and Contact fields; use canonical email addresses for David and Felix; (I have reviewed the diff) git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@4564 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Add custom role with two classes.grubert2006-04-041-0/+7
| | | | | | | Change latex2e visit/depart_inline to handle it. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@4500 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* A new role neither based on some old nor with class.grubert2006-04-021-0/+6
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@4492 929543f6-e4f2-0310-98a6-ba3bd3dd1d04