I have quite a large index. I am planning to create a full-blown DB for it and later export the information to LaTeX. I am comfortable with R and Python so I would like to work with them but I feel there must be something already built. I mean to save info INDEX_KEY|CATEGORY|TITLE|DESCRIPTION|TIME in DB, rather than type that into latex directly - I feel DB could help with searching and indexing later. Do some DBs already have Latex converting possibility?
Related
- Postgress, Python and LaTeX -question (unsolved)
- Automating Adding Tables Fast to LateX from R? (maybe relevant)
- Using Python within LaTeX and accessing its variables (not yet tried, not sure whether relevant) outlining
mydata.texfile with the entries already formated the way you want, e.g., usinglongtable, etc. Then in a maintexfile, you just use\input{mydata}. – Paulo Cereda Nov 22 '11 at 23:14