summaryrefslogtreecommitdiffstats
path: root/tests/roots/test-latex-labels/index.rst
blob: f3c4217509e339b94c0a97b4c530e04d053a0f0c (plain)
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
62
63
64
65
66
67
68
69
70
71
72
latex-labels
============

figures
-------

.. _figure1:
.. _figure2:

.. figure:: logo.jpg

   labeled figure

.. figure:: logo.jpg
   :name: figure3

   labeled figure

   with a legend

code-blocks
-----------

.. _codeblock1:
.. _codeblock2:

.. code-block:: none

   blah blah blah

.. code-block:: none
   :name: codeblock3

   blah blah blah

tables
------

.. _table1:
.. _table2:

.. table:: table caption

   ==== ====
   head head
   cell cell
   ==== ====

.. table:: table caption
   :name: table3

   ==== ====
   head head
   cell cell
   ==== ====

.. _section1:
.. _section2:

subsection
----------

.. _section3:

subsubsection
~~~~~~~~~~~~~

.. toctree::

   otherdoc

* Embedded standalone hyperlink reference(refs: #5948): `subsection <section1_>`_.