|
|
|
@ -45,8 +45,13 @@ Edition @value{EDITION} @*
|
|
|
|
|
|
|
|
|
|
This document describes Bible-Tools version @value{VERSION}. |
|
|
|
|
|
|
|
|
|
Bible-Tools is a Guile scheme library for working with bibles in tsv |
|
|
|
|
format. It includes two scripts (word-counter & bible2latex). |
|
|
|
|
|
|
|
|
|
@menu |
|
|
|
|
* Introduction:: Why Bible-Tools? |
|
|
|
|
* word-counter:: word-counter |
|
|
|
|
* bible2latex:: bible2latex |
|
|
|
|
@end menu |
|
|
|
|
|
|
|
|
|
@c ********************************************************************* |
|
|
|
@ -57,4 +62,29 @@ INTRODUCTION HERE
|
|
|
|
|
|
|
|
|
|
This documentation is a stub. |
|
|
|
|
|
|
|
|
|
@c********************************************************************* |
|
|
|
|
@node word-counter |
|
|
|
|
@chapter word-counter |
|
|
|
|
|
|
|
|
|
word-counter counts the occurrences of words in a book or chapter of |
|
|
|
|
the bible. |
|
|
|
|
|
|
|
|
|
It takes the name of a bible book as the first argument and |
|
|
|
|
additionally 3 flags: [-h, -v, -c]. |
|
|
|
|
|
|
|
|
|
@list |
|
|
|
|
@item |
|
|
|
|
-h shows a help message |
|
|
|
|
@item |
|
|
|
|
-v shows the version |
|
|
|
|
@item |
|
|
|
|
-c specifies a chapter |
|
|
|
|
@end list |
|
|
|
|
|
|
|
|
|
@c********************************************************************* |
|
|
|
|
@node bible2latex |
|
|
|
|
@chapter bible2latex |
|
|
|
|
|
|
|
|
|
bible2latex exports (a part of) the bible to latex. |
|
|
|
|
|
|
|
|
|
@bye |
|
|
|
|