|
|
|
@ -52,6 +52,7 @@ format. It includes two scripts (word-counter & bible2latex).
|
|
|
|
|
* Introduction:: Why Bible-Tools? |
|
|
|
|
* word-counter:: word-counter |
|
|
|
|
* bible2latex:: bible2latex |
|
|
|
|
* read-bible:: read-bible |
|
|
|
|
@end menu |
|
|
|
|
|
|
|
|
|
@c ********************************************************************* |
|
|
|
@ -74,17 +75,48 @@ additionally 3 flags: [-h, -v, -c].
|
|
|
|
|
|
|
|
|
|
@itemize |
|
|
|
|
@item |
|
|
|
|
-c specifies a chapter |
|
|
|
|
@item |
|
|
|
|
-h shows a help message |
|
|
|
|
@item |
|
|
|
|
-v shows the version |
|
|
|
|
@item |
|
|
|
|
-c specifies a chapter |
|
|
|
|
@end itemize |
|
|
|
|
|
|
|
|
|
@c********************************************************************* |
|
|
|
|
@node bible2latex |
|
|
|
|
@chapter bible2latex |
|
|
|
|
|
|
|
|
|
bible2latex exports (a part of) the bible to latex. |
|
|
|
|
bible2latex exports (a part of) the bible to latex. It takes 4 optional |
|
|
|
|
flags: [-b, -c, -h, -v] |
|
|
|
|
|
|
|
|
|
@itemize |
|
|
|
|
@item |
|
|
|
|
-c specifies a chapter |
|
|
|
|
@item |
|
|
|
|
-b specifies a book |
|
|
|
|
@item |
|
|
|
|
-h shows a help message |
|
|
|
|
@item |
|
|
|
|
-v shows the version |
|
|
|
|
@end itemize |
|
|
|
|
|
|
|
|
|
@c********************************************************************* |
|
|
|
|
@node read-bible |
|
|
|
|
@chapter read-bible |
|
|
|
|
|
|
|
|
|
read-bible prints (a part of) the bible to the terminal. It takes the |
|
|
|
|
bible translation as the first argument and 4 additional flags: |
|
|
|
|
[-b, -c, -h, -v] |
|
|
|
|
|
|
|
|
|
@itemize |
|
|
|
|
@item |
|
|
|
|
-c specifies a chapter |
|
|
|
|
@item |
|
|
|
|
-b specifies a book |
|
|
|
|
@item |
|
|
|
|
-h shows a help message |
|
|
|
|
@item |
|
|
|
|
-v shows the version |
|
|
|
|
@end itemize |
|
|
|
|
|
|
|
|
|
@bye |
|
|
|
|