blob: e6df749223e4424c81a38be96822bb838255d52e (
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
|
latex-labels-before-module
==========================
.. _label_1a:
.. _label_1b:
.. module:: module1
text
.. _label_2:
.. module:: module2a
text
.. module:: module2b
text
.. _label_3:
.. module:: module3
text
.. _label_auto_1a:
.. _label_auto_1b:
.. automodule:: automodule1
text
.. _label_auto_2:
.. automodule:: automodule2a
text
.. automodule:: automodule2b
text
.. _label_auto_3:
.. automodule:: automodule3
text
|