summaryrefslogtreecommitdiff
path: root/docutils/test/functional/input/data/hyperlinking.txt
blob: 495f4b34fff38fa359c2c858a513543daddef133 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Hyperlinks and -targets
-----------------------

In LaTeX, we must set an explicit anchor (``\phantomsection``) for a 
_`hypertarget in plain text` but not in a table or figure caption:

.. table:: Table with _`hypertarget in table title`.

   =====  ===== =====
   False  True  None
   =====  ===== =====

.. figure:: ../../../docs/user/rst/images/biohazard.png

   Figure with _`hypertarget in figure caption`.
   
   Legend with _`hypertarget in figure legend`.
   
See `hypertarget in plain text`_,
`hypertarget in table title`_,
`hypertarget in figure caption`_, and
`hypertarget in figure legend`_,