\input texinfo @c -*-texinfo-*- @c %**start of header @setfilename bible-tools.info @documentencoding UTF-8 @settitle Bible-Tools Reference Manual @c %**end of header @include version.texi @copying Copyright @copyright{} 2022 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''. @end copying @dircategory The Algorithmic Language Scheme @direntry * Bible-Tools: (bible-tools). @end direntry @titlepage @title The Bible-Tools Manual @author @page @vskip 0pt plus 1filll Edition @value{EDITION} @* @value{UPDATED} @* @insertcopying @end titlepage @contents @c ********************************************************************* @node Top @top Bible-Tools 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 * read-bible:: read-bible @end menu @c ********************************************************************* @node Introduction @chapter Introduction 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]. @itemize @item -c specifies a chapter @item -h shows a help message @item -v shows the version @end itemize @c********************************************************************* @node bible2latex @chapter bible2latex 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