This file is indexed.

/usr/share/bibledit-gtk/site/gtk/tutorials/styles.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
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.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="../tutorials.html">Tutorials</a>
        </li>
        <li style="list-style: none; display: inline">
          <hr />
        </li>
        <li>
          <a href="bibledit-for-windows-tutorial.html">Bibledit for Windows Tutorial</a>
        </li>
        <li>
          <a href="checking.html">Checking</a>
        </li>
        <li>
          <a href="collaboration.html">Collaboration</a>
        </li>
        <li>
          <a href="3-editing.html">Editing</a>
        </li>
        <li>
          <a href="keyterms-tutorial.html">Keyterms</a>
        </li>
        <li>
          <a href="merge-tutorial.html">Merging</a>
        </li>
        <li>
          <a href="navigation.html">Navigation</a>
        </li>
        <li>
          <a href="notes.html">Notes</a>
        </li>
        <li>
          <a href="planning.html">Planning</a>
        </li>
        <li>
          <a href="printing.html">Printing</a>
        </li>
        <li>
          <a href="project.html">Project</a>
        </li>
        <li>
          <a href="questions.html">Questions</a>
        </li>
        <li>
          <a href="references.html">References</a>
        </li>
        <li>
          <a href="related-verses.html">Related verses</a>
        </li>
        <li>
          <a href="revert.html">Revert</a>
        </li>
        <li>
          <a href="searching.html">Searching</a>
        </li>
        <li>
          <a href="spelling.html">Spelling</a>
        </li>
        <li>Styles
        </li>
      </ul>
    </div>
    <div id="content">
      <h1>
        Styles
      </h1>
      <h3>
        <a name="TOC-Styles" href="" id="TOC-Styles"></a>Styles
      </h3>
      <h4>
        <a name="whatisastyle" href="" id="whatisastyle"></a>What is a style?
      </h4>
      <p>
        Styles mark the parts of discourse that a block of text belongs to, and secondly determine how the text will look when printed.
      </p>
      <p>
        Styles are given in the text with markers, or more fully Unified Standard Format Markers, shortened <a href="https://sites.google.com/site/bibledit/gtk/reference/usfm">USFM.</a>
      </p>
      <p>
        Styles are bundled in a stylesheet.
      </p>
      <p>
        Each project has one stylesheet attached.
      </p>
      <h4>
        <a name="howdoiaccessthestylefunctions" href="" id="howdoiaccessthestylefunctions"></a>How do I access the style functions?
      </h4>
      <p>
        This will be discussed later on this page.
      </p>
      <h4>
        <a name="howdoisearchforaparticularstyle" href="" id="howdoisearchforaparticularstyle"></a>How do I search for a particular style?
      </h4>
      <p>
        If you know which category the style is in, expand that category and locate the style.
      </p>
      <p>
        Else expand all categories through function Expand all, then focus the Styles Area, and start typing the first couple of letters of the style marker (not the style name). The cursor will move to the style you look for. Pressing the up arrow or down arrow will take you to the previous or next category that starts with these letters.
      </p>
      <h4>
        <a name="howtoinsertastyle" href="" id="howtoinsertastyle"></a>How to insert a style?
      </h4>
      <p>
        Do it through function Insert.
      </p>
      <p>
        The style will be inserted at the cursor postion.
      </p>
      <p>
        There are styles that have a begin- and end marker, and if a word has been selected, and such a style is chosen, the selected word will be put in that style.
      </p>
      <h4>
        <a name="whatarecategories" href="" id="whatarecategories"></a>What are categories?
      </h4>
      <p>
        Styles have been divided into categories for better overview. See <a href="https://sites.google.com/site/bibledit/gtk/reference/usfm">USFM.</a>
      </p>
      <p>
        The categories can be <a href="https://sites.google.com/site/bibledit/gtk/reference/keyboard-accelerators">expanded or collapsed.</a>
      </p>
      <p>
        There is a category called "Other styles". Any styles Bibledit does not know where to put go into this category. If somebody defines his own styles, these styles will go into this category.
      </p>
      <h4>
        <a name="howcanichangesomethingtothestyles" href="" id="howcanichangesomethingtothestyles"></a>How can I change something to the styles?
      </h4>
      <p>
        To start editing a style, check the Edit mode.
      </p>
      <p>
        When there is a small tick at the left of the Edit mode, like so: √ Edit mode, then the mode is checked, else it is unchecked.
      </p>
      <p>
        Once the Edit mode is on you can start using the editing functions in the menu.
      </p>
      <h4>
        <a name="howcanicreateanewstyle" href="" id="howcanicreateanewstyle"></a>How can I create a new style?
      </h4>
      <p>
        Do it through function New.
      </p>
      <p>
        If the style is known in Bibledit's templates, it will fill all the values in for you. The values can be edited.
      </p>
      <p>
        Else, after you've created the new style, edit the style.
      </p>
      <h4>
        <a name="howcanieditastyle" href="" id="howcanieditastyle"></a>How can I edit a style?
      </h4>
      <p>
        Through function Properties.
      </p>
      <p>
        This will bring up a window where you can edit this style.
      </p>
      <p>
        The style determines how the text affected by it will look once printed.
      </p>
      <p>
        All styles should speak for themselves.
      </p>
      <p>
        Notes:
      </p>
      <p>
        * Where there is the choice to span two columns, this refers to the two-column layout normally used in a Bible. A major header normally spans these two columns, but a minor header does not.
      </p>
      <p>
        * A paragraph can be a main title, a subtitle, a section heading, a normal paragraph, and so on. At present these settings are used during exporting a project to SWORD.
      </p>
      <h4>
        <a name="howtodeleteastyle" href="" id="howtodeleteastyle"></a>How to delete a style?
      </h4>
      <p>
        In the Styles Area, select the style or the styles you wish to delete, and choose the Delete function.
      </p>
      <h4>
        <a name="whataretherecentlyusedstyles" href="" id="whataretherecentlyusedstyles"></a>What are the recently used styles?
      </h4>
      <p>
        When a style has been inserted in the text, it will then also be displayed in the category "Recently Used", and will be accessible from there too. A maximum of 30 styles will be displayed. The styles are sorted on usage count, and the most used styles appear at the top of the list.
      </p>
      <p>
        When a style has been inserted in the text, it will then also be displayed in the category "Recently Used", and will be accessible from there too.
      </p>
      <p>
        These recently used styles are attached to the stylesheet. This implies that if another stylesheet is opened, the recently used styles may change.
      </p>
      <p>
        These styles can be deleted. Just select the style or styles you wish to delete, and choose the Delete function. Or select the category itself, and delete it.
      </p>
      <p>
        If any style is deleted, and this style happens to be in the recently used category, it will be removed from there also.
      </p>
      <h3>
        <a name="stylesheet" href="" id="stylesheet"></a>Stylesheet
      </h3>
      <h4>
        <a name="howdoiswitchtoanotherstylesheet" href="" id="howdoiswitchtoanotherstylesheet"></a>How do I switch to another stylesheet?
      </h4>
      <p>
        A stylesheet can be opened through function Stylesheet - Switch.
      </p>
      <p>
        The new stylesheet will be attached to the project that is open.
      </p>
      <h4>
        <a name="howdoicreateanewstylesheet" href="" id="howdoicreateanewstylesheet"></a>How do I create a new stylesheet?
      </h4>
      <p>
        Choose function Stylesheet - New. <a href="https://sites.google.com/site/bibledit/gtk/reference/menu/file/styles/stylesheet">More information is available</a>.
      </p>
      <h4>
        <a name="howdoirenameastylesheet" href="" id="howdoirenameastylesheet"></a>How do I rename a stylesheet?
      </h4>
      <p>
        Choose function Stylesheet - Rename.
      </p>
      <h4>
        <a name="howcanideleteastylesheet" href="" id="howcanideleteastylesheet"></a>How can I delete a stylesheet?
      </h4>
      <p>
        Choose function Stylesheet - Delete. A list of available stylesheets comes up. The one currently opened is not shown so that it cannot be deleted by accident. Select a stylesheet and press Ok. The selected stylesheet will be deleted.
      </p>
      <h4>
        <a name="howtoexportorimportastylesheet" href="" id="howtoexportorimportastylesheet"></a>How to export or import a stylesheet?
      </h4>
      <p>
        That's done through function Stylesheet - Export or Stylesheet - Import.
      </p>
      <p>
        A stylesheet is exported as a database. This database contains all the individual styles that are in that stylesheet. It asks for a filename, adds the right extension to it, and then saves the file, for example, as "Standard.sql5".
      </p>
      <p>
        This same database can be imported in Bibledit.
      </p>
      <p>
        Thus stylesheets can be shared among users.
      </p>
      <p>
        <br />
      </p>
      <p>
        <br />
      </p>
      <p>
        Functions that work with styles are used in various ways.
      </p>
      <h3>
        <a name="workinginthestylesheetwindow" href="" id="workinginthestylesheetwindow"></a>Working in the Stylesheet window
      </h3>
      <p>
        To focus the Stylesheet window, do any of the following:
      </p>
      <p>
        * Choose menu File / Styles.
      </p>
      <p>
        * Or click in the Stylesheet window.
      </p>
      <p>
        * Or press Shift+F5 once or more until the Stylesheet window has focus.
      </p>
      <p>
        * Or press Ctrl+S.
      </p>
      <h3>
        <a name="workingwithstyles" href="" id="workingwithstyles"></a>Working with styles
      </h3>
      <p>
        The first thing to do when working with styles is to focus the Stylesheet window.
      </p>
      <p>
        If the categories are still collapsed you can expand them. Focus the category and <a href="https://sites.google.com/site/bibledit/gtk/reference/keyboard-accelerators">expand</a> it.
      </p>
      <p>
        Then you can use the up or down arrows to move the cursor to a particular style, or click on a style.
      </p>
      <p>
        * Then choose menu File / Styles, and then one of the functions.
      </p>
      <p>
        * Or right-click in the Stylesheet window and choose one of the functions from the Styles pop-up menu.
      </p>
      <p>
        * Or press Shift+F10 to open the Styles pop-up menu, and choose one of the functions.
      </p>
      <p>
        Double-click a style to insert it in the text, or when the Edit mode is on, to edit this style.
      </p>
      <p>
        If the focus is on a style you can press Enter to insert that style.
      </p>
      <p>
        You can press Insert to create a new style, and Delete to remove a style, provided the Edit mode is on.
      </p>
      <h3>
        <a name="workingwithstylesheets" href="" id="workingwithstylesheets"></a>Working with stylesheets
      </h3>
      <p>
        The first thing to do when working with stylesheets is to open the Stylesheet submenu. To do this:
      </p>
      <p>
        * Choose menu File / Styles / Stylesheets, and then one of the functions.
      </p>
      <p>
        * Or right-click in the Stylesheet window and choose function Stylesheets, and then one of the functions from the Stylesheets submenu.
      </p>
      <p>
        * Or in the Stylesheet window press Shift+F10 to open the Styles pop-up menu, choose function Stylesheets and choose one of the functions in that submenu.
      </p>
    </div>
  </body>
</html>