-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Levy Marfim edited this page May 2, 2020
·
12 revisions
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.
- 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
- 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
- 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
- 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
- Organized entries in tables from Etymology.lua
- New functions in lua to set bold and italic shapes
- Initial commits with minor codes that printed the text from a .lua file to a .pdf file using LuaLaTeX engine