blob: 88b767aa60f8516973c9ff2d037332813c9d316a (
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
|
;; Example raw-index file.
(indexentry :key ("appendices") :locref "A-1" :attr "usage")
(indexentry :key ("appendices") :locref "A-7" :attr "usage")
(indexentry :key ("appendices") :locref "A-11" :attr "usage")
(indexentry :key ("appendices") :locref "B-3" :attr "usage")
(indexentry :key ("appendices") :locref "B-4" :attr "usage")
(indexentry :key ("appendices") :locref "B-5" :attr "usage")
(indexentry :key ("appendices") :locref "C-8" :attr "usage")
(indexentry :key ("appendices") :locref "C-12" :attr "usage")
(indexentry :key ("appendices") :locref "C-13" :attr "usage")
(indexentry :key ("appendices") :locref "C-22" :attr "usage")
(indexentry :key ("appendices") :locref "C-1" :attr "usage")
(indexentry :key ("appendices") :locref "D-2" :attr "usage")
(indexentry :key ("appendices") :locref "D-3" :attr "usage")
(indexentry :key ("appendices") :locref "D-5" :attr "usage")
(indexentry :key ("appendices") :locref "D-10" :attr "usage")
(indexentry :key ("roman") :locref "iv" :attr "usage")
(indexentry :key ("roman") :locref "ii" :attr "usage")
(indexentry :key ("roman") :locref "iii" :attr "usage")
(indexentry :key ("roman") :locref "ix" :attr "usage")
(indexentry :key ("roman") :locref "x" :attr "usage")
(indexentry :key ("roman") :locref "mcmxcvi" :attr "usage")
(indexentry :key ("lyuk") :locref "1" :attr "usage")
(indexentry :key ("lyukas") :locref "2" :attr "usage")
(indexentry :key ("maga") :locref "1" :attr "usage")
(indexentry :key ("magyar") :locref "2" :attr "usage")
(indexentry :key ("nagy") :locref "1" :attr "usage")
(indexentry :key ("nagyon") :locref "9" :attr "usage")
(indexentry :key ("negy") :locref "4" :attr "usage")
(indexentry :key ("nyolc") :locref "8" :attr "usage")
(indexentry :key ("nyelv") :locref "1" :attr "usage")
|