This file is indexed.

/usr/share/bibledit-gtk/site/gtk/reference/elastics.html is in bibledit-gtk-data 4.9-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <link href="../../bibledit.css" rel="stylesheet" type="text/css" /><!-- 

Copyright (©) 2003-2011 Teus Benschop and Contributors to the Wiki.

Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3
or any later version published by the Free Software Foundation;
with no Invariant Sections, no Front-Cover Texts, and no Back-Cover
Texts.  A copy of the license is included in the section entitled "GNU
Free Documentation License" in the file FDL.

-->
    <title></title>
  </head>
  <body>
    <div id="menu">
      <ul>
        <li>
          <a href="../../home.html">1 Bibledit</a>
        </li>
        <li>
          <a href="../reference.html">Reference</a>
        </li>
        <li style="list-style: none; display: inline">
          <hr />
        </li>
        <li>
          <a href="changes-log.html">Changes Log</a>
        </li>
        <li>Elastics
        </li>
        <li>
          <a href="internals.html">Internals</a>
        </li>
        <li>
          <a href="keyboard-accelerators.html">Keyboard accelerators</a>
        </li>
        <li>
          <a href="menu.html">Menu</a>
        </li>
        <li>
          <a href="usfm.html">USFM</a>
        </li>
      </ul>
    </div>
    <div id="content">
      <h1>
        Elastics
      </h1>
      <p>
        In the example below we wish to print a cover with the word "Bible" in the middle.
      </p>
      <p>
        To do that, the following code is put in the book "Other Material":
      </p>
      <pre>
\zelastic<br />\mt Bible<br />\zelastic
</pre>
      <p>
        The picture below shows how the page looks like and how the elastics have been used to achieve the vertical outline of the word "Bible".
      </p>
      <p>
        <img alt="elastic" src="javascript:void(0);" />
      </p><a href="../../gtk/reference/elastics/elastic.gif?attredirects=0.html" imageanchor="1"><img border="0" src="SELFREFERENCE_/rsrc/1269072974139/gtk/reference/elastics/elastic.gif.html" /></a>
      <p>
        The first "\zelastic" line connects the first elastic to the top of the page. The other side of this elastic is connected to the sign "Bible". Then from this sign, another elastic goes to the bottom of the page. These two elastics will then be stretched, and thus pull the word "Bible" to the middle of the page.
      </p>
      <p>
        This it how it basically works. More elastics can be added, e.g. if another elastic would be added below the last, the result would be that the word "Bible" would move up.
      </p>
      <p>
        Consider the following code:
      </p>
      <pre>
\zelastic<br />\mt Bible<br />\zelastic<br />\mt3 Bible Society
</pre>
      <p>
        This puts "Bible Society" at the bottom of the page, and "Bible" in the middle, using two elastics. This shows another property of elastics: whenever elastics are used on a page, the whole page is filled, either with text, as in this example, or with white space.
      </p>
      <p>
        Note. Elastics works in layouts with one column. A feature request for support in two-column layouts can be submitted, if this is needed.
      </p>
    </div>
  </body>
</html>