Bug fixes.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3699 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Michael Pfeiffer
2003-06-27 17:23:52 +00:00
parent cfab67cd80
commit 2a76289ea7
+2 -8
View File
@@ -1,22 +1,16 @@
CrossReferences 1.0
# Table
# Sample: see table 12
# Table 12: bla bla bla
"[sS]ee [tT]able ([0-9]+)", "see [tT]bl. ([0-9]+)"
->
"[tT]able ([0-9]+)", "[tT]bl. ([0-9]+)".
# Figure
# Sample: See figure 2
# Figure 2: bla bla bla
"[sS]ee [fF]igure ([0-9]+)", "[sS]ee [fF]ig. ([0-9]+)"
->
"[fF]igure ([0-9]+)", "[fF]ig. ([0-9]+)".
# Table of contents
# eg. Chapter 1 ............... 3
# in footer: - 3 -
"\.\.\.\. ([0-9]+)"
# Page, Table of contents
"\.\.\.\.\. *([0-9]+)", "[pP]age ([0-9]+)"
->
"\- ([0-9]+) \-".