Skip to content
Levy Marfim edited this page May 2, 2020 · 12 revisions

Roadmap:

It is intended to the 1.0 version of the project to have the essential functions to produce a document as first designed in the project. The early versions are focusing on the backend of the lua programming language codes that will serve as basis to the development of the bible.

0.5 - Lua functions that are able to manipulate strings that are passed to TeX interpreter.

1.0 - Essential functions are ready to produce a pdf file with the layout and the structure of what it meant to be.


Changelog:

0.5 (Jan 13, 2020):

  • Lua function that are able to manipulate strings that are passed to the TeX interpreter
  • Implemented the lettrine (capitular) and bigger chapter number according to the design
  • Improved parseChapter function
  • Changed the font used in the etymology section

0.4.3 (Jan 10, 2020):

  • Improved code that prints the etymology to better find the correct words that'll be in italic/bold shape
  • Created WHB class that stores the design and styles of the layout

0.4.2 (Jan 6, 2020):

  • Created modules to separate .lua files to its specific functions
  • Words referring to God are highlighted in small caps
  • .lua files better documented with plenty comments
  • New function in .lua file to print the chapter, verses, and etymologies of words in the verse by passing them as arguments

0.4.1 (Dec 29, 2019):

  • Fixed issue with font size when calling fn function from .lua file
  • New layout for fn function. It prints the etymology of the words of the verse

0.4 (Dec 22, 2019):

  • Organized entries in tables from Etymology.lua
  • New functions in lua to set bold and italic shapes

0.3 and less (Dec 20, 2019)

  • Initial commits with minor codes that printed the text from a .lua file to a .pdf file using LuaLaTeX engine