File: latex_cornercases.txt

package info (click to toggle)
python-docutils 0.19%2Bdfsg-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 9,668 kB
  • sloc: python: 45,630; lisp: 14,475; xml: 1,789; javascript: 1,032; sh: 130; makefile: 104
file content (61 lines) | stat: -rw-r--r-- 1,230 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Additional Tests for the LaTeX Writer
*************************************

These tests contain syntax elements and combinations which may cause
trouble for the LaTeX writer.

.. contents::

.. include:: data/section_titles.txt
.. include:: data/option_lists.txt

Block Quotes
============

    This block quote comes directly after the section heading and is
    followed by a paragraph.

    This is the second paragraph of the block quote and it contains
    some more text filling up some space which would otherwise be
    empty.

    -- Attribution

This is a paragraph.

    This block quote does not have an attribution.

This is another paragraph.

    Another block quote at the end of the section.


More Block Quotes
=================

    Block quote followed by a transition.

----------

    Another block quote.


Images
======

Image with 20% width:

.. image:: ../../../docs/user/rst/images/title.png
   :width: 20%

Image with 100% width:

.. image:: ../../../docs/user/rst/images/title.png
   :width: 100%

.. include:: data/tables_latex.txt
.. include:: data/nonalphanumeric.txt
.. include:: data/unicode.txt
.. include:: data/latex_encoding.txt
.. include:: data/hyperlinking.txt
.. include:: data/urls.txt