I have an actual dictionary of latin words. For making a few associations I wish to store their derivatives, etymologies etc. This is for the purpose of taking notes, hence they need to be printed out on a pdf file and therefore need to be readable.
{'word' : {'etymology' : 'abcd', 'derivates' : 'ghj', 'etc' : 'etc'}}
I will be storing all the information through a json file, however how do I print them to a pdf file such that they are understandable? For example,
Word : Transformo
Etymology : Trans + Formo
Derivates : Transformandus
Or maybe in tables that are in dimension 4x4. Please note the explanation can be of various sizes.