Some LuaLaTeX code
Easy goals:
- pass a TeX variable to Lua
- print a Lua variable to PDF
- pass a Lua variable to TeX
Main goals:
- format a number in engineering notation with Lua and SIunitX
- create a kind of
\plot
command, giving the filename of the data file - the same but for tables
Future goals:
- create an adaptive LuaLaTeX document (for language, for objects, ...)
- implement a sort of Errata Corrige revisioning system through Lua
- build on top of adaptiveness in order to make secret environments during printing
Motivations
With the implementation of these high-level commands I'd like to make
writing a technical report easier.