summaryrefslogtreecommitdiff
path: root/test/functional/input
Commit message (Collapse)AuthorAgeFilesLines
* Small fixes to math-output=HTML.milde2013-03-021-3/+5
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@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/docutils@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/docutils@7591 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix literal use of babel shorthands (straight quote, tilde, ...).milde2013-01-172-2/+40
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7589 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/docutils@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/docutils@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/docutils@7368 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Do not use ``\\\\section*``-macros to suppress LaTeX section numbering.milde2012-01-263-3/+4
| | | | | | Use ``\\\\DUtitle`` for section levels not supported by LaTeX. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@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/docutils@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/docutils@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/docutils@7119 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Self-documentation the "Cyrillic with LaTeX" functional test.milde2011-08-241-0/+18
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7101 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix typo.milde2011-07-251-2/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@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/docutils@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/docutils@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/docutils@7008 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Apply [ 3148141 ] fix multicolumn support.milde2010-12-302-0/+21
| | | | | | | | 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/docutils@6508 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Move orphaned "newlatex" writer to the sandbox.milde2010-12-071-12/+0
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@6496 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/docutils@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/docutils@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/docutils@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/docutils@6486 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Generate valid XHTML.milde2010-11-093-11/+41
| | | | | | | | | | | | | * 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/docutils@6475 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Add cyrillic test input file.milde2010-11-091-0/+12
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@6474 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* latex2e: use \\\\otherlanguage instead of \\\\selectlanguagemilde2010-11-051-0/+1
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@6472 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Math support: milde2010-11-052-14/+15
| | | | | | documentation, tests, and stubs for manpage and odt writer git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@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/docutils@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/docutils@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/docutils@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/docutils@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/docutils@6443 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* xetex writer documentation and new default font.milde2010-09-242-5/+20
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@6432 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* New writer generating LaTeX code for compiling with ``xelatex``.milde2010-09-201-0/+25
| | | | | | | A separate writer (inheriting from latex2e) instead of a ``--xetex`` option allows separate config options for XeTeX vs. LaTeX2e. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@6428 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/docutils@6319 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* support SWF images,milde2010-03-024-35/+66
| | | | | | improve formatting of HTML test output. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@6254 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Support SVG images (patch by Stefan Rank).milde2010-03-022-0/+69
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@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/docutils@6225 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Added custom headers/footers with page numbers, date, time, etc. Plus, doc ↵dkuhlman2009-12-291-0/+9
| | | | | | fix (containers). git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@6214 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Use the ``\\\\url`` command for URLs milde2009-10-232-0/+63
| | | | | | (breaks long URLs instead of writing into the margin). git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@6183 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* add test filemilde2009-10-091-0/+23
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@6158 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/docutils@6146 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Fix hyper-targets in captions, support custom roles based on "raw".milde2009-09-282-0/+24
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@6145 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* More stable implementation of ``--use-titlepage-env``.milde2009-08-251-5/+3
| | | | | | | Variable for output stream of the visitor methods allows to easily collect and process output of sub-nodes. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@6102 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* Move manpage writer out of sandbox.grubert2009-08-181-0/+77
| | | | git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@6085 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/docutils@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/docutils@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/docutils@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/docutils@5940 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
* simpler LaTeX encodingmilde2009-05-063-4/+66
| | | | | | | | | | | | | | | | | | 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/docutils@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/docutils@5928 929543f6-e4f2-0310-98a6-ba3bd3dd1d04